Test Report: Docker_Linux_crio 19985

                    
                      22dd179cd6f75db6f60fbf5ee015cd1b680b4179:2024-12-04:37341
                    
                

Test fail (2/330)

Order failed test Duration
36 TestAddons/parallel/Ingress 152.06
38 TestAddons/parallel/MetricsServer 365.45
x
+
TestAddons/parallel/Ingress (152.06s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run:  kubectl --context addons-871335 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-871335 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run:  kubectl --context addons-871335 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" [797bbdc0-58e1-452c-928e-79a7bbc4fd54] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [797bbdc0-58e1-452c-928e-79a7bbc4fd54] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003979452s
I1204 19:55:48.881842   20863 kapi.go:150] Service nginx in namespace default found.
addons_test.go:262: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:262: (dbg) Non-zero exit: out/minikube-linux-amd64 -p addons-871335 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.791290923s)

                                                
                                                
** 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-871335 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 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-871335
helpers_test.go:235: (dbg) docker inspect addons-871335:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "1f6a5c3092aefad1080f20c3cf0d35ccbe6525055a2083388bd1dcc7ef4b9056",
	        "Created": "2024-12-04T19:53:07.31855953Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 22925,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-12-04T19:53:07.460802093Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:1a0bf2062289d31d12b734a031220306d830691a529a6eae8b4c8f4049e20571",
	        "ResolvConfPath": "/var/lib/docker/containers/1f6a5c3092aefad1080f20c3cf0d35ccbe6525055a2083388bd1dcc7ef4b9056/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/1f6a5c3092aefad1080f20c3cf0d35ccbe6525055a2083388bd1dcc7ef4b9056/hostname",
	        "HostsPath": "/var/lib/docker/containers/1f6a5c3092aefad1080f20c3cf0d35ccbe6525055a2083388bd1dcc7ef4b9056/hosts",
	        "LogPath": "/var/lib/docker/containers/1f6a5c3092aefad1080f20c3cf0d35ccbe6525055a2083388bd1dcc7ef4b9056/1f6a5c3092aefad1080f20c3cf0d35ccbe6525055a2083388bd1dcc7ef4b9056-json.log",
	        "Name": "/addons-871335",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-871335:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-871335",
	            "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/48ad0cfda84ddb01e209bb8108ce3430bb24ce7c1ecb32e4942426c3e2facb56-init/diff:/var/lib/docker/overlay2/290143269fafd5b40f86c18810fa52a2befe1a925696b987be58a03defcc5e35/diff",
	                "MergedDir": "/var/lib/docker/overlay2/48ad0cfda84ddb01e209bb8108ce3430bb24ce7c1ecb32e4942426c3e2facb56/merged",
	                "UpperDir": "/var/lib/docker/overlay2/48ad0cfda84ddb01e209bb8108ce3430bb24ce7c1ecb32e4942426c3e2facb56/diff",
	                "WorkDir": "/var/lib/docker/overlay2/48ad0cfda84ddb01e209bb8108ce3430bb24ce7c1ecb32e4942426c3e2facb56/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "volume",
	                "Name": "addons-871335",
	                "Source": "/var/lib/docker/volumes/addons-871335/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            },
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-871335",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615",
	            "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-871335",
	                "name.minikube.sigs.k8s.io": "addons-871335",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "04054fc8c7c133f1b9068859bf6f546b9af8bf93a11771bdc98b5f9ddf1062c7",
	            "SandboxKey": "/var/run/docker/netns/04054fc8c7c1",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32768"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32769"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32772"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32770"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32771"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-871335": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "45b90ee5665ee2bc418ef977133304cc1a6ae0b1031cb8fd88e5704813f89c1b",
	                    "EndpointID": "0365fd582c19662abdf8ec2fcb030f227c7903792a9974e53beca04bb45e1fca",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-871335",
	                        "1f6a5c3092ae"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-871335 -n addons-871335
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-871335 logs -n 25: (1.240551492s)
helpers_test.go:252: TestAddons/parallel/Ingress logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-686802                                                                     | download-only-686802   | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC | 04 Dec 24 19:52 UTC |
	| start   | --download-only -p                                                                          | download-docker-991401 | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC |                     |
	|         | download-docker-991401                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-991401                                                                   | download-docker-991401 | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC | 04 Dec 24 19:52 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-863696   | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC |                     |
	|         | binary-mirror-863696                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:38691                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-863696                                                                     | binary-mirror-863696   | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC | 04 Dec 24 19:52 UTC |
	| addons  | enable dashboard -p                                                                         | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC |                     |
	|         | addons-871335                                                                               |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                                                                        | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC |                     |
	|         | addons-871335                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-871335 --wait=true                                                                | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC | 04 Dec 24 19:55 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-871335 addons disable                                                                | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | volcano --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	| addons  | addons-871335 addons disable                                                                | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | gcp-auth --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | -p addons-871335                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-871335 addons                                                                        | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | disable nvidia-device-plugin                                                                |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ssh     | addons-871335 ssh cat                                                                       | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | /opt/local-path-provisioner/pvc-bc285d12-63f7-4a5f-bba0-d17e1f27c5f2_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-871335 addons disable                                                                | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-871335 addons disable                                                                | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | headlamp --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| ip      | addons-871335 ip                                                                            | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	| addons  | addons-871335 addons disable                                                                | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-871335 addons                                                                        | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | disable inspektor-gadget                                                                    |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ssh     | addons-871335 ssh curl -s                                                                   | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| addons  | addons-871335 addons                                                                        | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | disable cloud-spanner                                                                       |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-871335 addons disable                                                                | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:56 UTC |
	|         | amd-gpu-device-plugin                                                                       |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-871335 addons disable                                                                | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:56 UTC | 04 Dec 24 19:56 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| addons  | addons-871335 addons                                                                        | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:56 UTC | 04 Dec 24 19:56 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-871335 addons                                                                        | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:56 UTC | 04 Dec 24 19:56 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-871335 ip                                                                            | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:58 UTC | 04 Dec 24 19:58 UTC |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/12/04 19:52:42
	Running on machine: ubuntu-20-agent-15
	Binary: Built with gc go1.23.2 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I1204 19:52:42.772989   22160 out.go:345] Setting OutFile to fd 1 ...
	I1204 19:52:42.773227   22160 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 19:52:42.773236   22160 out.go:358] Setting ErrFile to fd 2...
	I1204 19:52:42.773240   22160 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 19:52:42.773424   22160 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19985-14083/.minikube/bin
	I1204 19:52:42.773994   22160 out.go:352] Setting JSON to false
	I1204 19:52:42.774818   22160 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":2112,"bootTime":1733339851,"procs":170,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1071-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I1204 19:52:42.774906   22160 start.go:139] virtualization: kvm guest
	I1204 19:52:42.777041   22160 out.go:177] * [addons-871335] minikube v1.34.0 on Ubuntu 20.04 (kvm/amd64)
	I1204 19:52:42.778437   22160 notify.go:220] Checking for updates...
	I1204 19:52:42.778446   22160 out.go:177]   - MINIKUBE_LOCATION=19985
	I1204 19:52:42.779820   22160 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I1204 19:52:42.781162   22160 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19985-14083/kubeconfig
	I1204 19:52:42.782547   22160 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19985-14083/.minikube
	I1204 19:52:42.783821   22160 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I1204 19:52:42.785196   22160 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I1204 19:52:42.786769   22160 driver.go:394] Setting default libvirt URI to qemu:///system
	I1204 19:52:42.807474   22160 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I1204 19:52:42.807599   22160 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1204 19:52:42.852248   22160 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-12-04 19:52:42.844062063 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1071-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647935488 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I1204 19:52:42.852342   22160 docker.go:318] overlay module found
	I1204 19:52:42.855077   22160 out.go:177] * Using the docker driver based on user configuration
	I1204 19:52:42.856413   22160 start.go:297] selected driver: docker
	I1204 19:52:42.856427   22160 start.go:901] validating driver "docker" against <nil>
	I1204 19:52:42.856446   22160 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I1204 19:52:42.857183   22160 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1204 19:52:42.899117   22160 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-12-04 19:52:42.890548535 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1071-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647935488 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I1204 19:52:42.899296   22160 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I1204 19:52:42.899537   22160 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]
	I1204 19:52:42.901599   22160 out.go:177] * Using Docker driver with root privileges
	I1204 19:52:42.903319   22160 cni.go:84] Creating CNI manager for ""
	I1204 19:52:42.903394   22160 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I1204 19:52:42.903410   22160 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I1204 19:52:42.903477   22160 start.go:340] cluster config:
	{Name:addons-871335 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-871335 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I1204 19:52:42.905070   22160 out.go:177] * Starting "addons-871335" primary control-plane node in "addons-871335" cluster
	I1204 19:52:42.906357   22160 cache.go:121] Beginning downloading kic base image for docker with crio
	I1204 19:52:42.908003   22160 out.go:177] * Pulling base image v0.0.45-1730888964-19917 ...
	I1204 19:52:42.909421   22160 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
	I1204 19:52:42.909460   22160 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19985-14083/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-amd64.tar.lz4
	I1204 19:52:42.909467   22160 cache.go:56] Caching tarball of preloaded images
	I1204 19:52:42.909537   22160 preload.go:172] Found /home/jenkins/minikube-integration/19985-14083/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
	I1204 19:52:42.909540   22160 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local docker daemon
	I1204 19:52:42.909550   22160 cache.go:59] Finished verifying existence of preloaded tar for v1.31.2 on crio
	I1204 19:52:42.909871   22160 profile.go:143] Saving config to /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/config.json ...
	I1204 19:52:42.909903   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/config.json: {Name:mk6c9a960fd8cc7d49d64a2c3388895cf2ff7993 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:52:42.926097   22160 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 to local cache
	I1204 19:52:42.926242   22160 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local cache directory
	I1204 19:52:42.926266   22160 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local cache directory, skipping pull
	I1204 19:52:42.926271   22160 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 exists in cache, skipping pull
	I1204 19:52:42.926279   22160 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 as a tarball
	I1204 19:52:42.926284   22160 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 from local cache
	I1204 19:52:55.052427   22160 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 from cached tarball
	I1204 19:52:55.052464   22160 cache.go:194] Successfully downloaded all kic artifacts
	I1204 19:52:55.052490   22160 start.go:360] acquireMachinesLock for addons-871335: {Name:mk9de36cf89a6d42197aacd5b780c6bdc1819e1e Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I1204 19:52:55.052596   22160 start.go:364] duration metric: took 86.681µs to acquireMachinesLock for "addons-871335"
	I1204 19:52:55.052624   22160 start.go:93] Provisioning new machine with config: &{Name:addons-871335 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-871335 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}
	I1204 19:52:55.052712   22160 start.go:125] createHost starting for "" (driver="docker")
	I1204 19:52:55.054581   22160 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I1204 19:52:55.054819   22160 start.go:159] libmachine.API.Create for "addons-871335" (driver="docker")
	I1204 19:52:55.054849   22160 client.go:168] LocalClient.Create starting
	I1204 19:52:55.054970   22160 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19985-14083/.minikube/certs/ca.pem
	I1204 19:52:55.317695   22160 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19985-14083/.minikube/certs/cert.pem
	I1204 19:52:55.516731   22160 cli_runner.go:164] Run: docker network inspect addons-871335 --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}}]}"
	W1204 19:52:55.532996   22160 cli_runner.go:211] docker network inspect addons-871335 --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
	I1204 19:52:55.533073   22160 network_create.go:284] running [docker network inspect addons-871335] to gather additional debugging logs...
	I1204 19:52:55.533094   22160 cli_runner.go:164] Run: docker network inspect addons-871335
	W1204 19:52:55.548437   22160 cli_runner.go:211] docker network inspect addons-871335 returned with exit code 1
	I1204 19:52:55.548468   22160 network_create.go:287] error running [docker network inspect addons-871335]: docker network inspect addons-871335: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-871335 not found
	I1204 19:52:55.548483   22160 network_create.go:289] output of [docker network inspect addons-871335]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-871335 not found
	
	** /stderr **
	I1204 19:52:55.548567   22160 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}}]}"
	I1204 19:52:55.565215   22160 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:0xc000de2780}
	I1204 19:52:55.565275   22160 network_create.go:124] attempt to create docker network addons-871335 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I1204 19:52:55.565331   22160 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-871335 addons-871335
	I1204 19:52:55.626920   22160 network_create.go:108] docker network addons-871335 192.168.49.0/24 created
	I1204 19:52:55.626947   22160 kic.go:121] calculated static IP "192.168.49.2" for the "addons-871335" container
	I1204 19:52:55.627003   22160 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I1204 19:52:55.642223   22160 cli_runner.go:164] Run: docker volume create addons-871335 --label name.minikube.sigs.k8s.io=addons-871335 --label created_by.minikube.sigs.k8s.io=true
	I1204 19:52:55.659081   22160 oci.go:103] Successfully created a docker volume addons-871335
	I1204 19:52:55.659169   22160 cli_runner.go:164] Run: docker run --rm --name addons-871335-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-871335 --entrypoint /usr/bin/test -v addons-871335:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -d /var/lib
	I1204 19:53:02.807327   22160 cli_runner.go:217] Completed: docker run --rm --name addons-871335-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-871335 --entrypoint /usr/bin/test -v addons-871335:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -d /var/lib: (7.148118398s)
	I1204 19:53:02.807357   22160 oci.go:107] Successfully prepared a docker volume addons-871335
	I1204 19:53:02.807372   22160 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
	I1204 19:53:02.807394   22160 kic.go:194] Starting extracting preloaded images to volume ...
	I1204 19:53:02.807445   22160 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19985-14083/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-871335:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -I lz4 -xf /preloaded.tar -C /extractDir
	I1204 19:53:07.259343   22160 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19985-14083/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-871335:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -I lz4 -xf /preloaded.tar -C /extractDir: (4.451859112s)
	I1204 19:53:07.259378   22160 kic.go:203] duration metric: took 4.451976912s to extract preloaded images to volume ...
	W1204 19:53:07.259514   22160 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I1204 19:53:07.259632   22160 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I1204 19:53:07.303676   22160 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-871335 --name addons-871335 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-871335 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-871335 --network addons-871335 --ip 192.168.49.2 --volume addons-871335:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615
	I1204 19:53:07.653693   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Running}}
	I1204 19:53:07.672675   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:07.692997   22160 cli_runner.go:164] Run: docker exec addons-871335 stat /var/lib/dpkg/alternatives/iptables
	I1204 19:53:07.735632   22160 oci.go:144] the created container "addons-871335" has a running status.
	I1204 19:53:07.735657   22160 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa...
	I1204 19:53:07.947102   22160 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I1204 19:53:07.974001   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:07.992541   22160 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I1204 19:53:07.992561   22160 kic_runner.go:114] Args: [docker exec --privileged addons-871335 chown docker:docker /home/docker/.ssh/authorized_keys]
	I1204 19:53:08.108012   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:08.126866   22160 machine.go:93] provisionDockerMachine start ...
	I1204 19:53:08.126945   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:08.159649   22160 main.go:141] libmachine: Using SSH client type: native
	I1204 19:53:08.159874   22160 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x866ca0] 0x869980 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I1204 19:53:08.159888   22160 main.go:141] libmachine: About to run SSH command:
	hostname
	I1204 19:53:08.343403   22160 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-871335
	
	I1204 19:53:08.343429   22160 ubuntu.go:169] provisioning hostname "addons-871335"
	I1204 19:53:08.343480   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:08.361467   22160 main.go:141] libmachine: Using SSH client type: native
	I1204 19:53:08.361648   22160 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x866ca0] 0x869980 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I1204 19:53:08.361665   22160 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-871335 && echo "addons-871335" | sudo tee /etc/hostname
	I1204 19:53:08.502716   22160 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-871335
	
	I1204 19:53:08.502792   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:08.520635   22160 main.go:141] libmachine: Using SSH client type: native
	I1204 19:53:08.520836   22160 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x866ca0] 0x869980 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I1204 19:53:08.520855   22160 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-871335' /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-871335/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-871335' | sudo tee -a /etc/hosts; 
				fi
			fi
	I1204 19:53:08.647922   22160 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I1204 19:53:08.647949   22160 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19985-14083/.minikube CaCertPath:/home/jenkins/minikube-integration/19985-14083/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19985-14083/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19985-14083/.minikube}
	I1204 19:53:08.647995   22160 ubuntu.go:177] setting up certificates
	I1204 19:53:08.648009   22160 provision.go:84] configureAuth start
	I1204 19:53:08.648061   22160 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-871335
	I1204 19:53:08.664523   22160 provision.go:143] copyHostCerts
	I1204 19:53:08.664593   22160 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19985-14083/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19985-14083/.minikube/ca.pem (1078 bytes)
	I1204 19:53:08.664703   22160 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19985-14083/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19985-14083/.minikube/cert.pem (1123 bytes)
	I1204 19:53:08.664767   22160 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19985-14083/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19985-14083/.minikube/key.pem (1675 bytes)
	I1204 19:53:08.664816   22160 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19985-14083/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19985-14083/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19985-14083/.minikube/certs/ca-key.pem org=jenkins.addons-871335 san=[127.0.0.1 192.168.49.2 addons-871335 localhost minikube]
	I1204 19:53:08.807832   22160 provision.go:177] copyRemoteCerts
	I1204 19:53:08.807885   22160 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I1204 19:53:08.807920   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:08.824599   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:08.916247   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I1204 19:53:08.937731   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I1204 19:53:08.959127   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I1204 19:53:08.980277   22160 provision.go:87] duration metric: took 332.250068ms to configureAuth
	I1204 19:53:08.980305   22160 ubuntu.go:193] setting minikube options for container-runtime
	I1204 19:53:08.980459   22160 config.go:182] Loaded profile config "addons-871335": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
	I1204 19:53:08.980548   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:08.998459   22160 main.go:141] libmachine: Using SSH client type: native
	I1204 19:53:08.998650   22160 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x866ca0] 0x869980 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I1204 19:53:08.998674   22160 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
	I1204 19:53:09.213581   22160 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I1204 19:53:09.213603   22160 machine.go:96] duration metric: took 1.086715132s to provisionDockerMachine
	I1204 19:53:09.213613   22160 client.go:171] duration metric: took 14.158759281s to LocalClient.Create
	I1204 19:53:09.213627   22160 start.go:167] duration metric: took 14.15880833s to libmachine.API.Create "addons-871335"
	I1204 19:53:09.213637   22160 start.go:293] postStartSetup for "addons-871335" (driver="docker")
	I1204 19:53:09.213649   22160 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]
	I1204 19:53:09.213719   22160 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
	I1204 19:53:09.213754   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:09.231040   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:09.324383   22160 ssh_runner.go:195] Run: cat /etc/os-release
	I1204 19:53:09.327448   22160 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I1204 19:53:09.327487   22160 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I1204 19:53:09.327499   22160 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I1204 19:53:09.327504   22160 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I1204 19:53:09.327517   22160 filesync.go:126] Scanning /home/jenkins/minikube-integration/19985-14083/.minikube/addons for local assets ...
	I1204 19:53:09.327588   22160 filesync.go:126] Scanning /home/jenkins/minikube-integration/19985-14083/.minikube/files for local assets ...
	I1204 19:53:09.327620   22160 start.go:296] duration metric: took 113.975946ms for postStartSetup
	I1204 19:53:09.327892   22160 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-871335
	I1204 19:53:09.344638   22160 profile.go:143] Saving config to /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/config.json ...
	I1204 19:53:09.344894   22160 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1204 19:53:09.344944   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:09.361239   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:09.448740   22160 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I1204 19:53:09.452761   22160 start.go:128] duration metric: took 14.400022092s to createHost
	I1204 19:53:09.452785   22160 start.go:83] releasing machines lock for "addons-871335", held for 14.40017719s
	I1204 19:53:09.452838   22160 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-871335
	I1204 19:53:09.469323   22160 ssh_runner.go:195] Run: cat /version.json
	I1204 19:53:09.469368   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:09.469476   22160 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I1204 19:53:09.469563   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:09.486849   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:09.488337   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:09.652147   22160 ssh_runner.go:195] Run: systemctl --version
	I1204 19:53:09.656315   22160 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I1204 19:53:09.792144   22160 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I1204 19:53:09.796376   22160 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" ;
	I1204 19:53:09.813725   22160 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I1204 19:53:09.813797   22160 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" ;
	I1204 19:53:09.841119   22160 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I1204 19:53:09.841142   22160 start.go:495] detecting cgroup driver to use...
	I1204 19:53:09.841173   22160 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I1204 19:53:09.841219   22160 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I1204 19:53:09.855400   22160 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I1204 19:53:09.866416   22160 docker.go:217] disabling cri-docker service (if available) ...
	I1204 19:53:09.866476   22160 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I1204 19:53:09.878806   22160 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I1204 19:53:09.891181   22160 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I1204 19:53:09.966110   22160 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I1204 19:53:10.046209   22160 docker.go:233] disabling docker service ...
	I1204 19:53:10.046278   22160 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I1204 19:53:10.063628   22160 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I1204 19:53:10.074197   22160 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I1204 19:53:10.153429   22160 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I1204 19:53:10.230378   22160 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I1204 19:53:10.241042   22160 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"
	I1204 19:53:10.255889   22160 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I1204 19:53:10.255936   22160 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"
	I1204 19:53:10.264971   22160 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I1204 19:53:10.265049   22160 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I1204 19:53:10.274503   22160 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I1204 19:53:10.284032   22160 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I1204 19:53:10.293391   22160 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I1204 19:53:10.302024   22160 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"
	I1204 19:53:10.311350   22160 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"
	I1204 19:53:10.325806   22160 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"
	I1204 19:53:10.335206   22160 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I1204 19:53:10.343014   22160 crio.go:166] couldn't verify netfilter by "sudo sysctl net.bridge.bridge-nf-call-iptables" which might be okay. error: sudo sysctl net.bridge.bridge-nf-call-iptables: Process exited with status 255
	stdout:
	
	stderr:
	sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or directory
	I1204 19:53:10.343095   22160 ssh_runner.go:195] Run: sudo modprobe br_netfilter
	I1204 19:53:10.357043   22160 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I1204 19:53:10.365178   22160 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I1204 19:53:10.436810   22160 ssh_runner.go:195] Run: sudo systemctl restart crio
	I1204 19:53:10.539886   22160 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I1204 19:53:10.539947   22160 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I1204 19:53:10.543201   22160 start.go:563] Will wait 60s for crictl version
	I1204 19:53:10.543245   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:53:10.546178   22160 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I1204 19:53:10.577831   22160 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I1204 19:53:10.577936   22160 ssh_runner.go:195] Run: crio --version
	I1204 19:53:10.612123   22160 ssh_runner.go:195] Run: crio --version
	I1204 19:53:10.646074   22160 out.go:177] * Preparing Kubernetes v1.31.2 on CRI-O 1.24.6 ...
	I1204 19:53:10.647557   22160 cli_runner.go:164] Run: docker network inspect addons-871335 --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}}]}"
	I1204 19:53:10.663586   22160 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I1204 19:53:10.667115   22160 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""
	I1204 19:53:10.677535   22160 kubeadm.go:883] updating cluster {Name:addons-871335 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-871335 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I1204 19:53:10.677646   22160 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
	I1204 19:53:10.677687   22160 ssh_runner.go:195] Run: sudo crictl images --output json
	I1204 19:53:10.742341   22160 crio.go:514] all images are preloaded for cri-o runtime.
	I1204 19:53:10.742361   22160 crio.go:433] Images already preloaded, skipping extraction
	I1204 19:53:10.742408   22160 ssh_runner.go:195] Run: sudo crictl images --output json
	I1204 19:53:10.772882   22160 crio.go:514] all images are preloaded for cri-o runtime.
	I1204 19:53:10.772904   22160 cache_images.go:84] Images are preloaded, skipping loading
	I1204 19:53:10.772913   22160 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.2 crio true true} ...
	I1204 19:53:10.773022   22160 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.31.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-871335 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.2 ClusterName:addons-871335 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:}
	I1204 19:53:10.773127   22160 ssh_runner.go:195] Run: crio config
	I1204 19:53:10.812142   22160 cni.go:84] Creating CNI manager for ""
	I1204 19:53:10.812167   22160 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I1204 19:53:10.812176   22160 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I1204 19:53:10.812200   22160 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.31.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-871335 NodeName:addons-871335 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}
	I1204 19:53:10.812356   22160 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-871335"
	  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.31.2
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  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
	
	I1204 19:53:10.812422   22160 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.2
	I1204 19:53:10.820568   22160 binaries.go:44] Found k8s binaries, skipping transfer
	I1204 19:53:10.820641   22160 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I1204 19:53:10.828196   22160 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I1204 19:53:10.844280   22160 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I1204 19:53:10.860416   22160 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2287 bytes)
	I1204 19:53:10.876348   22160 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I1204 19:53:10.879528   22160 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""
	I1204 19:53:10.888910   22160 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I1204 19:53:10.965757   22160 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I1204 19:53:10.977995   22160 certs.go:68] Setting up /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335 for IP: 192.168.49.2
	I1204 19:53:10.978016   22160 certs.go:194] generating shared ca certs ...
	I1204 19:53:10.978070   22160 certs.go:226] acquiring lock for ca certs: {Name:mk8b52caabe57356abbd5e899f2831d88536c5eb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:10.978188   22160 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19985-14083/.minikube/ca.key
	I1204 19:53:11.264319   22160 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19985-14083/.minikube/ca.crt ...
	I1204 19:53:11.264355   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/ca.crt: {Name:mkd96a4e6f3aa18ae03dede8e2a92754d8f396fa Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:11.264527   22160 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19985-14083/.minikube/ca.key ...
	I1204 19:53:11.264538   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/ca.key: {Name:mk3b8eb2724905b381524bd89c6bcd4e1260ec5e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:11.264608   22160 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19985-14083/.minikube/proxy-client-ca.key
	I1204 19:53:11.478641   22160 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19985-14083/.minikube/proxy-client-ca.crt ...
	I1204 19:53:11.478667   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/proxy-client-ca.crt: {Name:mka89e1e0cfe3b65c58d492fa60742d5fef87ecf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:11.478820   22160 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19985-14083/.minikube/proxy-client-ca.key ...
	I1204 19:53:11.478831   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/proxy-client-ca.key: {Name:mk62431b2c66697fc465c390be953eaddb286fc6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:11.478897   22160 certs.go:256] generating profile certs ...
	I1204 19:53:11.478950   22160 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.key
	I1204 19:53:11.478973   22160 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt with IP's: []
	I1204 19:53:11.757239   22160 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt ...
	I1204 19:53:11.757266   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: {Name:mka73c16a5d8c4396acb2ae420e35c355383a4c8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:11.757429   22160 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.key ...
	I1204 19:53:11.757440   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.key: {Name:mke86138cf6d3cc1172764e2eab52478832a3bd8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:11.757509   22160 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.key.e3f3ff29
	I1204 19:53:11.757528   22160 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.crt.e3f3ff29 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I1204 19:53:12.065153   22160 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.crt.e3f3ff29 ...
	I1204 19:53:12.065184   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.crt.e3f3ff29: {Name:mk500c24b21e1c330cd34d0be727628a193d6576 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:12.065338   22160 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.key.e3f3ff29 ...
	I1204 19:53:12.065351   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.key.e3f3ff29: {Name:mk8d83151c4be92ea71e8efffdec0d8a3148a670 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:12.065421   22160 certs.go:381] copying /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.crt.e3f3ff29 -> /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.crt
	I1204 19:53:12.065495   22160 certs.go:385] copying /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.key.e3f3ff29 -> /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.key
	I1204 19:53:12.065543   22160 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/proxy-client.key
	I1204 19:53:12.065556   22160 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/proxy-client.crt with IP's: []
	I1204 19:53:12.194151   22160 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/proxy-client.crt ...
	I1204 19:53:12.194182   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/proxy-client.crt: {Name:mkeaab06bdb9490fd633af112f56108a6bf03ec5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:12.194330   22160 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/proxy-client.key ...
	I1204 19:53:12.194341   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/proxy-client.key: {Name:mk7b04eca75bfb56848a16c755d0931823d49eac Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:12.194494   22160 certs.go:484] found cert: /home/jenkins/minikube-integration/19985-14083/.minikube/certs/ca-key.pem (1679 bytes)
	I1204 19:53:12.194528   22160 certs.go:484] found cert: /home/jenkins/minikube-integration/19985-14083/.minikube/certs/ca.pem (1078 bytes)
	I1204 19:53:12.194551   22160 certs.go:484] found cert: /home/jenkins/minikube-integration/19985-14083/.minikube/certs/cert.pem (1123 bytes)
	I1204 19:53:12.194573   22160 certs.go:484] found cert: /home/jenkins/minikube-integration/19985-14083/.minikube/certs/key.pem (1675 bytes)
	I1204 19:53:12.195132   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I1204 19:53:12.217044   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I1204 19:53:12.238332   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I1204 19:53:12.259745   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I1204 19:53:12.281396   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I1204 19:53:12.303424   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I1204 19:53:12.324843   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I1204 19:53:12.346785   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I1204 19:53:12.368230   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I1204 19:53:12.389294   22160 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I1204 19:53:12.404408   22160 ssh_runner.go:195] Run: openssl version
	I1204 19:53:12.409167   22160 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"
	I1204 19:53:12.417327   22160 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I1204 19:53:12.420305   22160 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Dec  4 19:53 /usr/share/ca-certificates/minikubeCA.pem
	I1204 19:53:12.420357   22160 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I1204 19:53:12.426312   22160 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"
	I1204 19:53:12.434448   22160 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I1204 19:53:12.437521   22160 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
	I1204 19:53:12.437579   22160 kubeadm.go:392] StartCluster: {Name:addons-871335 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-871335 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I1204 19:53:12.437662   22160 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I1204 19:53:12.437701   22160 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I1204 19:53:12.473859   22160 cri.go:89] found id: ""
	I1204 19:53:12.473934   22160 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I1204 19:53:12.482174   22160 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I1204 19:53:12.490022   22160 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I1204 19:53:12.490076   22160 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
	I1204 19:53:12.498134   22160 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
	I1204 19:53:12.498152   22160 kubeadm.go:157] found existing configuration files:
	
	I1204 19:53:12.498195   22160 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I1204 19:53:12.505800   22160 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
	I1204 19:53:12.505865   22160 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I1204 19:53:12.513285   22160 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I1204 19:53:12.520869   22160 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
	I1204 19:53:12.520934   22160 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I1204 19:53:12.528653   22160 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I1204 19:53:12.536156   22160 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
	I1204 19:53:12.536205   22160 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I1204 19:53:12.543617   22160 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I1204 19:53:12.551395   22160 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
	I1204 19:53:12.551472   22160 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I1204 19:53:12.558753   22160 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.2:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I1204 19:53:12.592304   22160 kubeadm.go:310] [init] Using Kubernetes version: v1.31.2
	I1204 19:53:12.592398   22160 kubeadm.go:310] [preflight] Running pre-flight checks
	I1204 19:53:12.607402   22160 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I1204 19:53:12.607496   22160 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1071-gcp
	I1204 19:53:12.607560   22160 kubeadm.go:310] OS: Linux
	I1204 19:53:12.607635   22160 kubeadm.go:310] CGROUPS_CPU: enabled
	I1204 19:53:12.607685   22160 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I1204 19:53:12.607771   22160 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I1204 19:53:12.607859   22160 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I1204 19:53:12.607931   22160 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I1204 19:53:12.608026   22160 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I1204 19:53:12.608099   22160 kubeadm.go:310] CGROUPS_PIDS: enabled
	I1204 19:53:12.608151   22160 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I1204 19:53:12.608193   22160 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I1204 19:53:12.654530   22160 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I1204 19:53:12.654677   22160 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I1204 19:53:12.654801   22160 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I1204 19:53:12.660345   22160 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I1204 19:53:12.663346   22160 out.go:235]   - Generating certificates and keys ...
	I1204 19:53:12.663461   22160 kubeadm.go:310] [certs] Using existing ca certificate authority
	I1204 19:53:12.663536   22160 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I1204 19:53:12.752609   22160 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I1204 19:53:12.845245   22160 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I1204 19:53:13.000893   22160 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I1204 19:53:13.273450   22160 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I1204 19:53:13.498494   22160 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I1204 19:53:13.498670   22160 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-871335 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I1204 19:53:13.669577   22160 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I1204 19:53:13.669765   22160 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-871335 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I1204 19:53:14.002067   22160 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I1204 19:53:14.463865   22160 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I1204 19:53:14.730021   22160 kubeadm.go:310] [certs] Generating "sa" key and public key
	I1204 19:53:14.730121   22160 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I1204 19:53:15.009972   22160 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I1204 19:53:15.058658   22160 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I1204 19:53:15.116351   22160 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I1204 19:53:15.577506   22160 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I1204 19:53:15.763053   22160 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I1204 19:53:15.763499   22160 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I1204 19:53:15.765845   22160 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I1204 19:53:15.767874   22160 out.go:235]   - Booting up control plane ...
	I1204 19:53:15.767984   22160 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I1204 19:53:15.768086   22160 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I1204 19:53:15.768673   22160 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I1204 19:53:15.777228   22160 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I1204 19:53:15.782327   22160 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I1204 19:53:15.782415   22160 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I1204 19:53:15.859279   22160 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I1204 19:53:15.859409   22160 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I1204 19:53:16.360825   22160 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 501.630724ms
	I1204 19:53:16.360986   22160 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I1204 19:53:20.862159   22160 kubeadm.go:310] [api-check] The API server is healthy after 4.501347276s
	I1204 19:53:20.873878   22160 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I1204 19:53:20.884220   22160 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I1204 19:53:20.899685   22160 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I1204 19:53:20.899935   22160 kubeadm.go:310] [mark-control-plane] Marking the node addons-871335 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I1204 19:53:20.907231   22160 kubeadm.go:310] [bootstrap-token] Using token: ru5h5j.642xywzrviuar2ge
	I1204 19:53:20.908903   22160 out.go:235]   - Configuring RBAC rules ...
	I1204 19:53:20.909052   22160 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I1204 19:53:20.912302   22160 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I1204 19:53:20.918025   22160 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
	I1204 19:53:20.920415   22160 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I1204 19:53:20.924089   22160 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I1204 19:53:20.926403   22160 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I1204 19:53:21.267613   22160 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I1204 19:53:21.686655   22160 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I1204 19:53:22.266981   22160 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I1204 19:53:22.268434   22160 kubeadm.go:310] 
	I1204 19:53:22.268497   22160 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I1204 19:53:22.268527   22160 kubeadm.go:310] 
	I1204 19:53:22.268642   22160 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I1204 19:53:22.268654   22160 kubeadm.go:310] 
	I1204 19:53:22.268695   22160 kubeadm.go:310]   mkdir -p $HOME/.kube
	I1204 19:53:22.268770   22160 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I1204 19:53:22.268850   22160 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I1204 19:53:22.268860   22160 kubeadm.go:310] 
	I1204 19:53:22.268943   22160 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I1204 19:53:22.268953   22160 kubeadm.go:310] 
	I1204 19:53:22.268998   22160 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I1204 19:53:22.269011   22160 kubeadm.go:310] 
	I1204 19:53:22.269081   22160 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I1204 19:53:22.269199   22160 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I1204 19:53:22.269260   22160 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I1204 19:53:22.269267   22160 kubeadm.go:310] 
	I1204 19:53:22.269331   22160 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I1204 19:53:22.269417   22160 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I1204 19:53:22.269433   22160 kubeadm.go:310] 
	I1204 19:53:22.269514   22160 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token ru5h5j.642xywzrviuar2ge \
	I1204 19:53:22.269647   22160 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:e0802583a187cf6c93195dcc8bdde6e77fde46aa9fabcbae420b1ff5b822fe9f \
	I1204 19:53:22.269675   22160 kubeadm.go:310] 	--control-plane 
	I1204 19:53:22.269682   22160 kubeadm.go:310] 
	I1204 19:53:22.269780   22160 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I1204 19:53:22.269787   22160 kubeadm.go:310] 
	I1204 19:53:22.269900   22160 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token ru5h5j.642xywzrviuar2ge \
	I1204 19:53:22.270083   22160 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:e0802583a187cf6c93195dcc8bdde6e77fde46aa9fabcbae420b1ff5b822fe9f 
	I1204 19:53:22.272007   22160 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-1071-gcp\n", err: exit status 1
	I1204 19:53:22.272116   22160 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I1204 19:53:22.272142   22160 cni.go:84] Creating CNI manager for ""
	I1204 19:53:22.272152   22160 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I1204 19:53:22.274111   22160 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I1204 19:53:22.275366   22160 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I1204 19:53:22.278832   22160 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.2/kubectl ...
	I1204 19:53:22.278863   22160 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I1204 19:53:22.294779   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I1204 19:53:22.479040   22160 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I1204 19:53:22.479081   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:22.479139   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-871335 minikube.k8s.io/updated_at=2024_12_04T19_53_22_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=b071a038f2c56b751b45082bb8c33ba68a652c59 minikube.k8s.io/name=addons-871335 minikube.k8s.io/primary=true
	I1204 19:53:22.485707   22160 ops.go:34] apiserver oom_adj: -16
	I1204 19:53:22.551772   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:23.052028   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:23.552090   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:24.052648   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:24.552454   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:25.052534   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:25.552500   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:26.052515   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:26.552800   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:27.052041   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:27.114600   22160 kubeadm.go:1113] duration metric: took 4.635568021s to wait for elevateKubeSystemPrivileges
	I1204 19:53:27.114637   22160 kubeadm.go:394] duration metric: took 14.677061134s to StartCluster
	I1204 19:53:27.114653   22160 settings.go:142] acquiring lock: {Name:mk2218381de39fc1a9c8fc06b8487142c5efbf37 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:27.114813   22160 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19985-14083/kubeconfig
	I1204 19:53:27.115317   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/kubeconfig: {Name:mkc2083634f52009f0dfa513f00b2a3624237c95 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:27.115545   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I1204 19:53:27.115592   22160 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}
	I1204 19:53:27.115692   22160 addons.go:507] 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]
	I1204 19:53:27.115780   22160 config.go:182] Loaded profile config "addons-871335": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
	I1204 19:53:27.115803   22160 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-871335"
	I1204 19:53:27.115813   22160 addons.go:69] Setting yakd=true in profile "addons-871335"
	I1204 19:53:27.115831   22160 addons.go:234] Setting addon yakd=true in "addons-871335"
	I1204 19:53:27.115835   22160 addons.go:69] Setting default-storageclass=true in profile "addons-871335"
	I1204 19:53:27.115842   22160 addons.go:234] Setting addon amd-gpu-device-plugin=true in "addons-871335"
	I1204 19:53:27.115853   22160 addons.go:69] Setting gcp-auth=true in profile "addons-871335"
	I1204 19:53:27.115857   22160 addons.go:69] Setting cloud-spanner=true in profile "addons-871335"
	I1204 19:53:27.115862   22160 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-871335"
	I1204 19:53:27.115866   22160 addons.go:69] Setting registry=true in profile "addons-871335"
	I1204 19:53:27.115873   22160 mustload.go:65] Loading cluster: addons-871335
	I1204 19:53:27.115875   22160 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-871335"
	I1204 19:53:27.115881   22160 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-871335"
	I1204 19:53:27.115882   22160 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-871335"
	I1204 19:53:27.115886   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.115893   22160 addons.go:69] Setting volcano=true in profile "addons-871335"
	I1204 19:53:27.115895   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.115898   22160 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-871335"
	I1204 19:53:27.115904   22160 addons.go:234] Setting addon volcano=true in "addons-871335"
	I1204 19:53:27.115913   22160 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-871335"
	I1204 19:53:27.115935   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.115937   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.115936   22160 addons.go:69] Setting volumesnapshots=true in profile "addons-871335"
	I1204 19:53:27.115954   22160 addons.go:234] Setting addon volumesnapshots=true in "addons-871335"
	I1204 19:53:27.115993   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.116000   22160 addons.go:69] Setting metrics-server=true in profile "addons-871335"
	I1204 19:53:27.116016   22160 addons.go:234] Setting addon metrics-server=true in "addons-871335"
	I1204 19:53:27.116035   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.116060   22160 config.go:182] Loaded profile config "addons-871335": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
	I1204 19:53:27.116288   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.116291   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.116465   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.116468   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.116475   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.116481   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.116521   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.115869   22160 addons.go:234] Setting addon cloud-spanner=true in "addons-871335"
	I1204 19:53:27.116577   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.115872   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.117005   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.115850   22160 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-871335"
	I1204 19:53:27.117202   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.117453   22160 addons.go:69] Setting ingress=true in profile "addons-871335"
	I1204 19:53:27.117473   22160 addons.go:234] Setting addon ingress=true in "addons-871335"
	I1204 19:53:27.117506   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.115847   22160 addons.go:69] Setting storage-provisioner=true in profile "addons-871335"
	I1204 19:53:27.117704   22160 addons.go:234] Setting addon storage-provisioner=true in "addons-871335"
	I1204 19:53:27.117740   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.115883   22160 addons.go:234] Setting addon registry=true in "addons-871335"
	I1204 19:53:27.117788   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.117970   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.118174   22160 out.go:177] * Verifying Kubernetes components...
	I1204 19:53:27.118217   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.117659   22160 addons.go:69] Setting ingress-dns=true in profile "addons-871335"
	I1204 19:53:27.118395   22160 addons.go:234] Setting addon ingress-dns=true in "addons-871335"
	I1204 19:53:27.118443   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.115837   22160 addons.go:69] Setting inspektor-gadget=true in profile "addons-871335"
	I1204 19:53:27.118551   22160 addons.go:234] Setting addon inspektor-gadget=true in "addons-871335"
	I1204 19:53:27.118583   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.119950   22160 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I1204 19:53:27.144615   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.144626   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.144683   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.144765   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.144794   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.183681   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.185719   22160 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I1204 19:53:27.187147   22160 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-871335"
	I1204 19:53:27.187190   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.187651   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.189547   22160 out.go:177]   - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
	I1204 19:53:27.192923   22160 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I1204 19:53:27.194137   22160 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
	I1204 19:53:27.194289   22160 addons.go:431] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I1204 19:53:27.194736   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
	I1204 19:53:27.194816   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.195109   22160 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I1204 19:53:27.202454   22160 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I1204 19:53:27.202478   22160 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I1204 19:53:27.202532   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.202888   22160 addons.go:234] Setting addon default-storageclass=true in "addons-871335"
	I1204 19:53:27.202929   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.203397   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.203462   22160 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I1204 19:53:27.203553   22160 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I1204 19:53:27.206306   22160 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I1204 19:53:27.207699   22160 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I1204 19:53:27.207719   22160 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I1204 19:53:27.207777   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.207925   22160 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I1204 19:53:27.207940   22160 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I1204 19:53:27.207997   22160 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I1204 19:53:27.211399   22160 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I1204 19:53:27.211614   22160 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I1204 19:53:27.211628   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I1204 19:53:27.211682   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.212425   22160 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I1204 19:53:27.212440   22160 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I1204 19:53:27.212501   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.212994   22160 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I1204 19:53:27.213573   22160 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I1204 19:53:27.213589   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I1204 19:53:27.213641   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.216415   22160 out.go:177]   - Using image docker.io/registry:2.8.3
	I1204 19:53:27.217810   22160 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I1204 19:53:27.221707   22160 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
	I1204 19:53:27.221848   22160 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I1204 19:53:27.223387   22160 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I1204 19:53:27.223406   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I1204 19:53:27.223464   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.224958   22160 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	W1204 19:53:27.227291   22160 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I1204 19:53:27.228017   22160 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I1204 19:53:27.228038   22160 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I1204 19:53:27.228107   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.239042   22160 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I1204 19:53:27.240972   22160 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I1204 19:53:27.240997   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I1204 19:53:27.241056   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.242192   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I1204 19:53:27.243591   22160 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.33.0
	I1204 19:53:27.245256   22160 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.25
	I1204 19:53:27.245262   22160 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I1204 19:53:27.246005   22160 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
	I1204 19:53:27.246072   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.246903   22160 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I1204 19:53:27.246920   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I1204 19:53:27.246967   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.248110   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.269486   22160 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I1204 19:53:27.269510   22160 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I1204 19:53:27.269569   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.271982   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.275358   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.279289   22160 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
	I1204 19:53:27.280843   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.281014   22160 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I1204 19:53:27.281030   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I1204 19:53:27.281081   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.282987   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.285817   22160 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I1204 19:53:27.287002   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.288213   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.288677   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.289393   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.290324   22160 out.go:177]   - Using image docker.io/busybox:stable
	I1204 19:53:27.291861   22160 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I1204 19:53:27.291880   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I1204 19:53:27.291919   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.292864   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.294901   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.297358   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.316087   22160 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I1204 19:53:27.322180   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.322397   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	W1204 19:53:27.325691   22160 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I1204 19:53:27.325723   22160 retry.go:31] will retry after 268.245947ms: ssh: handshake failed: EOF
	I1204 19:53:27.523948   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I1204 19:53:27.622378   22160 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I1204 19:53:27.622422   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I1204 19:53:27.714554   22160 addons.go:431] installing /etc/kubernetes/addons/ig-deployment.yaml
	I1204 19:53:27.714581   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14451 bytes)
	I1204 19:53:27.717709   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I1204 19:53:27.717937   22160 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I1204 19:53:27.717959   22160 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I1204 19:53:27.800827   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I1204 19:53:27.810338   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I1204 19:53:27.817353   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I1204 19:53:27.897991   22160 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I1204 19:53:27.898037   22160 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I1204 19:53:27.901575   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I1204 19:53:27.903957   22160 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I1204 19:53:27.904007   22160 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I1204 19:53:27.909732   22160 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I1204 19:53:27.909758   22160 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I1204 19:53:27.911556   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I1204 19:53:27.916848   22160 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I1204 19:53:27.916940   22160 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I1204 19:53:27.999127   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I1204 19:53:28.008714   22160 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I1204 19:53:28.008753   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I1204 19:53:28.099582   22160 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I1204 19:53:28.099635   22160 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)
	I1204 19:53:28.111739   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I1204 19:53:28.118070   22160 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I1204 19:53:28.118099   22160 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I1204 19:53:28.297400   22160 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I1204 19:53:28.297526   22160 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I1204 19:53:28.305745   22160 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.063516724s)
	I1204 19:53:28.305840   22160 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I1204 19:53:28.307005   22160 node_ready.go:35] waiting up to 6m0s for node "addons-871335" to be "Ready" ...
	I1204 19:53:28.505796   22160 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I1204 19:53:28.505887   22160 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I1204 19:53:28.607714   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I1204 19:53:28.699126   22160 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I1204 19:53:28.699213   22160 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I1204 19:53:28.700586   22160 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I1204 19:53:28.700662   22160 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I1204 19:53:28.714868   22160 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I1204 19:53:28.714946   22160 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I1204 19:53:28.800273   22160 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I1204 19:53:28.800302   22160 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I1204 19:53:28.913792   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I1204 19:53:29.004797   22160 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I1204 19:53:29.004874   22160 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I1204 19:53:29.007534   22160 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I1204 19:53:29.007605   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I1204 19:53:29.117390   22160 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I1204 19:53:29.117474   22160 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I1204 19:53:29.215467   22160 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I1204 19:53:29.215552   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I1204 19:53:29.298776   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I1204 19:53:29.303137   22160 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-871335" context rescaled to 1 replicas
	I1204 19:53:29.398931   22160 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I1204 19:53:29.399017   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I1204 19:53:29.597629   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I1204 19:53:29.800383   22160 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I1204 19:53:29.800480   22160 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I1204 19:53:30.112635   22160 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I1204 19:53:30.112662   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I1204 19:53:30.218483   22160 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I1204 19:53:30.218526   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I1204 19:53:30.500037   22160 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I1204 19:53:30.500134   22160 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I1204 19:53:30.607580   22160 node_ready.go:53] node "addons-871335" has status "Ready":"False"
	I1204 19:53:30.624027   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I1204 19:53:32.810837   22160 node_ready.go:53] node "addons-871335" has status "Ready":"False"
	I1204 19:53:33.415110   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.89104399s)
	I1204 19:53:33.415208   22160 addons.go:475] Verifying addon ingress=true in "addons-871335"
	I1204 19:53:33.415282   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.697510503s)
	I1204 19:53:33.415381   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (5.60500208s)
	I1204 19:53:33.415442   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.598050486s)
	I1204 19:53:33.415315   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (5.614448535s)
	I1204 19:53:33.415512   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.513910766s)
	I1204 19:53:33.415554   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (5.503920497s)
	I1204 19:53:33.415642   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (5.416430881s)
	I1204 19:53:33.415697   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.30393255s)
	I1204 19:53:33.415782   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.807977993s)
	I1204 19:53:33.415804   22160 addons.go:475] Verifying addon registry=true in "addons-871335"
	I1204 19:53:33.416082   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.117260826s)
	I1204 19:53:33.416146   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.502143384s)
	I1204 19:53:33.416639   22160 addons.go:475] Verifying addon metrics-server=true in "addons-871335"
	I1204 19:53:33.417141   22160 out.go:177] * Verifying ingress addon...
	I1204 19:53:33.417175   22160 out.go:177] * Verifying registry addon...
	I1204 19:53:33.418162   22160 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-871335 service yakd-dashboard -n yakd-dashboard
	
	I1204 19:53:33.420198   22160 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I1204 19:53:33.420837   22160 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I1204 19:53:33.425313   22160 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I1204 19:53:33.425332   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W1204 19:53:33.427288   22160 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]
	I1204 19:53:33.523349   22160 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I1204 19:53:33.523374   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:34.007890   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:34.008983   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:34.306733   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.709037592s)
	W1204 19:53:34.306784   22160 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I1204 19:53:34.306808   22160 retry.go:31] will retry after 292.857098ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I1204 19:53:34.401254   22160 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I1204 19:53:34.401318   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:34.422128   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:34.424719   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:34.426005   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:34.599995   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I1204 19:53:34.617545   22160 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I1204 19:53:34.699795   22160 addons.go:234] Setting addon gcp-auth=true in "addons-871335"
	I1204 19:53:34.699857   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:34.700357   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:34.733672   22160 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I1204 19:53:34.733752   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:34.752616   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:34.813443   22160 node_ready.go:53] node "addons-871335" has status "Ready":"False"
	I1204 19:53:34.834392   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.210315776s)
	I1204 19:53:34.834428   22160 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-871335"
	I1204 19:53:34.897890   22160 out.go:177] * Verifying csi-hostpath-driver addon...
	I1204 19:53:34.900741   22160 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I1204 19:53:34.905010   22160 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I1204 19:53:34.905037   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:35.005460   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:35.005927   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:35.404673   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:35.423513   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:35.423601   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:35.428882   22160 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I1204 19:53:35.430427   22160 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
	I1204 19:53:35.431735   22160 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I1204 19:53:35.431746   22160 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I1204 19:53:35.448946   22160 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I1204 19:53:35.448973   22160 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I1204 19:53:35.465426   22160 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I1204 19:53:35.465452   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I1204 19:53:35.482106   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I1204 19:53:35.817574   22160 addons.go:475] Verifying addon gcp-auth=true in "addons-871335"
	I1204 19:53:35.819087   22160 out.go:177] * Verifying gcp-auth addon...
	I1204 19:53:35.821102   22160 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I1204 19:53:35.823532   22160 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I1204 19:53:35.823548   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:35.924974   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:35.925081   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:35.925404   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:36.324126   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:36.403513   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:36.423988   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:36.424392   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:36.823973   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:36.904555   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:36.923824   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:36.924450   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:37.309649   22160 node_ready.go:53] node "addons-871335" has status "Ready":"False"
	I1204 19:53:37.324117   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:37.403632   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:37.423825   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:37.424337   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:37.824390   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:37.904169   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:37.923903   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:37.924519   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:38.324792   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:38.404254   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:38.423345   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:38.423780   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:38.824317   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:38.903843   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:38.923857   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:38.923939   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:39.309702   22160 node_ready.go:53] node "addons-871335" has status "Ready":"False"
	I1204 19:53:39.324107   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:39.403433   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:39.423768   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:39.424290   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:39.824243   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:39.903734   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:39.923808   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:39.923859   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:40.324675   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:40.404281   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:40.423570   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:40.423955   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:40.824828   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:40.904392   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:40.923677   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:40.924131   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:41.310617   22160 node_ready.go:53] node "addons-871335" has status "Ready":"False"
	I1204 19:53:41.323838   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:41.404385   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:41.423979   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:41.424642   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:41.824447   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:41.905614   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:41.923543   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:41.924058   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:42.325351   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:42.403707   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:42.423370   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:42.423567   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:42.824413   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:42.904041   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:42.923797   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:42.924157   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:43.323896   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:43.404447   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:43.423918   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:43.424657   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:43.809726   22160 node_ready.go:53] node "addons-871335" has status "Ready":"False"
	I1204 19:53:43.823886   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:43.904624   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:43.924066   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:43.924374   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:44.324272   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:44.403675   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:44.423556   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:44.423830   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:44.824469   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:44.904151   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:44.923458   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:44.923893   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:45.323548   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:45.404215   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:45.423646   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:45.423901   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:45.810245   22160 node_ready.go:53] node "addons-871335" has status "Ready":"False"
	I1204 19:53:45.824439   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:45.904215   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:45.923938   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:45.924495   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:46.309274   22160 node_ready.go:49] node "addons-871335" has status "Ready":"True"
	I1204 19:53:46.309311   22160 node_ready.go:38] duration metric: took 18.002274152s for node "addons-871335" to be "Ready" ...
	I1204 19:53:46.309325   22160 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" ...
	I1204 19:53:46.320066   22160 pod_ready.go:79] waiting up to 6m0s for pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace to be "Ready" ...
	I1204 19:53:46.399716   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:46.404615   22160 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I1204 19:53:46.404636   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:46.423652   22160 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I1204 19:53:46.423681   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:46.423918   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:46.824869   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:46.926460   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:46.926597   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:46.927172   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:47.324394   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:47.405525   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:47.424503   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:47.424753   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:47.824844   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:47.926213   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:47.926297   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:47.926688   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:48.324025   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:48.325784   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:53:48.405484   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:48.424417   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:48.424825   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:48.824430   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:48.904942   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:48.924390   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:48.924863   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:49.324521   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:49.405429   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:49.424307   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:49.424488   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:49.824168   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:49.904986   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:49.925843   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:49.926185   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:50.323864   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:50.404855   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:50.424180   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:50.424435   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:50.824182   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:50.826029   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:53:50.904621   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:50.924083   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:50.924219   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:51.324030   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:51.404391   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:51.424676   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:51.424758   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:51.827038   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:51.905951   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:51.924022   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:51.924257   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:52.324528   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:52.405840   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:52.424300   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:52.424392   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:52.826687   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:52.828097   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:53:52.906091   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:52.924132   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:52.924651   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:53.324801   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:53.404758   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:53.424109   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:53.424559   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:53.823418   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:53.905440   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:53.924166   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:53.924356   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:54.324719   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:54.405711   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:54.424326   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:54.424549   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:54.824431   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:54.905718   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:54.925492   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:54.925876   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:55.325049   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:55.325069   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:53:55.404513   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:55.423757   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:55.424089   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:55.825464   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:55.906548   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:55.998949   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:56.003107   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:56.398924   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:56.406013   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:56.503678   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:56.505102   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:56.824465   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:56.913034   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:57.000788   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:57.001231   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:57.324846   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:57.325905   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:53:57.405664   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:57.423845   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:57.424148   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:57.824073   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:57.905729   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:57.931217   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:57.932037   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:58.324242   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:58.404755   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:58.423930   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:58.424162   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:58.823894   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:58.904324   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:58.924057   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:58.924348   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:59.324641   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:59.326564   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:53:59.405589   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:59.424618   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:59.425131   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:59.823717   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:59.905425   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:59.923773   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:59.923809   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:00.324613   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:00.405416   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:00.424247   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:00.424701   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:00.824062   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:00.905426   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:00.924112   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:00.926823   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:01.324959   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:01.405645   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:01.424859   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:01.425817   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:01.823932   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:01.825493   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:01.905826   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:01.924341   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:01.924952   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:02.324583   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:02.425698   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:02.426006   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:02.426140   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:02.823485   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:02.904667   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:02.923838   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:02.924242   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:03.324923   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:03.405443   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:03.424601   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:03.424910   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:03.824216   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:03.825707   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:03.906724   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:03.924312   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:03.925548   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:04.324660   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:04.405015   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:04.423791   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:04.424241   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:04.823752   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:04.905781   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:04.924259   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:04.924550   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:05.325152   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:05.405417   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:05.424073   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:05.424411   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:05.823492   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:05.905240   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:05.924036   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:05.924129   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:06.324164   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:06.325872   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:06.405184   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:06.423835   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:06.423946   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:06.824091   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:06.905146   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:06.924758   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:06.926239   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:07.323889   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:07.405228   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:07.424175   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:07.424958   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:07.823607   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:07.905948   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:07.923731   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:07.924170   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:08.324833   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:08.404896   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:08.423981   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:08.424498   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:08.824365   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:08.826361   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:08.904682   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:08.924288   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:08.924977   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:09.324331   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:09.405091   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:09.424198   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:09.424569   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:09.826177   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:09.904962   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:09.924423   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:09.924595   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:10.324112   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:10.404584   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:10.423874   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:10.424526   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:10.824077   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:10.905176   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:10.924138   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:10.924219   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:11.324329   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:11.325365   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:11.404717   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:11.424163   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:11.424567   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:11.824112   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:11.904448   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:11.924368   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:11.924392   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:12.324491   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:12.404902   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:12.424126   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:12.424433   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:12.824598   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:12.905178   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:12.923720   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:12.924242   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:13.324473   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:13.326618   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:13.405410   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:13.424425   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:13.424428   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:13.905146   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:13.907584   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:14.004863   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:14.005317   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:14.402025   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:14.405559   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:14.497702   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:14.499927   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:14.906161   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:14.907881   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:15.018564   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:15.020170   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:15.324512   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:15.404836   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:15.424483   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:15.424753   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:15.823797   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:15.825432   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:15.904969   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:15.924210   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:15.924771   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:16.324895   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:16.405468   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:16.424553   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:16.424602   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:16.823914   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:16.904492   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:16.924370   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:16.924542   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:17.324551   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:17.405553   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:17.424516   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:17.425203   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:17.823632   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:17.826182   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:17.904736   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:17.924357   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:17.924825   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:18.325221   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:18.405981   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:18.424441   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:18.424840   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:18.824239   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:18.908125   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:18.924252   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:18.924679   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:19.324778   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:19.405692   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:19.424184   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:19.424438   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:19.824095   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:19.904532   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:19.923912   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:19.924318   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:20.324414   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:20.326137   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:20.404612   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:20.424069   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:20.425087   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:20.825054   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:20.905905   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:20.924211   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:20.924742   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:21.324817   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:21.426282   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:21.426666   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:21.427008   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:21.824249   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:21.924819   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:21.925473   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:21.925632   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:22.324272   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:22.404624   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:22.423758   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:22.424067   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:22.823987   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:22.826312   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:22.905417   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:22.924207   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:22.925256   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:23.325649   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:23.427242   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:23.427397   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:23.427522   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:23.823927   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:23.905445   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:23.923957   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:23.924358   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:24.325322   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:24.327819   22160 pod_ready.go:93] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"True"
	I1204 19:54:24.327844   22160 pod_ready.go:82] duration metric: took 38.007747566s for pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.327857   22160 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-gf2bp" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.333105   22160 pod_ready.go:93] pod "coredns-7c65d6cfc9-gf2bp" in "kube-system" namespace has status "Ready":"True"
	I1204 19:54:24.333130   22160 pod_ready.go:82] duration metric: took 5.264519ms for pod "coredns-7c65d6cfc9-gf2bp" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.333167   22160 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-871335" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.338086   22160 pod_ready.go:93] pod "etcd-addons-871335" in "kube-system" namespace has status "Ready":"True"
	I1204 19:54:24.338113   22160 pod_ready.go:82] duration metric: took 4.937153ms for pod "etcd-addons-871335" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.338129   22160 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-871335" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.342273   22160 pod_ready.go:93] pod "kube-apiserver-addons-871335" in "kube-system" namespace has status "Ready":"True"
	I1204 19:54:24.342301   22160 pod_ready.go:82] duration metric: took 4.157497ms for pod "kube-apiserver-addons-871335" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.342313   22160 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-871335" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.401723   22160 pod_ready.go:93] pod "kube-controller-manager-addons-871335" in "kube-system" namespace has status "Ready":"True"
	I1204 19:54:24.401748   22160 pod_ready.go:82] duration metric: took 59.426622ms for pod "kube-controller-manager-addons-871335" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.401764   22160 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-25nj8" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.405002   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:24.424717   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:24.425213   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:24.725516   22160 pod_ready.go:93] pod "kube-proxy-25nj8" in "kube-system" namespace has status "Ready":"True"
	I1204 19:54:24.725543   22160 pod_ready.go:82] duration metric: took 323.737214ms for pod "kube-proxy-25nj8" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.725555   22160 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-871335" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.824915   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:24.905412   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:24.923831   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:24.925403   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:25.124666   22160 pod_ready.go:93] pod "kube-scheduler-addons-871335" in "kube-system" namespace has status "Ready":"True"
	I1204 19:54:25.124691   22160 pod_ready.go:82] duration metric: took 399.127728ms for pod "kube-scheduler-addons-871335" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:25.124705   22160 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:25.324800   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:25.425751   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:25.426386   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:25.426498   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:25.824861   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:25.904955   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:25.924150   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:25.924501   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:26.324878   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:26.405181   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:26.424118   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:26.424360   22160 kapi.go:107] duration metric: took 53.003519761s to wait for kubernetes.io/minikube-addons=registry ...
	I1204 19:54:26.825323   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:26.904597   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:26.924820   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:27.130477   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:27.324550   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:27.425646   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:27.425781   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:27.824964   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:27.905748   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:27.925606   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:28.325040   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:28.406098   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:28.424852   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:28.825351   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:28.904698   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:28.924808   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:29.325156   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:29.405671   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:29.424579   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:29.630435   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:29.824799   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:29.906249   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:29.924394   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:30.324089   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:30.405477   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:30.424430   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:30.824574   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:30.905204   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:30.924135   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:31.326339   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:31.414183   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:31.426516   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:31.717361   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:31.899069   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:31.909626   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:31.999862   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:32.325066   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:32.406058   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:32.499255   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:32.903374   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:32.905487   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:33.000322   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:33.326281   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:33.407063   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:33.435461   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:33.825365   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:33.905398   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:33.925365   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:34.130908   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:34.324518   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:34.404837   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:34.424288   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:34.824891   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:34.906254   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:34.925288   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:35.324376   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:35.405493   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:35.425337   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:35.825775   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:35.907762   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:35.924552   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:36.325283   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:36.404691   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:36.424977   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:36.630213   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:36.825159   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:36.926369   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:36.926429   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:37.325706   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:37.405704   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:37.423856   22160 kapi.go:107] duration metric: took 1m4.003654788s to wait for app.kubernetes.io/name=ingress-nginx ...
	I1204 19:54:37.825277   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:37.905031   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:38.324511   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:38.405949   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:38.824843   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:38.905078   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:39.212536   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:39.324432   22160 kapi.go:107] duration metric: took 1m3.503327319s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I1204 19:54:39.326597   22160 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-871335 cluster.
	I1204 19:54:39.328504   22160 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.
	I1204 19:54:39.330221   22160 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I1204 19:54:39.405893   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:39.905062   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:40.405025   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:40.905620   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:41.404893   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:41.630265   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:41.905591   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:42.405840   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:42.905016   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:43.404990   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:43.630748   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:43.905590   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:44.405842   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:44.905178   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:45.405065   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:45.905530   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:46.129406   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:46.405466   22160 kapi.go:107] duration metric: took 1m11.504724792s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I1204 19:54:46.407769   22160 out.go:177] * Enabled addons: cloud-spanner, ingress-dns, amd-gpu-device-plugin, storage-provisioner, nvidia-device-plugin, inspektor-gadget, metrics-server, yakd, default-storageclass, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
	I1204 19:54:46.409441   22160 addons.go:510] duration metric: took 1m19.293756238s for enable addons: enabled=[cloud-spanner ingress-dns amd-gpu-device-plugin storage-provisioner nvidia-device-plugin inspektor-gadget metrics-server yakd default-storageclass volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
	I1204 19:54:48.129909   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:50.130560   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:52.630207   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:54.629964   22160 pod_ready.go:93] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"True"
	I1204 19:54:54.629986   22160 pod_ready.go:82] duration metric: took 29.505274297s for pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:54.629998   22160 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-cr5hb" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:54.633869   22160 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-cr5hb" in "kube-system" namespace has status "Ready":"True"
	I1204 19:54:54.633888   22160 pod_ready.go:82] duration metric: took 3.883967ms for pod "nvidia-device-plugin-daemonset-cr5hb" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:54.633905   22160 pod_ready.go:39] duration metric: took 1m8.324566329s 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" ...
	I1204 19:54:54.633922   22160 api_server.go:52] waiting for apiserver process to appear ...
	I1204 19:54:54.633961   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I1204 19:54:54.634004   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I1204 19:54:54.669259   22160 cri.go:89] found id: "07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb"
	I1204 19:54:54.669284   22160 cri.go:89] found id: ""
	I1204 19:54:54.669294   22160 logs.go:282] 1 containers: [07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb]
	I1204 19:54:54.669348   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:54.672873   22160 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I1204 19:54:54.672927   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I1204 19:54:54.705577   22160 cri.go:89] found id: "28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68"
	I1204 19:54:54.705600   22160 cri.go:89] found id: ""
	I1204 19:54:54.705609   22160 logs.go:282] 1 containers: [28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68]
	I1204 19:54:54.705661   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:54.709008   22160 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I1204 19:54:54.709071   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I1204 19:54:54.741109   22160 cri.go:89] found id: "4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0"
	I1204 19:54:54.741130   22160 cri.go:89] found id: ""
	I1204 19:54:54.741137   22160 logs.go:282] 1 containers: [4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0]
	I1204 19:54:54.741199   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:54.744424   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I1204 19:54:54.744477   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I1204 19:54:54.779656   22160 cri.go:89] found id: "7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d"
	I1204 19:54:54.779674   22160 cri.go:89] found id: ""
	I1204 19:54:54.779681   22160 logs.go:282] 1 containers: [7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d]
	I1204 19:54:54.779722   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:54.783448   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I1204 19:54:54.783573   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I1204 19:54:54.816486   22160 cri.go:89] found id: "33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2"
	I1204 19:54:54.816509   22160 cri.go:89] found id: ""
	I1204 19:54:54.816516   22160 logs.go:282] 1 containers: [33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2]
	I1204 19:54:54.816560   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:54.819788   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I1204 19:54:54.819839   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I1204 19:54:54.853893   22160 cri.go:89] found id: "f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf"
	I1204 19:54:54.853922   22160 cri.go:89] found id: ""
	I1204 19:54:54.853931   22160 logs.go:282] 1 containers: [f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf]
	I1204 19:54:54.853985   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:54.857416   22160 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I1204 19:54:54.857472   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I1204 19:54:54.889795   22160 cri.go:89] found id: "ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7"
	I1204 19:54:54.889823   22160 cri.go:89] found id: ""
	I1204 19:54:54.889834   22160 logs.go:282] 1 containers: [ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7]
	I1204 19:54:54.889878   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:54.893274   22160 logs.go:123] Gathering logs for describe nodes ...
	I1204 19:54:54.893305   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I1204 19:54:54.989650   22160 logs.go:123] Gathering logs for coredns [4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0] ...
	I1204 19:54:54.989679   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0"
	I1204 19:54:55.024342   22160 logs.go:123] Gathering logs for kindnet [ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7] ...
	I1204 19:54:55.024372   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7"
	I1204 19:54:55.056594   22160 logs.go:123] Gathering logs for kubelet ...
	I1204 19:54:55.056625   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I1204 19:54:55.140682   22160 logs.go:123] Gathering logs for dmesg ...
	I1204 19:54:55.140713   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I1204 19:54:55.152956   22160 logs.go:123] Gathering logs for kube-apiserver [07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb] ...
	I1204 19:54:55.152983   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb"
	I1204 19:54:55.196263   22160 logs.go:123] Gathering logs for etcd [28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68] ...
	I1204 19:54:55.196298   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68"
	I1204 19:54:55.246360   22160 logs.go:123] Gathering logs for kube-scheduler [7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d] ...
	I1204 19:54:55.246395   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d"
	I1204 19:54:55.285925   22160 logs.go:123] Gathering logs for kube-proxy [33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2] ...
	I1204 19:54:55.285957   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2"
	I1204 19:54:55.319146   22160 logs.go:123] Gathering logs for kube-controller-manager [f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf] ...
	I1204 19:54:55.319172   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf"
	I1204 19:54:55.372532   22160 logs.go:123] Gathering logs for CRI-O ...
	I1204 19:54:55.372566   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I1204 19:54:55.452959   22160 logs.go:123] Gathering logs for container status ...
	I1204 19:54:55.453001   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I1204 19:54:57.994459   22160 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I1204 19:54:58.008910   22160 api_server.go:72] duration metric: took 1m30.893279965s to wait for apiserver process to appear ...
	I1204 19:54:58.008936   22160 api_server.go:88] waiting for apiserver healthz status ...
	I1204 19:54:58.008971   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I1204 19:54:58.009011   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I1204 19:54:58.041972   22160 cri.go:89] found id: "07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb"
	I1204 19:54:58.041993   22160 cri.go:89] found id: ""
	I1204 19:54:58.042000   22160 logs.go:282] 1 containers: [07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb]
	I1204 19:54:58.042042   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:58.045360   22160 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I1204 19:54:58.045423   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I1204 19:54:58.077354   22160 cri.go:89] found id: "28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68"
	I1204 19:54:58.077376   22160 cri.go:89] found id: ""
	I1204 19:54:58.077384   22160 logs.go:282] 1 containers: [28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68]
	I1204 19:54:58.077424   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:58.080700   22160 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I1204 19:54:58.080774   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I1204 19:54:58.113438   22160 cri.go:89] found id: "4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0"
	I1204 19:54:58.113465   22160 cri.go:89] found id: ""
	I1204 19:54:58.113476   22160 logs.go:282] 1 containers: [4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0]
	I1204 19:54:58.113527   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:58.116902   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I1204 19:54:58.116975   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I1204 19:54:58.149767   22160 cri.go:89] found id: "7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d"
	I1204 19:54:58.149787   22160 cri.go:89] found id: ""
	I1204 19:54:58.149794   22160 logs.go:282] 1 containers: [7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d]
	I1204 19:54:58.149837   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:58.153279   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I1204 19:54:58.153336   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I1204 19:54:58.187674   22160 cri.go:89] found id: "33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2"
	I1204 19:54:58.187694   22160 cri.go:89] found id: ""
	I1204 19:54:58.187701   22160 logs.go:282] 1 containers: [33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2]
	I1204 19:54:58.187741   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:58.191201   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I1204 19:54:58.191263   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I1204 19:54:58.223937   22160 cri.go:89] found id: "f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf"
	I1204 19:54:58.223984   22160 cri.go:89] found id: ""
	I1204 19:54:58.223995   22160 logs.go:282] 1 containers: [f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf]
	I1204 19:54:58.224051   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:58.227411   22160 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I1204 19:54:58.227483   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I1204 19:54:58.260322   22160 cri.go:89] found id: "ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7"
	I1204 19:54:58.260347   22160 cri.go:89] found id: ""
	I1204 19:54:58.260355   22160 logs.go:282] 1 containers: [ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7]
	I1204 19:54:58.260395   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:58.263674   22160 logs.go:123] Gathering logs for etcd [28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68] ...
	I1204 19:54:58.263708   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68"
	I1204 19:54:58.315444   22160 logs.go:123] Gathering logs for coredns [4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0] ...
	I1204 19:54:58.315475   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0"
	I1204 19:54:58.351045   22160 logs.go:123] Gathering logs for kube-controller-manager [f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf] ...
	I1204 19:54:58.351072   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf"
	I1204 19:54:58.409738   22160 logs.go:123] Gathering logs for CRI-O ...
	I1204 19:54:58.409779   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I1204 19:54:58.489697   22160 logs.go:123] Gathering logs for kubelet ...
	I1204 19:54:58.489735   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I1204 19:54:58.579995   22160 logs.go:123] Gathering logs for dmesg ...
	I1204 19:54:58.580038   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I1204 19:54:58.592178   22160 logs.go:123] Gathering logs for kube-scheduler [7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d] ...
	I1204 19:54:58.592206   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d"
	I1204 19:54:58.631052   22160 logs.go:123] Gathering logs for kube-proxy [33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2] ...
	I1204 19:54:58.631084   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2"
	I1204 19:54:58.665499   22160 logs.go:123] Gathering logs for kindnet [ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7] ...
	I1204 19:54:58.665525   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7"
	I1204 19:54:58.698780   22160 logs.go:123] Gathering logs for container status ...
	I1204 19:54:58.698805   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I1204 19:54:58.740667   22160 logs.go:123] Gathering logs for describe nodes ...
	I1204 19:54:58.740696   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I1204 19:54:58.840724   22160 logs.go:123] Gathering logs for kube-apiserver [07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb] ...
	I1204 19:54:58.840754   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb"
	I1204 19:55:01.387019   22160 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I1204 19:55:01.391457   22160 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I1204 19:55:01.392587   22160 api_server.go:141] control plane version: v1.31.2
	I1204 19:55:01.392612   22160 api_server.go:131] duration metric: took 3.383669901s to wait for apiserver health ...
	I1204 19:55:01.392622   22160 system_pods.go:43] waiting for kube-system pods to appear ...
	I1204 19:55:01.392649   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I1204 19:55:01.392695   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I1204 19:55:01.427983   22160 cri.go:89] found id: "07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb"
	I1204 19:55:01.428008   22160 cri.go:89] found id: ""
	I1204 19:55:01.428018   22160 logs.go:282] 1 containers: [07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb]
	I1204 19:55:01.428062   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:55:01.431609   22160 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I1204 19:55:01.431683   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I1204 19:55:01.465255   22160 cri.go:89] found id: "28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68"
	I1204 19:55:01.465281   22160 cri.go:89] found id: ""
	I1204 19:55:01.465292   22160 logs.go:282] 1 containers: [28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68]
	I1204 19:55:01.465351   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:55:01.468641   22160 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I1204 19:55:01.468714   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I1204 19:55:01.504079   22160 cri.go:89] found id: "4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0"
	I1204 19:55:01.504104   22160 cri.go:89] found id: ""
	I1204 19:55:01.504111   22160 logs.go:282] 1 containers: [4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0]
	I1204 19:55:01.504198   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:55:01.507912   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I1204 19:55:01.508082   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I1204 19:55:01.543024   22160 cri.go:89] found id: "7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d"
	I1204 19:55:01.543052   22160 cri.go:89] found id: ""
	I1204 19:55:01.543061   22160 logs.go:282] 1 containers: [7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d]
	I1204 19:55:01.543127   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:55:01.546644   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I1204 19:55:01.546757   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I1204 19:55:01.581513   22160 cri.go:89] found id: "33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2"
	I1204 19:55:01.581539   22160 cri.go:89] found id: ""
	I1204 19:55:01.581547   22160 logs.go:282] 1 containers: [33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2]
	I1204 19:55:01.581590   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:55:01.585224   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I1204 19:55:01.585288   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I1204 19:55:01.620776   22160 cri.go:89] found id: "f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf"
	I1204 19:55:01.620799   22160 cri.go:89] found id: ""
	I1204 19:55:01.620809   22160 logs.go:282] 1 containers: [f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf]
	I1204 19:55:01.620862   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:55:01.624519   22160 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I1204 19:55:01.624581   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I1204 19:55:01.659529   22160 cri.go:89] found id: "ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7"
	I1204 19:55:01.659550   22160 cri.go:89] found id: ""
	I1204 19:55:01.659559   22160 logs.go:282] 1 containers: [ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7]
	I1204 19:55:01.659613   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:55:01.663088   22160 logs.go:123] Gathering logs for etcd [28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68] ...
	I1204 19:55:01.663118   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68"
	I1204 19:55:01.715117   22160 logs.go:123] Gathering logs for coredns [4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0] ...
	I1204 19:55:01.715157   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0"
	I1204 19:55:01.752174   22160 logs.go:123] Gathering logs for kube-scheduler [7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d] ...
	I1204 19:55:01.752215   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d"
	I1204 19:55:01.793523   22160 logs.go:123] Gathering logs for kube-proxy [33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2] ...
	I1204 19:55:01.793566   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2"
	I1204 19:55:01.828685   22160 logs.go:123] Gathering logs for kubelet ...
	I1204 19:55:01.828720   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I1204 19:55:01.916011   22160 logs.go:123] Gathering logs for dmesg ...
	I1204 19:55:01.916048   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I1204 19:55:01.929140   22160 logs.go:123] Gathering logs for describe nodes ...
	I1204 19:55:01.929179   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I1204 19:55:02.030285   22160 logs.go:123] Gathering logs for kube-apiserver [07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb] ...
	I1204 19:55:02.030321   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb"
	I1204 19:55:02.076095   22160 logs.go:123] Gathering logs for kube-controller-manager [f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf] ...
	I1204 19:55:02.076178   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf"
	I1204 19:55:02.135143   22160 logs.go:123] Gathering logs for kindnet [ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7] ...
	I1204 19:55:02.135191   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7"
	I1204 19:55:02.170067   22160 logs.go:123] Gathering logs for CRI-O ...
	I1204 19:55:02.170093   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I1204 19:55:02.250124   22160 logs.go:123] Gathering logs for container status ...
	I1204 19:55:02.250168   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I1204 19:55:04.805155   22160 system_pods.go:59] 19 kube-system pods found
	I1204 19:55:04.805188   22160 system_pods.go:61] "amd-gpu-device-plugin-z7nxc" [632fd269-36ea-4a48-b8d2-4e6d996c9888] Running
	I1204 19:55:04.805194   22160 system_pods.go:61] "coredns-7c65d6cfc9-gf2bp" [21411eb8-e616-4ed6-987d-94188d11703d] Running
	I1204 19:55:04.805198   22160 system_pods.go:61] "csi-hostpath-attacher-0" [86cf5099-22f0-4add-9c40-0b7ddcdcaf28] Running
	I1204 19:55:04.805202   22160 system_pods.go:61] "csi-hostpath-resizer-0" [efaf294d-729d-47d3-a556-f78b7d501743] Running
	I1204 19:55:04.805206   22160 system_pods.go:61] "csi-hostpathplugin-qsk8r" [85e9d5dd-b6d3-4a20-b76d-2804b5a76e48] Running
	I1204 19:55:04.805209   22160 system_pods.go:61] "etcd-addons-871335" [6a0f2828-bedf-495e-9aa6-828948f1889c] Running
	I1204 19:55:04.805213   22160 system_pods.go:61] "kindnet-ckjpf" [4c8022e0-7526-4500-ae11-f5ec28fc39b2] Running
	I1204 19:55:04.805216   22160 system_pods.go:61] "kube-apiserver-addons-871335" [859a742d-8e40-4a79-a5be-418e342c4168] Running
	I1204 19:55:04.805219   22160 system_pods.go:61] "kube-controller-manager-addons-871335" [05698645-a2c3-41ee-9ec0-c5b235bd53de] Running
	I1204 19:55:04.805223   22160 system_pods.go:61] "kube-ingress-dns-minikube" [81f3978a-9932-4616-bf67-9d51cdb5dee4] Running
	I1204 19:55:04.805226   22160 system_pods.go:61] "kube-proxy-25nj8" [4d14b415-0250-4eca-9e1e-49878bb55722] Running
	I1204 19:55:04.805229   22160 system_pods.go:61] "kube-scheduler-addons-871335" [6c1b624c-a817-4acf-a3b4-b9f906583626] Running
	I1204 19:55:04.805232   22160 system_pods.go:61] "metrics-server-84c5f94fbc-dl7pb" [0f086c96-7d3e-4b40-9557-73caf5fc9751] Running
	I1204 19:55:04.805235   22160 system_pods.go:61] "nvidia-device-plugin-daemonset-cr5hb" [6f484054-442d-4023-b23d-cdd4bc9f0860] Running
	I1204 19:55:04.805239   22160 system_pods.go:61] "registry-66c9cd494c-wclsx" [722614d6-46f9-4da0-8545-5afd24dcbb4b] Running
	I1204 19:55:04.805243   22160 system_pods.go:61] "registry-proxy-7dvwd" [d6b02f4a-6a2e-4ee2-9b64-fe111900bae5] Running
	I1204 19:55:04.805246   22160 system_pods.go:61] "snapshot-controller-56fcc65765-c697m" [0b8fd87b-d3c4-41ce-b78c-ad41e85f7050] Running
	I1204 19:55:04.805249   22160 system_pods.go:61] "snapshot-controller-56fcc65765-dsvvz" [73b7d551-bd3d-4066-9376-84b51272fcce] Running
	I1204 19:55:04.805252   22160 system_pods.go:61] "storage-provisioner" [d5007c1e-d8bc-412a-ad32-92dbd4e62966] Running
	I1204 19:55:04.805258   22160 system_pods.go:74] duration metric: took 3.412630914s to wait for pod list to return data ...
	I1204 19:55:04.805266   22160 default_sa.go:34] waiting for default service account to be created ...
	I1204 19:55:04.807693   22160 default_sa.go:45] found service account: "default"
	I1204 19:55:04.807717   22160 default_sa.go:55] duration metric: took 2.444795ms for default service account to be created ...
	I1204 19:55:04.807726   22160 system_pods.go:116] waiting for k8s-apps to be running ...
	I1204 19:55:04.816059   22160 system_pods.go:86] 19 kube-system pods found
	I1204 19:55:04.816090   22160 system_pods.go:89] "amd-gpu-device-plugin-z7nxc" [632fd269-36ea-4a48-b8d2-4e6d996c9888] Running
	I1204 19:55:04.816096   22160 system_pods.go:89] "coredns-7c65d6cfc9-gf2bp" [21411eb8-e616-4ed6-987d-94188d11703d] Running
	I1204 19:55:04.816100   22160 system_pods.go:89] "csi-hostpath-attacher-0" [86cf5099-22f0-4add-9c40-0b7ddcdcaf28] Running
	I1204 19:55:04.816103   22160 system_pods.go:89] "csi-hostpath-resizer-0" [efaf294d-729d-47d3-a556-f78b7d501743] Running
	I1204 19:55:04.816107   22160 system_pods.go:89] "csi-hostpathplugin-qsk8r" [85e9d5dd-b6d3-4a20-b76d-2804b5a76e48] Running
	I1204 19:55:04.816111   22160 system_pods.go:89] "etcd-addons-871335" [6a0f2828-bedf-495e-9aa6-828948f1889c] Running
	I1204 19:55:04.816115   22160 system_pods.go:89] "kindnet-ckjpf" [4c8022e0-7526-4500-ae11-f5ec28fc39b2] Running
	I1204 19:55:04.816119   22160 system_pods.go:89] "kube-apiserver-addons-871335" [859a742d-8e40-4a79-a5be-418e342c4168] Running
	I1204 19:55:04.816123   22160 system_pods.go:89] "kube-controller-manager-addons-871335" [05698645-a2c3-41ee-9ec0-c5b235bd53de] Running
	I1204 19:55:04.816128   22160 system_pods.go:89] "kube-ingress-dns-minikube" [81f3978a-9932-4616-bf67-9d51cdb5dee4] Running
	I1204 19:55:04.816139   22160 system_pods.go:89] "kube-proxy-25nj8" [4d14b415-0250-4eca-9e1e-49878bb55722] Running
	I1204 19:55:04.816145   22160 system_pods.go:89] "kube-scheduler-addons-871335" [6c1b624c-a817-4acf-a3b4-b9f906583626] Running
	I1204 19:55:04.816148   22160 system_pods.go:89] "metrics-server-84c5f94fbc-dl7pb" [0f086c96-7d3e-4b40-9557-73caf5fc9751] Running
	I1204 19:55:04.816157   22160 system_pods.go:89] "nvidia-device-plugin-daemonset-cr5hb" [6f484054-442d-4023-b23d-cdd4bc9f0860] Running
	I1204 19:55:04.816163   22160 system_pods.go:89] "registry-66c9cd494c-wclsx" [722614d6-46f9-4da0-8545-5afd24dcbb4b] Running
	I1204 19:55:04.816166   22160 system_pods.go:89] "registry-proxy-7dvwd" [d6b02f4a-6a2e-4ee2-9b64-fe111900bae5] Running
	I1204 19:55:04.816172   22160 system_pods.go:89] "snapshot-controller-56fcc65765-c697m" [0b8fd87b-d3c4-41ce-b78c-ad41e85f7050] Running
	I1204 19:55:04.816176   22160 system_pods.go:89] "snapshot-controller-56fcc65765-dsvvz" [73b7d551-bd3d-4066-9376-84b51272fcce] Running
	I1204 19:55:04.816182   22160 system_pods.go:89] "storage-provisioner" [d5007c1e-d8bc-412a-ad32-92dbd4e62966] Running
	I1204 19:55:04.816188   22160 system_pods.go:126] duration metric: took 8.457632ms to wait for k8s-apps to be running ...
	I1204 19:55:04.816198   22160 system_svc.go:44] waiting for kubelet service to be running ....
	I1204 19:55:04.816242   22160 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1204 19:55:04.827914   22160 system_svc.go:56] duration metric: took 11.70388ms WaitForService to wait for kubelet
	I1204 19:55:04.827949   22160 kubeadm.go:582] duration metric: took 1m37.712322117s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I1204 19:55:04.827983   22160 node_conditions.go:102] verifying NodePressure condition ...
	I1204 19:55:04.831022   22160 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I1204 19:55:04.831049   22160 node_conditions.go:123] node cpu capacity is 8
	I1204 19:55:04.831062   22160 node_conditions.go:105] duration metric: took 3.072629ms to run NodePressure ...
	I1204 19:55:04.831073   22160 start.go:241] waiting for startup goroutines ...
	I1204 19:55:04.831079   22160 start.go:246] waiting for cluster config update ...
	I1204 19:55:04.831094   22160 start.go:255] writing updated cluster config ...
	I1204 19:55:04.831370   22160 ssh_runner.go:195] Run: rm -f paused
	I1204 19:55:04.881938   22160 start.go:600] kubectl: 1.31.3, cluster: 1.31.2 (minor skew: 0)
	I1204 19:55:04.885196   22160 out.go:177] * Done! kubectl is now configured to use "addons-871335" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Dec 04 19:56:21 addons-871335 crio[1030]: time="2024-12-04 19:56:21.766763924Z" level=info msg="Removed pod sandbox: b8baa43005d6cdf59b8bfacf684b437f289dc90c36db0411830c7b7a24981124" id=127ab02b-94ac-4f14-a05f-40711a22164e name=/runtime.v1.RuntimeService/RemovePodSandbox
	Dec 04 19:56:21 addons-871335 crio[1030]: time="2024-12-04 19:56:21.767146370Z" level=info msg="Stopping pod sandbox: eb5cdf326f90afe4ae4b5835e52cec0bc9e1c5383041b42f4cef7d3f274bfd78" id=a5c6aca6-1b6d-4ed3-9b89-41d4ede157d5 name=/runtime.v1.RuntimeService/StopPodSandbox
	Dec 04 19:56:21 addons-871335 crio[1030]: time="2024-12-04 19:56:21.767183302Z" level=info msg="Stopped pod sandbox (already stopped): eb5cdf326f90afe4ae4b5835e52cec0bc9e1c5383041b42f4cef7d3f274bfd78" id=a5c6aca6-1b6d-4ed3-9b89-41d4ede157d5 name=/runtime.v1.RuntimeService/StopPodSandbox
	Dec 04 19:56:21 addons-871335 crio[1030]: time="2024-12-04 19:56:21.767555161Z" level=info msg="Removing pod sandbox: eb5cdf326f90afe4ae4b5835e52cec0bc9e1c5383041b42f4cef7d3f274bfd78" id=cee80469-2021-485a-a244-26c32bcff63e name=/runtime.v1.RuntimeService/RemovePodSandbox
	Dec 04 19:56:21 addons-871335 crio[1030]: time="2024-12-04 19:56:21.773577727Z" level=info msg="Removed pod sandbox: eb5cdf326f90afe4ae4b5835e52cec0bc9e1c5383041b42f4cef7d3f274bfd78" id=cee80469-2021-485a-a244-26c32bcff63e name=/runtime.v1.RuntimeService/RemovePodSandbox
	Dec 04 19:56:21 addons-871335 crio[1030]: time="2024-12-04 19:56:21.773995352Z" level=info msg="Stopping pod sandbox: 0d448564c3c3fee1325baa93c642ec5eefa087d79fb1feb107a632ffa66cdff9" id=00cd5796-60ee-4774-82bf-cab6ba91feba name=/runtime.v1.RuntimeService/StopPodSandbox
	Dec 04 19:56:21 addons-871335 crio[1030]: time="2024-12-04 19:56:21.774030630Z" level=info msg="Stopped pod sandbox (already stopped): 0d448564c3c3fee1325baa93c642ec5eefa087d79fb1feb107a632ffa66cdff9" id=00cd5796-60ee-4774-82bf-cab6ba91feba name=/runtime.v1.RuntimeService/StopPodSandbox
	Dec 04 19:56:21 addons-871335 crio[1030]: time="2024-12-04 19:56:21.774372516Z" level=info msg="Removing pod sandbox: 0d448564c3c3fee1325baa93c642ec5eefa087d79fb1feb107a632ffa66cdff9" id=7793f351-26bc-488a-ad0e-3656181f2752 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Dec 04 19:56:21 addons-871335 crio[1030]: time="2024-12-04 19:56:21.780842156Z" level=info msg="Removed pod sandbox: 0d448564c3c3fee1325baa93c642ec5eefa087d79fb1feb107a632ffa66cdff9" id=7793f351-26bc-488a-ad0e-3656181f2752 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Dec 04 19:56:21 addons-871335 crio[1030]: time="2024-12-04 19:56:21.781346139Z" level=info msg="Stopping pod sandbox: 8ed100f8dc775a8fd19a357c607834e079a6473802c3a3ae0d55a60a9dd89ad6" id=556f0b7c-abae-4c75-9f8c-37cc441b2b04 name=/runtime.v1.RuntimeService/StopPodSandbox
	Dec 04 19:56:21 addons-871335 crio[1030]: time="2024-12-04 19:56:21.781407420Z" level=info msg="Stopped pod sandbox (already stopped): 8ed100f8dc775a8fd19a357c607834e079a6473802c3a3ae0d55a60a9dd89ad6" id=556f0b7c-abae-4c75-9f8c-37cc441b2b04 name=/runtime.v1.RuntimeService/StopPodSandbox
	Dec 04 19:56:21 addons-871335 crio[1030]: time="2024-12-04 19:56:21.781678338Z" level=info msg="Removing pod sandbox: 8ed100f8dc775a8fd19a357c607834e079a6473802c3a3ae0d55a60a9dd89ad6" id=1f87bc8c-6795-4ea5-8db5-9bc240be3c0b name=/runtime.v1.RuntimeService/RemovePodSandbox
	Dec 04 19:56:21 addons-871335 crio[1030]: time="2024-12-04 19:56:21.789063508Z" level=info msg="Removed pod sandbox: 8ed100f8dc775a8fd19a357c607834e079a6473802c3a3ae0d55a60a9dd89ad6" id=1f87bc8c-6795-4ea5-8db5-9bc240be3c0b name=/runtime.v1.RuntimeService/RemovePodSandbox
	Dec 04 19:58:00 addons-871335 crio[1030]: time="2024-12-04 19:58:00.111925833Z" level=info msg="Running pod sandbox: default/hello-world-app-55bf9c44b4-nmlhc/POD" id=864a7c65-5e8f-424e-8ed7-74c4f8105be9 name=/runtime.v1.RuntimeService/RunPodSandbox
	Dec 04 19:58:00 addons-871335 crio[1030]: time="2024-12-04 19:58:00.112044033Z" level=warning msg="Allowed annotations are specified for workload []"
	Dec 04 19:58:00 addons-871335 crio[1030]: time="2024-12-04 19:58:00.138406683Z" level=info msg="Got pod network &{Name:hello-world-app-55bf9c44b4-nmlhc Namespace:default ID:e19f2285dfd14abc31082e69aa04ab0297b2168e21b6f37f55b06119ae0c7273 UID:a8102386-63cb-4798-bfe7-fce10cde2162 NetNS:/var/run/netns/3d0ae6df-5a1e-4256-9630-9e1b6c0a0f75 Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Dec 04 19:58:00 addons-871335 crio[1030]: time="2024-12-04 19:58:00.138462702Z" level=info msg="Adding pod default_hello-world-app-55bf9c44b4-nmlhc to CNI network \"kindnet\" (type=ptp)"
	Dec 04 19:58:00 addons-871335 crio[1030]: time="2024-12-04 19:58:00.147949604Z" level=info msg="Got pod network &{Name:hello-world-app-55bf9c44b4-nmlhc Namespace:default ID:e19f2285dfd14abc31082e69aa04ab0297b2168e21b6f37f55b06119ae0c7273 UID:a8102386-63cb-4798-bfe7-fce10cde2162 NetNS:/var/run/netns/3d0ae6df-5a1e-4256-9630-9e1b6c0a0f75 Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Dec 04 19:58:00 addons-871335 crio[1030]: time="2024-12-04 19:58:00.148169366Z" level=info msg="Checking pod default_hello-world-app-55bf9c44b4-nmlhc for CNI network kindnet (type=ptp)"
	Dec 04 19:58:00 addons-871335 crio[1030]: time="2024-12-04 19:58:00.151756663Z" level=info msg="Ran pod sandbox e19f2285dfd14abc31082e69aa04ab0297b2168e21b6f37f55b06119ae0c7273 with infra container: default/hello-world-app-55bf9c44b4-nmlhc/POD" id=864a7c65-5e8f-424e-8ed7-74c4f8105be9 name=/runtime.v1.RuntimeService/RunPodSandbox
	Dec 04 19:58:00 addons-871335 crio[1030]: time="2024-12-04 19:58:00.153405525Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=c487abd6-12da-42d4-9551-2ef0c99def94 name=/runtime.v1.ImageService/ImageStatus
	Dec 04 19:58:00 addons-871335 crio[1030]: time="2024-12-04 19:58:00.153679837Z" level=info msg="Image docker.io/kicbase/echo-server:1.0 not found" id=c487abd6-12da-42d4-9551-2ef0c99def94 name=/runtime.v1.ImageService/ImageStatus
	Dec 04 19:58:00 addons-871335 crio[1030]: time="2024-12-04 19:58:00.154205236Z" level=info msg="Pulling image: docker.io/kicbase/echo-server:1.0" id=0eecc769-adb3-41b0-ab31-cded03431a84 name=/runtime.v1.ImageService/PullImage
	Dec 04 19:58:00 addons-871335 crio[1030]: time="2024-12-04 19:58:00.159291432Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
	Dec 04 19:58:00 addons-871335 crio[1030]: time="2024-12-04 19:58:00.651636065Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	5996e4cf1dd80       docker.io/library/nginx@sha256:41523187cf7d7a2f2677a80609d9caa14388bf5c1fbca9c410ba3de602aaaab4                              2 minutes ago       Running             nginx                     0                   1c9b81ffce299       nginx
	f04b145a6f7c0       gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e                          2 minutes ago       Running             busybox                   0                   111f8a454a981       busybox
	a70a9acf33792       registry.k8s.io/ingress-nginx/controller@sha256:62b61c42ec8dd877b85c0aa24c4744ce44d274bc16cc5d2364edfe67964ba55b             3 minutes ago       Running             controller                0                   02c75424b15bb       ingress-nginx-controller-5f85ff4588-llpfv
	37b4c1d49c6e9       a62eeff05ba5194cac31b3f6180655290afa3ed3f2573bcd2aaff319416951eb                                                             3 minutes ago       Exited              patch                     2                   1dd984280cd21       ingress-nginx-admission-patch-98r7t
	e95b31c8f3b0a       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f   3 minutes ago       Exited              create                    0                   a19eeef6f87e8       ingress-nginx-admission-create-9w4rh
	4cb738fde3347       docker.io/rancher/local-path-provisioner@sha256:73f712e7af12b06720c35ce75217f904f00e4bd96de79f8db1cf160112e667ef             3 minutes ago       Running             local-path-provisioner    0                   2ac4f03194a2e       local-path-provisioner-86d989889c-lddcl
	1c20fb6fd2b1f       gcr.io/k8s-minikube/minikube-ingress-dns@sha256:07c8f5b205a3f8971bfc6d460978ae00de35f17e5d5392b1de8de02356f85dab             4 minutes ago       Running             minikube-ingress-dns      0                   7b65bdde713ca       kube-ingress-dns-minikube
	7011b596b7233       registry.k8s.io/metrics-server/metrics-server@sha256:78e46b57096ec75e302fbc853e36359555df5c827bb009ecfe66f97474cc2a5a        4 minutes ago       Running             metrics-server            0                   16cfa6656949c       metrics-server-84c5f94fbc-dl7pb
	4661daeb6c2a0       c69fa2e9cbf5f42dc48af631e956d3f95724c13f91596bc567591790e5e36db6                                                             4 minutes ago       Running             coredns                   0                   29fbda569f132       coredns-7c65d6cfc9-gf2bp
	9ecf84c1af4e1       6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562                                                             4 minutes ago       Running             storage-provisioner       0                   731b4081f8b2b       storage-provisioner
	ceacd9322a05a       docker.io/kindest/kindnetd@sha256:cddd34f7d74bf898f14080ed61e322a492689043dae46e93106c013373d68d16                           4 minutes ago       Running             kindnet-cni               0                   4c8eecd6dd83d       kindnet-ckjpf
	33cadeae96868       505d571f5fd56726488d27af0d9a8e02c6db58f5d62ea51dd10d47de7a0c2d38                                                             4 minutes ago       Running             kube-proxy                0                   3c8d9ad09cfbe       kube-proxy-25nj8
	7ef35d15c1374       847c7bc1a541865e150af08318f49d02d0e0cff4a0530fd4ffe369e294dd2856                                                             4 minutes ago       Running             kube-scheduler            0                   4513cdc067253       kube-scheduler-addons-871335
	07fc0d4c7e932       9499c9960544e80a96c223cdc5d3059dd7c2cc37ea20e7138af4a6e415a49173                                                             4 minutes ago       Running             kube-apiserver            0                   00d4c2f41240a       kube-apiserver-addons-871335
	28dc14c1eb32d       2e96e5913fc06e3d26915af3d0f2ca5048cc4b6327e661e80da792cbf8d8d9d4                                                             4 minutes ago       Running             etcd                      0                   632a5c23db8f4       etcd-addons-871335
	f8a19504cd89a       0486b6c53a1b5af26f2ad2fb89a089e04c6baa6369f8545ab0854f9d62b44503                                                             4 minutes ago       Running             kube-controller-manager   0                   d93d6099c0838       kube-controller-manager-addons-871335
	
	
	==> coredns [4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0] <==
	[INFO] 10.244.0.11:45679 - 56246 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.00012605s
	[INFO] 10.244.0.11:51635 - 57282 "A IN registry.kube-system.svc.cluster.local.us-central1-a.c.k8s-minikube.internal. udp 94 false 512" NXDOMAIN qr,rd,ra 94 0.004282494s
	[INFO] 10.244.0.11:51635 - 57485 "AAAA IN registry.kube-system.svc.cluster.local.us-central1-a.c.k8s-minikube.internal. udp 94 false 512" NXDOMAIN qr,rd,ra 94 0.00440079s
	[INFO] 10.244.0.11:59413 - 49765 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.005982889s
	[INFO] 10.244.0.11:59413 - 50013 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.006724208s
	[INFO] 10.244.0.11:42188 - 50698 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.005904234s
	[INFO] 10.244.0.11:42188 - 51168 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.00863683s
	[INFO] 10.244.0.11:48124 - 42273 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000069997s
	[INFO] 10.244.0.11:48124 - 42040 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000081815s
	[INFO] 10.244.0.22:46327 - 43697 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000235634s
	[INFO] 10.244.0.22:41759 - 16651 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.00035058s
	[INFO] 10.244.0.22:55111 - 38455 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000161519s
	[INFO] 10.244.0.22:40544 - 44388 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00014149s
	[INFO] 10.244.0.22:37016 - 41166 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000106207s
	[INFO] 10.244.0.22:40820 - 39516 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00015005s
	[INFO] 10.244.0.22:43548 - 52981 "AAAA IN storage.googleapis.com.us-central1-a.c.k8s-minikube.internal. udp 89 false 1232" NXDOMAIN qr,rd,ra 78 0.008260312s
	[INFO] 10.244.0.22:47071 - 15677 "A IN storage.googleapis.com.us-central1-a.c.k8s-minikube.internal. udp 89 false 1232" NXDOMAIN qr,rd,ra 78 0.008598773s
	[INFO] 10.244.0.22:33656 - 13662 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.058557015s
	[INFO] 10.244.0.22:33244 - 39552 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.05883159s
	[INFO] 10.244.0.22:54419 - 12926 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.007344775s
	[INFO] 10.244.0.22:49195 - 48937 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.007955096s
	[INFO] 10.244.0.22:48548 - 37562 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.000922184s
	[INFO] 10.244.0.22:50158 - 46716 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 610 0.001093361s
	[INFO] 10.244.0.27:37975 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000250045s
	[INFO] 10.244.0.27:58970 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000142018s
	
	
	==> describe nodes <==
	Name:               addons-871335
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-871335
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=b071a038f2c56b751b45082bb8c33ba68a652c59
	                    minikube.k8s.io/name=addons-871335
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_12_04T19_53_22_0700
	                    minikube.k8s.io/version=v1.34.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-871335
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Wed, 04 Dec 2024 19:53:19 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-871335
	  AcquireTime:     <unset>
	  RenewTime:       Wed, 04 Dec 2024 19:57:56 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Wed, 04 Dec 2024 19:55:54 +0000   Wed, 04 Dec 2024 19:53:17 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Wed, 04 Dec 2024 19:55:54 +0000   Wed, 04 Dec 2024 19:53:17 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Wed, 04 Dec 2024 19:55:54 +0000   Wed, 04 Dec 2024 19:53:17 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Wed, 04 Dec 2024 19:55:54 +0000   Wed, 04 Dec 2024 19:53:46 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-871335
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859312Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859312Ki
	  pods:               110
	System Info:
	  Machine ID:                 b20ae179c7b04fc8a66e3c36df57e048
	  System UUID:                c1269b5c-6c56-4c06-b942-83bf25b8de46
	  Boot ID:                    cd578096-52f5-42d3-9267-0e6470185580
	  Kernel Version:             5.15.0-1071-gcp
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               amd64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.31.2
	  Kube-Proxy Version:         v1.31.2
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (15 in total)
	  Namespace                   Name                                         CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                         ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m56s
	  default                     hello-world-app-55bf9c44b4-nmlhc             0 (0%)        0 (0%)      0 (0%)           0 (0%)         2s
	  default                     nginx                                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m22s
	  ingress-nginx               ingress-nginx-controller-5f85ff4588-llpfv    100m (1%)     0 (0%)      90Mi (0%)        0 (0%)         4m28s
	  kube-system                 coredns-7c65d6cfc9-gf2bp                     100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     4m35s
	  kube-system                 etcd-addons-871335                           100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         4m40s
	  kube-system                 kindnet-ckjpf                                100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      4m35s
	  kube-system                 kube-apiserver-addons-871335                 250m (3%)     0 (0%)      0 (0%)           0 (0%)         4m40s
	  kube-system                 kube-controller-manager-addons-871335        200m (2%)     0 (0%)      0 (0%)           0 (0%)         4m40s
	  kube-system                 kube-ingress-dns-minikube                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         4m31s
	  kube-system                 kube-proxy-25nj8                             0 (0%)        0 (0%)      0 (0%)           0 (0%)         4m35s
	  kube-system                 kube-scheduler-addons-871335                 100m (1%)     0 (0%)      0 (0%)           0 (0%)         4m40s
	  kube-system                 metrics-server-84c5f94fbc-dl7pb              100m (1%)     0 (0%)      200Mi (0%)       0 (0%)         4m30s
	  kube-system                 storage-provisioner                          0 (0%)        0 (0%)      0 (0%)           0 (0%)         4m30s
	  local-path-storage          local-path-provisioner-86d989889c-lddcl      0 (0%)        0 (0%)      0 (0%)           0 (0%)         4m29s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests     Limits
	  --------           --------     ------
	  cpu                1050m (13%)  100m (1%)
	  memory             510Mi (1%)   220Mi (0%)
	  ephemeral-storage  0 (0%)       0 (0%)
	  hugepages-1Gi      0 (0%)       0 (0%)
	  hugepages-2Mi      0 (0%)       0 (0%)
	Events:
	  Type     Reason                   Age                    From             Message
	  ----     ------                   ----                   ----             -------
	  Normal   Starting                 4m30s                  kube-proxy       
	  Normal   NodeHasSufficientMemory  4m45s (x8 over 4m45s)  kubelet          Node addons-871335 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    4m45s (x8 over 4m45s)  kubelet          Node addons-871335 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     4m45s (x7 over 4m45s)  kubelet          Node addons-871335 status is now: NodeHasSufficientPID
	  Normal   Starting                 4m40s                  kubelet          Starting kubelet.
	  Warning  CgroupV1                 4m40s                  kubelet          Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
	  Normal   NodeHasSufficientMemory  4m40s                  kubelet          Node addons-871335 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    4m40s                  kubelet          Node addons-871335 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     4m40s                  kubelet          Node addons-871335 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           4m36s                  node-controller  Node addons-871335 event: Registered Node addons-871335 in Controller
	  Normal   NodeReady                4m15s                  kubelet          Node addons-871335 status is now: NodeReady
	
	
	==> dmesg <==
	[  +0.000847] platform eisa.0: Cannot allocate resource for EISA slot 5
	[  +0.000710] platform eisa.0: Cannot allocate resource for EISA slot 6
	[  +0.000714] platform eisa.0: Cannot allocate resource for EISA slot 7
	[  +0.000892] platform eisa.0: Cannot allocate resource for EISA slot 8
	[  +0.616723] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
	[  +0.022470] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
	[  +0.032617] systemd[1]: /lib/systemd/system/cloud-init.service:20: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.029516] systemd[1]: /lib/systemd/system/cloud-init-hotplugd.socket:11: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +3.472257] IPv4: martian source 10.128.15.240 from 10.128.0.1, on dev ens4
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 42 01 0a 80 00 01 08 06
	[  +3.508546] kauditd_printk_skb: 46 callbacks suppressed
	[Dec 4 19:55] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000009] ll header: 00000000: b2 a9 9f 1d 3e 63 2a 54 99 51 78 38 08 00
	[  +1.027777] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: b2 a9 9f 1d 3e 63 2a 54 99 51 78 38 08 00
	[  +2.015758] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: b2 a9 9f 1d 3e 63 2a 54 99 51 78 38 08 00
	[  +4.095556] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: b2 a9 9f 1d 3e 63 2a 54 99 51 78 38 08 00
	[Dec 4 19:56] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: b2 a9 9f 1d 3e 63 2a 54 99 51 78 38 08 00
	[ +16.130266] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000008] ll header: 00000000: b2 a9 9f 1d 3e 63 2a 54 99 51 78 38 08 00
	[ +33.528453] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: b2 a9 9f 1d 3e 63 2a 54 99 51 78 38 08 00
	
	
	==> etcd [28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68] <==
	{"level":"info","ts":"2024-12-04T19:53:30.097064Z","caller":"traceutil/trace.go:171","msg":"trace[1264537299] transaction","detail":"{read_only:false; response_revision:414; number_of_response:1; }","duration":"175.603821ms","start":"2024-12-04T19:53:29.921449Z","end":"2024-12-04T19:53:30.097053Z","steps":["trace[1264537299] 'process raft request'  (duration: 95.289055ms)"],"step_count":1}
	{"level":"warn","ts":"2024-12-04T19:53:30.116449Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"195.561329ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
	{"level":"info","ts":"2024-12-04T19:53:30.116523Z","caller":"traceutil/trace.go:171","msg":"trace[636512210] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:414; }","duration":"195.648064ms","start":"2024-12-04T19:53:29.920860Z","end":"2024-12-04T19:53:30.116508Z","steps":["trace[636512210] 'agreement among raft nodes before linearized reading'  (duration: 175.609209ms)","trace[636512210] 'range keys from in-memory index tree'  (duration: 19.926126ms)"],"step_count":2}
	{"level":"warn","ts":"2024-12-04T19:53:30.116879Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"195.57159ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-871335\" ","response":"range_response_count:1 size:5655"}
	{"level":"info","ts":"2024-12-04T19:53:30.116924Z","caller":"traceutil/trace.go:171","msg":"trace[508729395] range","detail":"{range_begin:/registry/minions/addons-871335; range_end:; response_count:1; response_revision:414; }","duration":"195.618595ms","start":"2024-12-04T19:53:29.921295Z","end":"2024-12-04T19:53:30.116913Z","steps":["trace[508729395] 'agreement among raft nodes before linearized reading'  (duration: 176.478251ms)","trace[508729395] 'range keys from in-memory index tree'  (duration: 19.06629ms)"],"step_count":2}
	{"level":"info","ts":"2024-12-04T19:53:30.117156Z","caller":"traceutil/trace.go:171","msg":"trace[1649151466] linearizableReadLoop","detail":"{readStateIndex:425; appliedIndex:424; }","duration":"100.372669ms","start":"2024-12-04T19:53:30.016773Z","end":"2024-12-04T19:53:30.117146Z","steps":["trace[1649151466] 'read index received'  (duration: 90.814507ms)","trace[1649151466] 'applied index is now lower than readState.Index'  (duration: 9.554711ms)"],"step_count":2}
	{"level":"warn","ts":"2024-12-04T19:53:30.117272Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"117.491704ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
	{"level":"info","ts":"2024-12-04T19:53:30.117303Z","caller":"traceutil/trace.go:171","msg":"trace[1408399097] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:415; }","duration":"117.527235ms","start":"2024-12-04T19:53:29.999768Z","end":"2024-12-04T19:53:30.117296Z","steps":["trace[1408399097] 'agreement among raft nodes before linearized reading'  (duration: 117.419435ms)"],"step_count":1}
	{"level":"info","ts":"2024-12-04T19:53:30.117568Z","caller":"traceutil/trace.go:171","msg":"trace[757234940] transaction","detail":"{read_only:false; response_revision:415; number_of_response:1; }","duration":"108.777316ms","start":"2024-12-04T19:53:30.008782Z","end":"2024-12-04T19:53:30.117559Z","steps":["trace[757234940] 'process raft request'  (duration: 98.874983ms)"],"step_count":1}
	{"level":"info","ts":"2024-12-04T19:53:30.602325Z","caller":"traceutil/trace.go:171","msg":"trace[1794225473] transaction","detail":"{read_only:false; response_revision:425; number_of_response:1; }","duration":"190.080369ms","start":"2024-12-04T19:53:30.412229Z","end":"2024-12-04T19:53:30.602310Z","steps":["trace[1794225473] 'process raft request'  (duration: 184.007851ms)"],"step_count":1}
	{"level":"info","ts":"2024-12-04T19:53:30.602549Z","caller":"traceutil/trace.go:171","msg":"trace[1198925117] transaction","detail":"{read_only:false; response_revision:426; number_of_response:1; }","duration":"190.043685ms","start":"2024-12-04T19:53:30.412496Z","end":"2024-12-04T19:53:30.602540Z","steps":["trace[1198925117] 'process raft request'  (duration: 189.494949ms)"],"step_count":1}
	{"level":"info","ts":"2024-12-04T19:53:30.602785Z","caller":"traceutil/trace.go:171","msg":"trace[1046330982] transaction","detail":"{read_only:false; response_revision:427; number_of_response:1; }","duration":"105.971751ms","start":"2024-12-04T19:53:30.496800Z","end":"2024-12-04T19:53:30.602772Z","steps":["trace[1046330982] 'process raft request'  (duration: 105.23127ms)"],"step_count":1}
	{"level":"info","ts":"2024-12-04T19:53:30.602896Z","caller":"traceutil/trace.go:171","msg":"trace[1149197526] transaction","detail":"{read_only:false; response_revision:428; number_of_response:1; }","duration":"106.088309ms","start":"2024-12-04T19:53:30.496799Z","end":"2024-12-04T19:53:30.602887Z","steps":["trace[1149197526] 'process raft request'  (duration: 105.270534ms)"],"step_count":1}
	{"level":"info","ts":"2024-12-04T19:53:30.602997Z","caller":"traceutil/trace.go:171","msg":"trace[1987595101] linearizableReadLoop","detail":"{readStateIndex:438; appliedIndex:434; }","duration":"103.130404ms","start":"2024-12-04T19:53:30.499860Z","end":"2024-12-04T19:53:30.602991Z","steps":["trace[1987595101] 'read index received'  (duration: 96.387218ms)","trace[1987595101] 'applied index is now lower than readState.Index'  (duration: 6.742344ms)"],"step_count":2}
	{"level":"warn","ts":"2024-12-04T19:53:30.603377Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"106.482759ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/registry\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-12-04T19:53:30.603462Z","caller":"traceutil/trace.go:171","msg":"trace[785025669] range","detail":"{range_begin:/registry/deployments/kube-system/registry; range_end:; response_count:0; response_revision:430; }","duration":"106.575978ms","start":"2024-12-04T19:53:30.496877Z","end":"2024-12-04T19:53:30.603453Z","steps":["trace[785025669] 'agreement among raft nodes before linearized reading'  (duration: 106.465444ms)"],"step_count":1}
	{"level":"warn","ts":"2024-12-04T19:53:30.603634Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"197.59048ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
	{"level":"info","ts":"2024-12-04T19:53:30.603693Z","caller":"traceutil/trace.go:171","msg":"trace[1445812661] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:430; }","duration":"197.657841ms","start":"2024-12-04T19:53:30.406028Z","end":"2024-12-04T19:53:30.603686Z","steps":["trace[1445812661] 'agreement among raft nodes before linearized reading'  (duration: 197.566124ms)"],"step_count":1}
	{"level":"warn","ts":"2024-12-04T19:53:30.603848Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"198.120834ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-871335\" ","response":"range_response_count:1 size:5655"}
	{"level":"info","ts":"2024-12-04T19:53:30.603915Z","caller":"traceutil/trace.go:171","msg":"trace[1202986724] range","detail":"{range_begin:/registry/minions/addons-871335; range_end:; response_count:1; response_revision:430; }","duration":"198.189996ms","start":"2024-12-04T19:53:30.405717Z","end":"2024-12-04T19:53:30.603907Z","steps":["trace[1202986724] 'agreement among raft nodes before linearized reading'  (duration: 198.098417ms)"],"step_count":1}
	{"level":"warn","ts":"2024-12-04T19:53:30.604114Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"198.434962ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-871335\" ","response":"range_response_count:1 size:5655"}
	{"level":"info","ts":"2024-12-04T19:53:30.604179Z","caller":"traceutil/trace.go:171","msg":"trace[1990976857] range","detail":"{range_begin:/registry/minions/addons-871335; range_end:; response_count:1; response_revision:430; }","duration":"198.502865ms","start":"2024-12-04T19:53:30.405669Z","end":"2024-12-04T19:53:30.604172Z","steps":["trace[1990976857] 'agreement among raft nodes before linearized reading'  (duration: 198.402037ms)"],"step_count":1}
	{"level":"warn","ts":"2024-12-04T19:53:30.618619Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"100.99678ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-12-04T19:53:30.619003Z","caller":"traceutil/trace.go:171","msg":"trace[2014972563] range","detail":"{range_begin:/registry/apiextensions.k8s.io/customresourcedefinitions; range_end:; response_count:0; response_revision:431; }","duration":"101.386512ms","start":"2024-12-04T19:53:30.517600Z","end":"2024-12-04T19:53:30.618987Z","steps":["trace[2014972563] 'agreement among raft nodes before linearized reading'  (duration: 100.987373ms)"],"step_count":1}
	{"level":"info","ts":"2024-12-04T19:54:33.530917Z","caller":"traceutil/trace.go:171","msg":"trace[201077323] transaction","detail":"{read_only:false; response_revision:1161; number_of_response:1; }","duration":"102.189501ms","start":"2024-12-04T19:54:33.428673Z","end":"2024-12-04T19:54:33.530862Z","steps":["trace[201077323] 'process raft request'  (duration: 98.136843ms)"],"step_count":1}
	
	
	==> kernel <==
	 19:58:01 up 40 min,  0 users,  load average: 0.33, 0.85, 0.48
	Linux addons-871335 5.15.0-1071-gcp #79~20.04.1-Ubuntu SMP Thu Oct 17 21:59:34 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7] <==
	I1204 19:55:55.524873       1 main.go:301] handling current node
	I1204 19:56:05.528154       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 19:56:05.528195       1 main.go:301] handling current node
	I1204 19:56:15.525485       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 19:56:15.525520       1 main.go:301] handling current node
	I1204 19:56:25.525774       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 19:56:25.525827       1 main.go:301] handling current node
	I1204 19:56:35.525503       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 19:56:35.525544       1 main.go:301] handling current node
	I1204 19:56:45.533616       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 19:56:45.533657       1 main.go:301] handling current node
	I1204 19:56:55.532040       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 19:56:55.532095       1 main.go:301] handling current node
	I1204 19:57:05.534186       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 19:57:05.534218       1 main.go:301] handling current node
	I1204 19:57:15.533232       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 19:57:15.533265       1 main.go:301] handling current node
	I1204 19:57:25.534295       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 19:57:25.534335       1 main.go:301] handling current node
	I1204 19:57:35.524753       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 19:57:35.524787       1 main.go:301] handling current node
	I1204 19:57:45.532057       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 19:57:45.532101       1 main.go:301] handling current node
	I1204 19:57:55.534216       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 19:57:55.534256       1 main.go:301] handling current node
	
	
	==> kube-apiserver [07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb] <==
	 > logger="UnhandledError"
	E1204 19:54:59.629642       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.98.54.220:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.98.54.220:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.98.54.220:443: i/o timeout" logger="UnhandledError"
	I1204 19:54:59.640628       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	E1204 19:55:13.575064       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:35414: use of closed network connection
	E1204 19:55:13.736814       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:35454: use of closed network connection
	I1204 19:55:22.746216       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.104.84.233"}
	I1204 19:55:39.689944       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I1204 19:55:39.870820       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.110.183.174"}
	I1204 19:55:42.842253       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W1204 19:55:43.907761       1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I1204 19:55:56.969285       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I1204 19:56:16.372207       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I1204 19:56:16.372259       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I1204 19:56:16.385633       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I1204 19:56:16.385768       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I1204 19:56:16.389124       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I1204 19:56:16.389250       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I1204 19:56:16.399805       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I1204 19:56:16.399858       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I1204 19:56:16.503782       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I1204 19:56:16.503911       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W1204 19:56:17.396184       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W1204 19:56:17.508246       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W1204 19:56:17.513332       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I1204 19:58:00.016843       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.111.18.105"}
	
	
	==> kube-controller-manager [f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf] <==
	E1204 19:56:35.304594       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 19:56:36.477243       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 19:56:36.477287       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 19:56:37.600858       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 19:56:37.600907       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 19:56:50.257971       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 19:56:50.258018       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 19:56:55.092739       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 19:56:55.092782       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 19:56:56.429915       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 19:56:56.429962       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 19:57:00.843288       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 19:57:00.843336       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 19:57:30.737597       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 19:57:30.737639       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 19:57:34.588545       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 19:57:34.588594       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 19:57:42.144182       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 19:57:42.144225       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 19:57:51.527308       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 19:57:51.527382       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	I1204 19:57:59.819411       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="37.38263ms"
	I1204 19:57:59.824547       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="4.970824ms"
	I1204 19:57:59.824631       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="45.953µs"
	I1204 19:57:59.826539       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="37.894µs"
	
	
	==> kube-proxy [33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2] <==
	I1204 19:53:28.914164       1 server_linux.go:66] "Using iptables proxy"
	I1204 19:53:30.611767       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E1204 19:53:30.611910       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`"
	I1204 19:53:31.304565       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I1204 19:53:31.304714       1 server_linux.go:169] "Using iptables Proxier"
	I1204 19:53:31.308252       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"
	I1204 19:53:31.308920       1 server.go:483] "Version info" version="v1.31.2"
	I1204 19:53:31.309143       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I1204 19:53:31.310988       1 config.go:199] "Starting service config controller"
	I1204 19:53:31.311051       1 shared_informer.go:313] Waiting for caches to sync for service config
	I1204 19:53:31.311115       1 config.go:105] "Starting endpoint slice config controller"
	I1204 19:53:31.311142       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I1204 19:53:31.311186       1 config.go:328] "Starting node config controller"
	I1204 19:53:31.311211       1 shared_informer.go:313] Waiting for caches to sync for node config
	I1204 19:53:31.496979       1 shared_informer.go:320] Caches are synced for node config
	I1204 19:53:31.497075       1 shared_informer.go:320] Caches are synced for service config
	I1204 19:53:31.497128       1 shared_informer.go:320] Caches are synced for endpoint slice config
	
	
	==> kube-scheduler [7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d] <==
	W1204 19:53:19.208936       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	E1204 19:53:19.208949       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W1204 19:53:19.209013       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	W1204 19:53:19.209020       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	E1204 19:53:19.209031       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	E1204 19:53:19.209030       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W1204 19:53:19.209106       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E1204 19:53:19.209117       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W1204 19:53:19.209175       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E1204 19:53:19.209189       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W1204 19:53:19.209200       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E1204 19:53:19.209218       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W1204 19:53:19.209262       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
	W1204 19:53:19.209292       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
	E1204 19:53:19.209313       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	E1204 19:53:19.209286       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W1204 19:53:20.081233       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
	E1204 19:53:20.081271       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
	W1204 19:53:20.120941       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E1204 19:53:20.121008       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W1204 19:53:20.187457       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E1204 19:53:20.187497       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W1204 19:53:20.268315       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E1204 19:53:20.268360       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	I1204 19:53:20.806575       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Dec 04 19:57:51 addons-871335 kubelet[1647]: E1204 19:57:51.747644    1647 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342271747430134,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:617927,},InodesUsed:&UInt64Value{Value:236,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 19:57:51 addons-871335 kubelet[1647]: E1204 19:57:51.747676    1647 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342271747430134,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:617927,},InodesUsed:&UInt64Value{Value:236,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: E1204 19:57:59.809551    1647 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="73b7d551-bd3d-4066-9376-84b51272fcce" containerName="volume-snapshot-controller"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: E1204 19:57:59.809589    1647 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="85e9d5dd-b6d3-4a20-b76d-2804b5a76e48" containerName="csi-external-health-monitor-controller"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: E1204 19:57:59.809600    1647 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="85e9d5dd-b6d3-4a20-b76d-2804b5a76e48" containerName="hostpath"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: E1204 19:57:59.809609    1647 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="0b8fd87b-d3c4-41ce-b78c-ad41e85f7050" containerName="volume-snapshot-controller"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: E1204 19:57:59.809619    1647 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="6fe54533-5778-484d-8a67-f93633e7564f" containerName="task-pv-container"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: E1204 19:57:59.809630    1647 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="85e9d5dd-b6d3-4a20-b76d-2804b5a76e48" containerName="csi-provisioner"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: E1204 19:57:59.809641    1647 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="85e9d5dd-b6d3-4a20-b76d-2804b5a76e48" containerName="csi-snapshotter"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: E1204 19:57:59.809649    1647 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="85e9d5dd-b6d3-4a20-b76d-2804b5a76e48" containerName="node-driver-registrar"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: E1204 19:57:59.809657    1647 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="efaf294d-729d-47d3-a556-f78b7d501743" containerName="csi-resizer"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: E1204 19:57:59.809665    1647 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="86cf5099-22f0-4add-9c40-0b7ddcdcaf28" containerName="csi-attacher"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: E1204 19:57:59.809673    1647 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="85e9d5dd-b6d3-4a20-b76d-2804b5a76e48" containerName="liveness-probe"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: I1204 19:57:59.809716    1647 memory_manager.go:354] "RemoveStaleState removing state" podUID="85e9d5dd-b6d3-4a20-b76d-2804b5a76e48" containerName="liveness-probe"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: I1204 19:57:59.809725    1647 memory_manager.go:354] "RemoveStaleState removing state" podUID="efaf294d-729d-47d3-a556-f78b7d501743" containerName="csi-resizer"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: I1204 19:57:59.809733    1647 memory_manager.go:354] "RemoveStaleState removing state" podUID="85e9d5dd-b6d3-4a20-b76d-2804b5a76e48" containerName="node-driver-registrar"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: I1204 19:57:59.809740    1647 memory_manager.go:354] "RemoveStaleState removing state" podUID="85e9d5dd-b6d3-4a20-b76d-2804b5a76e48" containerName="csi-provisioner"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: I1204 19:57:59.809748    1647 memory_manager.go:354] "RemoveStaleState removing state" podUID="86cf5099-22f0-4add-9c40-0b7ddcdcaf28" containerName="csi-attacher"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: I1204 19:57:59.809757    1647 memory_manager.go:354] "RemoveStaleState removing state" podUID="85e9d5dd-b6d3-4a20-b76d-2804b5a76e48" containerName="csi-snapshotter"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: I1204 19:57:59.809767    1647 memory_manager.go:354] "RemoveStaleState removing state" podUID="6fe54533-5778-484d-8a67-f93633e7564f" containerName="task-pv-container"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: I1204 19:57:59.809775    1647 memory_manager.go:354] "RemoveStaleState removing state" podUID="85e9d5dd-b6d3-4a20-b76d-2804b5a76e48" containerName="csi-external-health-monitor-controller"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: I1204 19:57:59.809782    1647 memory_manager.go:354] "RemoveStaleState removing state" podUID="85e9d5dd-b6d3-4a20-b76d-2804b5a76e48" containerName="hostpath"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: I1204 19:57:59.809789    1647 memory_manager.go:354] "RemoveStaleState removing state" podUID="0b8fd87b-d3c4-41ce-b78c-ad41e85f7050" containerName="volume-snapshot-controller"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: I1204 19:57:59.809796    1647 memory_manager.go:354] "RemoveStaleState removing state" podUID="73b7d551-bd3d-4066-9376-84b51272fcce" containerName="volume-snapshot-controller"
	Dec 04 19:57:59 addons-871335 kubelet[1647]: I1204 19:57:59.896413    1647 reconciler_common.go:245] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-zxqdz\" (UniqueName: \"kubernetes.io/projected/a8102386-63cb-4798-bfe7-fce10cde2162-kube-api-access-zxqdz\") pod \"hello-world-app-55bf9c44b4-nmlhc\" (UID: \"a8102386-63cb-4798-bfe7-fce10cde2162\") " pod="default/hello-world-app-55bf9c44b4-nmlhc"
	
	
	==> storage-provisioner [9ecf84c1af4e1756096f96a0fe064198a93607b8e0bdda74102ae397bf589ca2] <==
	I1204 19:53:47.099056       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I1204 19:53:47.106954       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I1204 19:53:47.107006       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I1204 19:53:47.114925       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I1204 19:53:47.115133       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-871335_e65bec52-ea2f-4330-beae-c537c241e4fa!
	I1204 19:53:47.115661       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"2fa84b9f-92fd-4289-812e-02ff66c63442", APIVersion:"v1", ResourceVersion:"925", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-871335_e65bec52-ea2f-4330-beae-c537c241e4fa became leader
	I1204 19:53:47.216031       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-871335_e65bec52-ea2f-4330-beae-c537c241e4fa!
	

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

                                                
                                                
** stderr ** 
	Error from server (NotFound): pods "ingress-nginx-admission-create-9w4rh" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-98r7t" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context addons-871335 describe pod ingress-nginx-admission-create-9w4rh ingress-nginx-admission-patch-98r7t: exit status 1
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-871335 addons disable ingress-dns --alsologtostderr -v=1: (1.517321528s)
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-871335 addons disable ingress --alsologtostderr -v=1: (7.631840654s)
--- FAIL: TestAddons/parallel/Ingress (152.06s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (365.45s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:394: metrics-server stabilized in 2.439217ms
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-84c5f94fbc-dl7pb" [0f086c96-7d3e-4b40-9557-73caf5fc9751] Running
addons_test.go:396: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 6.003745309s
addons_test.go:402: (dbg) Run:  kubectl --context addons-871335 top pods -n kube-system
addons_test.go:402: (dbg) Non-zero exit: kubectl --context addons-871335 top pods -n kube-system: exit status 1 (63.560042ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-gf2bp, age: 2m13.184308602s

                                                
                                                
** /stderr **
I1204 19:55:39.186126   20863 retry.go:31] will retry after 3.820935268s: exit status 1
addons_test.go:402: (dbg) Run:  kubectl --context addons-871335 top pods -n kube-system
addons_test.go:402: (dbg) Non-zero exit: kubectl --context addons-871335 top pods -n kube-system: exit status 1 (100.987942ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-gf2bp, age: 2m17.106861927s

                                                
                                                
** /stderr **
I1204 19:55:43.108531   20863 retry.go:31] will retry after 5.390094206s: exit status 1
addons_test.go:402: (dbg) Run:  kubectl --context addons-871335 top pods -n kube-system
addons_test.go:402: (dbg) Non-zero exit: kubectl --context addons-871335 top pods -n kube-system: exit status 1 (108.239857ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/amd-gpu-device-plugin-z7nxc, age: 2m2.605738644s

                                                
                                                
** /stderr **
I1204 19:55:48.607827   20863 retry.go:31] will retry after 9.804743017s: exit status 1
addons_test.go:402: (dbg) Run:  kubectl --context addons-871335 top pods -n kube-system
addons_test.go:402: (dbg) Non-zero exit: kubectl --context addons-871335 top pods -n kube-system: exit status 1 (64.16697ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/amd-gpu-device-plugin-z7nxc, age: 2m12.475133658s

                                                
                                                
** /stderr **
I1204 19:55:58.476992   20863 retry.go:31] will retry after 5.519194666s: exit status 1
addons_test.go:402: (dbg) Run:  kubectl --context addons-871335 top pods -n kube-system
addons_test.go:402: (dbg) Non-zero exit: kubectl --context addons-871335 top pods -n kube-system: exit status 1 (65.445486ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-gf2bp, age: 2m38.061145394s

                                                
                                                
** /stderr **
I1204 19:56:04.062975   20863 retry.go:31] will retry after 15.214983953s: exit status 1
addons_test.go:402: (dbg) Run:  kubectl --context addons-871335 top pods -n kube-system
addons_test.go:402: (dbg) Non-zero exit: kubectl --context addons-871335 top pods -n kube-system: exit status 1 (61.29156ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-gf2bp, age: 2m53.33799993s

                                                
                                                
** /stderr **
I1204 19:56:19.340145   20863 retry.go:31] will retry after 30.488892836s: exit status 1
addons_test.go:402: (dbg) Run:  kubectl --context addons-871335 top pods -n kube-system
addons_test.go:402: (dbg) Non-zero exit: kubectl --context addons-871335 top pods -n kube-system: exit status 1 (62.081681ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-gf2bp, age: 3m23.890701872s

                                                
                                                
** /stderr **
I1204 19:56:49.892944   20863 retry.go:31] will retry after 38.148062597s: exit status 1
addons_test.go:402: (dbg) Run:  kubectl --context addons-871335 top pods -n kube-system
addons_test.go:402: (dbg) Non-zero exit: kubectl --context addons-871335 top pods -n kube-system: exit status 1 (60.811905ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-gf2bp, age: 4m2.100881106s

                                                
                                                
** /stderr **
I1204 19:57:28.102911   20863 retry.go:31] will retry after 1m14.846075634s: exit status 1
addons_test.go:402: (dbg) Run:  kubectl --context addons-871335 top pods -n kube-system
addons_test.go:402: (dbg) Non-zero exit: kubectl --context addons-871335 top pods -n kube-system: exit status 1 (60.176469ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-gf2bp, age: 5m17.01010822s

                                                
                                                
** /stderr **
I1204 19:58:43.012413   20863 retry.go:31] will retry after 1m24.199485621s: exit status 1
addons_test.go:402: (dbg) Run:  kubectl --context addons-871335 top pods -n kube-system
addons_test.go:402: (dbg) Non-zero exit: kubectl --context addons-871335 top pods -n kube-system: exit status 1 (65.228069ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-gf2bp, age: 6m41.275481565s

                                                
                                                
** /stderr **
I1204 20:00:07.277534   20863 retry.go:31] will retry after 34.06304198s: exit status 1
addons_test.go:402: (dbg) Run:  kubectl --context addons-871335 top pods -n kube-system
addons_test.go:402: (dbg) Non-zero exit: kubectl --context addons-871335 top pods -n kube-system: exit status 1 (63.49107ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-gf2bp, age: 7m15.404763803s

                                                
                                                
** /stderr **
I1204 20:00:41.407117   20863 retry.go:31] will retry after 54.692629595s: exit status 1
addons_test.go:402: (dbg) Run:  kubectl --context addons-871335 top pods -n kube-system
addons_test.go:402: (dbg) Non-zero exit: kubectl --context addons-871335 top pods -n kube-system: exit status 1 (61.563214ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-gf2bp, age: 8m10.160171669s

                                                
                                                
** /stderr **
addons_test.go:416: failed checking metric server: exit status 1
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestAddons/parallel/MetricsServer]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect addons-871335
helpers_test.go:235: (dbg) docker inspect addons-871335:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "1f6a5c3092aefad1080f20c3cf0d35ccbe6525055a2083388bd1dcc7ef4b9056",
	        "Created": "2024-12-04T19:53:07.31855953Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 22925,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-12-04T19:53:07.460802093Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:1a0bf2062289d31d12b734a031220306d830691a529a6eae8b4c8f4049e20571",
	        "ResolvConfPath": "/var/lib/docker/containers/1f6a5c3092aefad1080f20c3cf0d35ccbe6525055a2083388bd1dcc7ef4b9056/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/1f6a5c3092aefad1080f20c3cf0d35ccbe6525055a2083388bd1dcc7ef4b9056/hostname",
	        "HostsPath": "/var/lib/docker/containers/1f6a5c3092aefad1080f20c3cf0d35ccbe6525055a2083388bd1dcc7ef4b9056/hosts",
	        "LogPath": "/var/lib/docker/containers/1f6a5c3092aefad1080f20c3cf0d35ccbe6525055a2083388bd1dcc7ef4b9056/1f6a5c3092aefad1080f20c3cf0d35ccbe6525055a2083388bd1dcc7ef4b9056-json.log",
	        "Name": "/addons-871335",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-871335:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-871335",
	            "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/48ad0cfda84ddb01e209bb8108ce3430bb24ce7c1ecb32e4942426c3e2facb56-init/diff:/var/lib/docker/overlay2/290143269fafd5b40f86c18810fa52a2befe1a925696b987be58a03defcc5e35/diff",
	                "MergedDir": "/var/lib/docker/overlay2/48ad0cfda84ddb01e209bb8108ce3430bb24ce7c1ecb32e4942426c3e2facb56/merged",
	                "UpperDir": "/var/lib/docker/overlay2/48ad0cfda84ddb01e209bb8108ce3430bb24ce7c1ecb32e4942426c3e2facb56/diff",
	                "WorkDir": "/var/lib/docker/overlay2/48ad0cfda84ddb01e209bb8108ce3430bb24ce7c1ecb32e4942426c3e2facb56/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-871335",
	                "Source": "/var/lib/docker/volumes/addons-871335/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-871335",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615",
	            "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-871335",
	                "name.minikube.sigs.k8s.io": "addons-871335",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "04054fc8c7c133f1b9068859bf6f546b9af8bf93a11771bdc98b5f9ddf1062c7",
	            "SandboxKey": "/var/run/docker/netns/04054fc8c7c1",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32768"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32769"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32772"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32770"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32771"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-871335": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "45b90ee5665ee2bc418ef977133304cc1a6ae0b1031cb8fd88e5704813f89c1b",
	                    "EndpointID": "0365fd582c19662abdf8ec2fcb030f227c7903792a9974e53beca04bb45e1fca",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-871335",
	                        "1f6a5c3092ae"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-871335 -n addons-871335
helpers_test.go:244: <<< TestAddons/parallel/MetricsServer FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestAddons/parallel/MetricsServer]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-871335 logs -n 25: (1.099513094s)
helpers_test.go:252: TestAddons/parallel/MetricsServer logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-docker-991401                                                                   | download-docker-991401 | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC | 04 Dec 24 19:52 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-863696   | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC |                     |
	|         | binary-mirror-863696                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:38691                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-863696                                                                     | binary-mirror-863696   | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC | 04 Dec 24 19:52 UTC |
	| addons  | enable dashboard -p                                                                         | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC |                     |
	|         | addons-871335                                                                               |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                                                                        | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC |                     |
	|         | addons-871335                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-871335 --wait=true                                                                | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC | 04 Dec 24 19:55 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-871335 addons disable                                                                | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | volcano --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	| addons  | addons-871335 addons disable                                                                | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | gcp-auth --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | -p addons-871335                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-871335 addons                                                                        | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | disable nvidia-device-plugin                                                                |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ssh     | addons-871335 ssh cat                                                                       | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | /opt/local-path-provisioner/pvc-bc285d12-63f7-4a5f-bba0-d17e1f27c5f2_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-871335 addons disable                                                                | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-871335 addons disable                                                                | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | headlamp --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| ip      | addons-871335 ip                                                                            | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	| addons  | addons-871335 addons disable                                                                | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-871335 addons                                                                        | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | disable inspektor-gadget                                                                    |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ssh     | addons-871335 ssh curl -s                                                                   | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| addons  | addons-871335 addons                                                                        | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:55 UTC |
	|         | disable cloud-spanner                                                                       |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-871335 addons disable                                                                | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:55 UTC | 04 Dec 24 19:56 UTC |
	|         | amd-gpu-device-plugin                                                                       |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-871335 addons disable                                                                | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:56 UTC | 04 Dec 24 19:56 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| addons  | addons-871335 addons                                                                        | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:56 UTC | 04 Dec 24 19:56 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-871335 addons                                                                        | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:56 UTC | 04 Dec 24 19:56 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-871335 ip                                                                            | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:58 UTC | 04 Dec 24 19:58 UTC |
	| addons  | addons-871335 addons disable                                                                | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:58 UTC | 04 Dec 24 19:58 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-871335 addons disable                                                                | addons-871335          | jenkins | v1.34.0 | 04 Dec 24 19:58 UTC | 04 Dec 24 19:58 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/12/04 19:52:42
	Running on machine: ubuntu-20-agent-15
	Binary: Built with gc go1.23.2 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I1204 19:52:42.772989   22160 out.go:345] Setting OutFile to fd 1 ...
	I1204 19:52:42.773227   22160 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 19:52:42.773236   22160 out.go:358] Setting ErrFile to fd 2...
	I1204 19:52:42.773240   22160 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 19:52:42.773424   22160 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19985-14083/.minikube/bin
	I1204 19:52:42.773994   22160 out.go:352] Setting JSON to false
	I1204 19:52:42.774818   22160 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":2112,"bootTime":1733339851,"procs":170,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1071-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I1204 19:52:42.774906   22160 start.go:139] virtualization: kvm guest
	I1204 19:52:42.777041   22160 out.go:177] * [addons-871335] minikube v1.34.0 on Ubuntu 20.04 (kvm/amd64)
	I1204 19:52:42.778437   22160 notify.go:220] Checking for updates...
	I1204 19:52:42.778446   22160 out.go:177]   - MINIKUBE_LOCATION=19985
	I1204 19:52:42.779820   22160 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I1204 19:52:42.781162   22160 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19985-14083/kubeconfig
	I1204 19:52:42.782547   22160 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19985-14083/.minikube
	I1204 19:52:42.783821   22160 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I1204 19:52:42.785196   22160 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I1204 19:52:42.786769   22160 driver.go:394] Setting default libvirt URI to qemu:///system
	I1204 19:52:42.807474   22160 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I1204 19:52:42.807599   22160 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1204 19:52:42.852248   22160 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-12-04 19:52:42.844062063 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1071-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647935488 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I1204 19:52:42.852342   22160 docker.go:318] overlay module found
	I1204 19:52:42.855077   22160 out.go:177] * Using the docker driver based on user configuration
	I1204 19:52:42.856413   22160 start.go:297] selected driver: docker
	I1204 19:52:42.856427   22160 start.go:901] validating driver "docker" against <nil>
	I1204 19:52:42.856446   22160 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I1204 19:52:42.857183   22160 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1204 19:52:42.899117   22160 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-12-04 19:52:42.890548535 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1071-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647935488 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I1204 19:52:42.899296   22160 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I1204 19:52:42.899537   22160 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]
	I1204 19:52:42.901599   22160 out.go:177] * Using Docker driver with root privileges
	I1204 19:52:42.903319   22160 cni.go:84] Creating CNI manager for ""
	I1204 19:52:42.903394   22160 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I1204 19:52:42.903410   22160 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I1204 19:52:42.903477   22160 start.go:340] cluster config:
	{Name:addons-871335 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-871335 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I1204 19:52:42.905070   22160 out.go:177] * Starting "addons-871335" primary control-plane node in "addons-871335" cluster
	I1204 19:52:42.906357   22160 cache.go:121] Beginning downloading kic base image for docker with crio
	I1204 19:52:42.908003   22160 out.go:177] * Pulling base image v0.0.45-1730888964-19917 ...
	I1204 19:52:42.909421   22160 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
	I1204 19:52:42.909460   22160 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19985-14083/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-amd64.tar.lz4
	I1204 19:52:42.909467   22160 cache.go:56] Caching tarball of preloaded images
	I1204 19:52:42.909537   22160 preload.go:172] Found /home/jenkins/minikube-integration/19985-14083/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
	I1204 19:52:42.909540   22160 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local docker daemon
	I1204 19:52:42.909550   22160 cache.go:59] Finished verifying existence of preloaded tar for v1.31.2 on crio
	I1204 19:52:42.909871   22160 profile.go:143] Saving config to /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/config.json ...
	I1204 19:52:42.909903   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/config.json: {Name:mk6c9a960fd8cc7d49d64a2c3388895cf2ff7993 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:52:42.926097   22160 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 to local cache
	I1204 19:52:42.926242   22160 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local cache directory
	I1204 19:52:42.926266   22160 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local cache directory, skipping pull
	I1204 19:52:42.926271   22160 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 exists in cache, skipping pull
	I1204 19:52:42.926279   22160 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 as a tarball
	I1204 19:52:42.926284   22160 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 from local cache
	I1204 19:52:55.052427   22160 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 from cached tarball
	I1204 19:52:55.052464   22160 cache.go:194] Successfully downloaded all kic artifacts
	I1204 19:52:55.052490   22160 start.go:360] acquireMachinesLock for addons-871335: {Name:mk9de36cf89a6d42197aacd5b780c6bdc1819e1e Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I1204 19:52:55.052596   22160 start.go:364] duration metric: took 86.681µs to acquireMachinesLock for "addons-871335"
	I1204 19:52:55.052624   22160 start.go:93] Provisioning new machine with config: &{Name:addons-871335 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-871335 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}
	I1204 19:52:55.052712   22160 start.go:125] createHost starting for "" (driver="docker")
	I1204 19:52:55.054581   22160 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I1204 19:52:55.054819   22160 start.go:159] libmachine.API.Create for "addons-871335" (driver="docker")
	I1204 19:52:55.054849   22160 client.go:168] LocalClient.Create starting
	I1204 19:52:55.054970   22160 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19985-14083/.minikube/certs/ca.pem
	I1204 19:52:55.317695   22160 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19985-14083/.minikube/certs/cert.pem
	I1204 19:52:55.516731   22160 cli_runner.go:164] Run: docker network inspect addons-871335 --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}}]}"
	W1204 19:52:55.532996   22160 cli_runner.go:211] docker network inspect addons-871335 --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
	I1204 19:52:55.533073   22160 network_create.go:284] running [docker network inspect addons-871335] to gather additional debugging logs...
	I1204 19:52:55.533094   22160 cli_runner.go:164] Run: docker network inspect addons-871335
	W1204 19:52:55.548437   22160 cli_runner.go:211] docker network inspect addons-871335 returned with exit code 1
	I1204 19:52:55.548468   22160 network_create.go:287] error running [docker network inspect addons-871335]: docker network inspect addons-871335: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-871335 not found
	I1204 19:52:55.548483   22160 network_create.go:289] output of [docker network inspect addons-871335]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-871335 not found
	
	** /stderr **
	I1204 19:52:55.548567   22160 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}}]}"
	I1204 19:52:55.565215   22160 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:0xc000de2780}
	I1204 19:52:55.565275   22160 network_create.go:124] attempt to create docker network addons-871335 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I1204 19:52:55.565331   22160 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-871335 addons-871335
	I1204 19:52:55.626920   22160 network_create.go:108] docker network addons-871335 192.168.49.0/24 created
	I1204 19:52:55.626947   22160 kic.go:121] calculated static IP "192.168.49.2" for the "addons-871335" container
	I1204 19:52:55.627003   22160 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I1204 19:52:55.642223   22160 cli_runner.go:164] Run: docker volume create addons-871335 --label name.minikube.sigs.k8s.io=addons-871335 --label created_by.minikube.sigs.k8s.io=true
	I1204 19:52:55.659081   22160 oci.go:103] Successfully created a docker volume addons-871335
	I1204 19:52:55.659169   22160 cli_runner.go:164] Run: docker run --rm --name addons-871335-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-871335 --entrypoint /usr/bin/test -v addons-871335:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -d /var/lib
	I1204 19:53:02.807327   22160 cli_runner.go:217] Completed: docker run --rm --name addons-871335-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-871335 --entrypoint /usr/bin/test -v addons-871335:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -d /var/lib: (7.148118398s)
	I1204 19:53:02.807357   22160 oci.go:107] Successfully prepared a docker volume addons-871335
	I1204 19:53:02.807372   22160 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
	I1204 19:53:02.807394   22160 kic.go:194] Starting extracting preloaded images to volume ...
	I1204 19:53:02.807445   22160 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19985-14083/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-871335:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -I lz4 -xf /preloaded.tar -C /extractDir
	I1204 19:53:07.259343   22160 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19985-14083/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-871335:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -I lz4 -xf /preloaded.tar -C /extractDir: (4.451859112s)
	I1204 19:53:07.259378   22160 kic.go:203] duration metric: took 4.451976912s to extract preloaded images to volume ...
	W1204 19:53:07.259514   22160 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I1204 19:53:07.259632   22160 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I1204 19:53:07.303676   22160 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-871335 --name addons-871335 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-871335 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-871335 --network addons-871335 --ip 192.168.49.2 --volume addons-871335:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615
	I1204 19:53:07.653693   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Running}}
	I1204 19:53:07.672675   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:07.692997   22160 cli_runner.go:164] Run: docker exec addons-871335 stat /var/lib/dpkg/alternatives/iptables
	I1204 19:53:07.735632   22160 oci.go:144] the created container "addons-871335" has a running status.
	I1204 19:53:07.735657   22160 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa...
	I1204 19:53:07.947102   22160 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I1204 19:53:07.974001   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:07.992541   22160 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I1204 19:53:07.992561   22160 kic_runner.go:114] Args: [docker exec --privileged addons-871335 chown docker:docker /home/docker/.ssh/authorized_keys]
	I1204 19:53:08.108012   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:08.126866   22160 machine.go:93] provisionDockerMachine start ...
	I1204 19:53:08.126945   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:08.159649   22160 main.go:141] libmachine: Using SSH client type: native
	I1204 19:53:08.159874   22160 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x866ca0] 0x869980 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I1204 19:53:08.159888   22160 main.go:141] libmachine: About to run SSH command:
	hostname
	I1204 19:53:08.343403   22160 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-871335
	
	I1204 19:53:08.343429   22160 ubuntu.go:169] provisioning hostname "addons-871335"
	I1204 19:53:08.343480   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:08.361467   22160 main.go:141] libmachine: Using SSH client type: native
	I1204 19:53:08.361648   22160 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x866ca0] 0x869980 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I1204 19:53:08.361665   22160 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-871335 && echo "addons-871335" | sudo tee /etc/hostname
	I1204 19:53:08.502716   22160 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-871335
	
	I1204 19:53:08.502792   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:08.520635   22160 main.go:141] libmachine: Using SSH client type: native
	I1204 19:53:08.520836   22160 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x866ca0] 0x869980 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I1204 19:53:08.520855   22160 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-871335' /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-871335/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-871335' | sudo tee -a /etc/hosts; 
				fi
			fi
	I1204 19:53:08.647922   22160 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I1204 19:53:08.647949   22160 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19985-14083/.minikube CaCertPath:/home/jenkins/minikube-integration/19985-14083/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19985-14083/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19985-14083/.minikube}
	I1204 19:53:08.647995   22160 ubuntu.go:177] setting up certificates
	I1204 19:53:08.648009   22160 provision.go:84] configureAuth start
	I1204 19:53:08.648061   22160 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-871335
	I1204 19:53:08.664523   22160 provision.go:143] copyHostCerts
	I1204 19:53:08.664593   22160 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19985-14083/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19985-14083/.minikube/ca.pem (1078 bytes)
	I1204 19:53:08.664703   22160 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19985-14083/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19985-14083/.minikube/cert.pem (1123 bytes)
	I1204 19:53:08.664767   22160 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19985-14083/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19985-14083/.minikube/key.pem (1675 bytes)
	I1204 19:53:08.664816   22160 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19985-14083/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19985-14083/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19985-14083/.minikube/certs/ca-key.pem org=jenkins.addons-871335 san=[127.0.0.1 192.168.49.2 addons-871335 localhost minikube]
	I1204 19:53:08.807832   22160 provision.go:177] copyRemoteCerts
	I1204 19:53:08.807885   22160 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I1204 19:53:08.807920   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:08.824599   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:08.916247   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I1204 19:53:08.937731   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I1204 19:53:08.959127   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I1204 19:53:08.980277   22160 provision.go:87] duration metric: took 332.250068ms to configureAuth
	I1204 19:53:08.980305   22160 ubuntu.go:193] setting minikube options for container-runtime
	I1204 19:53:08.980459   22160 config.go:182] Loaded profile config "addons-871335": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
	I1204 19:53:08.980548   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:08.998459   22160 main.go:141] libmachine: Using SSH client type: native
	I1204 19:53:08.998650   22160 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x866ca0] 0x869980 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I1204 19:53:08.998674   22160 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
	I1204 19:53:09.213581   22160 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I1204 19:53:09.213603   22160 machine.go:96] duration metric: took 1.086715132s to provisionDockerMachine
	I1204 19:53:09.213613   22160 client.go:171] duration metric: took 14.158759281s to LocalClient.Create
	I1204 19:53:09.213627   22160 start.go:167] duration metric: took 14.15880833s to libmachine.API.Create "addons-871335"
	I1204 19:53:09.213637   22160 start.go:293] postStartSetup for "addons-871335" (driver="docker")
	I1204 19:53:09.213649   22160 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]
	I1204 19:53:09.213719   22160 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
	I1204 19:53:09.213754   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:09.231040   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:09.324383   22160 ssh_runner.go:195] Run: cat /etc/os-release
	I1204 19:53:09.327448   22160 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I1204 19:53:09.327487   22160 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I1204 19:53:09.327499   22160 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I1204 19:53:09.327504   22160 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I1204 19:53:09.327517   22160 filesync.go:126] Scanning /home/jenkins/minikube-integration/19985-14083/.minikube/addons for local assets ...
	I1204 19:53:09.327588   22160 filesync.go:126] Scanning /home/jenkins/minikube-integration/19985-14083/.minikube/files for local assets ...
	I1204 19:53:09.327620   22160 start.go:296] duration metric: took 113.975946ms for postStartSetup
	I1204 19:53:09.327892   22160 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-871335
	I1204 19:53:09.344638   22160 profile.go:143] Saving config to /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/config.json ...
	I1204 19:53:09.344894   22160 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1204 19:53:09.344944   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:09.361239   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:09.448740   22160 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I1204 19:53:09.452761   22160 start.go:128] duration metric: took 14.400022092s to createHost
	I1204 19:53:09.452785   22160 start.go:83] releasing machines lock for "addons-871335", held for 14.40017719s
	I1204 19:53:09.452838   22160 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-871335
	I1204 19:53:09.469323   22160 ssh_runner.go:195] Run: cat /version.json
	I1204 19:53:09.469368   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:09.469476   22160 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I1204 19:53:09.469563   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:09.486849   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:09.488337   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:09.652147   22160 ssh_runner.go:195] Run: systemctl --version
	I1204 19:53:09.656315   22160 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I1204 19:53:09.792144   22160 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I1204 19:53:09.796376   22160 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" ;
	I1204 19:53:09.813725   22160 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I1204 19:53:09.813797   22160 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" ;
	I1204 19:53:09.841119   22160 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I1204 19:53:09.841142   22160 start.go:495] detecting cgroup driver to use...
	I1204 19:53:09.841173   22160 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I1204 19:53:09.841219   22160 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I1204 19:53:09.855400   22160 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I1204 19:53:09.866416   22160 docker.go:217] disabling cri-docker service (if available) ...
	I1204 19:53:09.866476   22160 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I1204 19:53:09.878806   22160 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I1204 19:53:09.891181   22160 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I1204 19:53:09.966110   22160 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I1204 19:53:10.046209   22160 docker.go:233] disabling docker service ...
	I1204 19:53:10.046278   22160 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I1204 19:53:10.063628   22160 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I1204 19:53:10.074197   22160 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I1204 19:53:10.153429   22160 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I1204 19:53:10.230378   22160 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I1204 19:53:10.241042   22160 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"
	I1204 19:53:10.255889   22160 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I1204 19:53:10.255936   22160 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"
	I1204 19:53:10.264971   22160 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I1204 19:53:10.265049   22160 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I1204 19:53:10.274503   22160 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I1204 19:53:10.284032   22160 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I1204 19:53:10.293391   22160 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I1204 19:53:10.302024   22160 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"
	I1204 19:53:10.311350   22160 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"
	I1204 19:53:10.325806   22160 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"
	I1204 19:53:10.335206   22160 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I1204 19:53:10.343014   22160 crio.go:166] couldn't verify netfilter by "sudo sysctl net.bridge.bridge-nf-call-iptables" which might be okay. error: sudo sysctl net.bridge.bridge-nf-call-iptables: Process exited with status 255
	stdout:
	
	stderr:
	sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or directory
	I1204 19:53:10.343095   22160 ssh_runner.go:195] Run: sudo modprobe br_netfilter
	I1204 19:53:10.357043   22160 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I1204 19:53:10.365178   22160 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I1204 19:53:10.436810   22160 ssh_runner.go:195] Run: sudo systemctl restart crio
	I1204 19:53:10.539886   22160 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I1204 19:53:10.539947   22160 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I1204 19:53:10.543201   22160 start.go:563] Will wait 60s for crictl version
	I1204 19:53:10.543245   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:53:10.546178   22160 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I1204 19:53:10.577831   22160 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I1204 19:53:10.577936   22160 ssh_runner.go:195] Run: crio --version
	I1204 19:53:10.612123   22160 ssh_runner.go:195] Run: crio --version
	I1204 19:53:10.646074   22160 out.go:177] * Preparing Kubernetes v1.31.2 on CRI-O 1.24.6 ...
	I1204 19:53:10.647557   22160 cli_runner.go:164] Run: docker network inspect addons-871335 --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}}]}"
	I1204 19:53:10.663586   22160 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I1204 19:53:10.667115   22160 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""
	I1204 19:53:10.677535   22160 kubeadm.go:883] updating cluster {Name:addons-871335 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-871335 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I1204 19:53:10.677646   22160 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
	I1204 19:53:10.677687   22160 ssh_runner.go:195] Run: sudo crictl images --output json
	I1204 19:53:10.742341   22160 crio.go:514] all images are preloaded for cri-o runtime.
	I1204 19:53:10.742361   22160 crio.go:433] Images already preloaded, skipping extraction
	I1204 19:53:10.742408   22160 ssh_runner.go:195] Run: sudo crictl images --output json
	I1204 19:53:10.772882   22160 crio.go:514] all images are preloaded for cri-o runtime.
	I1204 19:53:10.772904   22160 cache_images.go:84] Images are preloaded, skipping loading
	I1204 19:53:10.772913   22160 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.2 crio true true} ...
	I1204 19:53:10.773022   22160 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.31.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-871335 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.2 ClusterName:addons-871335 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:}
	I1204 19:53:10.773127   22160 ssh_runner.go:195] Run: crio config
	I1204 19:53:10.812142   22160 cni.go:84] Creating CNI manager for ""
	I1204 19:53:10.812167   22160 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I1204 19:53:10.812176   22160 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I1204 19:53:10.812200   22160 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.31.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-871335 NodeName:addons-871335 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}
	I1204 19:53:10.812356   22160 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-871335"
	  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.31.2
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  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
	
	I1204 19:53:10.812422   22160 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.2
	I1204 19:53:10.820568   22160 binaries.go:44] Found k8s binaries, skipping transfer
	I1204 19:53:10.820641   22160 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I1204 19:53:10.828196   22160 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I1204 19:53:10.844280   22160 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I1204 19:53:10.860416   22160 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2287 bytes)
	I1204 19:53:10.876348   22160 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I1204 19:53:10.879528   22160 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""
	I1204 19:53:10.888910   22160 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I1204 19:53:10.965757   22160 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I1204 19:53:10.977995   22160 certs.go:68] Setting up /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335 for IP: 192.168.49.2
	I1204 19:53:10.978016   22160 certs.go:194] generating shared ca certs ...
	I1204 19:53:10.978070   22160 certs.go:226] acquiring lock for ca certs: {Name:mk8b52caabe57356abbd5e899f2831d88536c5eb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:10.978188   22160 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19985-14083/.minikube/ca.key
	I1204 19:53:11.264319   22160 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19985-14083/.minikube/ca.crt ...
	I1204 19:53:11.264355   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/ca.crt: {Name:mkd96a4e6f3aa18ae03dede8e2a92754d8f396fa Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:11.264527   22160 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19985-14083/.minikube/ca.key ...
	I1204 19:53:11.264538   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/ca.key: {Name:mk3b8eb2724905b381524bd89c6bcd4e1260ec5e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:11.264608   22160 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19985-14083/.minikube/proxy-client-ca.key
	I1204 19:53:11.478641   22160 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19985-14083/.minikube/proxy-client-ca.crt ...
	I1204 19:53:11.478667   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/proxy-client-ca.crt: {Name:mka89e1e0cfe3b65c58d492fa60742d5fef87ecf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:11.478820   22160 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19985-14083/.minikube/proxy-client-ca.key ...
	I1204 19:53:11.478831   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/proxy-client-ca.key: {Name:mk62431b2c66697fc465c390be953eaddb286fc6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:11.478897   22160 certs.go:256] generating profile certs ...
	I1204 19:53:11.478950   22160 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.key
	I1204 19:53:11.478973   22160 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt with IP's: []
	I1204 19:53:11.757239   22160 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt ...
	I1204 19:53:11.757266   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: {Name:mka73c16a5d8c4396acb2ae420e35c355383a4c8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:11.757429   22160 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.key ...
	I1204 19:53:11.757440   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.key: {Name:mke86138cf6d3cc1172764e2eab52478832a3bd8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:11.757509   22160 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.key.e3f3ff29
	I1204 19:53:11.757528   22160 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.crt.e3f3ff29 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I1204 19:53:12.065153   22160 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.crt.e3f3ff29 ...
	I1204 19:53:12.065184   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.crt.e3f3ff29: {Name:mk500c24b21e1c330cd34d0be727628a193d6576 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:12.065338   22160 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.key.e3f3ff29 ...
	I1204 19:53:12.065351   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.key.e3f3ff29: {Name:mk8d83151c4be92ea71e8efffdec0d8a3148a670 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:12.065421   22160 certs.go:381] copying /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.crt.e3f3ff29 -> /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.crt
	I1204 19:53:12.065495   22160 certs.go:385] copying /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.key.e3f3ff29 -> /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.key
	I1204 19:53:12.065543   22160 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/proxy-client.key
	I1204 19:53:12.065556   22160 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/proxy-client.crt with IP's: []
	I1204 19:53:12.194151   22160 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/proxy-client.crt ...
	I1204 19:53:12.194182   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/proxy-client.crt: {Name:mkeaab06bdb9490fd633af112f56108a6bf03ec5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:12.194330   22160 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/proxy-client.key ...
	I1204 19:53:12.194341   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/proxy-client.key: {Name:mk7b04eca75bfb56848a16c755d0931823d49eac Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:12.194494   22160 certs.go:484] found cert: /home/jenkins/minikube-integration/19985-14083/.minikube/certs/ca-key.pem (1679 bytes)
	I1204 19:53:12.194528   22160 certs.go:484] found cert: /home/jenkins/minikube-integration/19985-14083/.minikube/certs/ca.pem (1078 bytes)
	I1204 19:53:12.194551   22160 certs.go:484] found cert: /home/jenkins/minikube-integration/19985-14083/.minikube/certs/cert.pem (1123 bytes)
	I1204 19:53:12.194573   22160 certs.go:484] found cert: /home/jenkins/minikube-integration/19985-14083/.minikube/certs/key.pem (1675 bytes)
	I1204 19:53:12.195132   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I1204 19:53:12.217044   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I1204 19:53:12.238332   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I1204 19:53:12.259745   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I1204 19:53:12.281396   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I1204 19:53:12.303424   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I1204 19:53:12.324843   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I1204 19:53:12.346785   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I1204 19:53:12.368230   22160 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19985-14083/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I1204 19:53:12.389294   22160 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I1204 19:53:12.404408   22160 ssh_runner.go:195] Run: openssl version
	I1204 19:53:12.409167   22160 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"
	I1204 19:53:12.417327   22160 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I1204 19:53:12.420305   22160 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Dec  4 19:53 /usr/share/ca-certificates/minikubeCA.pem
	I1204 19:53:12.420357   22160 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I1204 19:53:12.426312   22160 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"
	I1204 19:53:12.434448   22160 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I1204 19:53:12.437521   22160 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
	I1204 19:53:12.437579   22160 kubeadm.go:392] StartCluster: {Name:addons-871335 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-871335 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I1204 19:53:12.437662   22160 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I1204 19:53:12.437701   22160 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I1204 19:53:12.473859   22160 cri.go:89] found id: ""
	I1204 19:53:12.473934   22160 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I1204 19:53:12.482174   22160 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I1204 19:53:12.490022   22160 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I1204 19:53:12.490076   22160 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
	I1204 19:53:12.498134   22160 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
	I1204 19:53:12.498152   22160 kubeadm.go:157] found existing configuration files:
	
	I1204 19:53:12.498195   22160 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I1204 19:53:12.505800   22160 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
	I1204 19:53:12.505865   22160 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I1204 19:53:12.513285   22160 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I1204 19:53:12.520869   22160 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
	I1204 19:53:12.520934   22160 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I1204 19:53:12.528653   22160 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I1204 19:53:12.536156   22160 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
	I1204 19:53:12.536205   22160 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I1204 19:53:12.543617   22160 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I1204 19:53:12.551395   22160 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
	I1204 19:53:12.551472   22160 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I1204 19:53:12.558753   22160 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.2:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I1204 19:53:12.592304   22160 kubeadm.go:310] [init] Using Kubernetes version: v1.31.2
	I1204 19:53:12.592398   22160 kubeadm.go:310] [preflight] Running pre-flight checks
	I1204 19:53:12.607402   22160 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I1204 19:53:12.607496   22160 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1071-gcp
	I1204 19:53:12.607560   22160 kubeadm.go:310] OS: Linux
	I1204 19:53:12.607635   22160 kubeadm.go:310] CGROUPS_CPU: enabled
	I1204 19:53:12.607685   22160 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I1204 19:53:12.607771   22160 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I1204 19:53:12.607859   22160 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I1204 19:53:12.607931   22160 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I1204 19:53:12.608026   22160 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I1204 19:53:12.608099   22160 kubeadm.go:310] CGROUPS_PIDS: enabled
	I1204 19:53:12.608151   22160 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I1204 19:53:12.608193   22160 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I1204 19:53:12.654530   22160 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I1204 19:53:12.654677   22160 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I1204 19:53:12.654801   22160 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I1204 19:53:12.660345   22160 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I1204 19:53:12.663346   22160 out.go:235]   - Generating certificates and keys ...
	I1204 19:53:12.663461   22160 kubeadm.go:310] [certs] Using existing ca certificate authority
	I1204 19:53:12.663536   22160 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I1204 19:53:12.752609   22160 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I1204 19:53:12.845245   22160 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I1204 19:53:13.000893   22160 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I1204 19:53:13.273450   22160 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I1204 19:53:13.498494   22160 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I1204 19:53:13.498670   22160 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-871335 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I1204 19:53:13.669577   22160 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I1204 19:53:13.669765   22160 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-871335 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I1204 19:53:14.002067   22160 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I1204 19:53:14.463865   22160 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I1204 19:53:14.730021   22160 kubeadm.go:310] [certs] Generating "sa" key and public key
	I1204 19:53:14.730121   22160 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I1204 19:53:15.009972   22160 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I1204 19:53:15.058658   22160 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I1204 19:53:15.116351   22160 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I1204 19:53:15.577506   22160 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I1204 19:53:15.763053   22160 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I1204 19:53:15.763499   22160 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I1204 19:53:15.765845   22160 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I1204 19:53:15.767874   22160 out.go:235]   - Booting up control plane ...
	I1204 19:53:15.767984   22160 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I1204 19:53:15.768086   22160 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I1204 19:53:15.768673   22160 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I1204 19:53:15.777228   22160 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I1204 19:53:15.782327   22160 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I1204 19:53:15.782415   22160 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I1204 19:53:15.859279   22160 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I1204 19:53:15.859409   22160 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I1204 19:53:16.360825   22160 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 501.630724ms
	I1204 19:53:16.360986   22160 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I1204 19:53:20.862159   22160 kubeadm.go:310] [api-check] The API server is healthy after 4.501347276s
	I1204 19:53:20.873878   22160 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I1204 19:53:20.884220   22160 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I1204 19:53:20.899685   22160 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I1204 19:53:20.899935   22160 kubeadm.go:310] [mark-control-plane] Marking the node addons-871335 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I1204 19:53:20.907231   22160 kubeadm.go:310] [bootstrap-token] Using token: ru5h5j.642xywzrviuar2ge
	I1204 19:53:20.908903   22160 out.go:235]   - Configuring RBAC rules ...
	I1204 19:53:20.909052   22160 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I1204 19:53:20.912302   22160 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I1204 19:53:20.918025   22160 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
	I1204 19:53:20.920415   22160 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I1204 19:53:20.924089   22160 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I1204 19:53:20.926403   22160 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I1204 19:53:21.267613   22160 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I1204 19:53:21.686655   22160 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I1204 19:53:22.266981   22160 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I1204 19:53:22.268434   22160 kubeadm.go:310] 
	I1204 19:53:22.268497   22160 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I1204 19:53:22.268527   22160 kubeadm.go:310] 
	I1204 19:53:22.268642   22160 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I1204 19:53:22.268654   22160 kubeadm.go:310] 
	I1204 19:53:22.268695   22160 kubeadm.go:310]   mkdir -p $HOME/.kube
	I1204 19:53:22.268770   22160 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I1204 19:53:22.268850   22160 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I1204 19:53:22.268860   22160 kubeadm.go:310] 
	I1204 19:53:22.268943   22160 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I1204 19:53:22.268953   22160 kubeadm.go:310] 
	I1204 19:53:22.268998   22160 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I1204 19:53:22.269011   22160 kubeadm.go:310] 
	I1204 19:53:22.269081   22160 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I1204 19:53:22.269199   22160 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I1204 19:53:22.269260   22160 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I1204 19:53:22.269267   22160 kubeadm.go:310] 
	I1204 19:53:22.269331   22160 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I1204 19:53:22.269417   22160 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I1204 19:53:22.269433   22160 kubeadm.go:310] 
	I1204 19:53:22.269514   22160 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token ru5h5j.642xywzrviuar2ge \
	I1204 19:53:22.269647   22160 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:e0802583a187cf6c93195dcc8bdde6e77fde46aa9fabcbae420b1ff5b822fe9f \
	I1204 19:53:22.269675   22160 kubeadm.go:310] 	--control-plane 
	I1204 19:53:22.269682   22160 kubeadm.go:310] 
	I1204 19:53:22.269780   22160 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I1204 19:53:22.269787   22160 kubeadm.go:310] 
	I1204 19:53:22.269900   22160 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token ru5h5j.642xywzrviuar2ge \
	I1204 19:53:22.270083   22160 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:e0802583a187cf6c93195dcc8bdde6e77fde46aa9fabcbae420b1ff5b822fe9f 
	I1204 19:53:22.272007   22160 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-1071-gcp\n", err: exit status 1
	I1204 19:53:22.272116   22160 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I1204 19:53:22.272142   22160 cni.go:84] Creating CNI manager for ""
	I1204 19:53:22.272152   22160 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I1204 19:53:22.274111   22160 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I1204 19:53:22.275366   22160 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I1204 19:53:22.278832   22160 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.2/kubectl ...
	I1204 19:53:22.278863   22160 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I1204 19:53:22.294779   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I1204 19:53:22.479040   22160 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I1204 19:53:22.479081   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:22.479139   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-871335 minikube.k8s.io/updated_at=2024_12_04T19_53_22_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=b071a038f2c56b751b45082bb8c33ba68a652c59 minikube.k8s.io/name=addons-871335 minikube.k8s.io/primary=true
	I1204 19:53:22.485707   22160 ops.go:34] apiserver oom_adj: -16
	I1204 19:53:22.551772   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:23.052028   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:23.552090   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:24.052648   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:24.552454   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:25.052534   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:25.552500   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:26.052515   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:26.552800   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:27.052041   22160 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I1204 19:53:27.114600   22160 kubeadm.go:1113] duration metric: took 4.635568021s to wait for elevateKubeSystemPrivileges
	I1204 19:53:27.114637   22160 kubeadm.go:394] duration metric: took 14.677061134s to StartCluster
	I1204 19:53:27.114653   22160 settings.go:142] acquiring lock: {Name:mk2218381de39fc1a9c8fc06b8487142c5efbf37 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:27.114813   22160 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19985-14083/kubeconfig
	I1204 19:53:27.115317   22160 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19985-14083/kubeconfig: {Name:mkc2083634f52009f0dfa513f00b2a3624237c95 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1204 19:53:27.115545   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I1204 19:53:27.115592   22160 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}
	I1204 19:53:27.115692   22160 addons.go:507] 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]
	I1204 19:53:27.115780   22160 config.go:182] Loaded profile config "addons-871335": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
	I1204 19:53:27.115803   22160 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-871335"
	I1204 19:53:27.115813   22160 addons.go:69] Setting yakd=true in profile "addons-871335"
	I1204 19:53:27.115831   22160 addons.go:234] Setting addon yakd=true in "addons-871335"
	I1204 19:53:27.115835   22160 addons.go:69] Setting default-storageclass=true in profile "addons-871335"
	I1204 19:53:27.115842   22160 addons.go:234] Setting addon amd-gpu-device-plugin=true in "addons-871335"
	I1204 19:53:27.115853   22160 addons.go:69] Setting gcp-auth=true in profile "addons-871335"
	I1204 19:53:27.115857   22160 addons.go:69] Setting cloud-spanner=true in profile "addons-871335"
	I1204 19:53:27.115862   22160 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-871335"
	I1204 19:53:27.115866   22160 addons.go:69] Setting registry=true in profile "addons-871335"
	I1204 19:53:27.115873   22160 mustload.go:65] Loading cluster: addons-871335
	I1204 19:53:27.115875   22160 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-871335"
	I1204 19:53:27.115881   22160 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-871335"
	I1204 19:53:27.115882   22160 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-871335"
	I1204 19:53:27.115886   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.115893   22160 addons.go:69] Setting volcano=true in profile "addons-871335"
	I1204 19:53:27.115895   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.115898   22160 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-871335"
	I1204 19:53:27.115904   22160 addons.go:234] Setting addon volcano=true in "addons-871335"
	I1204 19:53:27.115913   22160 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-871335"
	I1204 19:53:27.115935   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.115937   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.115936   22160 addons.go:69] Setting volumesnapshots=true in profile "addons-871335"
	I1204 19:53:27.115954   22160 addons.go:234] Setting addon volumesnapshots=true in "addons-871335"
	I1204 19:53:27.115993   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.116000   22160 addons.go:69] Setting metrics-server=true in profile "addons-871335"
	I1204 19:53:27.116016   22160 addons.go:234] Setting addon metrics-server=true in "addons-871335"
	I1204 19:53:27.116035   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.116060   22160 config.go:182] Loaded profile config "addons-871335": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
	I1204 19:53:27.116288   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.116291   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.116465   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.116468   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.116475   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.116481   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.116521   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.115869   22160 addons.go:234] Setting addon cloud-spanner=true in "addons-871335"
	I1204 19:53:27.116577   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.115872   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.117005   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.115850   22160 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-871335"
	I1204 19:53:27.117202   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.117453   22160 addons.go:69] Setting ingress=true in profile "addons-871335"
	I1204 19:53:27.117473   22160 addons.go:234] Setting addon ingress=true in "addons-871335"
	I1204 19:53:27.117506   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.115847   22160 addons.go:69] Setting storage-provisioner=true in profile "addons-871335"
	I1204 19:53:27.117704   22160 addons.go:234] Setting addon storage-provisioner=true in "addons-871335"
	I1204 19:53:27.117740   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.115883   22160 addons.go:234] Setting addon registry=true in "addons-871335"
	I1204 19:53:27.117788   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.117970   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.118174   22160 out.go:177] * Verifying Kubernetes components...
	I1204 19:53:27.118217   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.117659   22160 addons.go:69] Setting ingress-dns=true in profile "addons-871335"
	I1204 19:53:27.118395   22160 addons.go:234] Setting addon ingress-dns=true in "addons-871335"
	I1204 19:53:27.118443   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.115837   22160 addons.go:69] Setting inspektor-gadget=true in profile "addons-871335"
	I1204 19:53:27.118551   22160 addons.go:234] Setting addon inspektor-gadget=true in "addons-871335"
	I1204 19:53:27.118583   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.119950   22160 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I1204 19:53:27.144615   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.144626   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.144683   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.144765   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.144794   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.183681   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.185719   22160 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I1204 19:53:27.187147   22160 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-871335"
	I1204 19:53:27.187190   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.187651   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.189547   22160 out.go:177]   - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
	I1204 19:53:27.192923   22160 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I1204 19:53:27.194137   22160 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
	I1204 19:53:27.194289   22160 addons.go:431] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I1204 19:53:27.194736   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
	I1204 19:53:27.194816   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.195109   22160 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I1204 19:53:27.202454   22160 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I1204 19:53:27.202478   22160 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I1204 19:53:27.202532   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.202888   22160 addons.go:234] Setting addon default-storageclass=true in "addons-871335"
	I1204 19:53:27.202929   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:27.203397   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:27.203462   22160 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I1204 19:53:27.203553   22160 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I1204 19:53:27.206306   22160 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I1204 19:53:27.207699   22160 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I1204 19:53:27.207719   22160 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I1204 19:53:27.207777   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.207925   22160 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I1204 19:53:27.207940   22160 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I1204 19:53:27.207997   22160 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I1204 19:53:27.211399   22160 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I1204 19:53:27.211614   22160 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I1204 19:53:27.211628   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I1204 19:53:27.211682   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.212425   22160 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I1204 19:53:27.212440   22160 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I1204 19:53:27.212501   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.212994   22160 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I1204 19:53:27.213573   22160 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I1204 19:53:27.213589   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I1204 19:53:27.213641   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.216415   22160 out.go:177]   - Using image docker.io/registry:2.8.3
	I1204 19:53:27.217810   22160 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I1204 19:53:27.221707   22160 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
	I1204 19:53:27.221848   22160 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I1204 19:53:27.223387   22160 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I1204 19:53:27.223406   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I1204 19:53:27.223464   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.224958   22160 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	W1204 19:53:27.227291   22160 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I1204 19:53:27.228017   22160 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I1204 19:53:27.228038   22160 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I1204 19:53:27.228107   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.239042   22160 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I1204 19:53:27.240972   22160 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I1204 19:53:27.240997   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I1204 19:53:27.241056   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.242192   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I1204 19:53:27.243591   22160 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.33.0
	I1204 19:53:27.245256   22160 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.25
	I1204 19:53:27.245262   22160 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I1204 19:53:27.246005   22160 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
	I1204 19:53:27.246072   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.246903   22160 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I1204 19:53:27.246920   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I1204 19:53:27.246967   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.248110   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.269486   22160 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I1204 19:53:27.269510   22160 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I1204 19:53:27.269569   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.271982   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.275358   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.279289   22160 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
	I1204 19:53:27.280843   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.281014   22160 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I1204 19:53:27.281030   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I1204 19:53:27.281081   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.282987   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.285817   22160 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I1204 19:53:27.287002   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.288213   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.288677   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.289393   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.290324   22160 out.go:177]   - Using image docker.io/busybox:stable
	I1204 19:53:27.291861   22160 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I1204 19:53:27.291880   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I1204 19:53:27.291919   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:27.292864   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.294901   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.297358   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.316087   22160 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I1204 19:53:27.322180   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:27.322397   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	W1204 19:53:27.325691   22160 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I1204 19:53:27.325723   22160 retry.go:31] will retry after 268.245947ms: ssh: handshake failed: EOF
	I1204 19:53:27.523948   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I1204 19:53:27.622378   22160 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I1204 19:53:27.622422   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I1204 19:53:27.714554   22160 addons.go:431] installing /etc/kubernetes/addons/ig-deployment.yaml
	I1204 19:53:27.714581   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14451 bytes)
	I1204 19:53:27.717709   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I1204 19:53:27.717937   22160 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I1204 19:53:27.717959   22160 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I1204 19:53:27.800827   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I1204 19:53:27.810338   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I1204 19:53:27.817353   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I1204 19:53:27.897991   22160 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I1204 19:53:27.898037   22160 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I1204 19:53:27.901575   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I1204 19:53:27.903957   22160 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I1204 19:53:27.904007   22160 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I1204 19:53:27.909732   22160 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I1204 19:53:27.909758   22160 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I1204 19:53:27.911556   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I1204 19:53:27.916848   22160 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I1204 19:53:27.916940   22160 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I1204 19:53:27.999127   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I1204 19:53:28.008714   22160 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I1204 19:53:28.008753   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I1204 19:53:28.099582   22160 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I1204 19:53:28.099635   22160 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)
	I1204 19:53:28.111739   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I1204 19:53:28.118070   22160 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I1204 19:53:28.118099   22160 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I1204 19:53:28.297400   22160 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I1204 19:53:28.297526   22160 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I1204 19:53:28.305745   22160 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.063516724s)
	I1204 19:53:28.305840   22160 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I1204 19:53:28.307005   22160 node_ready.go:35] waiting up to 6m0s for node "addons-871335" to be "Ready" ...
	I1204 19:53:28.505796   22160 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I1204 19:53:28.505887   22160 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I1204 19:53:28.607714   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I1204 19:53:28.699126   22160 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I1204 19:53:28.699213   22160 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I1204 19:53:28.700586   22160 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I1204 19:53:28.700662   22160 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I1204 19:53:28.714868   22160 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I1204 19:53:28.714946   22160 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I1204 19:53:28.800273   22160 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I1204 19:53:28.800302   22160 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I1204 19:53:28.913792   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I1204 19:53:29.004797   22160 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I1204 19:53:29.004874   22160 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I1204 19:53:29.007534   22160 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I1204 19:53:29.007605   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I1204 19:53:29.117390   22160 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I1204 19:53:29.117474   22160 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I1204 19:53:29.215467   22160 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I1204 19:53:29.215552   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I1204 19:53:29.298776   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I1204 19:53:29.303137   22160 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-871335" context rescaled to 1 replicas
	I1204 19:53:29.398931   22160 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I1204 19:53:29.399017   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I1204 19:53:29.597629   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I1204 19:53:29.800383   22160 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I1204 19:53:29.800480   22160 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I1204 19:53:30.112635   22160 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I1204 19:53:30.112662   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I1204 19:53:30.218483   22160 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I1204 19:53:30.218526   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I1204 19:53:30.500037   22160 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I1204 19:53:30.500134   22160 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I1204 19:53:30.607580   22160 node_ready.go:53] node "addons-871335" has status "Ready":"False"
	I1204 19:53:30.624027   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I1204 19:53:32.810837   22160 node_ready.go:53] node "addons-871335" has status "Ready":"False"
	I1204 19:53:33.415110   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.89104399s)
	I1204 19:53:33.415208   22160 addons.go:475] Verifying addon ingress=true in "addons-871335"
	I1204 19:53:33.415282   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.697510503s)
	I1204 19:53:33.415381   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (5.60500208s)
	I1204 19:53:33.415442   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.598050486s)
	I1204 19:53:33.415315   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (5.614448535s)
	I1204 19:53:33.415512   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.513910766s)
	I1204 19:53:33.415554   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (5.503920497s)
	I1204 19:53:33.415642   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (5.416430881s)
	I1204 19:53:33.415697   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.30393255s)
	I1204 19:53:33.415782   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.807977993s)
	I1204 19:53:33.415804   22160 addons.go:475] Verifying addon registry=true in "addons-871335"
	I1204 19:53:33.416082   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.117260826s)
	I1204 19:53:33.416146   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.502143384s)
	I1204 19:53:33.416639   22160 addons.go:475] Verifying addon metrics-server=true in "addons-871335"
	I1204 19:53:33.417141   22160 out.go:177] * Verifying ingress addon...
	I1204 19:53:33.417175   22160 out.go:177] * Verifying registry addon...
	I1204 19:53:33.418162   22160 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-871335 service yakd-dashboard -n yakd-dashboard
	
	I1204 19:53:33.420198   22160 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I1204 19:53:33.420837   22160 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I1204 19:53:33.425313   22160 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I1204 19:53:33.425332   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W1204 19:53:33.427288   22160 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]
	I1204 19:53:33.523349   22160 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I1204 19:53:33.523374   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:34.007890   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:34.008983   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:34.306733   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.709037592s)
	W1204 19:53:34.306784   22160 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I1204 19:53:34.306808   22160 retry.go:31] will retry after 292.857098ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I1204 19:53:34.401254   22160 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I1204 19:53:34.401318   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:34.422128   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:34.424719   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:34.426005   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:34.599995   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I1204 19:53:34.617545   22160 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I1204 19:53:34.699795   22160 addons.go:234] Setting addon gcp-auth=true in "addons-871335"
	I1204 19:53:34.699857   22160 host.go:66] Checking if "addons-871335" exists ...
	I1204 19:53:34.700357   22160 cli_runner.go:164] Run: docker container inspect addons-871335 --format={{.State.Status}}
	I1204 19:53:34.733672   22160 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I1204 19:53:34.733752   22160 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-871335
	I1204 19:53:34.752616   22160 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/addons-871335/id_rsa Username:docker}
	I1204 19:53:34.813443   22160 node_ready.go:53] node "addons-871335" has status "Ready":"False"
	I1204 19:53:34.834392   22160 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.210315776s)
	I1204 19:53:34.834428   22160 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-871335"
	I1204 19:53:34.897890   22160 out.go:177] * Verifying csi-hostpath-driver addon...
	I1204 19:53:34.900741   22160 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I1204 19:53:34.905010   22160 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I1204 19:53:34.905037   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:35.005460   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:35.005927   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:35.404673   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:35.423513   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:35.423601   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:35.428882   22160 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I1204 19:53:35.430427   22160 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
	I1204 19:53:35.431735   22160 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I1204 19:53:35.431746   22160 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I1204 19:53:35.448946   22160 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I1204 19:53:35.448973   22160 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I1204 19:53:35.465426   22160 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I1204 19:53:35.465452   22160 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I1204 19:53:35.482106   22160 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I1204 19:53:35.817574   22160 addons.go:475] Verifying addon gcp-auth=true in "addons-871335"
	I1204 19:53:35.819087   22160 out.go:177] * Verifying gcp-auth addon...
	I1204 19:53:35.821102   22160 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I1204 19:53:35.823532   22160 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I1204 19:53:35.823548   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:35.924974   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:35.925081   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:35.925404   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:36.324126   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:36.403513   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:36.423988   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:36.424392   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:36.823973   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:36.904555   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:36.923824   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:36.924450   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:37.309649   22160 node_ready.go:53] node "addons-871335" has status "Ready":"False"
	I1204 19:53:37.324117   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:37.403632   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:37.423825   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:37.424337   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:37.824390   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:37.904169   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:37.923903   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:37.924519   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:38.324792   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:38.404254   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:38.423345   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:38.423780   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:38.824317   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:38.903843   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:38.923857   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:38.923939   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:39.309702   22160 node_ready.go:53] node "addons-871335" has status "Ready":"False"
	I1204 19:53:39.324107   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:39.403433   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:39.423768   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:39.424290   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:39.824243   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:39.903734   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:39.923808   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:39.923859   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:40.324675   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:40.404281   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:40.423570   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:40.423955   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:40.824828   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:40.904392   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:40.923677   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:40.924131   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:41.310617   22160 node_ready.go:53] node "addons-871335" has status "Ready":"False"
	I1204 19:53:41.323838   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:41.404385   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:41.423979   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:41.424642   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:41.824447   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:41.905614   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:41.923543   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:41.924058   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:42.325351   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:42.403707   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:42.423370   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:42.423567   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:42.824413   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:42.904041   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:42.923797   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:42.924157   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:43.323896   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:43.404447   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:43.423918   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:43.424657   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:43.809726   22160 node_ready.go:53] node "addons-871335" has status "Ready":"False"
	I1204 19:53:43.823886   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:43.904624   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:43.924066   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:43.924374   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:44.324272   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:44.403675   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:44.423556   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:44.423830   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:44.824469   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:44.904151   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:44.923458   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:44.923893   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:45.323548   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:45.404215   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:45.423646   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:45.423901   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:45.810245   22160 node_ready.go:53] node "addons-871335" has status "Ready":"False"
	I1204 19:53:45.824439   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:45.904215   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:45.923938   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:45.924495   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:46.309274   22160 node_ready.go:49] node "addons-871335" has status "Ready":"True"
	I1204 19:53:46.309311   22160 node_ready.go:38] duration metric: took 18.002274152s for node "addons-871335" to be "Ready" ...
	I1204 19:53:46.309325   22160 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" ...
	I1204 19:53:46.320066   22160 pod_ready.go:79] waiting up to 6m0s for pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace to be "Ready" ...
	I1204 19:53:46.399716   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:46.404615   22160 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I1204 19:53:46.404636   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:46.423652   22160 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I1204 19:53:46.423681   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:46.423918   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:46.824869   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:46.926460   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:46.926597   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:46.927172   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:47.324394   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:47.405525   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:47.424503   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:47.424753   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:47.824844   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:47.926213   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:47.926297   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:47.926688   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:48.324025   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:48.325784   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:53:48.405484   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:48.424417   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:48.424825   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:48.824430   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:48.904942   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:48.924390   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:48.924863   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:49.324521   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:49.405429   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:49.424307   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:49.424488   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:49.824168   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:49.904986   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:49.925843   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:49.926185   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:50.323864   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:50.404855   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:50.424180   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:50.424435   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:50.824182   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:50.826029   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:53:50.904621   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:50.924083   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:50.924219   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:51.324030   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:51.404391   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:51.424676   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:51.424758   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:51.827038   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:51.905951   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:51.924022   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:51.924257   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:52.324528   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:52.405840   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:52.424300   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:52.424392   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:52.826687   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:52.828097   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:53:52.906091   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:52.924132   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:52.924651   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:53.324801   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:53.404758   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:53.424109   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:53.424559   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:53.823418   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:53.905440   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:53.924166   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:53.924356   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:54.324719   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:54.405711   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:54.424326   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:54.424549   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:54.824431   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:54.905718   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:54.925492   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:54.925876   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:55.325049   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:55.325069   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:53:55.404513   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:55.423757   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:55.424089   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:55.825464   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:55.906548   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:55.998949   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:56.003107   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:56.398924   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:56.406013   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:56.503678   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:56.505102   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:56.824465   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:56.913034   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:57.000788   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:57.001231   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:57.324846   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:57.325905   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:53:57.405664   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:57.423845   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:57.424148   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:57.824073   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:57.905729   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:57.931217   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:57.932037   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:58.324242   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:58.404755   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:58.423930   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:58.424162   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:58.823894   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:58.904324   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:58.924057   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:58.924348   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:59.324641   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:59.326564   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:53:59.405589   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:59.424618   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:53:59.425131   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:59.823717   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:53:59.905425   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:53:59.923773   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:53:59.923809   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:00.324613   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:00.405416   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:00.424247   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:00.424701   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:00.824062   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:00.905426   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:00.924112   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:00.926823   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:01.324959   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:01.405645   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:01.424859   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:01.425817   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:01.823932   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:01.825493   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:01.905826   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:01.924341   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:01.924952   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:02.324583   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:02.425698   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:02.426006   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:02.426140   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:02.823485   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:02.904667   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:02.923838   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:02.924242   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:03.324923   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:03.405443   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:03.424601   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:03.424910   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:03.824216   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:03.825707   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:03.906724   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:03.924312   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:03.925548   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:04.324660   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:04.405015   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:04.423791   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:04.424241   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:04.823752   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:04.905781   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:04.924259   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:04.924550   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:05.325152   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:05.405417   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:05.424073   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:05.424411   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:05.823492   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:05.905240   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:05.924036   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:05.924129   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:06.324164   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:06.325872   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:06.405184   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:06.423835   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:06.423946   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:06.824091   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:06.905146   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:06.924758   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:06.926239   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:07.323889   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:07.405228   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:07.424175   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:07.424958   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:07.823607   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:07.905948   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:07.923731   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:07.924170   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:08.324833   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:08.404896   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:08.423981   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:08.424498   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:08.824365   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:08.826361   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:08.904682   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:08.924288   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:08.924977   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:09.324331   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:09.405091   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:09.424198   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:09.424569   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:09.826177   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:09.904962   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:09.924423   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:09.924595   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:10.324112   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:10.404584   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:10.423874   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:10.424526   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:10.824077   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:10.905176   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:10.924138   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:10.924219   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:11.324329   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:11.325365   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:11.404717   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:11.424163   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:11.424567   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:11.824112   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:11.904448   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:11.924368   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:11.924392   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:12.324491   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:12.404902   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:12.424126   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:12.424433   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:12.824598   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:12.905178   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:12.923720   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:12.924242   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:13.324473   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:13.326618   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:13.405410   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:13.424425   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:13.424428   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:13.905146   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:13.907584   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:14.004863   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:14.005317   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:14.402025   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:14.405559   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:14.497702   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:14.499927   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:14.906161   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:14.907881   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:15.018564   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:15.020170   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:15.324512   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:15.404836   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:15.424483   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:15.424753   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:15.823797   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:15.825432   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:15.904969   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:15.924210   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:15.924771   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:16.324895   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:16.405468   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:16.424553   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:16.424602   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:16.823914   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:16.904492   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:16.924370   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:16.924542   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:17.324551   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:17.405553   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:17.424516   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:17.425203   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:17.823632   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:17.826182   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:17.904736   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:17.924357   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:17.924825   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:18.325221   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:18.405981   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:18.424441   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:18.424840   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:18.824239   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:18.908125   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:18.924252   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:18.924679   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:19.324778   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:19.405692   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:19.424184   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:19.424438   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:19.824095   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:19.904532   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:19.923912   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:19.924318   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:20.324414   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:20.326137   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:20.404612   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:20.424069   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:20.425087   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:20.825054   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:20.905905   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:20.924211   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:20.924742   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:21.324817   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:21.426282   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:21.426666   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:21.427008   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:21.824249   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:21.924819   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:21.925473   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:21.925632   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:22.324272   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:22.404624   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:22.423758   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:22.424067   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:22.823987   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:22.826312   22160 pod_ready.go:103] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:22.905417   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:22.924207   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:22.925256   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:23.325649   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:23.427242   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:23.427397   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:23.427522   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:23.823927   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:23.905445   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:23.923957   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:23.924358   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:24.325322   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:24.327819   22160 pod_ready.go:93] pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace has status "Ready":"True"
	I1204 19:54:24.327844   22160 pod_ready.go:82] duration metric: took 38.007747566s for pod "amd-gpu-device-plugin-z7nxc" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.327857   22160 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-gf2bp" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.333105   22160 pod_ready.go:93] pod "coredns-7c65d6cfc9-gf2bp" in "kube-system" namespace has status "Ready":"True"
	I1204 19:54:24.333130   22160 pod_ready.go:82] duration metric: took 5.264519ms for pod "coredns-7c65d6cfc9-gf2bp" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.333167   22160 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-871335" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.338086   22160 pod_ready.go:93] pod "etcd-addons-871335" in "kube-system" namespace has status "Ready":"True"
	I1204 19:54:24.338113   22160 pod_ready.go:82] duration metric: took 4.937153ms for pod "etcd-addons-871335" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.338129   22160 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-871335" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.342273   22160 pod_ready.go:93] pod "kube-apiserver-addons-871335" in "kube-system" namespace has status "Ready":"True"
	I1204 19:54:24.342301   22160 pod_ready.go:82] duration metric: took 4.157497ms for pod "kube-apiserver-addons-871335" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.342313   22160 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-871335" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.401723   22160 pod_ready.go:93] pod "kube-controller-manager-addons-871335" in "kube-system" namespace has status "Ready":"True"
	I1204 19:54:24.401748   22160 pod_ready.go:82] duration metric: took 59.426622ms for pod "kube-controller-manager-addons-871335" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.401764   22160 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-25nj8" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.405002   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:24.424717   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:24.425213   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:24.725516   22160 pod_ready.go:93] pod "kube-proxy-25nj8" in "kube-system" namespace has status "Ready":"True"
	I1204 19:54:24.725543   22160 pod_ready.go:82] duration metric: took 323.737214ms for pod "kube-proxy-25nj8" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.725555   22160 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-871335" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:24.824915   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:24.905412   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:24.923831   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:24.925403   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:25.124666   22160 pod_ready.go:93] pod "kube-scheduler-addons-871335" in "kube-system" namespace has status "Ready":"True"
	I1204 19:54:25.124691   22160 pod_ready.go:82] duration metric: took 399.127728ms for pod "kube-scheduler-addons-871335" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:25.124705   22160 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:25.324800   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:25.425751   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:25.426386   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:25.426498   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:25.824861   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:25.904955   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:25.924150   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I1204 19:54:25.924501   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:26.324878   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:26.405181   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:26.424118   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:26.424360   22160 kapi.go:107] duration metric: took 53.003519761s to wait for kubernetes.io/minikube-addons=registry ...
	I1204 19:54:26.825323   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:26.904597   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:26.924820   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:27.130477   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:27.324550   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:27.425646   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:27.425781   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:27.824964   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:27.905748   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:27.925606   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:28.325040   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:28.406098   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:28.424852   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:28.825351   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:28.904698   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:28.924808   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:29.325156   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:29.405671   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:29.424579   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:29.630435   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:29.824799   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:29.906249   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:29.924394   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:30.324089   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:30.405477   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:30.424430   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:30.824574   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:30.905204   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:30.924135   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:31.326339   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:31.414183   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:31.426516   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:31.717361   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:31.899069   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:31.909626   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:31.999862   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:32.325066   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:32.406058   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:32.499255   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:32.903374   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:32.905487   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:33.000322   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:33.326281   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:33.407063   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:33.435461   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:33.825365   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:33.905398   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:33.925365   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:34.130908   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:34.324518   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:34.404837   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:34.424288   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:34.824891   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:34.906254   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:34.925288   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:35.324376   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:35.405493   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:35.425337   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:35.825775   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:35.907762   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:35.924552   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:36.325283   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:36.404691   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:36.424977   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:36.630213   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:36.825159   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:36.926369   22160 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I1204 19:54:36.926429   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:37.325706   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:37.405704   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:37.423856   22160 kapi.go:107] duration metric: took 1m4.003654788s to wait for app.kubernetes.io/name=ingress-nginx ...
	I1204 19:54:37.825277   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:37.905031   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:38.324511   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:38.405949   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:38.824843   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I1204 19:54:38.905078   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:39.212536   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:39.324432   22160 kapi.go:107] duration metric: took 1m3.503327319s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I1204 19:54:39.326597   22160 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-871335 cluster.
	I1204 19:54:39.328504   22160 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.
	I1204 19:54:39.330221   22160 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I1204 19:54:39.405893   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:39.905062   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:40.405025   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:40.905620   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:41.404893   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:41.630265   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:41.905591   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:42.405840   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:42.905016   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:43.404990   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:43.630748   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:43.905590   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:44.405842   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:44.905178   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:45.405065   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:45.905530   22160 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I1204 19:54:46.129406   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:46.405466   22160 kapi.go:107] duration metric: took 1m11.504724792s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I1204 19:54:46.407769   22160 out.go:177] * Enabled addons: cloud-spanner, ingress-dns, amd-gpu-device-plugin, storage-provisioner, nvidia-device-plugin, inspektor-gadget, metrics-server, yakd, default-storageclass, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
	I1204 19:54:46.409441   22160 addons.go:510] duration metric: took 1m19.293756238s for enable addons: enabled=[cloud-spanner ingress-dns amd-gpu-device-plugin storage-provisioner nvidia-device-plugin inspektor-gadget metrics-server yakd default-storageclass volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
	I1204 19:54:48.129909   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:50.130560   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:52.630207   22160 pod_ready.go:103] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"False"
	I1204 19:54:54.629964   22160 pod_ready.go:93] pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace has status "Ready":"True"
	I1204 19:54:54.629986   22160 pod_ready.go:82] duration metric: took 29.505274297s for pod "metrics-server-84c5f94fbc-dl7pb" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:54.629998   22160 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-cr5hb" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:54.633869   22160 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-cr5hb" in "kube-system" namespace has status "Ready":"True"
	I1204 19:54:54.633888   22160 pod_ready.go:82] duration metric: took 3.883967ms for pod "nvidia-device-plugin-daemonset-cr5hb" in "kube-system" namespace to be "Ready" ...
	I1204 19:54:54.633905   22160 pod_ready.go:39] duration metric: took 1m8.324566329s 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" ...
	I1204 19:54:54.633922   22160 api_server.go:52] waiting for apiserver process to appear ...
	I1204 19:54:54.633961   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I1204 19:54:54.634004   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I1204 19:54:54.669259   22160 cri.go:89] found id: "07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb"
	I1204 19:54:54.669284   22160 cri.go:89] found id: ""
	I1204 19:54:54.669294   22160 logs.go:282] 1 containers: [07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb]
	I1204 19:54:54.669348   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:54.672873   22160 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I1204 19:54:54.672927   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I1204 19:54:54.705577   22160 cri.go:89] found id: "28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68"
	I1204 19:54:54.705600   22160 cri.go:89] found id: ""
	I1204 19:54:54.705609   22160 logs.go:282] 1 containers: [28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68]
	I1204 19:54:54.705661   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:54.709008   22160 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I1204 19:54:54.709071   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I1204 19:54:54.741109   22160 cri.go:89] found id: "4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0"
	I1204 19:54:54.741130   22160 cri.go:89] found id: ""
	I1204 19:54:54.741137   22160 logs.go:282] 1 containers: [4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0]
	I1204 19:54:54.741199   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:54.744424   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I1204 19:54:54.744477   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I1204 19:54:54.779656   22160 cri.go:89] found id: "7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d"
	I1204 19:54:54.779674   22160 cri.go:89] found id: ""
	I1204 19:54:54.779681   22160 logs.go:282] 1 containers: [7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d]
	I1204 19:54:54.779722   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:54.783448   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I1204 19:54:54.783573   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I1204 19:54:54.816486   22160 cri.go:89] found id: "33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2"
	I1204 19:54:54.816509   22160 cri.go:89] found id: ""
	I1204 19:54:54.816516   22160 logs.go:282] 1 containers: [33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2]
	I1204 19:54:54.816560   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:54.819788   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I1204 19:54:54.819839   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I1204 19:54:54.853893   22160 cri.go:89] found id: "f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf"
	I1204 19:54:54.853922   22160 cri.go:89] found id: ""
	I1204 19:54:54.853931   22160 logs.go:282] 1 containers: [f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf]
	I1204 19:54:54.853985   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:54.857416   22160 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I1204 19:54:54.857472   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I1204 19:54:54.889795   22160 cri.go:89] found id: "ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7"
	I1204 19:54:54.889823   22160 cri.go:89] found id: ""
	I1204 19:54:54.889834   22160 logs.go:282] 1 containers: [ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7]
	I1204 19:54:54.889878   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:54.893274   22160 logs.go:123] Gathering logs for describe nodes ...
	I1204 19:54:54.893305   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I1204 19:54:54.989650   22160 logs.go:123] Gathering logs for coredns [4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0] ...
	I1204 19:54:54.989679   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0"
	I1204 19:54:55.024342   22160 logs.go:123] Gathering logs for kindnet [ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7] ...
	I1204 19:54:55.024372   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7"
	I1204 19:54:55.056594   22160 logs.go:123] Gathering logs for kubelet ...
	I1204 19:54:55.056625   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I1204 19:54:55.140682   22160 logs.go:123] Gathering logs for dmesg ...
	I1204 19:54:55.140713   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I1204 19:54:55.152956   22160 logs.go:123] Gathering logs for kube-apiserver [07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb] ...
	I1204 19:54:55.152983   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb"
	I1204 19:54:55.196263   22160 logs.go:123] Gathering logs for etcd [28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68] ...
	I1204 19:54:55.196298   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68"
	I1204 19:54:55.246360   22160 logs.go:123] Gathering logs for kube-scheduler [7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d] ...
	I1204 19:54:55.246395   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d"
	I1204 19:54:55.285925   22160 logs.go:123] Gathering logs for kube-proxy [33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2] ...
	I1204 19:54:55.285957   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2"
	I1204 19:54:55.319146   22160 logs.go:123] Gathering logs for kube-controller-manager [f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf] ...
	I1204 19:54:55.319172   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf"
	I1204 19:54:55.372532   22160 logs.go:123] Gathering logs for CRI-O ...
	I1204 19:54:55.372566   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I1204 19:54:55.452959   22160 logs.go:123] Gathering logs for container status ...
	I1204 19:54:55.453001   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I1204 19:54:57.994459   22160 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I1204 19:54:58.008910   22160 api_server.go:72] duration metric: took 1m30.893279965s to wait for apiserver process to appear ...
	I1204 19:54:58.008936   22160 api_server.go:88] waiting for apiserver healthz status ...
	I1204 19:54:58.008971   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I1204 19:54:58.009011   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I1204 19:54:58.041972   22160 cri.go:89] found id: "07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb"
	I1204 19:54:58.041993   22160 cri.go:89] found id: ""
	I1204 19:54:58.042000   22160 logs.go:282] 1 containers: [07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb]
	I1204 19:54:58.042042   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:58.045360   22160 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I1204 19:54:58.045423   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I1204 19:54:58.077354   22160 cri.go:89] found id: "28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68"
	I1204 19:54:58.077376   22160 cri.go:89] found id: ""
	I1204 19:54:58.077384   22160 logs.go:282] 1 containers: [28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68]
	I1204 19:54:58.077424   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:58.080700   22160 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I1204 19:54:58.080774   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I1204 19:54:58.113438   22160 cri.go:89] found id: "4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0"
	I1204 19:54:58.113465   22160 cri.go:89] found id: ""
	I1204 19:54:58.113476   22160 logs.go:282] 1 containers: [4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0]
	I1204 19:54:58.113527   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:58.116902   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I1204 19:54:58.116975   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I1204 19:54:58.149767   22160 cri.go:89] found id: "7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d"
	I1204 19:54:58.149787   22160 cri.go:89] found id: ""
	I1204 19:54:58.149794   22160 logs.go:282] 1 containers: [7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d]
	I1204 19:54:58.149837   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:58.153279   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I1204 19:54:58.153336   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I1204 19:54:58.187674   22160 cri.go:89] found id: "33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2"
	I1204 19:54:58.187694   22160 cri.go:89] found id: ""
	I1204 19:54:58.187701   22160 logs.go:282] 1 containers: [33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2]
	I1204 19:54:58.187741   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:58.191201   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I1204 19:54:58.191263   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I1204 19:54:58.223937   22160 cri.go:89] found id: "f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf"
	I1204 19:54:58.223984   22160 cri.go:89] found id: ""
	I1204 19:54:58.223995   22160 logs.go:282] 1 containers: [f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf]
	I1204 19:54:58.224051   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:58.227411   22160 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I1204 19:54:58.227483   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I1204 19:54:58.260322   22160 cri.go:89] found id: "ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7"
	I1204 19:54:58.260347   22160 cri.go:89] found id: ""
	I1204 19:54:58.260355   22160 logs.go:282] 1 containers: [ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7]
	I1204 19:54:58.260395   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:54:58.263674   22160 logs.go:123] Gathering logs for etcd [28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68] ...
	I1204 19:54:58.263708   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68"
	I1204 19:54:58.315444   22160 logs.go:123] Gathering logs for coredns [4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0] ...
	I1204 19:54:58.315475   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0"
	I1204 19:54:58.351045   22160 logs.go:123] Gathering logs for kube-controller-manager [f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf] ...
	I1204 19:54:58.351072   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf"
	I1204 19:54:58.409738   22160 logs.go:123] Gathering logs for CRI-O ...
	I1204 19:54:58.409779   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I1204 19:54:58.489697   22160 logs.go:123] Gathering logs for kubelet ...
	I1204 19:54:58.489735   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I1204 19:54:58.579995   22160 logs.go:123] Gathering logs for dmesg ...
	I1204 19:54:58.580038   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I1204 19:54:58.592178   22160 logs.go:123] Gathering logs for kube-scheduler [7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d] ...
	I1204 19:54:58.592206   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d"
	I1204 19:54:58.631052   22160 logs.go:123] Gathering logs for kube-proxy [33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2] ...
	I1204 19:54:58.631084   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2"
	I1204 19:54:58.665499   22160 logs.go:123] Gathering logs for kindnet [ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7] ...
	I1204 19:54:58.665525   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7"
	I1204 19:54:58.698780   22160 logs.go:123] Gathering logs for container status ...
	I1204 19:54:58.698805   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I1204 19:54:58.740667   22160 logs.go:123] Gathering logs for describe nodes ...
	I1204 19:54:58.740696   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I1204 19:54:58.840724   22160 logs.go:123] Gathering logs for kube-apiserver [07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb] ...
	I1204 19:54:58.840754   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb"
	I1204 19:55:01.387019   22160 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I1204 19:55:01.391457   22160 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I1204 19:55:01.392587   22160 api_server.go:141] control plane version: v1.31.2
	I1204 19:55:01.392612   22160 api_server.go:131] duration metric: took 3.383669901s to wait for apiserver health ...
	I1204 19:55:01.392622   22160 system_pods.go:43] waiting for kube-system pods to appear ...
	I1204 19:55:01.392649   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I1204 19:55:01.392695   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I1204 19:55:01.427983   22160 cri.go:89] found id: "07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb"
	I1204 19:55:01.428008   22160 cri.go:89] found id: ""
	I1204 19:55:01.428018   22160 logs.go:282] 1 containers: [07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb]
	I1204 19:55:01.428062   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:55:01.431609   22160 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I1204 19:55:01.431683   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I1204 19:55:01.465255   22160 cri.go:89] found id: "28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68"
	I1204 19:55:01.465281   22160 cri.go:89] found id: ""
	I1204 19:55:01.465292   22160 logs.go:282] 1 containers: [28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68]
	I1204 19:55:01.465351   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:55:01.468641   22160 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I1204 19:55:01.468714   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I1204 19:55:01.504079   22160 cri.go:89] found id: "4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0"
	I1204 19:55:01.504104   22160 cri.go:89] found id: ""
	I1204 19:55:01.504111   22160 logs.go:282] 1 containers: [4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0]
	I1204 19:55:01.504198   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:55:01.507912   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I1204 19:55:01.508082   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I1204 19:55:01.543024   22160 cri.go:89] found id: "7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d"
	I1204 19:55:01.543052   22160 cri.go:89] found id: ""
	I1204 19:55:01.543061   22160 logs.go:282] 1 containers: [7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d]
	I1204 19:55:01.543127   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:55:01.546644   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I1204 19:55:01.546757   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I1204 19:55:01.581513   22160 cri.go:89] found id: "33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2"
	I1204 19:55:01.581539   22160 cri.go:89] found id: ""
	I1204 19:55:01.581547   22160 logs.go:282] 1 containers: [33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2]
	I1204 19:55:01.581590   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:55:01.585224   22160 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I1204 19:55:01.585288   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I1204 19:55:01.620776   22160 cri.go:89] found id: "f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf"
	I1204 19:55:01.620799   22160 cri.go:89] found id: ""
	I1204 19:55:01.620809   22160 logs.go:282] 1 containers: [f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf]
	I1204 19:55:01.620862   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:55:01.624519   22160 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I1204 19:55:01.624581   22160 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I1204 19:55:01.659529   22160 cri.go:89] found id: "ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7"
	I1204 19:55:01.659550   22160 cri.go:89] found id: ""
	I1204 19:55:01.659559   22160 logs.go:282] 1 containers: [ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7]
	I1204 19:55:01.659613   22160 ssh_runner.go:195] Run: which crictl
	I1204 19:55:01.663088   22160 logs.go:123] Gathering logs for etcd [28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68] ...
	I1204 19:55:01.663118   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68"
	I1204 19:55:01.715117   22160 logs.go:123] Gathering logs for coredns [4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0] ...
	I1204 19:55:01.715157   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0"
	I1204 19:55:01.752174   22160 logs.go:123] Gathering logs for kube-scheduler [7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d] ...
	I1204 19:55:01.752215   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d"
	I1204 19:55:01.793523   22160 logs.go:123] Gathering logs for kube-proxy [33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2] ...
	I1204 19:55:01.793566   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2"
	I1204 19:55:01.828685   22160 logs.go:123] Gathering logs for kubelet ...
	I1204 19:55:01.828720   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I1204 19:55:01.916011   22160 logs.go:123] Gathering logs for dmesg ...
	I1204 19:55:01.916048   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I1204 19:55:01.929140   22160 logs.go:123] Gathering logs for describe nodes ...
	I1204 19:55:01.929179   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I1204 19:55:02.030285   22160 logs.go:123] Gathering logs for kube-apiserver [07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb] ...
	I1204 19:55:02.030321   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb"
	I1204 19:55:02.076095   22160 logs.go:123] Gathering logs for kube-controller-manager [f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf] ...
	I1204 19:55:02.076178   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf"
	I1204 19:55:02.135143   22160 logs.go:123] Gathering logs for kindnet [ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7] ...
	I1204 19:55:02.135191   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7"
	I1204 19:55:02.170067   22160 logs.go:123] Gathering logs for CRI-O ...
	I1204 19:55:02.170093   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I1204 19:55:02.250124   22160 logs.go:123] Gathering logs for container status ...
	I1204 19:55:02.250168   22160 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I1204 19:55:04.805155   22160 system_pods.go:59] 19 kube-system pods found
	I1204 19:55:04.805188   22160 system_pods.go:61] "amd-gpu-device-plugin-z7nxc" [632fd269-36ea-4a48-b8d2-4e6d996c9888] Running
	I1204 19:55:04.805194   22160 system_pods.go:61] "coredns-7c65d6cfc9-gf2bp" [21411eb8-e616-4ed6-987d-94188d11703d] Running
	I1204 19:55:04.805198   22160 system_pods.go:61] "csi-hostpath-attacher-0" [86cf5099-22f0-4add-9c40-0b7ddcdcaf28] Running
	I1204 19:55:04.805202   22160 system_pods.go:61] "csi-hostpath-resizer-0" [efaf294d-729d-47d3-a556-f78b7d501743] Running
	I1204 19:55:04.805206   22160 system_pods.go:61] "csi-hostpathplugin-qsk8r" [85e9d5dd-b6d3-4a20-b76d-2804b5a76e48] Running
	I1204 19:55:04.805209   22160 system_pods.go:61] "etcd-addons-871335" [6a0f2828-bedf-495e-9aa6-828948f1889c] Running
	I1204 19:55:04.805213   22160 system_pods.go:61] "kindnet-ckjpf" [4c8022e0-7526-4500-ae11-f5ec28fc39b2] Running
	I1204 19:55:04.805216   22160 system_pods.go:61] "kube-apiserver-addons-871335" [859a742d-8e40-4a79-a5be-418e342c4168] Running
	I1204 19:55:04.805219   22160 system_pods.go:61] "kube-controller-manager-addons-871335" [05698645-a2c3-41ee-9ec0-c5b235bd53de] Running
	I1204 19:55:04.805223   22160 system_pods.go:61] "kube-ingress-dns-minikube" [81f3978a-9932-4616-bf67-9d51cdb5dee4] Running
	I1204 19:55:04.805226   22160 system_pods.go:61] "kube-proxy-25nj8" [4d14b415-0250-4eca-9e1e-49878bb55722] Running
	I1204 19:55:04.805229   22160 system_pods.go:61] "kube-scheduler-addons-871335" [6c1b624c-a817-4acf-a3b4-b9f906583626] Running
	I1204 19:55:04.805232   22160 system_pods.go:61] "metrics-server-84c5f94fbc-dl7pb" [0f086c96-7d3e-4b40-9557-73caf5fc9751] Running
	I1204 19:55:04.805235   22160 system_pods.go:61] "nvidia-device-plugin-daemonset-cr5hb" [6f484054-442d-4023-b23d-cdd4bc9f0860] Running
	I1204 19:55:04.805239   22160 system_pods.go:61] "registry-66c9cd494c-wclsx" [722614d6-46f9-4da0-8545-5afd24dcbb4b] Running
	I1204 19:55:04.805243   22160 system_pods.go:61] "registry-proxy-7dvwd" [d6b02f4a-6a2e-4ee2-9b64-fe111900bae5] Running
	I1204 19:55:04.805246   22160 system_pods.go:61] "snapshot-controller-56fcc65765-c697m" [0b8fd87b-d3c4-41ce-b78c-ad41e85f7050] Running
	I1204 19:55:04.805249   22160 system_pods.go:61] "snapshot-controller-56fcc65765-dsvvz" [73b7d551-bd3d-4066-9376-84b51272fcce] Running
	I1204 19:55:04.805252   22160 system_pods.go:61] "storage-provisioner" [d5007c1e-d8bc-412a-ad32-92dbd4e62966] Running
	I1204 19:55:04.805258   22160 system_pods.go:74] duration metric: took 3.412630914s to wait for pod list to return data ...
	I1204 19:55:04.805266   22160 default_sa.go:34] waiting for default service account to be created ...
	I1204 19:55:04.807693   22160 default_sa.go:45] found service account: "default"
	I1204 19:55:04.807717   22160 default_sa.go:55] duration metric: took 2.444795ms for default service account to be created ...
	I1204 19:55:04.807726   22160 system_pods.go:116] waiting for k8s-apps to be running ...
	I1204 19:55:04.816059   22160 system_pods.go:86] 19 kube-system pods found
	I1204 19:55:04.816090   22160 system_pods.go:89] "amd-gpu-device-plugin-z7nxc" [632fd269-36ea-4a48-b8d2-4e6d996c9888] Running
	I1204 19:55:04.816096   22160 system_pods.go:89] "coredns-7c65d6cfc9-gf2bp" [21411eb8-e616-4ed6-987d-94188d11703d] Running
	I1204 19:55:04.816100   22160 system_pods.go:89] "csi-hostpath-attacher-0" [86cf5099-22f0-4add-9c40-0b7ddcdcaf28] Running
	I1204 19:55:04.816103   22160 system_pods.go:89] "csi-hostpath-resizer-0" [efaf294d-729d-47d3-a556-f78b7d501743] Running
	I1204 19:55:04.816107   22160 system_pods.go:89] "csi-hostpathplugin-qsk8r" [85e9d5dd-b6d3-4a20-b76d-2804b5a76e48] Running
	I1204 19:55:04.816111   22160 system_pods.go:89] "etcd-addons-871335" [6a0f2828-bedf-495e-9aa6-828948f1889c] Running
	I1204 19:55:04.816115   22160 system_pods.go:89] "kindnet-ckjpf" [4c8022e0-7526-4500-ae11-f5ec28fc39b2] Running
	I1204 19:55:04.816119   22160 system_pods.go:89] "kube-apiserver-addons-871335" [859a742d-8e40-4a79-a5be-418e342c4168] Running
	I1204 19:55:04.816123   22160 system_pods.go:89] "kube-controller-manager-addons-871335" [05698645-a2c3-41ee-9ec0-c5b235bd53de] Running
	I1204 19:55:04.816128   22160 system_pods.go:89] "kube-ingress-dns-minikube" [81f3978a-9932-4616-bf67-9d51cdb5dee4] Running
	I1204 19:55:04.816139   22160 system_pods.go:89] "kube-proxy-25nj8" [4d14b415-0250-4eca-9e1e-49878bb55722] Running
	I1204 19:55:04.816145   22160 system_pods.go:89] "kube-scheduler-addons-871335" [6c1b624c-a817-4acf-a3b4-b9f906583626] Running
	I1204 19:55:04.816148   22160 system_pods.go:89] "metrics-server-84c5f94fbc-dl7pb" [0f086c96-7d3e-4b40-9557-73caf5fc9751] Running
	I1204 19:55:04.816157   22160 system_pods.go:89] "nvidia-device-plugin-daemonset-cr5hb" [6f484054-442d-4023-b23d-cdd4bc9f0860] Running
	I1204 19:55:04.816163   22160 system_pods.go:89] "registry-66c9cd494c-wclsx" [722614d6-46f9-4da0-8545-5afd24dcbb4b] Running
	I1204 19:55:04.816166   22160 system_pods.go:89] "registry-proxy-7dvwd" [d6b02f4a-6a2e-4ee2-9b64-fe111900bae5] Running
	I1204 19:55:04.816172   22160 system_pods.go:89] "snapshot-controller-56fcc65765-c697m" [0b8fd87b-d3c4-41ce-b78c-ad41e85f7050] Running
	I1204 19:55:04.816176   22160 system_pods.go:89] "snapshot-controller-56fcc65765-dsvvz" [73b7d551-bd3d-4066-9376-84b51272fcce] Running
	I1204 19:55:04.816182   22160 system_pods.go:89] "storage-provisioner" [d5007c1e-d8bc-412a-ad32-92dbd4e62966] Running
	I1204 19:55:04.816188   22160 system_pods.go:126] duration metric: took 8.457632ms to wait for k8s-apps to be running ...
	I1204 19:55:04.816198   22160 system_svc.go:44] waiting for kubelet service to be running ....
	I1204 19:55:04.816242   22160 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1204 19:55:04.827914   22160 system_svc.go:56] duration metric: took 11.70388ms WaitForService to wait for kubelet
	I1204 19:55:04.827949   22160 kubeadm.go:582] duration metric: took 1m37.712322117s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I1204 19:55:04.827983   22160 node_conditions.go:102] verifying NodePressure condition ...
	I1204 19:55:04.831022   22160 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I1204 19:55:04.831049   22160 node_conditions.go:123] node cpu capacity is 8
	I1204 19:55:04.831062   22160 node_conditions.go:105] duration metric: took 3.072629ms to run NodePressure ...
	I1204 19:55:04.831073   22160 start.go:241] waiting for startup goroutines ...
	I1204 19:55:04.831079   22160 start.go:246] waiting for cluster config update ...
	I1204 19:55:04.831094   22160 start.go:255] writing updated cluster config ...
	I1204 19:55:04.831370   22160 ssh_runner.go:195] Run: rm -f paused
	I1204 19:55:04.881938   22160 start.go:600] kubectl: 1.31.3, cluster: 1.31.2 (minor skew: 0)
	I1204 19:55:04.885196   22160 out.go:177] * Done! kubectl is now configured to use "addons-871335" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Dec 04 19:58:07 addons-871335 crio[1030]: time="2024-12-04 19:58:07.552399194Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-5f85ff4588-llpfv Namespace:ingress-nginx ID:02c75424b15bbe7f3294b3da625d98b42ae6271a0783a089617268c84774d05a UID:24b671b9-955b-41c9-ae85-dfedb9f76cc3 NetNS:/var/run/netns/5f4598a1-44dd-441e-a812-bde2e0862679 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Dec 04 19:58:07 addons-871335 crio[1030]: time="2024-12-04 19:58:07.552562112Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-5f85ff4588-llpfv from CNI network \"kindnet\" (type=ptp)"
	Dec 04 19:58:07 addons-871335 crio[1030]: time="2024-12-04 19:58:07.589248734Z" level=info msg="Stopped pod sandbox: 02c75424b15bbe7f3294b3da625d98b42ae6271a0783a089617268c84774d05a" id=7c53d94c-1fe5-4438-83ab-222d88c7b72a name=/runtime.v1.RuntimeService/StopPodSandbox
	Dec 04 19:58:07 addons-871335 crio[1030]: time="2024-12-04 19:58:07.833347542Z" level=info msg="Removing container: a70a9acf337924e38935c49147bcf92bdd46cbd4fdcc7ec24b2f2ed6a2b3c0e7" id=fa8de407-f2e4-4efd-948b-89d7ce17709c name=/runtime.v1.RuntimeService/RemoveContainer
	Dec 04 19:58:07 addons-871335 crio[1030]: time="2024-12-04 19:58:07.846565063Z" level=info msg="Removed container a70a9acf337924e38935c49147bcf92bdd46cbd4fdcc7ec24b2f2ed6a2b3c0e7: ingress-nginx/ingress-nginx-controller-5f85ff4588-llpfv/controller" id=fa8de407-f2e4-4efd-948b-89d7ce17709c name=/runtime.v1.RuntimeService/RemoveContainer
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.796232368Z" level=info msg="Removing container: 37b4c1d49c6e9de317d528f03cfb41fefcbfcc782eabb74daa33daa5538ab502" id=2eea911e-5457-40d5-bc3c-52b23b5d1ff1 name=/runtime.v1.RuntimeService/RemoveContainer
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.810181102Z" level=info msg="Removed container 37b4c1d49c6e9de317d528f03cfb41fefcbfcc782eabb74daa33daa5538ab502: ingress-nginx/ingress-nginx-admission-patch-98r7t/patch" id=2eea911e-5457-40d5-bc3c-52b23b5d1ff1 name=/runtime.v1.RuntimeService/RemoveContainer
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.811496954Z" level=info msg="Removing container: e95b31c8f3b0a12dff7867ce6b899ba490c1ac574835fe32a2b2e9e0f189cf84" id=90244fdd-22ba-4726-9063-bcdd6fc24d1b name=/runtime.v1.RuntimeService/RemoveContainer
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.825266021Z" level=info msg="Removed container e95b31c8f3b0a12dff7867ce6b899ba490c1ac574835fe32a2b2e9e0f189cf84: ingress-nginx/ingress-nginx-admission-create-9w4rh/create" id=90244fdd-22ba-4726-9063-bcdd6fc24d1b name=/runtime.v1.RuntimeService/RemoveContainer
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.826540789Z" level=info msg="Stopping pod sandbox: 1dd984280cd2104a0b419ab9219d8c2454f590552954b8a38a69385dbe97e8df" id=9b5e6fc2-5018-47b5-8ca1-1c69f21ace06 name=/runtime.v1.RuntimeService/StopPodSandbox
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.826570142Z" level=info msg="Stopped pod sandbox (already stopped): 1dd984280cd2104a0b419ab9219d8c2454f590552954b8a38a69385dbe97e8df" id=9b5e6fc2-5018-47b5-8ca1-1c69f21ace06 name=/runtime.v1.RuntimeService/StopPodSandbox
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.826812799Z" level=info msg="Removing pod sandbox: 1dd984280cd2104a0b419ab9219d8c2454f590552954b8a38a69385dbe97e8df" id=6e01c49d-92e1-4149-8a66-58aeb2b5b797 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.833146436Z" level=info msg="Removed pod sandbox: 1dd984280cd2104a0b419ab9219d8c2454f590552954b8a38a69385dbe97e8df" id=6e01c49d-92e1-4149-8a66-58aeb2b5b797 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.833572871Z" level=info msg="Stopping pod sandbox: a19eeef6f87e8bbf9756b478e3c1dc8511fa2590182d26e6467f2b538e43fff5" id=cbb6764e-9ef3-4e03-b383-4bbbd9ce525e name=/runtime.v1.RuntimeService/StopPodSandbox
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.833607929Z" level=info msg="Stopped pod sandbox (already stopped): a19eeef6f87e8bbf9756b478e3c1dc8511fa2590182d26e6467f2b538e43fff5" id=cbb6764e-9ef3-4e03-b383-4bbbd9ce525e name=/runtime.v1.RuntimeService/StopPodSandbox
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.833898549Z" level=info msg="Removing pod sandbox: a19eeef6f87e8bbf9756b478e3c1dc8511fa2590182d26e6467f2b538e43fff5" id=8c94b13e-883e-4e81-b080-f725e2e39cfc name=/runtime.v1.RuntimeService/RemovePodSandbox
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.839746850Z" level=info msg="Removed pod sandbox: a19eeef6f87e8bbf9756b478e3c1dc8511fa2590182d26e6467f2b538e43fff5" id=8c94b13e-883e-4e81-b080-f725e2e39cfc name=/runtime.v1.RuntimeService/RemovePodSandbox
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.840171887Z" level=info msg="Stopping pod sandbox: 02c75424b15bbe7f3294b3da625d98b42ae6271a0783a089617268c84774d05a" id=2c6e754d-3b7b-4cb7-bfe2-8cdb114792e1 name=/runtime.v1.RuntimeService/StopPodSandbox
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.840200291Z" level=info msg="Stopped pod sandbox (already stopped): 02c75424b15bbe7f3294b3da625d98b42ae6271a0783a089617268c84774d05a" id=2c6e754d-3b7b-4cb7-bfe2-8cdb114792e1 name=/runtime.v1.RuntimeService/StopPodSandbox
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.840518388Z" level=info msg="Removing pod sandbox: 02c75424b15bbe7f3294b3da625d98b42ae6271a0783a089617268c84774d05a" id=50f1a248-8379-40b1-970f-cec3575b62db name=/runtime.v1.RuntimeService/RemovePodSandbox
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.847305593Z" level=info msg="Removed pod sandbox: 02c75424b15bbe7f3294b3da625d98b42ae6271a0783a089617268c84774d05a" id=50f1a248-8379-40b1-970f-cec3575b62db name=/runtime.v1.RuntimeService/RemovePodSandbox
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.847736008Z" level=info msg="Stopping pod sandbox: 7b65bdde713ca314dd35178a1794af36c903f15ccb3b45726c1a097d925db09b" id=0db86d5d-1ccf-4cdf-812b-2ea0002c6111 name=/runtime.v1.RuntimeService/StopPodSandbox
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.847775692Z" level=info msg="Stopped pod sandbox (already stopped): 7b65bdde713ca314dd35178a1794af36c903f15ccb3b45726c1a097d925db09b" id=0db86d5d-1ccf-4cdf-812b-2ea0002c6111 name=/runtime.v1.RuntimeService/StopPodSandbox
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.848154487Z" level=info msg="Removing pod sandbox: 7b65bdde713ca314dd35178a1794af36c903f15ccb3b45726c1a097d925db09b" id=9b1f79c5-4fb9-4912-9f4e-07fb6a537e41 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Dec 04 19:58:21 addons-871335 crio[1030]: time="2024-12-04 19:58:21.855840298Z" level=info msg="Removed pod sandbox: 7b65bdde713ca314dd35178a1794af36c903f15ccb3b45726c1a097d925db09b" id=9b1f79c5-4fb9-4912-9f4e-07fb6a537e41 name=/runtime.v1.RuntimeService/RemovePodSandbox
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                   CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	a2f8164872742       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                   3 minutes ago       Running             hello-world-app           0                   e19f2285dfd14       hello-world-app-55bf9c44b4-nmlhc
	5996e4cf1dd80       docker.io/library/nginx@sha256:41523187cf7d7a2f2677a80609d9caa14388bf5c1fbca9c410ba3de602aaaab4                         5 minutes ago       Running             nginx                     0                   1c9b81ffce299       nginx
	f04b145a6f7c0       gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e                     6 minutes ago       Running             busybox                   0                   111f8a454a981       busybox
	4cb738fde3347       docker.io/rancher/local-path-provisioner@sha256:73f712e7af12b06720c35ce75217f904f00e4bd96de79f8db1cf160112e667ef        7 minutes ago       Running             local-path-provisioner    0                   2ac4f03194a2e       local-path-provisioner-86d989889c-lddcl
	7011b596b7233       registry.k8s.io/metrics-server/metrics-server@sha256:78e46b57096ec75e302fbc853e36359555df5c827bb009ecfe66f97474cc2a5a   7 minutes ago       Running             metrics-server            0                   16cfa6656949c       metrics-server-84c5f94fbc-dl7pb
	4661daeb6c2a0       c69fa2e9cbf5f42dc48af631e956d3f95724c13f91596bc567591790e5e36db6                                                        7 minutes ago       Running             coredns                   0                   29fbda569f132       coredns-7c65d6cfc9-gf2bp
	9ecf84c1af4e1       6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562                                                        7 minutes ago       Running             storage-provisioner       0                   731b4081f8b2b       storage-provisioner
	ceacd9322a05a       docker.io/kindest/kindnetd@sha256:cddd34f7d74bf898f14080ed61e322a492689043dae46e93106c013373d68d16                      8 minutes ago       Running             kindnet-cni               0                   4c8eecd6dd83d       kindnet-ckjpf
	33cadeae96868       505d571f5fd56726488d27af0d9a8e02c6db58f5d62ea51dd10d47de7a0c2d38                                                        8 minutes ago       Running             kube-proxy                0                   3c8d9ad09cfbe       kube-proxy-25nj8
	7ef35d15c1374       847c7bc1a541865e150af08318f49d02d0e0cff4a0530fd4ffe369e294dd2856                                                        8 minutes ago       Running             kube-scheduler            0                   4513cdc067253       kube-scheduler-addons-871335
	07fc0d4c7e932       9499c9960544e80a96c223cdc5d3059dd7c2cc37ea20e7138af4a6e415a49173                                                        8 minutes ago       Running             kube-apiserver            0                   00d4c2f41240a       kube-apiserver-addons-871335
	28dc14c1eb32d       2e96e5913fc06e3d26915af3d0f2ca5048cc4b6327e661e80da792cbf8d8d9d4                                                        8 minutes ago       Running             etcd                      0                   632a5c23db8f4       etcd-addons-871335
	f8a19504cd89a       0486b6c53a1b5af26f2ad2fb89a089e04c6baa6369f8545ab0854f9d62b44503                                                        8 minutes ago       Running             kube-controller-manager   0                   d93d6099c0838       kube-controller-manager-addons-871335
	
	
	==> coredns [4661daeb6c2a0367597afa6fecaa70ba284d18c77f15fc21347d8955cde202d0] <==
	[INFO] 10.244.0.21:38257 - 58140 "AAAA IN hello-world-app.default.svc.cluster.local.c.k8s-minikube.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.005966789s
	[INFO] 10.244.0.21:38257 - 18427 "A IN hello-world-app.default.svc.cluster.local.google.internal. udp 75 false 512" NXDOMAIN qr,rd,ra 75 0.00610887s
	[INFO] 10.244.0.21:40427 - 17689 "A IN hello-world-app.default.svc.cluster.local.google.internal. udp 75 false 512" NXDOMAIN qr,rd,ra 75 0.006206396s
	[INFO] 10.244.0.21:51544 - 11681 "A IN hello-world-app.default.svc.cluster.local.google.internal. udp 75 false 512" NXDOMAIN qr,rd,ra 75 0.006341769s
	[INFO] 10.244.0.21:37901 - 27738 "A IN hello-world-app.default.svc.cluster.local.google.internal. udp 75 false 512" NXDOMAIN qr,rd,ra 75 0.006315149s
	[INFO] 10.244.0.21:58478 - 36359 "A IN hello-world-app.default.svc.cluster.local.google.internal. udp 75 false 512" NXDOMAIN qr,rd,ra 75 0.006460521s
	[INFO] 10.244.0.21:47366 - 52126 "A IN hello-world-app.default.svc.cluster.local.google.internal. udp 75 false 512" NXDOMAIN qr,rd,ra 75 0.006511508s
	[INFO] 10.244.0.21:44646 - 10051 "A IN hello-world-app.default.svc.cluster.local.google.internal. udp 75 false 512" NXDOMAIN qr,rd,ra 75 0.006404756s
	[INFO] 10.244.0.21:37326 - 38476 "A IN hello-world-app.default.svc.cluster.local.google.internal. udp 75 false 512" NXDOMAIN qr,rd,ra 75 0.006499657s
	[INFO] 10.244.0.21:47366 - 47531 "AAAA IN hello-world-app.default.svc.cluster.local.google.internal. udp 75 false 512" NXDOMAIN qr,rd,ra 75 0.006521382s
	[INFO] 10.244.0.21:37901 - 14626 "AAAA IN hello-world-app.default.svc.cluster.local.google.internal. udp 75 false 512" NXDOMAIN qr,rd,ra 75 0.006332173s
	[INFO] 10.244.0.21:37326 - 31733 "AAAA IN hello-world-app.default.svc.cluster.local.google.internal. udp 75 false 512" NXDOMAIN qr,rd,ra 75 0.00666292s
	[INFO] 10.244.0.21:38257 - 51022 "AAAA IN hello-world-app.default.svc.cluster.local.google.internal. udp 75 false 512" NXDOMAIN qr,rd,ra 75 0.006954862s
	[INFO] 10.244.0.21:51544 - 29094 "AAAA IN hello-world-app.default.svc.cluster.local.google.internal. udp 75 false 512" NXDOMAIN qr,rd,ra 75 0.007003699s
	[INFO] 10.244.0.21:38257 - 44976 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000070935s
	[INFO] 10.244.0.21:40427 - 33857 "AAAA IN hello-world-app.default.svc.cluster.local.google.internal. udp 75 false 512" NXDOMAIN qr,rd,ra 75 0.006992229s
	[INFO] 10.244.0.21:44646 - 11911 "AAAA IN hello-world-app.default.svc.cluster.local.google.internal. udp 75 false 512" NXDOMAIN qr,rd,ra 75 0.006774786s
	[INFO] 10.244.0.21:58478 - 48186 "AAAA IN hello-world-app.default.svc.cluster.local.google.internal. udp 75 false 512" NXDOMAIN qr,rd,ra 75 0.006650713s
	[INFO] 10.244.0.21:47366 - 19503 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000167128s
	[INFO] 10.244.0.21:37901 - 27586 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.00015173s
	[INFO] 10.244.0.21:58478 - 16189 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000068427s
	[INFO] 10.244.0.21:37326 - 32249 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000235819s
	[INFO] 10.244.0.21:40427 - 41996 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000049424s
	[INFO] 10.244.0.21:51544 - 59547 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000292891s
	[INFO] 10.244.0.21:44646 - 20524 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000041902s
	
	
	==> describe nodes <==
	Name:               addons-871335
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-871335
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=b071a038f2c56b751b45082bb8c33ba68a652c59
	                    minikube.k8s.io/name=addons-871335
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_12_04T19_53_22_0700
	                    minikube.k8s.io/version=v1.34.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-871335
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Wed, 04 Dec 2024 19:53:19 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-871335
	  AcquireTime:     <unset>
	  RenewTime:       Wed, 04 Dec 2024 20:01:31 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Wed, 04 Dec 2024 19:58:27 +0000   Wed, 04 Dec 2024 19:53:17 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Wed, 04 Dec 2024 19:58:27 +0000   Wed, 04 Dec 2024 19:53:17 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Wed, 04 Dec 2024 19:58:27 +0000   Wed, 04 Dec 2024 19:53:17 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Wed, 04 Dec 2024 19:58:27 +0000   Wed, 04 Dec 2024 19:53:46 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-871335
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859312Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859312Ki
	  pods:               110
	System Info:
	  Machine ID:                 b20ae179c7b04fc8a66e3c36df57e048
	  System UUID:                c1269b5c-6c56-4c06-b942-83bf25b8de46
	  Boot ID:                    cd578096-52f5-42d3-9267-0e6470185580
	  Kernel Version:             5.15.0-1071-gcp
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               amd64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.31.2
	  Kube-Proxy Version:         v1.31.2
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (13 in total)
	  Namespace                   Name                                       CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                       ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         6m32s
	  default                     hello-world-app-55bf9c44b4-nmlhc           0 (0%)        0 (0%)      0 (0%)           0 (0%)         3m38s
	  default                     nginx                                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m58s
	  kube-system                 coredns-7c65d6cfc9-gf2bp                   100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     8m11s
	  kube-system                 etcd-addons-871335                         100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         8m16s
	  kube-system                 kindnet-ckjpf                              100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      8m11s
	  kube-system                 kube-apiserver-addons-871335               250m (3%)     0 (0%)      0 (0%)           0 (0%)         8m16s
	  kube-system                 kube-controller-manager-addons-871335      200m (2%)     0 (0%)      0 (0%)           0 (0%)         8m16s
	  kube-system                 kube-proxy-25nj8                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         8m11s
	  kube-system                 kube-scheduler-addons-871335               100m (1%)     0 (0%)      0 (0%)           0 (0%)         8m16s
	  kube-system                 metrics-server-84c5f94fbc-dl7pb            100m (1%)     0 (0%)      200Mi (0%)       0 (0%)         8m6s
	  kube-system                 storage-provisioner                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         8m6s
	  local-path-storage          local-path-provisioner-86d989889c-lddcl    0 (0%)        0 (0%)      0 (0%)           0 (0%)         8m5s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (11%)  100m (1%)
	  memory             420Mi (1%)  220Mi (0%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age                    From             Message
	  ----     ------                   ----                   ----             -------
	  Normal   Starting                 8m5s                   kube-proxy       
	  Normal   NodeHasSufficientMemory  8m21s (x8 over 8m21s)  kubelet          Node addons-871335 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    8m21s (x8 over 8m21s)  kubelet          Node addons-871335 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     8m21s (x7 over 8m21s)  kubelet          Node addons-871335 status is now: NodeHasSufficientPID
	  Normal   Starting                 8m16s                  kubelet          Starting kubelet.
	  Warning  CgroupV1                 8m16s                  kubelet          Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
	  Normal   NodeHasSufficientMemory  8m16s                  kubelet          Node addons-871335 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    8m16s                  kubelet          Node addons-871335 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     8m16s                  kubelet          Node addons-871335 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           8m12s                  node-controller  Node addons-871335 event: Registered Node addons-871335 in Controller
	  Normal   NodeReady                7m51s                  kubelet          Node addons-871335 status is now: NodeReady
	
	
	==> dmesg <==
	[  +0.000847] platform eisa.0: Cannot allocate resource for EISA slot 5
	[  +0.000710] platform eisa.0: Cannot allocate resource for EISA slot 6
	[  +0.000714] platform eisa.0: Cannot allocate resource for EISA slot 7
	[  +0.000892] platform eisa.0: Cannot allocate resource for EISA slot 8
	[  +0.616723] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
	[  +0.022470] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
	[  +0.032617] systemd[1]: /lib/systemd/system/cloud-init.service:20: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.029516] systemd[1]: /lib/systemd/system/cloud-init-hotplugd.socket:11: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +3.472257] IPv4: martian source 10.128.15.240 from 10.128.0.1, on dev ens4
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 42 01 0a 80 00 01 08 06
	[  +3.508546] kauditd_printk_skb: 46 callbacks suppressed
	[Dec 4 19:55] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000009] ll header: 00000000: b2 a9 9f 1d 3e 63 2a 54 99 51 78 38 08 00
	[  +1.027777] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: b2 a9 9f 1d 3e 63 2a 54 99 51 78 38 08 00
	[  +2.015758] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: b2 a9 9f 1d 3e 63 2a 54 99 51 78 38 08 00
	[  +4.095556] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: b2 a9 9f 1d 3e 63 2a 54 99 51 78 38 08 00
	[Dec 4 19:56] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: b2 a9 9f 1d 3e 63 2a 54 99 51 78 38 08 00
	[ +16.130266] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000008] ll header: 00000000: b2 a9 9f 1d 3e 63 2a 54 99 51 78 38 08 00
	[ +33.528453] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: b2 a9 9f 1d 3e 63 2a 54 99 51 78 38 08 00
	
	
	==> etcd [28dc14c1eb32dd1c4e598123e1d2aaca9dbb99bcd42a790e8ec3cfc62903ef68] <==
	{"level":"info","ts":"2024-12-04T19:53:30.097064Z","caller":"traceutil/trace.go:171","msg":"trace[1264537299] transaction","detail":"{read_only:false; response_revision:414; number_of_response:1; }","duration":"175.603821ms","start":"2024-12-04T19:53:29.921449Z","end":"2024-12-04T19:53:30.097053Z","steps":["trace[1264537299] 'process raft request'  (duration: 95.289055ms)"],"step_count":1}
	{"level":"warn","ts":"2024-12-04T19:53:30.116449Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"195.561329ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
	{"level":"info","ts":"2024-12-04T19:53:30.116523Z","caller":"traceutil/trace.go:171","msg":"trace[636512210] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:414; }","duration":"195.648064ms","start":"2024-12-04T19:53:29.920860Z","end":"2024-12-04T19:53:30.116508Z","steps":["trace[636512210] 'agreement among raft nodes before linearized reading'  (duration: 175.609209ms)","trace[636512210] 'range keys from in-memory index tree'  (duration: 19.926126ms)"],"step_count":2}
	{"level":"warn","ts":"2024-12-04T19:53:30.116879Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"195.57159ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-871335\" ","response":"range_response_count:1 size:5655"}
	{"level":"info","ts":"2024-12-04T19:53:30.116924Z","caller":"traceutil/trace.go:171","msg":"trace[508729395] range","detail":"{range_begin:/registry/minions/addons-871335; range_end:; response_count:1; response_revision:414; }","duration":"195.618595ms","start":"2024-12-04T19:53:29.921295Z","end":"2024-12-04T19:53:30.116913Z","steps":["trace[508729395] 'agreement among raft nodes before linearized reading'  (duration: 176.478251ms)","trace[508729395] 'range keys from in-memory index tree'  (duration: 19.06629ms)"],"step_count":2}
	{"level":"info","ts":"2024-12-04T19:53:30.117156Z","caller":"traceutil/trace.go:171","msg":"trace[1649151466] linearizableReadLoop","detail":"{readStateIndex:425; appliedIndex:424; }","duration":"100.372669ms","start":"2024-12-04T19:53:30.016773Z","end":"2024-12-04T19:53:30.117146Z","steps":["trace[1649151466] 'read index received'  (duration: 90.814507ms)","trace[1649151466] 'applied index is now lower than readState.Index'  (duration: 9.554711ms)"],"step_count":2}
	{"level":"warn","ts":"2024-12-04T19:53:30.117272Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"117.491704ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
	{"level":"info","ts":"2024-12-04T19:53:30.117303Z","caller":"traceutil/trace.go:171","msg":"trace[1408399097] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:415; }","duration":"117.527235ms","start":"2024-12-04T19:53:29.999768Z","end":"2024-12-04T19:53:30.117296Z","steps":["trace[1408399097] 'agreement among raft nodes before linearized reading'  (duration: 117.419435ms)"],"step_count":1}
	{"level":"info","ts":"2024-12-04T19:53:30.117568Z","caller":"traceutil/trace.go:171","msg":"trace[757234940] transaction","detail":"{read_only:false; response_revision:415; number_of_response:1; }","duration":"108.777316ms","start":"2024-12-04T19:53:30.008782Z","end":"2024-12-04T19:53:30.117559Z","steps":["trace[757234940] 'process raft request'  (duration: 98.874983ms)"],"step_count":1}
	{"level":"info","ts":"2024-12-04T19:53:30.602325Z","caller":"traceutil/trace.go:171","msg":"trace[1794225473] transaction","detail":"{read_only:false; response_revision:425; number_of_response:1; }","duration":"190.080369ms","start":"2024-12-04T19:53:30.412229Z","end":"2024-12-04T19:53:30.602310Z","steps":["trace[1794225473] 'process raft request'  (duration: 184.007851ms)"],"step_count":1}
	{"level":"info","ts":"2024-12-04T19:53:30.602549Z","caller":"traceutil/trace.go:171","msg":"trace[1198925117] transaction","detail":"{read_only:false; response_revision:426; number_of_response:1; }","duration":"190.043685ms","start":"2024-12-04T19:53:30.412496Z","end":"2024-12-04T19:53:30.602540Z","steps":["trace[1198925117] 'process raft request'  (duration: 189.494949ms)"],"step_count":1}
	{"level":"info","ts":"2024-12-04T19:53:30.602785Z","caller":"traceutil/trace.go:171","msg":"trace[1046330982] transaction","detail":"{read_only:false; response_revision:427; number_of_response:1; }","duration":"105.971751ms","start":"2024-12-04T19:53:30.496800Z","end":"2024-12-04T19:53:30.602772Z","steps":["trace[1046330982] 'process raft request'  (duration: 105.23127ms)"],"step_count":1}
	{"level":"info","ts":"2024-12-04T19:53:30.602896Z","caller":"traceutil/trace.go:171","msg":"trace[1149197526] transaction","detail":"{read_only:false; response_revision:428; number_of_response:1; }","duration":"106.088309ms","start":"2024-12-04T19:53:30.496799Z","end":"2024-12-04T19:53:30.602887Z","steps":["trace[1149197526] 'process raft request'  (duration: 105.270534ms)"],"step_count":1}
	{"level":"info","ts":"2024-12-04T19:53:30.602997Z","caller":"traceutil/trace.go:171","msg":"trace[1987595101] linearizableReadLoop","detail":"{readStateIndex:438; appliedIndex:434; }","duration":"103.130404ms","start":"2024-12-04T19:53:30.499860Z","end":"2024-12-04T19:53:30.602991Z","steps":["trace[1987595101] 'read index received'  (duration: 96.387218ms)","trace[1987595101] 'applied index is now lower than readState.Index'  (duration: 6.742344ms)"],"step_count":2}
	{"level":"warn","ts":"2024-12-04T19:53:30.603377Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"106.482759ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/registry\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-12-04T19:53:30.603462Z","caller":"traceutil/trace.go:171","msg":"trace[785025669] range","detail":"{range_begin:/registry/deployments/kube-system/registry; range_end:; response_count:0; response_revision:430; }","duration":"106.575978ms","start":"2024-12-04T19:53:30.496877Z","end":"2024-12-04T19:53:30.603453Z","steps":["trace[785025669] 'agreement among raft nodes before linearized reading'  (duration: 106.465444ms)"],"step_count":1}
	{"level":"warn","ts":"2024-12-04T19:53:30.603634Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"197.59048ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
	{"level":"info","ts":"2024-12-04T19:53:30.603693Z","caller":"traceutil/trace.go:171","msg":"trace[1445812661] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:430; }","duration":"197.657841ms","start":"2024-12-04T19:53:30.406028Z","end":"2024-12-04T19:53:30.603686Z","steps":["trace[1445812661] 'agreement among raft nodes before linearized reading'  (duration: 197.566124ms)"],"step_count":1}
	{"level":"warn","ts":"2024-12-04T19:53:30.603848Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"198.120834ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-871335\" ","response":"range_response_count:1 size:5655"}
	{"level":"info","ts":"2024-12-04T19:53:30.603915Z","caller":"traceutil/trace.go:171","msg":"trace[1202986724] range","detail":"{range_begin:/registry/minions/addons-871335; range_end:; response_count:1; response_revision:430; }","duration":"198.189996ms","start":"2024-12-04T19:53:30.405717Z","end":"2024-12-04T19:53:30.603907Z","steps":["trace[1202986724] 'agreement among raft nodes before linearized reading'  (duration: 198.098417ms)"],"step_count":1}
	{"level":"warn","ts":"2024-12-04T19:53:30.604114Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"198.434962ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-871335\" ","response":"range_response_count:1 size:5655"}
	{"level":"info","ts":"2024-12-04T19:53:30.604179Z","caller":"traceutil/trace.go:171","msg":"trace[1990976857] range","detail":"{range_begin:/registry/minions/addons-871335; range_end:; response_count:1; response_revision:430; }","duration":"198.502865ms","start":"2024-12-04T19:53:30.405669Z","end":"2024-12-04T19:53:30.604172Z","steps":["trace[1990976857] 'agreement among raft nodes before linearized reading'  (duration: 198.402037ms)"],"step_count":1}
	{"level":"warn","ts":"2024-12-04T19:53:30.618619Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"100.99678ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-12-04T19:53:30.619003Z","caller":"traceutil/trace.go:171","msg":"trace[2014972563] range","detail":"{range_begin:/registry/apiextensions.k8s.io/customresourcedefinitions; range_end:; response_count:0; response_revision:431; }","duration":"101.386512ms","start":"2024-12-04T19:53:30.517600Z","end":"2024-12-04T19:53:30.618987Z","steps":["trace[2014972563] 'agreement among raft nodes before linearized reading'  (duration: 100.987373ms)"],"step_count":1}
	{"level":"info","ts":"2024-12-04T19:54:33.530917Z","caller":"traceutil/trace.go:171","msg":"trace[201077323] transaction","detail":"{read_only:false; response_revision:1161; number_of_response:1; }","duration":"102.189501ms","start":"2024-12-04T19:54:33.428673Z","end":"2024-12-04T19:54:33.530862Z","steps":["trace[201077323] 'process raft request'  (duration: 98.136843ms)"],"step_count":1}
	
	
	==> kernel <==
	 20:01:37 up 44 min,  0 users,  load average: 0.09, 0.46, 0.40
	Linux addons-871335 5.15.0-1071-gcp #79~20.04.1-Ubuntu SMP Thu Oct 17 21:59:34 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [ceacd9322a05a2dcc5048b79cf8688c2751e5d8affc999c897054d0f533407a7] <==
	I1204 19:59:35.524919       1 main.go:301] handling current node
	I1204 19:59:45.532032       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 19:59:45.532067       1 main.go:301] handling current node
	I1204 19:59:55.533507       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 19:59:55.533548       1 main.go:301] handling current node
	I1204 20:00:05.524999       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 20:00:05.525037       1 main.go:301] handling current node
	I1204 20:00:15.532744       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 20:00:15.532776       1 main.go:301] handling current node
	I1204 20:00:25.525130       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 20:00:25.525164       1 main.go:301] handling current node
	I1204 20:00:35.525258       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 20:00:35.525302       1 main.go:301] handling current node
	I1204 20:00:45.528650       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 20:00:45.528694       1 main.go:301] handling current node
	I1204 20:00:55.525123       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 20:00:55.525167       1 main.go:301] handling current node
	I1204 20:01:05.524746       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 20:01:05.524780       1 main.go:301] handling current node
	I1204 20:01:15.534072       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 20:01:15.534117       1 main.go:301] handling current node
	I1204 20:01:25.525979       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 20:01:25.526023       1 main.go:301] handling current node
	I1204 20:01:35.525585       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I1204 20:01:35.525616       1 main.go:301] handling current node
	
	
	==> kube-apiserver [07fc0d4c7e9329be70469195db67449091fa1f1b3b2de9239944bf632ad1bddb] <==
	 > logger="UnhandledError"
	E1204 19:54:59.629642       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.98.54.220:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.98.54.220:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.98.54.220:443: i/o timeout" logger="UnhandledError"
	I1204 19:54:59.640628       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	E1204 19:55:13.575064       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:35414: use of closed network connection
	E1204 19:55:13.736814       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:35454: use of closed network connection
	I1204 19:55:22.746216       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.104.84.233"}
	I1204 19:55:39.689944       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I1204 19:55:39.870820       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.110.183.174"}
	I1204 19:55:42.842253       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W1204 19:55:43.907761       1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I1204 19:55:56.969285       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I1204 19:56:16.372207       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I1204 19:56:16.372259       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I1204 19:56:16.385633       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I1204 19:56:16.385768       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I1204 19:56:16.389124       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I1204 19:56:16.389250       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I1204 19:56:16.399805       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I1204 19:56:16.399858       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I1204 19:56:16.503782       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I1204 19:56:16.503911       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W1204 19:56:17.396184       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W1204 19:56:17.508246       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W1204 19:56:17.513332       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I1204 19:58:00.016843       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.111.18.105"}
	
	
	==> kube-controller-manager [f8a19504cd89a1d3cdc16bf313938227db5e106e5c153d5b626773ae273011cf] <==
	E1204 19:59:14.650376       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 19:59:41.771544       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 19:59:41.771593       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 19:59:43.023610       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 19:59:43.023661       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 19:59:44.477310       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 19:59:44.477355       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 19:59:59.221804       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 19:59:59.221845       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 20:00:27.886191       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 20:00:27.886237       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 20:00:33.397223       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 20:00:33.397276       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 20:00:37.076842       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 20:00:37.076897       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 20:00:40.349141       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 20:00:40.349200       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 20:01:03.857207       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 20:01:03.857251       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 20:01:21.845168       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 20:01:21.845215       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 20:01:28.811893       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 20:01:28.811936       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W1204 20:01:37.037999       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E1204 20:01:37.038038       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	
	
	==> kube-proxy [33cadeae968683a1d673a2049ade65cb728a1a4acb77bd04ab130d73a3df43b2] <==
	I1204 19:53:28.914164       1 server_linux.go:66] "Using iptables proxy"
	I1204 19:53:30.611767       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E1204 19:53:30.611910       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`"
	I1204 19:53:31.304565       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I1204 19:53:31.304714       1 server_linux.go:169] "Using iptables Proxier"
	I1204 19:53:31.308252       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"
	I1204 19:53:31.308920       1 server.go:483] "Version info" version="v1.31.2"
	I1204 19:53:31.309143       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I1204 19:53:31.310988       1 config.go:199] "Starting service config controller"
	I1204 19:53:31.311051       1 shared_informer.go:313] Waiting for caches to sync for service config
	I1204 19:53:31.311115       1 config.go:105] "Starting endpoint slice config controller"
	I1204 19:53:31.311142       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I1204 19:53:31.311186       1 config.go:328] "Starting node config controller"
	I1204 19:53:31.311211       1 shared_informer.go:313] Waiting for caches to sync for node config
	I1204 19:53:31.496979       1 shared_informer.go:320] Caches are synced for node config
	I1204 19:53:31.497075       1 shared_informer.go:320] Caches are synced for service config
	I1204 19:53:31.497128       1 shared_informer.go:320] Caches are synced for endpoint slice config
	
	
	==> kube-scheduler [7ef35d15c1374af307ad3da9a3d8cbf606cee9d75bbfcc68d1ad6fc54315687d] <==
	W1204 19:53:19.208936       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	E1204 19:53:19.208949       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W1204 19:53:19.209013       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	W1204 19:53:19.209020       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	E1204 19:53:19.209031       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	E1204 19:53:19.209030       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W1204 19:53:19.209106       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E1204 19:53:19.209117       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W1204 19:53:19.209175       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E1204 19:53:19.209189       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W1204 19:53:19.209200       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E1204 19:53:19.209218       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W1204 19:53:19.209262       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
	W1204 19:53:19.209292       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
	E1204 19:53:19.209313       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	E1204 19:53:19.209286       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W1204 19:53:20.081233       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
	E1204 19:53:20.081271       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
	W1204 19:53:20.120941       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E1204 19:53:20.121008       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W1204 19:53:20.187457       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E1204 19:53:20.187497       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W1204 19:53:20.268315       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E1204 19:53:20.268360       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	I1204 19:53:20.806575       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Dec 04 19:59:41 addons-871335 kubelet[1647]: E1204 19:59:41.773628    1647 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342381773362726,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 19:59:41 addons-871335 kubelet[1647]: E1204 19:59:41.773660    1647 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342381773362726,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 19:59:51 addons-871335 kubelet[1647]: E1204 19:59:51.776163    1647 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342391775890102,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 19:59:51 addons-871335 kubelet[1647]: E1204 19:59:51.776198    1647 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342391775890102,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:00:01 addons-871335 kubelet[1647]: E1204 20:00:01.778687    1647 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342401778441428,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:00:01 addons-871335 kubelet[1647]: E1204 20:00:01.778719    1647 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342401778441428,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:00:11 addons-871335 kubelet[1647]: E1204 20:00:11.782368    1647 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342411781302282,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:00:11 addons-871335 kubelet[1647]: E1204 20:00:11.782410    1647 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342411781302282,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:00:21 addons-871335 kubelet[1647]: E1204 20:00:21.785241    1647 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342421785022936,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:00:21 addons-871335 kubelet[1647]: E1204 20:00:21.785286    1647 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342421785022936,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:00:29 addons-871335 kubelet[1647]: I1204 20:00:29.599087    1647 kubelet_pods.go:1007] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
	Dec 04 20:00:31 addons-871335 kubelet[1647]: E1204 20:00:31.788061    1647 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342431787779848,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:00:31 addons-871335 kubelet[1647]: E1204 20:00:31.788098    1647 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342431787779848,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:00:41 addons-871335 kubelet[1647]: E1204 20:00:41.790824    1647 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342441790616672,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:00:41 addons-871335 kubelet[1647]: E1204 20:00:41.790857    1647 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342441790616672,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:00:51 addons-871335 kubelet[1647]: E1204 20:00:51.794382    1647 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342451794091379,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:00:51 addons-871335 kubelet[1647]: E1204 20:00:51.794427    1647 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342451794091379,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:01:01 addons-871335 kubelet[1647]: E1204 20:01:01.798019    1647 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342461797745449,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:01:01 addons-871335 kubelet[1647]: E1204 20:01:01.798082    1647 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342461797745449,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:01:11 addons-871335 kubelet[1647]: E1204 20:01:11.801031    1647 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342471800773268,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:01:11 addons-871335 kubelet[1647]: E1204 20:01:11.801073    1647 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342471800773268,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:01:21 addons-871335 kubelet[1647]: E1204 20:01:21.803702    1647 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342481803457937,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:01:21 addons-871335 kubelet[1647]: E1204 20:01:21.803736    1647 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342481803457937,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:01:31 addons-871335 kubelet[1647]: E1204 20:01:31.806039    1647 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342491805832660,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Dec 04 20:01:31 addons-871335 kubelet[1647]: E1204 20:01:31.806070    1647 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733342491805832660,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:626941,},InodesUsed:&UInt64Value{Value:242,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	
	
	==> storage-provisioner [9ecf84c1af4e1756096f96a0fe064198a93607b8e0bdda74102ae397bf589ca2] <==
	I1204 19:53:47.099056       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I1204 19:53:47.106954       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I1204 19:53:47.107006       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I1204 19:53:47.114925       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I1204 19:53:47.115133       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-871335_e65bec52-ea2f-4330-beae-c537c241e4fa!
	I1204 19:53:47.115661       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"2fa84b9f-92fd-4289-812e-02ff66c63442", APIVersion:"v1", ResourceVersion:"925", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-871335_e65bec52-ea2f-4330-beae-c537c241e4fa became leader
	I1204 19:53:47.216031       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-871335_e65bec52-ea2f-4330-beae-c537c241e4fa!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-871335 -n addons-871335
helpers_test.go:261: (dbg) Run:  kubectl --context addons-871335 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/MetricsServer FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 addons disable metrics-server --alsologtostderr -v=1
--- FAIL: TestAddons/parallel/MetricsServer (365.45s)

                                                
                                    

Test pass (302/330)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 7.01
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.06
9 TestDownloadOnly/v1.20.0/DeleteAll 0.21
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.13
12 TestDownloadOnly/v1.31.2/json-events 4.85
13 TestDownloadOnly/v1.31.2/preload-exists 0
17 TestDownloadOnly/v1.31.2/LogsDuration 0.07
18 TestDownloadOnly/v1.31.2/DeleteAll 0.2
19 TestDownloadOnly/v1.31.2/DeleteAlwaysSucceeds 0.13
20 TestDownloadOnlyKic 1.07
21 TestBinaryMirror 0.76
22 TestOffline 58.38
25 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.05
26 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.06
27 TestAddons/Setup 142.16
31 TestAddons/serial/GCPAuth/Namespaces 0.13
32 TestAddons/serial/GCPAuth/FakeCredentials 8.46
35 TestAddons/parallel/Registry 14.2
37 TestAddons/parallel/InspektorGadget 12.2
40 TestAddons/parallel/CSI 54.61
41 TestAddons/parallel/Headlamp 17.43
42 TestAddons/parallel/CloudSpanner 5.47
43 TestAddons/parallel/LocalPath 11.11
44 TestAddons/parallel/NvidiaDevicePlugin 6.6
45 TestAddons/parallel/Yakd 10.63
46 TestAddons/parallel/AmdGpuDevicePlugin 6.45
47 TestAddons/StoppedEnableDisable 12.07
48 TestCertOptions 35.85
49 TestCertExpiration 230.31
51 TestForceSystemdFlag 35.09
52 TestForceSystemdEnv 25.72
54 TestKVMDriverInstallOrUpdate 3.73
58 TestErrorSpam/setup 20.73
59 TestErrorSpam/start 0.56
60 TestErrorSpam/status 0.87
61 TestErrorSpam/pause 1.49
62 TestErrorSpam/unpause 1.74
63 TestErrorSpam/stop 1.36
66 TestFunctional/serial/CopySyncFile 0
67 TestFunctional/serial/StartWithProxy 41.04
68 TestFunctional/serial/AuditLog 0
69 TestFunctional/serial/SoftStart 28.47
70 TestFunctional/serial/KubeContext 0.05
71 TestFunctional/serial/KubectlGetPods 0.06
74 TestFunctional/serial/CacheCmd/cache/add_remote 4.22
75 TestFunctional/serial/CacheCmd/cache/add_local 1.31
76 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.05
77 TestFunctional/serial/CacheCmd/cache/list 0.05
78 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.27
79 TestFunctional/serial/CacheCmd/cache/cache_reload 1.73
80 TestFunctional/serial/CacheCmd/cache/delete 0.1
81 TestFunctional/serial/MinikubeKubectlCmd 0.11
82 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.1
83 TestFunctional/serial/ExtraConfig 32.89
84 TestFunctional/serial/ComponentHealth 0.06
85 TestFunctional/serial/LogsCmd 1.38
86 TestFunctional/serial/LogsFileCmd 1.4
87 TestFunctional/serial/InvalidService 4.48
89 TestFunctional/parallel/ConfigCmd 0.44
90 TestFunctional/parallel/DashboardCmd 12.92
91 TestFunctional/parallel/DryRun 0.36
92 TestFunctional/parallel/InternationalLanguage 0.16
93 TestFunctional/parallel/StatusCmd 0.94
97 TestFunctional/parallel/ServiceCmdConnect 13.52
98 TestFunctional/parallel/AddonsCmd 0.17
99 TestFunctional/parallel/PersistentVolumeClaim 29.94
101 TestFunctional/parallel/SSHCmd 0.61
102 TestFunctional/parallel/CpCmd 1.69
103 TestFunctional/parallel/MySQL 19.57
104 TestFunctional/parallel/FileSync 0.36
105 TestFunctional/parallel/CertSync 1.8
109 TestFunctional/parallel/NodeLabels 0.08
111 TestFunctional/parallel/NonActiveRuntimeDisabled 0.52
113 TestFunctional/parallel/License 0.2
115 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.43
116 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
118 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 9.25
119 TestFunctional/parallel/ServiceCmd/DeployApp 12.14
120 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.1
121 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
125 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
126 TestFunctional/parallel/ProfileCmd/profile_not_create 0.41
127 TestFunctional/parallel/ProfileCmd/profile_list 0.4
128 TestFunctional/parallel/ProfileCmd/profile_json_output 0.39
129 TestFunctional/parallel/MountCmd/any-port 6.69
130 TestFunctional/parallel/ServiceCmd/List 0.48
131 TestFunctional/parallel/ServiceCmd/JSONOutput 0.5
132 TestFunctional/parallel/ServiceCmd/HTTPS 0.36
133 TestFunctional/parallel/ServiceCmd/Format 0.37
134 TestFunctional/parallel/ServiceCmd/URL 0.37
135 TestFunctional/parallel/Version/short 0.05
136 TestFunctional/parallel/Version/components 0.46
137 TestFunctional/parallel/ImageCommands/ImageListShort 0.38
138 TestFunctional/parallel/ImageCommands/ImageListTable 0.42
139 TestFunctional/parallel/ImageCommands/ImageListJson 0.41
140 TestFunctional/parallel/ImageCommands/ImageListYaml 0.4
141 TestFunctional/parallel/ImageCommands/ImageBuild 8.56
142 TestFunctional/parallel/ImageCommands/Setup 0.99
143 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 1.29
144 TestFunctional/parallel/MountCmd/specific-port 1.7
145 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 0.98
146 TestFunctional/parallel/MountCmd/VerifyCleanup 1.98
147 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 1.33
148 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.59
149 TestFunctional/parallel/ImageCommands/ImageRemove 0.68
150 TestFunctional/parallel/UpdateContextCmd/no_changes 0.13
151 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.14
152 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.13
153 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 2.58
154 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.56
155 TestFunctional/delete_echo-server_images 0.04
156 TestFunctional/delete_my-image_image 0.02
157 TestFunctional/delete_minikube_cached_images 0.02
161 TestMultiControlPlane/serial/StartCluster 105.11
162 TestMultiControlPlane/serial/DeployApp 4.81
163 TestMultiControlPlane/serial/PingHostFromPods 1.05
164 TestMultiControlPlane/serial/AddWorkerNode 35.8
165 TestMultiControlPlane/serial/NodeLabels 0.06
166 TestMultiControlPlane/serial/HAppyAfterClusterStart 0.85
167 TestMultiControlPlane/serial/CopyFile 16.07
168 TestMultiControlPlane/serial/StopSecondaryNode 12.53
169 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.7
170 TestMultiControlPlane/serial/RestartSecondaryNode 28.35
171 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 1.04
172 TestMultiControlPlane/serial/RestartClusterKeepsNodes 194.98
173 TestMultiControlPlane/serial/DeleteSecondaryNode 11.42
174 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.65
175 TestMultiControlPlane/serial/StopCluster 35.51
176 TestMultiControlPlane/serial/RestartCluster 115.91
177 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.66
178 TestMultiControlPlane/serial/AddSecondaryNode 40.03
179 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 0.86
183 TestJSONOutput/start/Command 39.64
184 TestJSONOutput/start/Audit 0
186 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
187 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
189 TestJSONOutput/pause/Command 0.69
190 TestJSONOutput/pause/Audit 0
192 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
193 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
195 TestJSONOutput/unpause/Command 0.58
196 TestJSONOutput/unpause/Audit 0
198 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
199 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
201 TestJSONOutput/stop/Command 5.72
202 TestJSONOutput/stop/Audit 0
204 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
205 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
206 TestErrorJSONOutput 0.21
208 TestKicCustomNetwork/create_custom_network 27.4
209 TestKicCustomNetwork/use_default_bridge_network 23.85
210 TestKicExistingNetwork 23.59
211 TestKicCustomSubnet 26.17
212 TestKicStaticIP 27.31
213 TestMainNoArgs 0.05
214 TestMinikubeProfile 52.42
217 TestMountStart/serial/StartWithMountFirst 5.38
218 TestMountStart/serial/VerifyMountFirst 0.24
219 TestMountStart/serial/StartWithMountSecond 8.27
220 TestMountStart/serial/VerifyMountSecond 0.24
221 TestMountStart/serial/DeleteFirst 1.61
222 TestMountStart/serial/VerifyMountPostDelete 0.25
223 TestMountStart/serial/Stop 1.18
224 TestMountStart/serial/RestartStopped 7.17
225 TestMountStart/serial/VerifyMountPostStop 0.25
228 TestMultiNode/serial/FreshStart2Nodes 69.62
229 TestMultiNode/serial/DeployApp2Nodes 3.69
230 TestMultiNode/serial/PingHostFrom2Pods 0.74
231 TestMultiNode/serial/AddNode 27.59
232 TestMultiNode/serial/MultiNodeLabels 0.06
233 TestMultiNode/serial/ProfileList 0.61
234 TestMultiNode/serial/CopyFile 9.02
235 TestMultiNode/serial/StopNode 2.1
236 TestMultiNode/serial/StartAfterStop 8.96
237 TestMultiNode/serial/RestartKeepsNodes 99.51
238 TestMultiNode/serial/DeleteNode 5.24
239 TestMultiNode/serial/StopMultiNode 23.74
240 TestMultiNode/serial/RestartMultiNode 52.39
241 TestMultiNode/serial/ValidateNameConflict 23.18
246 TestPreload 107.06
248 TestScheduledStopUnix 96.54
251 TestInsufficientStorage 12.7
252 TestRunningBinaryUpgrade 101.46
254 TestKubernetesUpgrade 356.64
255 TestMissingContainerUpgrade 107.63
256 TestStoppedBinaryUpgrade/Setup 0.46
265 TestNoKubernetes/serial/StartNoK8sWithVersion 0.09
267 TestPause/serial/Start 57.21
268 TestNoKubernetes/serial/StartWithK8s 35.63
269 TestStoppedBinaryUpgrade/Upgrade 105.52
270 TestNoKubernetes/serial/StartWithStopK8s 8.85
271 TestNoKubernetes/serial/Start 4.83
272 TestNoKubernetes/serial/VerifyK8sNotRunning 0.27
273 TestNoKubernetes/serial/ProfileList 1.71
274 TestNoKubernetes/serial/Stop 1.22
275 TestNoKubernetes/serial/StartNoArgs 6.67
276 TestPause/serial/SecondStartNoReconfiguration 70.73
277 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.3
278 TestStoppedBinaryUpgrade/MinikubeLogs 2.68
279 TestPause/serial/Pause 0.74
280 TestPause/serial/VerifyStatus 0.29
281 TestPause/serial/Unpause 0.66
282 TestPause/serial/PauseAgain 0.77
283 TestPause/serial/DeletePaused 5.08
284 TestPause/serial/VerifyDeletedResources 11.75
292 TestNetworkPlugins/group/false 3.19
297 TestStartStop/group/old-k8s-version/serial/FirstStart 128.7
299 TestStartStop/group/embed-certs/serial/FirstStart 44.14
300 TestStartStop/group/embed-certs/serial/DeployApp 8.24
301 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 0.88
302 TestStartStop/group/embed-certs/serial/Stop 11.85
303 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.17
304 TestStartStop/group/embed-certs/serial/SecondStart 262.16
305 TestStartStop/group/old-k8s-version/serial/DeployApp 9.4
306 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 0.95
307 TestStartStop/group/old-k8s-version/serial/Stop 11.87
308 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.19
309 TestStartStop/group/old-k8s-version/serial/SecondStart 139.54
311 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 45.32
312 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 8.25
313 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 0.88
314 TestStartStop/group/default-k8s-diff-port/serial/Stop 11.9
315 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.17
316 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 299.91
317 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6.01
318 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.08
319 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.23
320 TestStartStop/group/old-k8s-version/serial/Pause 2.59
322 TestStartStop/group/no-preload/serial/FirstStart 54.02
324 TestStartStop/group/newest-cni/serial/FirstStart 29.09
325 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
326 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.07
327 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.24
328 TestStartStop/group/embed-certs/serial/Pause 3.09
329 TestStartStop/group/newest-cni/serial/DeployApp 0
330 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 0.89
331 TestStartStop/group/newest-cni/serial/Stop 1.25
332 TestStartStop/group/no-preload/serial/DeployApp 9.32
333 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.17
334 TestStartStop/group/newest-cni/serial/SecondStart 14.65
335 TestNetworkPlugins/group/auto/Start 41.92
336 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 1.14
337 TestStartStop/group/no-preload/serial/Stop 12.04
338 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
339 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
340 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.22
341 TestStartStop/group/newest-cni/serial/Pause 2.89
342 TestNetworkPlugins/group/flannel/Start 52.95
343 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.3
344 TestStartStop/group/no-preload/serial/SecondStart 262.92
345 TestNetworkPlugins/group/auto/KubeletFlags 0.32
346 TestNetworkPlugins/group/auto/NetCatPod 9.26
347 TestNetworkPlugins/group/auto/DNS 0.14
348 TestNetworkPlugins/group/auto/Localhost 0.11
349 TestNetworkPlugins/group/auto/HairPin 0.12
350 TestNetworkPlugins/group/enable-default-cni/Start 70.85
351 TestNetworkPlugins/group/flannel/ControllerPod 6.01
352 TestNetworkPlugins/group/flannel/KubeletFlags 0.26
353 TestNetworkPlugins/group/flannel/NetCatPod 10.2
354 TestNetworkPlugins/group/flannel/DNS 0.12
355 TestNetworkPlugins/group/flannel/Localhost 0.11
356 TestNetworkPlugins/group/flannel/HairPin 0.11
357 TestNetworkPlugins/group/bridge/Start 64.51
358 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.28
359 TestNetworkPlugins/group/enable-default-cni/NetCatPod 10.19
360 TestNetworkPlugins/group/enable-default-cni/DNS 0.12
361 TestNetworkPlugins/group/enable-default-cni/Localhost 0.11
362 TestNetworkPlugins/group/enable-default-cni/HairPin 0.1
363 TestNetworkPlugins/group/calico/Start 54.33
364 TestNetworkPlugins/group/bridge/KubeletFlags 0.31
365 TestNetworkPlugins/group/bridge/NetCatPod 11.21
366 TestNetworkPlugins/group/bridge/DNS 0.13
367 TestNetworkPlugins/group/bridge/Localhost 0.12
368 TestNetworkPlugins/group/bridge/HairPin 0.13
369 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6.01
370 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.09
371 TestNetworkPlugins/group/kindnet/Start 48.49
372 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.26
373 TestStartStop/group/default-k8s-diff-port/serial/Pause 3.76
374 TestNetworkPlugins/group/custom-flannel/Start 45.73
375 TestNetworkPlugins/group/calico/ControllerPod 6.01
376 TestNetworkPlugins/group/calico/KubeletFlags 0.3
377 TestNetworkPlugins/group/calico/NetCatPod 11.19
378 TestNetworkPlugins/group/calico/DNS 0.13
379 TestNetworkPlugins/group/calico/Localhost 0.15
380 TestNetworkPlugins/group/calico/HairPin 0.12
381 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
382 TestNetworkPlugins/group/kindnet/KubeletFlags 0.28
383 TestNetworkPlugins/group/kindnet/NetCatPod 9.21
384 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.35
385 TestNetworkPlugins/group/custom-flannel/NetCatPod 10.26
386 TestNetworkPlugins/group/kindnet/DNS 0.13
387 TestNetworkPlugins/group/kindnet/Localhost 0.1
388 TestNetworkPlugins/group/kindnet/HairPin 0.1
389 TestNetworkPlugins/group/custom-flannel/DNS 0.12
390 TestNetworkPlugins/group/custom-flannel/Localhost 0.1
391 TestNetworkPlugins/group/custom-flannel/HairPin 0.11
392 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6
393 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.07
394 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.22
395 TestStartStop/group/no-preload/serial/Pause 2.61
x
+
TestDownloadOnly/v1.20.0/json-events (7.01s)

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/preload-exists
I1204 19:52:34.945818   20863 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
I1204 19:52:34.945927   20863 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19985-14083/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4
--- PASS: TestDownloadOnly/v1.20.0/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-387568 | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC |          |
	|         | -p download-only-387568        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2024/12/04 19:52:27
	Running on machine: ubuntu-20-agent-15
	Binary: Built with gc go1.23.2 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I1204 19:52:27.975529   20875 out.go:345] Setting OutFile to fd 1 ...
	I1204 19:52:27.975624   20875 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 19:52:27.975632   20875 out.go:358] Setting ErrFile to fd 2...
	I1204 19:52:27.975637   20875 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 19:52:27.975812   20875 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19985-14083/.minikube/bin
	W1204 19:52:27.975927   20875 root.go:314] Error reading config file at /home/jenkins/minikube-integration/19985-14083/.minikube/config/config.json: open /home/jenkins/minikube-integration/19985-14083/.minikube/config/config.json: no such file or directory
	I1204 19:52:27.976511   20875 out.go:352] Setting JSON to true
	I1204 19:52:27.977399   20875 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":2097,"bootTime":1733339851,"procs":172,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1071-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I1204 19:52:27.977457   20875 start.go:139] virtualization: kvm guest
	I1204 19:52:27.980035   20875 out.go:97] [download-only-387568] minikube v1.34.0 on Ubuntu 20.04 (kvm/amd64)
	W1204 19:52:27.980217   20875 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/19985-14083/.minikube/cache/preloaded-tarball: no such file or directory
	I1204 19:52:27.980254   20875 notify.go:220] Checking for updates...
	I1204 19:52:27.981680   20875 out.go:169] MINIKUBE_LOCATION=19985
	I1204 19:52:27.982995   20875 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I1204 19:52:27.984418   20875 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19985-14083/kubeconfig
	I1204 19:52:27.985829   20875 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19985-14083/.minikube
	I1204 19:52:27.987322   20875 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W1204 19:52:27.990171   20875 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I1204 19:52:27.990462   20875 driver.go:394] Setting default libvirt URI to qemu:///system
	I1204 19:52:28.014903   20875 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I1204 19:52:28.015003   20875 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1204 19:52:28.383263   20875 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:true NGoroutines:53 SystemTime:2024-12-04 19:52:28.374854255 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1071-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647935488 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I1204 19:52:28.383369   20875 docker.go:318] overlay module found
	I1204 19:52:28.385335   20875 out.go:97] Using the docker driver based on user configuration
	I1204 19:52:28.385356   20875 start.go:297] selected driver: docker
	I1204 19:52:28.385361   20875 start.go:901] validating driver "docker" against <nil>
	I1204 19:52:28.385443   20875 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1204 19:52:28.434095   20875 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:true NGoroutines:53 SystemTime:2024-12-04 19:52:28.425929051 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1071-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647935488 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I1204 19:52:28.434234   20875 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I1204 19:52:28.434770   20875 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I1204 19:52:28.434950   20875 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I1204 19:52:28.437041   20875 out.go:169] Using Docker driver with root privileges
	I1204 19:52:28.438413   20875 cni.go:84] Creating CNI manager for ""
	I1204 19:52:28.438469   20875 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I1204 19:52:28.438481   20875 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I1204 19:52:28.438546   20875 start.go:340] cluster config:
	{Name:download-only-387568 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:8000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.20.0 ClusterName:download-only-387568 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local Co
ntainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.20.0 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I1204 19:52:28.440063   20875 out.go:97] Starting "download-only-387568" primary control-plane node in "download-only-387568" cluster
	I1204 19:52:28.440079   20875 cache.go:121] Beginning downloading kic base image for docker with crio
	I1204 19:52:28.441569   20875 out.go:97] Pulling base image v0.0.45-1730888964-19917 ...
	I1204 19:52:28.441598   20875 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I1204 19:52:28.441625   20875 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local docker daemon
	I1204 19:52:28.457883   20875 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 to local cache
	I1204 19:52:28.458072   20875 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local cache directory
	I1204 19:52:28.458157   20875 image.go:148] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 to local cache
	I1204 19:52:28.474049   20875 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4
	I1204 19:52:28.474078   20875 cache.go:56] Caching tarball of preloaded images
	I1204 19:52:28.474213   20875 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I1204 19:52:28.476344   20875 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I1204 19:52:28.476359   20875 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4 ...
	I1204 19:52:28.508165   20875 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4?checksum=md5:f93b07cde9c3289306cbaeb7a1803c19 -> /home/jenkins/minikube-integration/19985-14083/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4
	I1204 19:52:32.938900   20875 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 as a tarball
	
	
	* The control-plane node download-only-387568 host does not exist
	  To start a cluster, run: "minikube start -p download-only-387568"

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.31.2/json-events (4.85s)

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.2/preload-exists
I1204 19:52:40.196491   20863 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
I1204 19:52:40.196542   20863 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19985-14083/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-amd64.tar.lz4
--- PASS: TestDownloadOnly/v1.31.2/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-387568 | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC |                     |
	|         | -p download-only-387568        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC | 04 Dec 24 19:52 UTC |
	| delete  | -p download-only-387568        | download-only-387568 | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC | 04 Dec 24 19:52 UTC |
	| start   | -o=json --download-only        | download-only-686802 | jenkins | v1.34.0 | 04 Dec 24 19:52 UTC |                     |
	|         | -p download-only-686802        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.2   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/12/04 19:52:35
	Running on machine: ubuntu-20-agent-15
	Binary: Built with gc go1.23.2 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I1204 19:52:35.391090   21223 out.go:345] Setting OutFile to fd 1 ...
	I1204 19:52:35.391211   21223 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 19:52:35.391222   21223 out.go:358] Setting ErrFile to fd 2...
	I1204 19:52:35.391228   21223 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 19:52:35.391437   21223 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19985-14083/.minikube/bin
	I1204 19:52:35.392087   21223 out.go:352] Setting JSON to true
	I1204 19:52:35.392954   21223 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":2104,"bootTime":1733339851,"procs":170,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1071-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I1204 19:52:35.393052   21223 start.go:139] virtualization: kvm guest
	I1204 19:52:35.395301   21223 out.go:97] [download-only-686802] minikube v1.34.0 on Ubuntu 20.04 (kvm/amd64)
	I1204 19:52:35.395470   21223 notify.go:220] Checking for updates...
	I1204 19:52:35.396943   21223 out.go:169] MINIKUBE_LOCATION=19985
	I1204 19:52:35.398655   21223 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I1204 19:52:35.400152   21223 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19985-14083/kubeconfig
	I1204 19:52:35.401533   21223 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19985-14083/.minikube
	I1204 19:52:35.402839   21223 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W1204 19:52:35.405473   21223 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I1204 19:52:35.405674   21223 driver.go:394] Setting default libvirt URI to qemu:///system
	I1204 19:52:35.427055   21223 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I1204 19:52:35.427115   21223 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1204 19:52:35.472453   21223 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:true NGoroutines:46 SystemTime:2024-12-04 19:52:35.463737883 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1071-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647935488 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I1204 19:52:35.472604   21223 docker.go:318] overlay module found
	I1204 19:52:35.474561   21223 out.go:97] Using the docker driver based on user configuration
	I1204 19:52:35.474581   21223 start.go:297] selected driver: docker
	I1204 19:52:35.474586   21223 start.go:901] validating driver "docker" against <nil>
	I1204 19:52:35.474657   21223 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1204 19:52:35.521929   21223 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:true NGoroutines:46 SystemTime:2024-12-04 19:52:35.513944518 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1071-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647935488 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I1204 19:52:35.522112   21223 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I1204 19:52:35.522604   21223 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I1204 19:52:35.522784   21223 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I1204 19:52:35.524685   21223 out.go:169] Using Docker driver with root privileges
	
	
	* The control-plane node download-only-686802 host does not exist
	  To start a cluster, run: "minikube start -p download-only-686802"

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnlyKic (1.07s)

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

                                                
                                    
x
+
TestBinaryMirror (0.76s)

                                                
                                                
=== RUN   TestBinaryMirror
I1204 19:52:41.915286   20863 binary.go:74] Not caching binary, using https://dl.k8s.io/release/v1.31.2/bin/linux/amd64/kubectl?checksum=file:https://dl.k8s.io/release/v1.31.2/bin/linux/amd64/kubectl.sha256
aaa_download_only_test.go:314: (dbg) Run:  out/minikube-linux-amd64 start --download-only -p binary-mirror-863696 --alsologtostderr --binary-mirror http://127.0.0.1:38691 --driver=docker  --container-runtime=crio
helpers_test.go:175: Cleaning up "binary-mirror-863696" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p binary-mirror-863696
--- PASS: TestBinaryMirror (0.76s)

                                                
                                    
x
+
TestOffline (58.38s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

                                                
                                                
=== CONT  TestOffline
aab_offline_test.go:55: (dbg) Run:  out/minikube-linux-amd64 start -p offline-crio-598705 --alsologtostderr -v=1 --memory=2048 --wait=true --driver=docker  --container-runtime=crio
aab_offline_test.go:55: (dbg) Done: out/minikube-linux-amd64 start -p offline-crio-598705 --alsologtostderr -v=1 --memory=2048 --wait=true --driver=docker  --container-runtime=crio: (56.001193322s)
helpers_test.go:175: Cleaning up "offline-crio-598705" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p offline-crio-598705
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p offline-crio-598705: (2.373196258s)
--- PASS: TestOffline (58.38s)

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.05s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.06s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/Setup (142.16s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:107: (dbg) Run:  out/minikube-linux-amd64 start -p addons-871335 --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-amd64 start -p addons-871335 --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: (2m22.160506423s)
--- PASS: TestAddons/Setup (142.16s)

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

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

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/FakeCredentials
addons_test.go:614: (dbg) Run:  kubectl --context addons-871335 create -f testdata/busybox.yaml
addons_test.go:621: (dbg) Run:  kubectl --context addons-871335 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" [5c8da32a-9190-45ae-b900-2824608da72d] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [5c8da32a-9190-45ae-b900-2824608da72d] Running
addons_test.go:627: (dbg) TestAddons/serial/GCPAuth/FakeCredentials: integration-test=busybox healthy within 8.003526592s
addons_test.go:633: (dbg) Run:  kubectl --context addons-871335 exec busybox -- /bin/sh -c "printenv GOOGLE_APPLICATION_CREDENTIALS"
addons_test.go:645: (dbg) Run:  kubectl --context addons-871335 describe sa gcp-auth-test
addons_test.go:683: (dbg) Run:  kubectl --context addons-871335 exec busybox -- /bin/sh -c "printenv GOOGLE_CLOUD_PROJECT"
--- PASS: TestAddons/serial/GCPAuth/FakeCredentials (8.46s)

                                                
                                    
x
+
TestAddons/parallel/Registry (14.2s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:321: registry stabilized in 2.90047ms
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-66c9cd494c-wclsx" [722614d6-46f9-4da0-8545-5afd24dcbb4b] Running
addons_test.go:323: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.003006965s
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-7dvwd" [d6b02f4a-6a2e-4ee2-9b64-fe111900bae5] Running
addons_test.go:326: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.003152507s
addons_test.go:331: (dbg) Run:  kubectl --context addons-871335 delete po -l run=registry-test --now
addons_test.go:336: (dbg) Run:  kubectl --context addons-871335 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-871335 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local": (3.435105365s)
addons_test.go:350: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 ip
2024/12/04 19:55:35 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 addons disable registry --alsologtostderr -v=1
--- PASS: TestAddons/parallel/Registry (14.20s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (12.2s)

                                                
                                                
=== 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-tz4tx" [814c02b5-c8be-40bb-bd4d-e87298cd095a] Running
addons_test.go:762: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 6.004333351s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 addons disable inspektor-gadget --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-871335 addons disable inspektor-gadget --alsologtostderr -v=1: (6.198421545s)
--- PASS: TestAddons/parallel/InspektorGadget (12.20s)

                                                
                                    
x
+
TestAddons/parallel/CSI (54.61s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
I1204 19:55:28.613003   20863 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I1204 19:55:28.617273   20863 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1204 19:55:28.617297   20863 kapi.go:107] duration metric: took 4.311427ms to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
addons_test.go:488: csi-hostpath-driver pods stabilized in 4.31953ms
addons_test.go:491: (dbg) Run:  kubectl --context addons-871335 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-871335 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:501: (dbg) Run:  kubectl --context addons-871335 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" [c3def442-4b3f-48c0-ac38-a36864ba21e2] Pending
helpers_test.go:344: "task-pv-pod" [c3def442-4b3f-48c0-ac38-a36864ba21e2] 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" [c3def442-4b3f-48c0-ac38-a36864ba21e2] Running
addons_test.go:506: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 12.002651805s
addons_test.go:511: (dbg) Run:  kubectl --context addons-871335 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-871335 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-871335 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:521: (dbg) Run:  kubectl --context addons-871335 delete pod task-pv-pod
addons_test.go:527: (dbg) Run:  kubectl --context addons-871335 delete pvc hpvc
addons_test.go:533: (dbg) Run:  kubectl --context addons-871335 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-871335 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:543: (dbg) Run:  kubectl --context addons-871335 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" [6fe54533-5778-484d-8a67-f93633e7564f] Pending
helpers_test.go:344: "task-pv-pod-restore" [6fe54533-5778-484d-8a67-f93633e7564f] 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" [6fe54533-5778-484d-8a67-f93633e7564f] Running
addons_test.go:548: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 7.004284552s
addons_test.go:553: (dbg) Run:  kubectl --context addons-871335 delete pod task-pv-pod-restore
addons_test.go:557: (dbg) Run:  kubectl --context addons-871335 delete pvc hpvc-restore
addons_test.go:561: (dbg) Run:  kubectl --context addons-871335 delete volumesnapshot new-snapshot-demo
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 addons disable volumesnapshots --alsologtostderr -v=1
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-871335 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.562126821s)
--- PASS: TestAddons/parallel/CSI (54.61s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (17.43s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:747: (dbg) Run:  out/minikube-linux-amd64 addons enable headlamp -p addons-871335 --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-cd8ffd6fc-zzlwp" [0d320d72-4556-47a0-a226-ebfec58efddf] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-cd8ffd6fc-zzlwp" [0d320d72-4556-47a0-a226-ebfec58efddf] Running
addons_test.go:752: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 11.004237077s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 addons disable headlamp --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-871335 addons disable headlamp --alsologtostderr -v=1: (5.618607109s)
--- PASS: TestAddons/parallel/Headlamp (17.43s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (5.47s)

                                                
                                                
=== 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-dc5db94f4-l488p" [a61c6863-a191-444f-8a46-a0db5fdc8c95] Running
addons_test.go:779: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 5.003369645s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 addons disable cloud-spanner --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CloudSpanner (5.47s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (11.11s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:888: (dbg) Run:  kubectl --context addons-871335 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:894: (dbg) Run:  kubectl --context addons-871335 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-871335 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-871335 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" [3c2d927a-1e00-44d9-a1c7-7178d48f3952] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [3c2d927a-1e00-44d9-a1c7-7178d48f3952] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [3c2d927a-1e00-44d9-a1c7-7178d48f3952] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:901: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 5.003183982s
addons_test.go:906: (dbg) Run:  kubectl --context addons-871335 get pvc test-pvc -o=json
addons_test.go:915: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 ssh "cat /opt/local-path-provisioner/pvc-bc285d12-63f7-4a5f-bba0-d17e1f27c5f2_default_test-pvc/file1"
addons_test.go:927: (dbg) Run:  kubectl --context addons-871335 delete pod test-local-path
addons_test.go:931: (dbg) Run:  kubectl --context addons-871335 delete pvc test-pvc
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 addons disable storage-provisioner-rancher --alsologtostderr -v=1
--- PASS: TestAddons/parallel/LocalPath (11.11s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (6.6s)

                                                
                                                
=== 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-cr5hb" [6f484054-442d-4023-b23d-cdd4bc9f0860] Running
addons_test.go:964: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 6.003609471s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 addons disable nvidia-device-plugin --alsologtostderr -v=1
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (6.60s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (10.63s)

                                                
                                                
=== 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-67d98fc6b-8cqxd" [fbabbeb9-8972-4c0f-acf6-6f2dbb9457c3] Running
addons_test.go:986: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 5.004120686s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 addons disable yakd --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-871335 addons disable yakd --alsologtostderr -v=1: (5.628005668s)
--- PASS: TestAddons/parallel/Yakd (10.63s)

                                                
                                    
x
+
TestAddons/parallel/AmdGpuDevicePlugin (6.45s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/AmdGpuDevicePlugin
addons_test.go:977: (dbg) TestAddons/parallel/AmdGpuDevicePlugin: waiting 6m0s for pods matching "name=amd-gpu-device-plugin" in namespace "kube-system" ...
helpers_test.go:344: "amd-gpu-device-plugin-z7nxc" [632fd269-36ea-4a48-b8d2-4e6d996c9888] Running
addons_test.go:977: (dbg) TestAddons/parallel/AmdGpuDevicePlugin: name=amd-gpu-device-plugin healthy within 6.003037268s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-871335 addons disable amd-gpu-device-plugin --alsologtostderr -v=1
--- PASS: TestAddons/parallel/AmdGpuDevicePlugin (6.45s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (12.07s)

                                                
                                                
=== RUN   TestAddons/StoppedEnableDisable
addons_test.go:170: (dbg) Run:  out/minikube-linux-amd64 stop -p addons-871335
addons_test.go:170: (dbg) Done: out/minikube-linux-amd64 stop -p addons-871335: (11.817675768s)
addons_test.go:174: (dbg) Run:  out/minikube-linux-amd64 addons enable dashboard -p addons-871335
addons_test.go:178: (dbg) Run:  out/minikube-linux-amd64 addons disable dashboard -p addons-871335
addons_test.go:183: (dbg) Run:  out/minikube-linux-amd64 addons disable gvisor -p addons-871335
--- PASS: TestAddons/StoppedEnableDisable (12.07s)

                                                
                                    
x
+
TestCertOptions (35.85s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

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

                                                
                                    
x
+
TestCertExpiration (230.31s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-linux-amd64 start -p cert-expiration-824908 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=crio
I1204 20:31:23.298261   20863 install.go:52] acquiring lock: {Name:mk900956b073697a4aa6c80a27c6bb0742a99a53 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1204 20:31:23.298384   20863 install.go:117] Validating docker-machine-driver-kvm2, PATH=/home/jenkins/workspace/Docker_Linux_crio_integration/testdata/kvm2-driver-older-version:/home/jenkins/workspace/Docker_Linux_crio_integration/out/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/go/bin:/home/jenkins/go/bin:/usr/local/bin/:/usr/local/go/bin/:/home/jenkins/go/bin
I1204 20:31:23.331229   20863 install.go:137] /home/jenkins/workspace/Docker_Linux_crio_integration/testdata/kvm2-driver-older-version/docker-machine-driver-kvm2 version is 1.1.1
W1204 20:31:23.331258   20863 install.go:62] docker-machine-driver-kvm2: docker-machine-driver-kvm2 is version 1.1.1, want 1.3.0
W1204 20:31:23.331318   20863 out.go:174] [unset outFile]: * Downloading driver docker-machine-driver-kvm2:
I1204 20:31:23.331344   20863 download.go:107] Downloading: https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64.sha256 -> /tmp/TestKVMDriverInstallOrUpdate2778259637/002/docker-machine-driver-kvm2
I1204 20:31:23.501368   20863 driver.go:46] failed to download arch specific driver: getter: &{Ctx:context.Background Src:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64.sha256 Dst:/tmp/TestKVMDriverInstallOrUpdate2778259637/002/docker-machine-driver-kvm2.download Pwd: Mode:2 Umask:---------- Detectors:[0x5315020 0x5315020 0x5315020 0x5315020 0x5315020 0x5315020 0x5315020] Decompressors:map[bz2:0xc0006cf270 gz:0xc0006cf278 tar:0xc0006cf220 tar.bz2:0xc0006cf230 tar.gz:0xc0006cf240 tar.xz:0xc0006cf250 tar.zst:0xc0006cf260 tbz2:0xc0006cf230 tgz:0xc0006cf240 txz:0xc0006cf250 tzst:0xc0006cf260 xz:0xc0006cf280 zip:0xc0006cf290 zst:0xc0006cf288] Getters:map[file:0xc00078a2c0 http:0xc0006aa280 https:0xc0006aa2d0] Dir:false ProgressListener:<nil> Insecure:false DisableSymlinks:false Options:[]}: invalid checksum: Error downloading checksum file: bad response co
de: 404. trying to get the common version
I1204 20:31:23.501425   20863 download.go:107] Downloading: https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2.sha256 -> /tmp/TestKVMDriverInstallOrUpdate2778259637/002/docker-machine-driver-kvm2
cert_options_test.go:123: (dbg) Done: out/minikube-linux-amd64 start -p cert-expiration-824908 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=crio: (33.787869134s)
cert_options_test.go:131: (dbg) Run:  out/minikube-linux-amd64 start -p cert-expiration-824908 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=crio
E1204 20:35:05.475223   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
cert_options_test.go:131: (dbg) Done: out/minikube-linux-amd64 start -p cert-expiration-824908 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=crio: (14.212973783s)
helpers_test.go:175: Cleaning up "cert-expiration-824908" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p cert-expiration-824908
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p cert-expiration-824908: (2.311688002s)
--- PASS: TestCertExpiration (230.31s)

                                                
                                    
x
+
TestForceSystemdFlag (35.09s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

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

                                                
                                    
x
+
TestForceSystemdEnv (25.72s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

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

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (3.73s)

                                                
                                                
=== RUN   TestKVMDriverInstallOrUpdate
=== PAUSE TestKVMDriverInstallOrUpdate

                                                
                                                

                                                
                                                
=== CONT  TestKVMDriverInstallOrUpdate
I1204 20:31:21.341817   20863 install.go:52] acquiring lock: {Name:mk900956b073697a4aa6c80a27c6bb0742a99a53 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1204 20:31:21.341991   20863 install.go:117] Validating docker-machine-driver-kvm2, PATH=/home/jenkins/workspace/Docker_Linux_crio_integration/testdata/kvm2-driver-without-version:/home/jenkins/workspace/Docker_Linux_crio_integration/out/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/go/bin:/home/jenkins/go/bin:/usr/local/bin/:/usr/local/go/bin/:/home/jenkins/go/bin
W1204 20:31:21.378480   20863 install.go:62] docker-machine-driver-kvm2: exit status 1
W1204 20:31:21.378894   20863 out.go:174] [unset outFile]: * Downloading driver docker-machine-driver-kvm2:
I1204 20:31:21.378958   20863 download.go:107] Downloading: https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64.sha256 -> /tmp/TestKVMDriverInstallOrUpdate2778259637/001/docker-machine-driver-kvm2
I1204 20:31:21.660389   20863 driver.go:46] failed to download arch specific driver: getter: &{Ctx:context.Background Src:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64.sha256 Dst:/tmp/TestKVMDriverInstallOrUpdate2778259637/001/docker-machine-driver-kvm2.download Pwd: Mode:2 Umask:---------- Detectors:[0x5315020 0x5315020 0x5315020 0x5315020 0x5315020 0x5315020 0x5315020] Decompressors:map[bz2:0xc0006cf270 gz:0xc0006cf278 tar:0xc0006cf220 tar.bz2:0xc0006cf230 tar.gz:0xc0006cf240 tar.xz:0xc0006cf250 tar.zst:0xc0006cf260 tbz2:0xc0006cf230 tgz:0xc0006cf240 txz:0xc0006cf250 tzst:0xc0006cf260 xz:0xc0006cf280 zip:0xc0006cf290 zst:0xc0006cf288] Getters:map[file:0xc0020c34d0 http:0xc0009093b0 https:0xc000909400] Dir:false ProgressListener:<nil> Insecure:false DisableSymlinks:false Options:[]}: invalid checksum: Error downloading checksum file: bad response co
de: 404. trying to get the common version
I1204 20:31:21.660455   20863 download.go:107] Downloading: https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2.sha256 -> /tmp/TestKVMDriverInstallOrUpdate2778259637/001/docker-machine-driver-kvm2
--- PASS: TestKVMDriverInstallOrUpdate (3.73s)

                                                
                                    
x
+
TestErrorSpam/setup (20.73s)

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

                                                
                                    
x
+
TestErrorSpam/start (0.56s)

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

                                                
                                    
x
+
TestErrorSpam/status (0.87s)

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

                                                
                                    
x
+
TestErrorSpam/pause (1.49s)

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

                                                
                                    
x
+
TestErrorSpam/unpause (1.74s)

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

                                                
                                    
x
+
TestErrorSpam/stop (1.36s)

                                                
                                                
=== RUN   TestErrorSpam/stop
error_spam_test.go:216: Cleaning up 0 logfile(s) ...
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-576848 --log_dir /tmp/nospam-576848 stop
error_spam_test.go:159: (dbg) Done: out/minikube-linux-amd64 -p nospam-576848 --log_dir /tmp/nospam-576848 stop: (1.177000577s)
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-576848 --log_dir /tmp/nospam-576848 stop
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-amd64 -p nospam-576848 --log_dir /tmp/nospam-576848 stop
--- PASS: TestErrorSpam/stop (1.36s)

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

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

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (41.04s)

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

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (28.47s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
I1204 20:03:09.965738   20863 config.go:182] Loaded profile config "functional-677656": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
functional_test.go:659: (dbg) Run:  out/minikube-linux-amd64 start -p functional-677656 --alsologtostderr -v=8
functional_test.go:659: (dbg) Done: out/minikube-linux-amd64 start -p functional-677656 --alsologtostderr -v=8: (28.471730861s)
functional_test.go:663: soft start took 28.472477563s for "functional-677656" cluster.
I1204 20:03:38.437823   20863 config.go:182] Loaded profile config "functional-677656": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
--- PASS: TestFunctional/serial/SoftStart (28.47s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.05s)

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

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.06s)

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

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1049: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 cache add registry.k8s.io/pause:3.1
functional_test.go:1049: (dbg) Done: out/minikube-linux-amd64 -p functional-677656 cache add registry.k8s.io/pause:3.1: (1.20835412s)
functional_test.go:1049: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 cache add registry.k8s.io/pause:3.3
functional_test.go:1049: (dbg) Done: out/minikube-linux-amd64 -p functional-677656 cache add registry.k8s.io/pause:3.3: (1.83754662s)
functional_test.go:1049: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 cache add registry.k8s.io/pause:latest
functional_test.go:1049: (dbg) Done: out/minikube-linux-amd64 -p functional-677656 cache add registry.k8s.io/pause:latest: (1.170956555s)
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (4.22s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.11s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.1s)

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

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (32.89s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:757: (dbg) Run:  out/minikube-linux-amd64 start -p functional-677656 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
functional_test.go:757: (dbg) Done: out/minikube-linux-amd64 start -p functional-677656 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (32.892404116s)
functional_test.go:761: restart took 32.892541074s for "functional-677656" cluster.
I1204 20:04:19.390154   20863 config.go:182] Loaded profile config "functional-677656": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
--- PASS: TestFunctional/serial/ExtraConfig (32.89s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.06s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.38s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.4s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1250: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 logs --file /tmp/TestFunctionalserialLogsFileCmd3595758621/001/logs.txt
functional_test.go:1250: (dbg) Done: out/minikube-linux-amd64 -p functional-677656 logs --file /tmp/TestFunctionalserialLogsFileCmd3595758621/001/logs.txt: (1.397648085s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.40s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.48s)

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.44s)

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (12.92s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.36s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I1204 20:04:42.169780   59783 out.go:345] Setting OutFile to fd 1 ...
	I1204 20:04:42.169892   59783 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 20:04:42.169901   59783 out.go:358] Setting ErrFile to fd 2...
	I1204 20:04:42.169915   59783 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 20:04:42.170144   59783 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19985-14083/.minikube/bin
	I1204 20:04:42.170651   59783 out.go:352] Setting JSON to false
	I1204 20:04:42.171617   59783 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":2831,"bootTime":1733339851,"procs":235,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1071-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I1204 20:04:42.171674   59783 start.go:139] virtualization: kvm guest
	I1204 20:04:42.174093   59783 out.go:177] * [functional-677656] minikube v1.34.0 on Ubuntu 20.04 (kvm/amd64)
	I1204 20:04:42.175790   59783 out.go:177]   - MINIKUBE_LOCATION=19985
	I1204 20:04:42.175796   59783 notify.go:220] Checking for updates...
	I1204 20:04:42.178678   59783 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I1204 20:04:42.180167   59783 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19985-14083/kubeconfig
	I1204 20:04:42.181683   59783 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19985-14083/.minikube
	I1204 20:04:42.183159   59783 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I1204 20:04:42.184728   59783 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I1204 20:04:42.186664   59783 config.go:182] Loaded profile config "functional-677656": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
	I1204 20:04:42.187344   59783 driver.go:394] Setting default libvirt URI to qemu:///system
	I1204 20:04:42.212657   59783 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I1204 20:04:42.212801   59783 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1204 20:04:42.263370   59783 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images: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:33 OomKillDisable:true NGoroutines:53 SystemTime:2024-12-04 20:04:42.253417383 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1071-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647935488 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I1204 20:04:42.263492   59783 docker.go:318] overlay module found
	I1204 20:04:42.266584   59783 out.go:177] * Using the docker driver based on existing profile
	I1204 20:04:42.268111   59783 start.go:297] selected driver: docker
	I1204 20:04:42.268127   59783 start.go:901] validating driver "docker" against &{Name:functional-677656 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:functional-677656 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP
: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I1204 20:04:42.268212   59783 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I1204 20:04:42.270482   59783 out.go:201] 
	W1204 20:04:42.272082   59783 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
	I1204 20:04:42.273487   59783 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.16s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I1204 20:04:42.020451   59648 out.go:345] Setting OutFile to fd 1 ...
	I1204 20:04:42.020726   59648 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 20:04:42.020737   59648 out.go:358] Setting ErrFile to fd 2...
	I1204 20:04:42.020742   59648 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 20:04:42.021037   59648 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19985-14083/.minikube/bin
	I1204 20:04:42.021650   59648 out.go:352] Setting JSON to false
	I1204 20:04:42.022640   59648 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":2831,"bootTime":1733339851,"procs":233,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1071-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I1204 20:04:42.022746   59648 start.go:139] virtualization: kvm guest
	I1204 20:04:42.025493   59648 out.go:177] * [functional-677656] minikube v1.34.0 sur Ubuntu 20.04 (kvm/amd64)
	I1204 20:04:42.027373   59648 out.go:177]   - MINIKUBE_LOCATION=19985
	I1204 20:04:42.027375   59648 notify.go:220] Checking for updates...
	I1204 20:04:42.029365   59648 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I1204 20:04:42.031239   59648 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19985-14083/kubeconfig
	I1204 20:04:42.032804   59648 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19985-14083/.minikube
	I1204 20:04:42.034137   59648 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I1204 20:04:42.035993   59648 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I1204 20:04:42.037985   59648 config.go:182] Loaded profile config "functional-677656": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
	I1204 20:04:42.038467   59648 driver.go:394] Setting default libvirt URI to qemu:///system
	I1204 20:04:42.062590   59648 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I1204 20:04:42.062671   59648 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1204 20:04:42.109829   59648 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images: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:33 OomKillDisable:true NGoroutines:53 SystemTime:2024-12-04 20:04:42.100632882 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1071-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647935488 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I1204 20:04:42.109955   59648 docker.go:318] overlay module found
	I1204 20:04:42.111890   59648 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I1204 20:04:42.113536   59648 start.go:297] selected driver: docker
	I1204 20:04:42.113559   59648 start.go:901] validating driver "docker" against &{Name:functional-677656 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:functional-677656 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP
: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I1204 20:04:42.113668   59648 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I1204 20:04:42.116096   59648 out.go:201] 
	W1204 20:04:42.117787   59648 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
	I1204 20:04:42.119439   59648 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (0.94s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (13.52s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1629: (dbg) Run:  kubectl --context functional-677656 create deployment hello-node-connect --image=registry.k8s.io/echoserver:1.8
functional_test.go:1635: (dbg) Run:  kubectl --context functional-677656 expose deployment hello-node-connect --type=NodePort --port=8080
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:344: "hello-node-connect-67bdd5bbb4-4bxn7" [efdea9b8-da83-4464-968b-f947de21ae8c] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-connect-67bdd5bbb4-4bxn7" [efdea9b8-da83-4464-968b-f947de21ae8c] Running
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 13.003755055s
functional_test.go:1649: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 service hello-node-connect --url
functional_test.go:1655: found endpoint for hello-node-connect: http://192.168.49.2:31967
functional_test.go:1675: http://192.168.49.2:31967: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-67bdd5bbb4-4bxn7

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

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.17s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (29.94s)

                                                
                                                
=== 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" [a469268d-3bae-4e62-9043-6129a7c9b321] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 5.032139166s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-677656 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-677656 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-677656 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-677656 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" [e9f7141d-7f7c-4c79-84f5-cfdd5b76fe61] Pending
helpers_test.go:344: "sp-pod" [e9f7141d-7f7c-4c79-84f5-cfdd5b76fe61] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [e9f7141d-7f7c-4c79-84f5-cfdd5b76fe61] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 13.003851634s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-677656 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-677656 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-677656 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" [3ed99444-8dd6-4a0a-b6c7-563b6091f8e6] Pending
helpers_test.go:344: "sp-pod" [3ed99444-8dd6-4a0a-b6c7-563b6091f8e6] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [3ed99444-8dd6-4a0a-b6c7-563b6091f8e6] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 10.004131771s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-677656 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (29.94s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.61s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (1.69s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/MySQL (19.57s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1793: (dbg) Run:  kubectl --context functional-677656 replace --force -f testdata/mysql.yaml
functional_test.go:1799: (dbg) TestFunctional/parallel/MySQL: waiting 10m0s for pods matching "app=mysql" in namespace "default" ...
helpers_test.go:344: "mysql-6cdb49bbb-jrw76" [3396ee51-6b5d-4703-b08c-da3d890943d1] Pending / Ready:ContainersNotReady (containers with unready status: [mysql]) / ContainersReady:ContainersNotReady (containers with unready status: [mysql])
helpers_test.go:344: "mysql-6cdb49bbb-jrw76" [3396ee51-6b5d-4703-b08c-da3d890943d1] Running
functional_test.go:1799: (dbg) TestFunctional/parallel/MySQL: app=mysql healthy within 17.003422732s
functional_test.go:1807: (dbg) Run:  kubectl --context functional-677656 exec mysql-6cdb49bbb-jrw76 -- mysql -ppassword -e "show databases;"
functional_test.go:1807: (dbg) Non-zero exit: kubectl --context functional-677656 exec mysql-6cdb49bbb-jrw76 -- mysql -ppassword -e "show databases;": exit status 1 (107.110008ms)

                                                
                                                
** stderr ** 
	mysql: [Warning] Using a password on the command line interface can be insecure.
	ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
	command terminated with exit code 1

                                                
                                                
** /stderr **
I1204 20:05:07.955696   20863 retry.go:31] will retry after 537.559508ms: exit status 1
E1204 20:05:08.044917   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:1807: (dbg) Run:  kubectl --context functional-677656 exec mysql-6cdb49bbb-jrw76 -- mysql -ppassword -e "show databases;"
functional_test.go:1807: (dbg) Non-zero exit: kubectl --context functional-677656 exec mysql-6cdb49bbb-jrw76 -- mysql -ppassword -e "show databases;": exit status 1 (103.646627ms)

                                                
                                                
** stderr ** 
	mysql: [Warning] Using a password on the command line interface can be insecure.
	ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
	command terminated with exit code 1

                                                
                                                
** /stderr **
I1204 20:05:08.597490   20863 retry.go:31] will retry after 1.484197763s: exit status 1
functional_test.go:1807: (dbg) Run:  kubectl --context functional-677656 exec mysql-6cdb49bbb-jrw76 -- mysql -ppassword -e "show databases;"
--- PASS: TestFunctional/parallel/MySQL (19.57s)

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.36s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CertSync (1.8s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.08s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.52s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.2s)

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

                                                
                                                

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-677656 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" [d2f9a857-ce8b-4d6f-98ab-54dabcd0ee3c] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [d2f9a857-ce8b-4d6f-98ab-54dabcd0ee3c] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 9.014959468s
I1204 20:04:36.601512   20863 kapi.go:150] Service nginx-svc in namespace default found.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (9.25s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1439: (dbg) Run:  kubectl --context functional-677656 create deployment hello-node --image=registry.k8s.io/echoserver:1.8
functional_test.go:1445: (dbg) Run:  kubectl --context functional-677656 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:344: "hello-node-6b9f76b5c7-bcdcb" [087b3e72-9473-4ffc-bca5-81781b4ee60a] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-6b9f76b5c7-bcdcb" [087b3e72-9473-4ffc-bca5-81781b4ee60a] Running
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 12.003288351s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (12.14s)

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel
functional_test_tunnel_test.go:434: (dbg) stopping [out/minikube-linux-amd64 -p functional-677656 tunnel --alsologtostderr] ...
--- PASS: TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.11s)

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

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

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

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

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

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

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

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

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

                                                
                                                
** /stderr **
I1204 20:04:38.290467   20863 retry.go:31] will retry after 504.370755ms: exit status 1
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 ssh -- ls -la /mount-9p
functional_test_mount_test.go:133: guest mount directory contents
total 2
-rw-r--r-- 1 docker docker 24 Dec  4 20:04 created-by-test
-rw-r--r-- 1 docker docker 24 Dec  4 20:04 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Dec  4 20:04 test-1733342678011767454
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 ssh cat /mount-9p/test-1733342678011767454
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-677656 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" [06af12a6-4b79-46f2-b57f-d5a96abf185d] Pending
helpers_test.go:344: "busybox-mount" [06af12a6-4b79-46f2-b57f-d5a96abf185d] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [06af12a6-4b79-46f2-b57f-d5a96abf185d] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [06af12a6-4b79-46f2-b57f-d5a96abf185d] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
functional_test_mount_test.go:153: (dbg) TestFunctional/parallel/MountCmd/any-port: integration-test=busybox-mount healthy within 4.090554374s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-677656 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-677656 /tmp/TestFunctionalparallelMountCmdany-port1442446704/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (6.69s)

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                

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

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/components
functional_test.go:2270: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 version -o=json --components
--- PASS: TestFunctional/parallel/Version/components (0.46s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:261: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 image ls --format short --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-677656 image ls --format short --alsologtostderr:
registry.k8s.io/pause:latest
registry.k8s.io/pause:3.3
registry.k8s.io/pause:3.10
registry.k8s.io/pause:3.1
registry.k8s.io/kube-scheduler:v1.31.2
registry.k8s.io/kube-proxy:v1.31.2
registry.k8s.io/kube-controller-manager:v1.31.2
registry.k8s.io/kube-apiserver:v1.31.2
registry.k8s.io/etcd:3.5.15-0
registry.k8s.io/echoserver:1.8
registry.k8s.io/coredns/coredns:v1.11.3
localhost/minikube-local-cache-test:functional-677656
localhost/kicbase/echo-server:functional-677656
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:v20241023-a345ebe4
docker.io/kindest/kindnetd:v20241007-36f62932
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-677656 image ls --format short --alsologtostderr:
I1204 20:04:53.103652   64296 out.go:345] Setting OutFile to fd 1 ...
I1204 20:04:53.103777   64296 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 20:04:53.103788   64296 out.go:358] Setting ErrFile to fd 2...
I1204 20:04:53.103794   64296 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 20:04:53.104104   64296 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19985-14083/.minikube/bin
I1204 20:04:53.105068   64296 config.go:182] Loaded profile config "functional-677656": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 20:04:53.105225   64296 config.go:182] Loaded profile config "functional-677656": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 20:04:53.105811   64296 cli_runner.go:164] Run: docker container inspect functional-677656 --format={{.State.Status}}
I1204 20:04:53.130540   64296 ssh_runner.go:195] Run: systemctl --version
I1204 20:04:53.130587   64296 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-677656
I1204 20:04:53.157826   64296 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/functional-677656/id_rsa Username:docker}
I1204 20:04:53.301834   64296 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.38s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:261: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 image ls --format table --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-677656 image ls --format table --alsologtostderr:
|-----------------------------------------|--------------------|---------------|--------|
|                  Image                  |        Tag         |   Image ID    |  Size  |
|-----------------------------------------|--------------------|---------------|--------|
| docker.io/library/nginx                 | alpine             | 91ca84b4f5779 | 54MB   |
| registry.k8s.io/coredns/coredns         | v1.11.3            | c69fa2e9cbf5f | 63.3MB |
| registry.k8s.io/echoserver              | 1.8                | 82e4c8a736a4f | 97.8MB |
| registry.k8s.io/kube-apiserver          | v1.31.2            | 9499c9960544e | 95.3MB |
| registry.k8s.io/pause                   | 3.10               | 873ed75102791 | 742kB  |
| docker.io/library/nginx                 | latest             | 66f8bdd3810c9 | 196MB  |
| gcr.io/k8s-minikube/busybox             | 1.28.4-glibc       | 56cc512116c8f | 4.63MB |
| localhost/kicbase/echo-server           | functional-677656  | 9056ab77afb8e | 4.94MB |
| registry.k8s.io/pause                   | 3.1                | da86e6ba6ca19 | 747kB  |
| registry.k8s.io/kube-scheduler          | v1.31.2            | 847c7bc1a5418 | 68.5MB |
| registry.k8s.io/pause                   | 3.3                | 0184c1613d929 | 686kB  |
| registry.k8s.io/pause                   | latest             | 350b164e7ae1d | 247kB  |
| docker.io/kindest/kindnetd              | v20241023-a345ebe4 | 9ca7e41918271 | 95MB   |
| gcr.io/k8s-minikube/storage-provisioner | v5                 | 6e38f40d628db | 31.5MB |
| localhost/minikube-local-cache-test     | functional-677656  | 1ec6614e9d75d | 3.33kB |
| registry.k8s.io/kube-controller-manager | v1.31.2            | 0486b6c53a1b5 | 89.5MB |
| docker.io/kindest/kindnetd              | v20241007-36f62932 | 3a5bc24055c9e | 95MB   |
| registry.k8s.io/etcd                    | 3.5.15-0           | 2e96e5913fc06 | 149MB  |
| registry.k8s.io/kube-proxy              | v1.31.2            | 505d571f5fd56 | 92.8MB |
|-----------------------------------------|--------------------|---------------|--------|
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-677656 image ls --format table --alsologtostderr:
I1204 20:04:55.861531   64604 out.go:345] Setting OutFile to fd 1 ...
I1204 20:04:55.897344   64604 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 20:04:55.897368   64604 out.go:358] Setting ErrFile to fd 2...
I1204 20:04:55.897376   64604 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 20:04:55.897713   64604 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19985-14083/.minikube/bin
I1204 20:04:55.898655   64604 config.go:182] Loaded profile config "functional-677656": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 20:04:55.898785   64604 config.go:182] Loaded profile config "functional-677656": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 20:04:55.899309   64604 cli_runner.go:164] Run: docker container inspect functional-677656 --format={{.State.Status}}
I1204 20:04:55.934308   64604 ssh_runner.go:195] Run: systemctl --version
I1204 20:04:55.934380   64604 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-677656
I1204 20:04:55.952739   64604 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/functional-677656/id_rsa Username:docker}
I1204 20:04:56.101174   64604 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.42s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:261: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 image ls --format json --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-677656 image ls --format json --alsologtostderr:
[{"id":"1ec6614e9d75d54fd3efb5d465b81505bd61e9ee8b8499d8606a54d0dcc96d91","repoDigests":["localhost/minikube-local-cache-test@sha256:056fd0b199a79b37ea3da4cfd153fd00f6c31da055979e1ebd396b54f46ae9e9"],"repoTags":["localhost/minikube-local-cache-test:functional-677656"],"size":"3330"},{"id":"505d571f5fd56726488d27af0d9a8e02c6db58f5d62ea51dd10d47de7a0c2d38","repoDigests":["registry.k8s.io/kube-proxy@sha256:22535649599e9f22b1b857afcbd9a8b36be238b2b3ea68e47f60bedcea48cd3b","registry.k8s.io/kube-proxy@sha256:62128d752eb4a9162074697aba46adea4abb8aab2a53c992f20881365b61a4fe"],"repoTags":["registry.k8s.io/kube-proxy:v1.31.2"],"size":"92783513"},{"id":"9ca7e41918271bb074bb20850743fd9455129b071204789f09fa2b7304d7fad5","repoDigests":["docker.io/kindest/kindnetd@sha256:cddd34f7d74bf898f14080ed61e322a492689043dae46e93106c013373d68d16","docker.io/kindest/kindnetd@sha256:e39a44bd13d0b4532d0436a1c2fafdd1a8c57fb327770004098162f0bb96132d"],"repoTags":["docker.io/kindest/kindnetd:v20241023-a345ebe4"],"size":"94958644"},{
"id":"07655ddf2eebe5d250f7a72c25f638b27126805d61779741b4e62e69ba080558","repoDigests":["docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93","docker.io/kubernetesui/dashboard@sha256:ca93706ef4e400542202d620b8094a7e4e568ca9b1869c71b053cdf8b5dc3029"],"repoTags":[],"size":"249229937"},{"id":"115053965e86b2df4d78af78d7951b8644839d20a03820c6df59a261103315f7","repoDigests":["docker.io/kubernetesui/metrics-scraper@sha256:43227e8286fd379ee0415a5e2156a9439c4056807e3caa38e1dd413b0644807a","docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c"],"repoTags":[],"size":"43824855"},{"id":"9499c9960544e80a96c223cdc5d3059dd7c2cc37ea20e7138af4a6e415a49173","repoDigests":["registry.k8s.io/kube-apiserver@sha256:9d12daaedff9677744993f247bfbe4950f3da8cfd38179b3c59ec66dc81dfbe0","registry.k8s.io/kube-apiserver@sha256:a4fdc0ebc2950d76f2859c5f38f2d05b760ed09fd8006d7a8d98dd9b30bc55da"],"repoTags":["registry.k8s.io/kube-apiserv
er:v1.31.2"],"size":"95274464"},{"id":"2e96e5913fc06e3d26915af3d0f2ca5048cc4b6327e661e80da792cbf8d8d9d4","repoDigests":["registry.k8s.io/etcd@sha256:4e535f53f767fe400c2deec37fef7a6ab19a79a1db35041d067597641cd8b89d","registry.k8s.io/etcd@sha256:a6dc63e6e8cfa0307d7851762fa6b629afb18f28d8aa3fab5a6e91b4af60026a"],"repoTags":["registry.k8s.io/etcd:3.5.15-0"],"size":"149009664"},{"id":"0486b6c53a1b5af26f2ad2fb89a089e04c6baa6369f8545ab0854f9d62b44503","repoDigests":["registry.k8s.io/kube-controller-manager@sha256:4ba16ce7d80945dc4bb8e85ac0794c6171bfa8a55c94fe5be415afb4c3eb938c","registry.k8s.io/kube-controller-manager@sha256:a33795e8b0ff9923d1539331975c4e76e2a74090f9f82eca775e2390e4f20752"],"repoTags":["registry.k8s.io/kube-controller-manager:v1.31.2"],"size":"89474374"},{"id":"847c7bc1a541865e150af08318f49d02d0e0cff4a0530fd4ffe369e294dd2856","repoDigests":["registry.k8s.io/kube-scheduler@sha256:0f78992e985d0dbe65f3e7598943d34b725cd61a21ba92edf5ac29f0f2b61282","registry.k8s.io/kube-scheduler@sha256:a40aba236dfcd0fe9
d1258dcb9d22a82d83e9ea6d35f7d3574949b12df928fe5"],"repoTags":["registry.k8s.io/kube-scheduler:v1.31.2"],"size":"68457798"},{"id":"da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e","repoDigests":["registry.k8s.io/pause@sha256:84805ddcaaae94434d8eacb7e843f549ec1da0cd277787b97ad9d9ac2cea929e"],"repoTags":["registry.k8s.io/pause:3.1"],"size":"746911"},{"id":"3a5bc24055c9ebfdf31b23eef58eb4bb79b8e1772c483e6aebd2a99b41d99e52","repoDigests":["docker.io/kindest/kindnetd@sha256:a454aa48d8e10631411378503103b251e3f52856d8be2535efb73a92fa2c0387","docker.io/kindest/kindnetd@sha256:e1b7077a015216fd2772941babf3d3204abecf98b97d82ecd149d00212c55fa7"],"repoTags":["docker.io/kindest/kindnetd:v20241007-36f62932"],"size":"94965812"},{"id":"66f8bdd3810c96dc5c28aec39583af731b34a2cd99471530f53c8794ed5b423e","repoDigests":["docker.io/library/nginx@sha256:3d696e8357051647b844d8c7cf4a0aa71e84379999a4f6af9b8ca1f7919ade42","docker.io/library/nginx@sha256:fb197595ebe76b9c0c14ab68159fd3c08bd067ec62300583543f0ebda353b5be"],"r
epoTags":["docker.io/library/nginx:latest"],"size":"195919252"},{"id":"9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30","repoDigests":["localhost/kicbase/echo-server@sha256:d3d0b737c6413dcf7b9393d61285525048f2d10a0aae68296150078d379c30cf"],"repoTags":["localhost/kicbase/echo-server:functional-677656"],"size":"4943877"},{"id":"82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410","repoDigests":["registry.k8s.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969"],"repoTags":["registry.k8s.io/echoserver:1.8"],"size":"97846543"},{"id":"873ed75102791e5b0b8a7fcd41606c92fcec98d56d05ead4ac5131650004c136","repoDigests":["registry.k8s.io/pause@sha256:7c38f24774e3cbd906d2d33c38354ccf787635581c122965132c9bd309754d4a","registry.k8s.io/pause@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a"],"repoTags":["registry.k8s.io/pause:3.10"],"size":"742080"},{"id":"0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da","repoDigests":["re
gistry.k8s.io/pause@sha256:1000de19145c53d83aab989956fa8fca08dcbcc5b0208bdc193517905e6ccd04"],"repoTags":["registry.k8s.io/pause:3.3"],"size":"686139"},{"id":"350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06","repoDigests":["registry.k8s.io/pause@sha256:5bcb06ed43da4a16c6e6e33898eb0506e940bd66822659ecf0a898bbb0da7cb9"],"repoTags":["registry.k8s.io/pause:latest"],"size":"247077"},{"id":"91ca84b4f57794f97f70443afccff26aed771e36bc48bad1e26c2ce66124ea66","repoDigests":["docker.io/library/nginx@sha256:41523187cf7d7a2f2677a80609d9caa14388bf5c1fbca9c410ba3de602aaaab4","docker.io/library/nginx@sha256:b1f7437a6d0398a47a5d74a1e178ea6fff3ea692c9e41d19c2b3f7ce52cdb371"],"repoTags":["docker.io/library/nginx:alpine"],"size":"53958631"},{"id":"56cc512116c8f894f11ce1995460aef1ee0972d48bc2a3bdb1faaac7c020289c","repoDigests":["gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e","gcr.io/k8s-minikube/busybox@sha256:a85c92d5aa82aa6db0f92e5af591c2670a60a762da6bdfec52
d960d55295f998"],"repoTags":["gcr.io/k8s-minikube/busybox:1.28.4-glibc"],"size":"4631262"},{"id":"6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562","repoDigests":["gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944","gcr.io/k8s-minikube/storage-provisioner@sha256:c4c05d6ad6c0f24d87b39e596d4dddf64bec3e0d84f5b36e4511d4ebf583f38f"],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"31470524"},{"id":"c69fa2e9cbf5f42dc48af631e956d3f95724c13f91596bc567591790e5e36db6","repoDigests":["registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e","registry.k8s.io/coredns/coredns@sha256:f0b8c589314ed010a0c326e987a52b50801f0145ac9b75423af1b5c66dbd6d50"],"repoTags":["registry.k8s.io/coredns/coredns:v1.11.3"],"size":"63273227"}]
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-677656 image ls --format json --alsologtostderr:
I1204 20:04:55.465225   64556 out.go:345] Setting OutFile to fd 1 ...
I1204 20:04:55.465629   64556 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 20:04:55.465644   64556 out.go:358] Setting ErrFile to fd 2...
I1204 20:04:55.465649   64556 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 20:04:55.466135   64556 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19985-14083/.minikube/bin
I1204 20:04:55.467301   64556 config.go:182] Loaded profile config "functional-677656": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 20:04:55.467444   64556 config.go:182] Loaded profile config "functional-677656": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 20:04:55.467830   64556 cli_runner.go:164] Run: docker container inspect functional-677656 --format={{.State.Status}}
I1204 20:04:55.484908   64556 ssh_runner.go:195] Run: systemctl --version
I1204 20:04:55.484972   64556 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-677656
I1204 20:04:55.509314   64556 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/functional-677656/id_rsa Username:docker}
I1204 20:04:55.645027   64556 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.41s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:261: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 image ls --format yaml --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-677656 image ls --format yaml --alsologtostderr:
- id: c69fa2e9cbf5f42dc48af631e956d3f95724c13f91596bc567591790e5e36db6
repoDigests:
- registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e
- registry.k8s.io/coredns/coredns@sha256:f0b8c589314ed010a0c326e987a52b50801f0145ac9b75423af1b5c66dbd6d50
repoTags:
- registry.k8s.io/coredns/coredns:v1.11.3
size: "63273227"
- id: 2e96e5913fc06e3d26915af3d0f2ca5048cc4b6327e661e80da792cbf8d8d9d4
repoDigests:
- registry.k8s.io/etcd@sha256:4e535f53f767fe400c2deec37fef7a6ab19a79a1db35041d067597641cd8b89d
- registry.k8s.io/etcd@sha256:a6dc63e6e8cfa0307d7851762fa6b629afb18f28d8aa3fab5a6e91b4af60026a
repoTags:
- registry.k8s.io/etcd:3.5.15-0
size: "149009664"
- id: 505d571f5fd56726488d27af0d9a8e02c6db58f5d62ea51dd10d47de7a0c2d38
repoDigests:
- registry.k8s.io/kube-proxy@sha256:22535649599e9f22b1b857afcbd9a8b36be238b2b3ea68e47f60bedcea48cd3b
- registry.k8s.io/kube-proxy@sha256:62128d752eb4a9162074697aba46adea4abb8aab2a53c992f20881365b61a4fe
repoTags:
- registry.k8s.io/kube-proxy:v1.31.2
size: "92783513"
- id: da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e
repoDigests:
- registry.k8s.io/pause@sha256:84805ddcaaae94434d8eacb7e843f549ec1da0cd277787b97ad9d9ac2cea929e
repoTags:
- registry.k8s.io/pause:3.1
size: "746911"
- id: 873ed75102791e5b0b8a7fcd41606c92fcec98d56d05ead4ac5131650004c136
repoDigests:
- registry.k8s.io/pause@sha256:7c38f24774e3cbd906d2d33c38354ccf787635581c122965132c9bd309754d4a
- registry.k8s.io/pause@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a
repoTags:
- registry.k8s.io/pause:3.10
size: "742080"
- id: 115053965e86b2df4d78af78d7951b8644839d20a03820c6df59a261103315f7
repoDigests:
- docker.io/kubernetesui/metrics-scraper@sha256:43227e8286fd379ee0415a5e2156a9439c4056807e3caa38e1dd413b0644807a
- docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c
repoTags: []
size: "43824855"
- id: 56cc512116c8f894f11ce1995460aef1ee0972d48bc2a3bdb1faaac7c020289c
repoDigests:
- gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
- gcr.io/k8s-minikube/busybox@sha256:a85c92d5aa82aa6db0f92e5af591c2670a60a762da6bdfec52d960d55295f998
repoTags:
- gcr.io/k8s-minikube/busybox:1.28.4-glibc
size: "4631262"
- id: 91ca84b4f57794f97f70443afccff26aed771e36bc48bad1e26c2ce66124ea66
repoDigests:
- docker.io/library/nginx@sha256:41523187cf7d7a2f2677a80609d9caa14388bf5c1fbca9c410ba3de602aaaab4
- docker.io/library/nginx@sha256:b1f7437a6d0398a47a5d74a1e178ea6fff3ea692c9e41d19c2b3f7ce52cdb371
repoTags:
- docker.io/library/nginx:alpine
size: "53958631"
- id: 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562
repoDigests:
- gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944
- gcr.io/k8s-minikube/storage-provisioner@sha256:c4c05d6ad6c0f24d87b39e596d4dddf64bec3e0d84f5b36e4511d4ebf583f38f
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "31470524"
- id: 1ec6614e9d75d54fd3efb5d465b81505bd61e9ee8b8499d8606a54d0dcc96d91
repoDigests:
- localhost/minikube-local-cache-test@sha256:056fd0b199a79b37ea3da4cfd153fd00f6c31da055979e1ebd396b54f46ae9e9
repoTags:
- localhost/minikube-local-cache-test:functional-677656
size: "3330"
- id: 350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06
repoDigests:
- registry.k8s.io/pause@sha256:5bcb06ed43da4a16c6e6e33898eb0506e940bd66822659ecf0a898bbb0da7cb9
repoTags:
- registry.k8s.io/pause:latest
size: "247077"
- id: 3a5bc24055c9ebfdf31b23eef58eb4bb79b8e1772c483e6aebd2a99b41d99e52
repoDigests:
- docker.io/kindest/kindnetd@sha256:a454aa48d8e10631411378503103b251e3f52856d8be2535efb73a92fa2c0387
- docker.io/kindest/kindnetd@sha256:e1b7077a015216fd2772941babf3d3204abecf98b97d82ecd149d00212c55fa7
repoTags:
- docker.io/kindest/kindnetd:v20241007-36f62932
size: "94965812"
- id: 07655ddf2eebe5d250f7a72c25f638b27126805d61779741b4e62e69ba080558
repoDigests:
- docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93
- docker.io/kubernetesui/dashboard@sha256:ca93706ef4e400542202d620b8094a7e4e568ca9b1869c71b053cdf8b5dc3029
repoTags: []
size: "249229937"
- id: 0486b6c53a1b5af26f2ad2fb89a089e04c6baa6369f8545ab0854f9d62b44503
repoDigests:
- registry.k8s.io/kube-controller-manager@sha256:4ba16ce7d80945dc4bb8e85ac0794c6171bfa8a55c94fe5be415afb4c3eb938c
- registry.k8s.io/kube-controller-manager@sha256:a33795e8b0ff9923d1539331975c4e76e2a74090f9f82eca775e2390e4f20752
repoTags:
- registry.k8s.io/kube-controller-manager:v1.31.2
size: "89474374"
- id: 847c7bc1a541865e150af08318f49d02d0e0cff4a0530fd4ffe369e294dd2856
repoDigests:
- registry.k8s.io/kube-scheduler@sha256:0f78992e985d0dbe65f3e7598943d34b725cd61a21ba92edf5ac29f0f2b61282
- registry.k8s.io/kube-scheduler@sha256:a40aba236dfcd0fe9d1258dcb9d22a82d83e9ea6d35f7d3574949b12df928fe5
repoTags:
- registry.k8s.io/kube-scheduler:v1.31.2
size: "68457798"
- id: 9ca7e41918271bb074bb20850743fd9455129b071204789f09fa2b7304d7fad5
repoDigests:
- docker.io/kindest/kindnetd@sha256:cddd34f7d74bf898f14080ed61e322a492689043dae46e93106c013373d68d16
- docker.io/kindest/kindnetd@sha256:e39a44bd13d0b4532d0436a1c2fafdd1a8c57fb327770004098162f0bb96132d
repoTags:
- docker.io/kindest/kindnetd:v20241023-a345ebe4
size: "94958644"
- id: 9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30
repoDigests:
- localhost/kicbase/echo-server@sha256:d3d0b737c6413dcf7b9393d61285525048f2d10a0aae68296150078d379c30cf
repoTags:
- localhost/kicbase/echo-server:functional-677656
size: "4943877"
- id: 9499c9960544e80a96c223cdc5d3059dd7c2cc37ea20e7138af4a6e415a49173
repoDigests:
- registry.k8s.io/kube-apiserver@sha256:9d12daaedff9677744993f247bfbe4950f3da8cfd38179b3c59ec66dc81dfbe0
- registry.k8s.io/kube-apiserver@sha256:a4fdc0ebc2950d76f2859c5f38f2d05b760ed09fd8006d7a8d98dd9b30bc55da
repoTags:
- registry.k8s.io/kube-apiserver:v1.31.2
size: "95274464"
- id: 0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da
repoDigests:
- registry.k8s.io/pause@sha256:1000de19145c53d83aab989956fa8fca08dcbcc5b0208bdc193517905e6ccd04
repoTags:
- registry.k8s.io/pause:3.3
size: "686139"
- id: 66f8bdd3810c96dc5c28aec39583af731b34a2cd99471530f53c8794ed5b423e
repoDigests:
- docker.io/library/nginx@sha256:3d696e8357051647b844d8c7cf4a0aa71e84379999a4f6af9b8ca1f7919ade42
- docker.io/library/nginx@sha256:fb197595ebe76b9c0c14ab68159fd3c08bd067ec62300583543f0ebda353b5be
repoTags:
- docker.io/library/nginx:latest
size: "195919252"
- id: 82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410
repoDigests:
- registry.k8s.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969
repoTags:
- registry.k8s.io/echoserver:1.8
size: "97846543"

                                                
                                                
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-677656 image ls --format yaml --alsologtostderr:
I1204 20:04:53.475661   64340 out.go:345] Setting OutFile to fd 1 ...
I1204 20:04:53.475762   64340 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 20:04:53.475771   64340 out.go:358] Setting ErrFile to fd 2...
I1204 20:04:53.475775   64340 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 20:04:53.476005   64340 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19985-14083/.minikube/bin
I1204 20:04:53.476638   64340 config.go:182] Loaded profile config "functional-677656": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 20:04:53.476733   64340 config.go:182] Loaded profile config "functional-677656": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 20:04:53.477077   64340 cli_runner.go:164] Run: docker container inspect functional-677656 --format={{.State.Status}}
I1204 20:04:53.494609   64340 ssh_runner.go:195] Run: systemctl --version
I1204 20:04:53.494658   64340 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-677656
I1204 20:04:53.521976   64340 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/functional-677656/id_rsa Username:docker}
I1204 20:04:53.701559   64340 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.40s)

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

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

                                                
                                                

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

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

                                                
                                                
** /stderr **
functional_test.go:315: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 image build -t localhost/my-image:functional-677656 testdata/build --alsologtostderr
2024/12/04 20:04:55 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
functional_test.go:315: (dbg) Done: out/minikube-linux-amd64 -p functional-677656 image build -t localhost/my-image:functional-677656 testdata/build --alsologtostderr: (7.958753681s)
functional_test.go:320: (dbg) Stdout: out/minikube-linux-amd64 -p functional-677656 image build -t localhost/my-image:functional-677656 testdata/build --alsologtostderr:
STEP 1/3: FROM gcr.io/k8s-minikube/busybox
STEP 2/3: RUN true
--> 78376070cf9
STEP 3/3: ADD content.txt /
COMMIT localhost/my-image:functional-677656
--> 2d4823fcbb1
Successfully tagged localhost/my-image:functional-677656
2d4823fcbb19507caafa32745035802af8104088dd2ca0f75918f0bc05b8c2b0
functional_test.go:323: (dbg) Stderr: out/minikube-linux-amd64 -p functional-677656 image build -t localhost/my-image:functional-677656 testdata/build --alsologtostderr:
I1204 20:04:54.260918   64477 out.go:345] Setting OutFile to fd 1 ...
I1204 20:04:54.261101   64477 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 20:04:54.261112   64477 out.go:358] Setting ErrFile to fd 2...
I1204 20:04:54.261116   64477 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 20:04:54.261287   64477 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19985-14083/.minikube/bin
I1204 20:04:54.261875   64477 config.go:182] Loaded profile config "functional-677656": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 20:04:54.262431   64477 config.go:182] Loaded profile config "functional-677656": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 20:04:54.262864   64477 cli_runner.go:164] Run: docker container inspect functional-677656 --format={{.State.Status}}
I1204 20:04:54.280161   64477 ssh_runner.go:195] Run: systemctl --version
I1204 20:04:54.280210   64477 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-677656
I1204 20:04:54.299731   64477 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/functional-677656/id_rsa Username:docker}
I1204 20:04:54.501620   64477 build_images.go:161] Building image from path: /tmp/build.144947554.tar
I1204 20:04:54.501696   64477 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I1204 20:04:54.513181   64477 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.144947554.tar
I1204 20:04:54.517443   64477 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.144947554.tar: stat -c "%s %y" /var/lib/minikube/build/build.144947554.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.144947554.tar': No such file or directory
I1204 20:04:54.517484   64477 ssh_runner.go:362] scp /tmp/build.144947554.tar --> /var/lib/minikube/build/build.144947554.tar (3072 bytes)
I1204 20:04:54.612575   64477 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.144947554
I1204 20:04:54.624731   64477 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.144947554 -xf /var/lib/minikube/build/build.144947554.tar
I1204 20:04:54.699048   64477 crio.go:315] Building image: /var/lib/minikube/build/build.144947554
I1204 20:04:54.699137   64477 ssh_runner.go:195] Run: sudo podman build -t localhost/my-image:functional-677656 /var/lib/minikube/build/build.144947554 --cgroup-manager=cgroupfs
Trying to pull gcr.io/k8s-minikube/busybox:latest...
Getting image source signatures
Copying blob sha256:5cc84ad355aaa64f46ea9c7bbcc319a9d808ab15088a27209c9e70ef86e5a2aa
Copying blob sha256:5cc84ad355aaa64f46ea9c7bbcc319a9d808ab15088a27209c9e70ef86e5a2aa
Copying config sha256:beae173ccac6ad749f76713cf4440fe3d21d1043fe616dfbe30775815d1d0f6a
Writing manifest to image destination
Storing signatures
I1204 20:05:02.140694   64477 ssh_runner.go:235] Completed: sudo podman build -t localhost/my-image:functional-677656 /var/lib/minikube/build/build.144947554 --cgroup-manager=cgroupfs: (7.441526559s)
I1204 20:05:02.140761   64477 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.144947554
I1204 20:05:02.149830   64477 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.144947554.tar
I1204 20:05:02.158619   64477 build_images.go:217] Built localhost/my-image:functional-677656 from /tmp/build.144947554.tar
I1204 20:05:02.158652   64477 build_images.go:133] succeeded building to: functional-677656
I1204 20:05:02.158657   64477 build_images.go:134] failed building to: 
functional_test.go:451: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 image ls
E1204 20:05:05.475371   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:05:05.481780   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:05:05.493262   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:05:05.514705   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:05:05.556178   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:05:05.637724   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:05:05.799304   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:05:06.121194   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:05:06.763257   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (8.56s)

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

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

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

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

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

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

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

                                                
                                                
** /stderr **
I1204 20:04:44.994031   20863 retry.go:31] will retry after 323.070723ms: exit status 1
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 ssh -- ls -la /mount-9p
functional_test_mount_test.go:261: guest mount directory contents
total 0
functional_test_mount_test.go:263: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-677656 /tmp/TestFunctionalparallelMountCmdspecific-port4181467043/001:/mount-9p --alsologtostderr -v=1 --port 46464] ...
functional_test_mount_test.go:264: reading mount text
functional_test_mount_test.go:278: done reading mount text
functional_test_mount_test.go:230: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-677656 ssh "sudo umount -f /mount-9p": exit status 1 (273.946154ms)

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

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

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

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

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

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

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

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

                                                
                                                
** /stderr **
I1204 20:04:46.705139   20863 retry.go:31] will retry after 747.376968ms: exit status 1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 ssh "findmnt -T" /mount2
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-677656 ssh "findmnt -T" /mount3
functional_test_mount_test.go:370: (dbg) Run:  out/minikube-linux-amd64 mount -p functional-677656 --kill=true
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-677656 /tmp/TestFunctionalparallelMountCmdVerifyCleanup319374118/001:/mount1 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-677656 /tmp/TestFunctionalparallelMountCmdVerifyCleanup319374118/001:/mount2 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-677656 /tmp/TestFunctionalparallelMountCmdVerifyCleanup319374118/001:/mount3 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
--- PASS: TestFunctional/parallel/MountCmd/VerifyCleanup (1.98s)

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

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

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

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

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

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.04s)

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

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.02s)

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

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.02s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (105.11s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-amd64 start -p ha-948116 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E1204 20:05:15.728789   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:05:25.970490   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:05:46.452151   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:06:27.413967   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:101: (dbg) Done: out/minikube-linux-amd64 start -p ha-948116 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (1m44.412849926s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (105.11s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (4.81s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.05s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/PingHostFromPods
ha_test.go:199: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-948116 -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-948116 -- exec busybox-7dff88458-84bxf -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-948116 -- exec busybox-7dff88458-84bxf -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-948116 -- exec busybox-7dff88458-ffhh8 -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-948116 -- exec busybox-7dff88458-ffhh8 -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-948116 -- exec busybox-7dff88458-mkv8s -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-948116 -- exec busybox-7dff88458-mkv8s -- sh -c "ping -c 1 192.168.49.1"
--- PASS: TestMultiControlPlane/serial/PingHostFromPods (1.05s)

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (35.8s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddWorkerNode
ha_test.go:228: (dbg) Run:  out/minikube-linux-amd64 node add -p ha-948116 -v=7 --alsologtostderr
ha_test.go:228: (dbg) Done: out/minikube-linux-amd64 node add -p ha-948116 -v=7 --alsologtostderr: (34.954765921s)
ha_test.go:234: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddWorkerNode (35.80s)

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.06s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (0.85s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (16.07s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/CopyFile
ha_test.go:328: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 status --output json -v=7 --alsologtostderr
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp testdata/cp-test.txt ha-948116:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp ha-948116:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile1994529733/001/cp-test_ha-948116.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp ha-948116:/home/docker/cp-test.txt ha-948116-m02:/home/docker/cp-test_ha-948116_ha-948116-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m02 "sudo cat /home/docker/cp-test_ha-948116_ha-948116-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp ha-948116:/home/docker/cp-test.txt ha-948116-m03:/home/docker/cp-test_ha-948116_ha-948116-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m03 "sudo cat /home/docker/cp-test_ha-948116_ha-948116-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp ha-948116:/home/docker/cp-test.txt ha-948116-m04:/home/docker/cp-test_ha-948116_ha-948116-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m04 "sudo cat /home/docker/cp-test_ha-948116_ha-948116-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp testdata/cp-test.txt ha-948116-m02:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp ha-948116-m02:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile1994529733/001/cp-test_ha-948116-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp ha-948116-m02:/home/docker/cp-test.txt ha-948116:/home/docker/cp-test_ha-948116-m02_ha-948116.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m02 "sudo cat /home/docker/cp-test.txt"
E1204 20:07:49.336075   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116 "sudo cat /home/docker/cp-test_ha-948116-m02_ha-948116.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp ha-948116-m02:/home/docker/cp-test.txt ha-948116-m03:/home/docker/cp-test_ha-948116-m02_ha-948116-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m03 "sudo cat /home/docker/cp-test_ha-948116-m02_ha-948116-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp ha-948116-m02:/home/docker/cp-test.txt ha-948116-m04:/home/docker/cp-test_ha-948116-m02_ha-948116-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m04 "sudo cat /home/docker/cp-test_ha-948116-m02_ha-948116-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp testdata/cp-test.txt ha-948116-m03:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp ha-948116-m03:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile1994529733/001/cp-test_ha-948116-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp ha-948116-m03:/home/docker/cp-test.txt ha-948116:/home/docker/cp-test_ha-948116-m03_ha-948116.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116 "sudo cat /home/docker/cp-test_ha-948116-m03_ha-948116.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp ha-948116-m03:/home/docker/cp-test.txt ha-948116-m02:/home/docker/cp-test_ha-948116-m03_ha-948116-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m02 "sudo cat /home/docker/cp-test_ha-948116-m03_ha-948116-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp ha-948116-m03:/home/docker/cp-test.txt ha-948116-m04:/home/docker/cp-test_ha-948116-m03_ha-948116-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m04 "sudo cat /home/docker/cp-test_ha-948116-m03_ha-948116-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp testdata/cp-test.txt ha-948116-m04:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp ha-948116-m04:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile1994529733/001/cp-test_ha-948116-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp ha-948116-m04:/home/docker/cp-test.txt ha-948116:/home/docker/cp-test_ha-948116-m04_ha-948116.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116 "sudo cat /home/docker/cp-test_ha-948116-m04_ha-948116.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp ha-948116-m04:/home/docker/cp-test.txt ha-948116-m02:/home/docker/cp-test_ha-948116-m04_ha-948116-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m02 "sudo cat /home/docker/cp-test_ha-948116-m04_ha-948116-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 cp ha-948116-m04:/home/docker/cp-test.txt ha-948116-m03:/home/docker/cp-test_ha-948116-m04_ha-948116-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 ssh -n ha-948116-m03 "sudo cat /home/docker/cp-test_ha-948116-m04_ha-948116-m03.txt"
--- PASS: TestMultiControlPlane/serial/CopyFile (16.07s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (12.53s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopSecondaryNode
ha_test.go:365: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 node stop m02 -v=7 --alsologtostderr
ha_test.go:365: (dbg) Done: out/minikube-linux-amd64 -p ha-948116 node stop m02 -v=7 --alsologtostderr: (11.841680538s)
ha_test.go:371: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 status -v=7 --alsologtostderr
ha_test.go:371: (dbg) Non-zero exit: out/minikube-linux-amd64 -p ha-948116 status -v=7 --alsologtostderr: exit status 7 (685.931177ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I1204 20:08:11.097243   86011 out.go:345] Setting OutFile to fd 1 ...
	I1204 20:08:11.097373   86011 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 20:08:11.097386   86011 out.go:358] Setting ErrFile to fd 2...
	I1204 20:08:11.097392   86011 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 20:08:11.097590   86011 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19985-14083/.minikube/bin
	I1204 20:08:11.097792   86011 out.go:352] Setting JSON to false
	I1204 20:08:11.097828   86011 mustload.go:65] Loading cluster: ha-948116
	I1204 20:08:11.097897   86011 notify.go:220] Checking for updates...
	I1204 20:08:11.098307   86011 config.go:182] Loaded profile config "ha-948116": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
	I1204 20:08:11.098332   86011 status.go:174] checking status of ha-948116 ...
	I1204 20:08:11.098799   86011 cli_runner.go:164] Run: docker container inspect ha-948116 --format={{.State.Status}}
	I1204 20:08:11.119713   86011 status.go:371] ha-948116 host status = "Running" (err=<nil>)
	I1204 20:08:11.119740   86011 host.go:66] Checking if "ha-948116" exists ...
	I1204 20:08:11.120016   86011 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-948116
	I1204 20:08:11.138544   86011 host.go:66] Checking if "ha-948116" exists ...
	I1204 20:08:11.138814   86011 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1204 20:08:11.138937   86011 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-948116
	I1204 20:08:11.157857   86011 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32783 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/ha-948116/id_rsa Username:docker}
	I1204 20:08:11.253698   86011 ssh_runner.go:195] Run: systemctl --version
	I1204 20:08:11.257985   86011 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1204 20:08:11.268933   86011 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1204 20:08:11.316616   86011 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:4 ContainersRunning:3 ContainersPaused:0 ContainersStopped:1 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:49 OomKillDisable:true NGoroutines:72 SystemTime:2024-12-04 20:08:11.306926181 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1071-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647935488 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I1204 20:08:11.317342   86011 kubeconfig.go:125] found "ha-948116" server: "https://192.168.49.254:8443"
	I1204 20:08:11.317375   86011 api_server.go:166] Checking apiserver status ...
	I1204 20:08:11.317418   86011 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I1204 20:08:11.328538   86011 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1495/cgroup
	I1204 20:08:11.337850   86011 api_server.go:182] apiserver freezer: "2:freezer:/docker/f1b60b922cbb0d029b24b1a8df18720ddd5a58a87916f5569fbd71c2235e6e10/crio/crio-abb0da8fe8d77e7ac7490bcef63f8f25a3d4be9ac73b06332a432cd4036aa2bc"
	I1204 20:08:11.337935   86011 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/f1b60b922cbb0d029b24b1a8df18720ddd5a58a87916f5569fbd71c2235e6e10/crio/crio-abb0da8fe8d77e7ac7490bcef63f8f25a3d4be9ac73b06332a432cd4036aa2bc/freezer.state
	I1204 20:08:11.346565   86011 api_server.go:204] freezer state: "THAWED"
	I1204 20:08:11.346594   86011 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I1204 20:08:11.350435   86011 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I1204 20:08:11.350460   86011 status.go:463] ha-948116 apiserver status = Running (err=<nil>)
	I1204 20:08:11.350468   86011 status.go:176] ha-948116 status: &{Name:ha-948116 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1204 20:08:11.350484   86011 status.go:174] checking status of ha-948116-m02 ...
	I1204 20:08:11.350720   86011 cli_runner.go:164] Run: docker container inspect ha-948116-m02 --format={{.State.Status}}
	I1204 20:08:11.370027   86011 status.go:371] ha-948116-m02 host status = "Stopped" (err=<nil>)
	I1204 20:08:11.370060   86011 status.go:384] host is not running, skipping remaining checks
	I1204 20:08:11.370069   86011 status.go:176] ha-948116-m02 status: &{Name:ha-948116-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1204 20:08:11.370095   86011 status.go:174] checking status of ha-948116-m03 ...
	I1204 20:08:11.370402   86011 cli_runner.go:164] Run: docker container inspect ha-948116-m03 --format={{.State.Status}}
	I1204 20:08:11.391055   86011 status.go:371] ha-948116-m03 host status = "Running" (err=<nil>)
	I1204 20:08:11.391092   86011 host.go:66] Checking if "ha-948116-m03" exists ...
	I1204 20:08:11.391342   86011 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-948116-m03
	I1204 20:08:11.409766   86011 host.go:66] Checking if "ha-948116-m03" exists ...
	I1204 20:08:11.410020   86011 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1204 20:08:11.410056   86011 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-948116-m03
	I1204 20:08:11.430359   86011 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32793 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/ha-948116-m03/id_rsa Username:docker}
	I1204 20:08:11.525086   86011 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1204 20:08:11.536864   86011 kubeconfig.go:125] found "ha-948116" server: "https://192.168.49.254:8443"
	I1204 20:08:11.536890   86011 api_server.go:166] Checking apiserver status ...
	I1204 20:08:11.536924   86011 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I1204 20:08:11.547544   86011 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1402/cgroup
	I1204 20:08:11.557671   86011 api_server.go:182] apiserver freezer: "2:freezer:/docker/7e124a2e5bfeb08ed77f25374a7d98b3847a279a0c27b6c83674462e9e58c6b0/crio/crio-758881a6f1ea2ed2c2df5b895ffa1950ce694f3b0fba5b1dfff7571ec12dee45"
	I1204 20:08:11.557735   86011 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/7e124a2e5bfeb08ed77f25374a7d98b3847a279a0c27b6c83674462e9e58c6b0/crio/crio-758881a6f1ea2ed2c2df5b895ffa1950ce694f3b0fba5b1dfff7571ec12dee45/freezer.state
	I1204 20:08:11.566906   86011 api_server.go:204] freezer state: "THAWED"
	I1204 20:08:11.566942   86011 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I1204 20:08:11.572138   86011 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I1204 20:08:11.572174   86011 status.go:463] ha-948116-m03 apiserver status = Running (err=<nil>)
	I1204 20:08:11.572185   86011 status.go:176] ha-948116-m03 status: &{Name:ha-948116-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1204 20:08:11.572209   86011 status.go:174] checking status of ha-948116-m04 ...
	I1204 20:08:11.572585   86011 cli_runner.go:164] Run: docker container inspect ha-948116-m04 --format={{.State.Status}}
	I1204 20:08:11.590358   86011 status.go:371] ha-948116-m04 host status = "Running" (err=<nil>)
	I1204 20:08:11.590396   86011 host.go:66] Checking if "ha-948116-m04" exists ...
	I1204 20:08:11.590879   86011 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-948116-m04
	I1204 20:08:11.609034   86011 host.go:66] Checking if "ha-948116-m04" exists ...
	I1204 20:08:11.609293   86011 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1204 20:08:11.609330   86011 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-948116-m04
	I1204 20:08:11.627732   86011 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32798 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/ha-948116-m04/id_rsa Username:docker}
	I1204 20:08:11.721169   86011 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1204 20:08:11.732976   86011 status.go:176] ha-948116-m04 status: &{Name:ha-948116-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.7s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (28.35s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartSecondaryNode
ha_test.go:422: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 node start m02 -v=7 --alsologtostderr
ha_test.go:422: (dbg) Done: out/minikube-linux-amd64 -p ha-948116 node start m02 -v=7 --alsologtostderr: (27.363656767s)
ha_test.go:430: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 status -v=7 --alsologtostderr
ha_test.go:450: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiControlPlane/serial/RestartSecondaryNode (28.35s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (1.04s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (194.98s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:458: (dbg) Run:  out/minikube-linux-amd64 node list -p ha-948116 -v=7 --alsologtostderr
ha_test.go:464: (dbg) Run:  out/minikube-linux-amd64 stop -p ha-948116 -v=7 --alsologtostderr
ha_test.go:464: (dbg) Done: out/minikube-linux-amd64 stop -p ha-948116 -v=7 --alsologtostderr: (36.591808815s)
ha_test.go:469: (dbg) Run:  out/minikube-linux-amd64 start -p ha-948116 --wait=true -v=7 --alsologtostderr
E1204 20:09:27.165905   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:09:27.172362   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:09:27.183917   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:09:27.205382   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:09:27.246804   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:09:27.328243   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:09:27.489765   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:09:27.811513   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:09:28.453647   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:09:29.735866   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:09:32.297943   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:09:37.419796   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:09:47.662261   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:10:05.475091   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:10:08.144336   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:10:33.177475   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:10:49.106231   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:469: (dbg) Done: out/minikube-linux-amd64 start -p ha-948116 --wait=true -v=7 --alsologtostderr: (2m38.28768895s)
ha_test.go:474: (dbg) Run:  out/minikube-linux-amd64 node list -p ha-948116
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (194.98s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (11.42s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeleteSecondaryNode
ha_test.go:489: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 node delete m03 -v=7 --alsologtostderr
ha_test.go:489: (dbg) Done: out/minikube-linux-amd64 -p ha-948116 node delete m03 -v=7 --alsologtostderr: (10.614103052s)
ha_test.go:495: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 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 (11.42s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.65s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (35.51s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopCluster
ha_test.go:533: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 stop -v=7 --alsologtostderr
E1204 20:12:11.028204   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:533: (dbg) Done: out/minikube-linux-amd64 -p ha-948116 stop -v=7 --alsologtostderr: (35.40257337s)
ha_test.go:539: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 status -v=7 --alsologtostderr
ha_test.go:539: (dbg) Non-zero exit: out/minikube-linux-amd64 -p ha-948116 status -v=7 --alsologtostderr: exit status 7 (106.107093ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I1204 20:12:44.332342  103916 out.go:345] Setting OutFile to fd 1 ...
	I1204 20:12:44.332485  103916 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 20:12:44.332496  103916 out.go:358] Setting ErrFile to fd 2...
	I1204 20:12:44.332500  103916 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 20:12:44.332700  103916 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19985-14083/.minikube/bin
	I1204 20:12:44.332864  103916 out.go:352] Setting JSON to false
	I1204 20:12:44.332890  103916 mustload.go:65] Loading cluster: ha-948116
	I1204 20:12:44.332962  103916 notify.go:220] Checking for updates...
	I1204 20:12:44.333327  103916 config.go:182] Loaded profile config "ha-948116": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
	I1204 20:12:44.333345  103916 status.go:174] checking status of ha-948116 ...
	I1204 20:12:44.333770  103916 cli_runner.go:164] Run: docker container inspect ha-948116 --format={{.State.Status}}
	I1204 20:12:44.352418  103916 status.go:371] ha-948116 host status = "Stopped" (err=<nil>)
	I1204 20:12:44.352443  103916 status.go:384] host is not running, skipping remaining checks
	I1204 20:12:44.352450  103916 status.go:176] ha-948116 status: &{Name:ha-948116 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1204 20:12:44.352474  103916 status.go:174] checking status of ha-948116-m02 ...
	I1204 20:12:44.352785  103916 cli_runner.go:164] Run: docker container inspect ha-948116-m02 --format={{.State.Status}}
	I1204 20:12:44.370509  103916 status.go:371] ha-948116-m02 host status = "Stopped" (err=<nil>)
	I1204 20:12:44.370531  103916 status.go:384] host is not running, skipping remaining checks
	I1204 20:12:44.370537  103916 status.go:176] ha-948116-m02 status: &{Name:ha-948116-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1204 20:12:44.370556  103916 status.go:174] checking status of ha-948116-m04 ...
	I1204 20:12:44.370807  103916 cli_runner.go:164] Run: docker container inspect ha-948116-m04 --format={{.State.Status}}
	I1204 20:12:44.387848  103916 status.go:371] ha-948116-m04 host status = "Stopped" (err=<nil>)
	I1204 20:12:44.387871  103916 status.go:384] host is not running, skipping remaining checks
	I1204 20:12:44.387877  103916 status.go:176] ha-948116-m04 status: &{Name:ha-948116-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (115.91s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:562: (dbg) Run:  out/minikube-linux-amd64 start -p ha-948116 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E1204 20:14:27.166359   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:562: (dbg) Done: out/minikube-linux-amd64 start -p ha-948116 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (1m55.134953464s)
ha_test.go:568: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 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 (115.91s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.66s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (40.03s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:607: (dbg) Run:  out/minikube-linux-amd64 node add -p ha-948116 --control-plane -v=7 --alsologtostderr
E1204 20:14:54.870024   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:15:05.474874   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:607: (dbg) Done: out/minikube-linux-amd64 node add -p ha-948116 --control-plane -v=7 --alsologtostderr: (39.185023481s)
ha_test.go:613: (dbg) Run:  out/minikube-linux-amd64 -p ha-948116 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (40.03s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (0.86s)

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

                                                
                                    
x
+
TestJSONOutput/start/Command (39.64s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-amd64 start -p json-output-350628 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio
json_output_test.go:63: (dbg) Done: out/minikube-linux-amd64 start -p json-output-350628 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio: (39.642266008s)
--- PASS: TestJSONOutput/start/Command (39.64s)

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

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

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

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

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

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

                                                
                                    
x
+
TestJSONOutput/stop/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestErrorJSONOutput (0.21s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"78b5eb86-d0c6-4367-a535-ce3401e7b948","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-883542] minikube v1.34.0 on Ubuntu 20.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"32d36173-99b7-49d7-affe-d8451519e9a8","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19985"}}
	{"specversion":"1.0","id":"5895c930-4ac6-400b-a00b-7950910256a8","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":"02a953e4-948a-4c74-a04d-10a769afd3b0","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19985-14083/kubeconfig"}}
	{"specversion":"1.0","id":"315ffa98-44b2-45cf-920b-2e0dcefd95a6","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19985-14083/.minikube"}}
	{"specversion":"1.0","id":"886d76a5-5f77-4378-8d84-8302e71b824b","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-amd64"}}
	{"specversion":"1.0","id":"903305d2-6f75-4d03-8f30-77308e580a42","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"75a59b1d-f8d6-473d-adcd-993b68dd4c2f","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"","exitcode":"56","issues":"","message":"The driver 'fail' is not supported on linux/amd64","name":"DRV_UNSUPPORTED_OS","url":""}}

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

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (27.4s)

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

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (23.85s)

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

                                                
                                    
x
+
TestKicExistingNetwork (23.59s)

                                                
                                                
=== RUN   TestKicExistingNetwork
I1204 20:17:12.337804   20863 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}}]}"
W1204 20:17:12.354094   20863 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
I1204 20:17:12.354190   20863 network_create.go:284] running [docker network inspect existing-network] to gather additional debugging logs...
I1204 20:17:12.354221   20863 cli_runner.go:164] Run: docker network inspect existing-network
W1204 20:17:12.370892   20863 cli_runner.go:211] docker network inspect existing-network returned with exit code 1
I1204 20:17:12.370923   20863 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
I1204 20:17:12.370937   20863 network_create.go:289] output of [docker network inspect existing-network]: -- stdout --
[]

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

                                                
                                                
** /stderr **
I1204 20:17:12.371074   20863 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}}]}"
I1204 20:17:12.388085   20863 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-d46de63a2db0 IfaceIPv4:192.168.49.1 IfaceMTU:1500 IfaceMAC:02:42:51:03:36:3b} reservation:<nil>}
I1204 20:17:12.388559   20863 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:0xc00151e2b0}
I1204 20:17:12.388595   20863 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 ...
I1204 20:17:12.388646   20863 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
I1204 20:17:12.452193   20863 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-amd64 start -p existing-network-223488 --network=existing-network
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-amd64 start -p existing-network-223488 --network=existing-network: (21.52049091s)
helpers_test.go:175: Cleaning up "existing-network-223488" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p existing-network-223488
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p existing-network-223488: (1.920329327s)
I1204 20:17:35.909802   20863 cli_runner.go:164] Run: docker network ls --filter=label=existing-network --format {{.Name}}
--- PASS: TestKicExistingNetwork (23.59s)

                                                
                                    
x
+
TestKicCustomSubnet (26.17s)

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

                                                
                                    
x
+
TestKicStaticIP (27.31s)

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

                                                
                                    
x
+
TestMainNoArgs (0.05s)

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

                                                
                                    
x
+
TestMinikubeProfile (52.42s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p first-748061 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p first-748061 --driver=docker  --container-runtime=crio: (23.380861034s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p second-760386 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p second-760386 --driver=docker  --container-runtime=crio: (23.743676986s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-amd64 profile first-748061
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-amd64 profile list -ojson
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-amd64 profile second-760386
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-amd64 profile list -ojson
helpers_test.go:175: Cleaning up "second-760386" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p second-760386
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p second-760386: (1.879149817s)
helpers_test.go:175: Cleaning up "first-748061" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p first-748061
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p first-748061: (2.247338046s)
--- PASS: TestMinikubeProfile (52.42s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (5.38s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountFirst
mount_start_test.go:98: (dbg) Run:  out/minikube-linux-amd64 start -p mount-start-1-187887 --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-amd64 start -p mount-start-1-187887 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=crio: (4.378839983s)
E1204 20:19:27.165326   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestMountStart/serial/StartWithMountFirst (5.38s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (0.24s)

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

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (8.27s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.24s)

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

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.61s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.25s)

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

                                                
                                    
x
+
TestMountStart/serial/Stop (1.18s)

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

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (7.17s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.25s)

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

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (69.62s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-369410 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E1204 20:20:05.480134   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:96: (dbg) Done: out/minikube-linux-amd64 start -p multinode-369410 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (1m9.167475997s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-amd64 -p multinode-369410 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (69.62s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (3.69s)

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

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (0.74s)

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

                                                
                                    
x
+
TestMultiNode/serial/AddNode (27.59s)

                                                
                                                
=== RUN   TestMultiNode/serial/AddNode
multinode_test.go:121: (dbg) Run:  out/minikube-linux-amd64 node add -p multinode-369410 -v 3 --alsologtostderr
E1204 20:21:28.539331   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:121: (dbg) Done: out/minikube-linux-amd64 node add -p multinode-369410 -v 3 --alsologtostderr: (26.993390676s)
multinode_test.go:127: (dbg) Run:  out/minikube-linux-amd64 -p multinode-369410 status --alsologtostderr
--- PASS: TestMultiNode/serial/AddNode (27.59s)

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.06s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.61s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (9.02s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.1s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I1204 20:21:41.278255  170276 out.go:345] Setting OutFile to fd 1 ...
	I1204 20:21:41.278424  170276 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 20:21:41.278438  170276 out.go:358] Setting ErrFile to fd 2...
	I1204 20:21:41.278447  170276 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 20:21:41.278651  170276 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19985-14083/.minikube/bin
	I1204 20:21:41.278848  170276 out.go:352] Setting JSON to false
	I1204 20:21:41.278887  170276 mustload.go:65] Loading cluster: multinode-369410
	I1204 20:21:41.279029  170276 notify.go:220] Checking for updates...
	I1204 20:21:41.279401  170276 config.go:182] Loaded profile config "multinode-369410": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
	I1204 20:21:41.279433  170276 status.go:174] checking status of multinode-369410 ...
	I1204 20:21:41.279926  170276 cli_runner.go:164] Run: docker container inspect multinode-369410 --format={{.State.Status}}
	I1204 20:21:41.298506  170276 status.go:371] multinode-369410 host status = "Running" (err=<nil>)
	I1204 20:21:41.298535  170276 host.go:66] Checking if "multinode-369410" exists ...
	I1204 20:21:41.298878  170276 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-369410
	I1204 20:21:41.316502  170276 host.go:66] Checking if "multinode-369410" exists ...
	I1204 20:21:41.316760  170276 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1204 20:21:41.316813  170276 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-369410
	I1204 20:21:41.337716  170276 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32903 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/multinode-369410/id_rsa Username:docker}
	I1204 20:21:41.429079  170276 ssh_runner.go:195] Run: systemctl --version
	I1204 20:21:41.433050  170276 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1204 20:21:41.443358  170276 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1204 20:21:41.489022  170276 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:3 ContainersRunning:2 ContainersPaused:0 ContainersStopped:1 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:42 OomKillDisable:true NGoroutines:62 SystemTime:2024-12-04 20:21:41.479816802 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1071-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647935488 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I1204 20:21:41.489678  170276 kubeconfig.go:125] found "multinode-369410" server: "https://192.168.67.2:8443"
	I1204 20:21:41.489706  170276 api_server.go:166] Checking apiserver status ...
	I1204 20:21:41.489749  170276 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I1204 20:21:41.500857  170276 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1472/cgroup
	I1204 20:21:41.509602  170276 api_server.go:182] apiserver freezer: "2:freezer:/docker/8e40765ecee8e777f031571f013185c47428b147b5514789ab4e454a4581b54a/crio/crio-bdc5b5d13150c3c5d96b6b0cc46ac069de95f1fc8b7e4f8ae856e1d1107a26a2"
	I1204 20:21:41.509653  170276 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/8e40765ecee8e777f031571f013185c47428b147b5514789ab4e454a4581b54a/crio/crio-bdc5b5d13150c3c5d96b6b0cc46ac069de95f1fc8b7e4f8ae856e1d1107a26a2/freezer.state
	I1204 20:21:41.517257  170276 api_server.go:204] freezer state: "THAWED"
	I1204 20:21:41.517285  170276 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I1204 20:21:41.521099  170276 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I1204 20:21:41.521136  170276 status.go:463] multinode-369410 apiserver status = Running (err=<nil>)
	I1204 20:21:41.521153  170276 status.go:176] multinode-369410 status: &{Name:multinode-369410 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1204 20:21:41.521181  170276 status.go:174] checking status of multinode-369410-m02 ...
	I1204 20:21:41.521404  170276 cli_runner.go:164] Run: docker container inspect multinode-369410-m02 --format={{.State.Status}}
	I1204 20:21:41.539015  170276 status.go:371] multinode-369410-m02 host status = "Running" (err=<nil>)
	I1204 20:21:41.539041  170276 host.go:66] Checking if "multinode-369410-m02" exists ...
	I1204 20:21:41.539371  170276 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-369410-m02
	I1204 20:21:41.556670  170276 host.go:66] Checking if "multinode-369410-m02" exists ...
	I1204 20:21:41.556938  170276 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1204 20:21:41.556999  170276 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-369410-m02
	I1204 20:21:41.574181  170276 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32908 SSHKeyPath:/home/jenkins/minikube-integration/19985-14083/.minikube/machines/multinode-369410-m02/id_rsa Username:docker}
	I1204 20:21:41.664939  170276 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1204 20:21:41.674916  170276 status.go:176] multinode-369410-m02 status: &{Name:multinode-369410-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I1204 20:21:41.674987  170276 status.go:174] checking status of multinode-369410-m03 ...
	I1204 20:21:41.675244  170276 cli_runner.go:164] Run: docker container inspect multinode-369410-m03 --format={{.State.Status}}
	I1204 20:21:41.691817  170276 status.go:371] multinode-369410-m03 host status = "Stopped" (err=<nil>)
	I1204 20:21:41.691840  170276 status.go:384] host is not running, skipping remaining checks
	I1204 20:21:41.691855  170276 status.go:176] multinode-369410-m03 status: &{Name:multinode-369410-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (8.96s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (99.51s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-369410
multinode_test.go:321: (dbg) Run:  out/minikube-linux-amd64 stop -p multinode-369410
multinode_test.go:321: (dbg) Done: out/minikube-linux-amd64 stop -p multinode-369410: (24.652425271s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-369410 --wait=true -v=8 --alsologtostderr
multinode_test.go:326: (dbg) Done: out/minikube-linux-amd64 start -p multinode-369410 --wait=true -v=8 --alsologtostderr: (1m14.759652878s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-369410
--- PASS: TestMultiNode/serial/RestartKeepsNodes (99.51s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (5.24s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (23.74s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I1204 20:23:59.106844  179984 out.go:345] Setting OutFile to fd 1 ...
	I1204 20:23:59.106962  179984 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 20:23:59.106975  179984 out.go:358] Setting ErrFile to fd 2...
	I1204 20:23:59.106980  179984 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 20:23:59.107145  179984 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19985-14083/.minikube/bin
	I1204 20:23:59.107322  179984 out.go:352] Setting JSON to false
	I1204 20:23:59.107349  179984 mustload.go:65] Loading cluster: multinode-369410
	I1204 20:23:59.107407  179984 notify.go:220] Checking for updates...
	I1204 20:23:59.107911  179984 config.go:182] Loaded profile config "multinode-369410": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
	I1204 20:23:59.107937  179984 status.go:174] checking status of multinode-369410 ...
	I1204 20:23:59.108484  179984 cli_runner.go:164] Run: docker container inspect multinode-369410 --format={{.State.Status}}
	I1204 20:23:59.126974  179984 status.go:371] multinode-369410 host status = "Stopped" (err=<nil>)
	I1204 20:23:59.127001  179984 status.go:384] host is not running, skipping remaining checks
	I1204 20:23:59.127009  179984 status.go:176] multinode-369410 status: &{Name:multinode-369410 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1204 20:23:59.127051  179984 status.go:174] checking status of multinode-369410-m02 ...
	I1204 20:23:59.127459  179984 cli_runner.go:164] Run: docker container inspect multinode-369410-m02 --format={{.State.Status}}
	I1204 20:23:59.146680  179984 status.go:371] multinode-369410-m02 host status = "Stopped" (err=<nil>)
	I1204 20:23:59.146704  179984 status.go:384] host is not running, skipping remaining checks
	I1204 20:23:59.146710  179984 status.go:176] multinode-369410-m02 status: &{Name:multinode-369410-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (52.39s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:376: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-369410 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E1204 20:24:27.166062   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:376: (dbg) Done: out/minikube-linux-amd64 start -p multinode-369410 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (51.827339511s)
multinode_test.go:382: (dbg) Run:  out/minikube-linux-amd64 -p multinode-369410 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 (52.39s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (23.18s)

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

                                                
                                                
-- stdout --
	* [multinode-369410-m02] minikube v1.34.0 on Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=19985
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19985-14083/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19985-14083/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

                                                
                                                
** /stderr **
multinode_test.go:472: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-369410-m03 --driver=docker  --container-runtime=crio
E1204 20:25:05.476193   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:472: (dbg) Done: out/minikube-linux-amd64 start -p multinode-369410-m03 --driver=docker  --container-runtime=crio: (20.921586594s)
multinode_test.go:479: (dbg) Run:  out/minikube-linux-amd64 node add -p multinode-369410
multinode_test.go:479: (dbg) Non-zero exit: out/minikube-linux-amd64 node add -p multinode-369410: exit status 80 (269.996974ms)

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

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

                                                
                                                
** /stderr **
multinode_test.go:484: (dbg) Run:  out/minikube-linux-amd64 delete -p multinode-369410-m03
multinode_test.go:484: (dbg) Done: out/minikube-linux-amd64 delete -p multinode-369410-m03: (1.868167351s)
--- PASS: TestMultiNode/serial/ValidateNameConflict (23.18s)

                                                
                                    
x
+
TestPreload (107.06s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-581561 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4
E1204 20:25:50.233604   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
preload_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p test-preload-581561 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4: (1m20.358968819s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-581561 image pull gcr.io/k8s-minikube/busybox
preload_test.go:52: (dbg) Done: out/minikube-linux-amd64 -p test-preload-581561 image pull gcr.io/k8s-minikube/busybox: (1.320833653s)
preload_test.go:58: (dbg) Run:  out/minikube-linux-amd64 stop -p test-preload-581561
preload_test.go:58: (dbg) Done: out/minikube-linux-amd64 stop -p test-preload-581561: (5.72236945s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-581561 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio
preload_test.go:66: (dbg) Done: out/minikube-linux-amd64 start -p test-preload-581561 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio: (17.164084349s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-581561 image list
helpers_test.go:175: Cleaning up "test-preload-581561" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p test-preload-581561
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p test-preload-581561: (2.24500957s)
--- PASS: TestPreload (107.06s)

                                                
                                    
x
+
TestScheduledStopUnix (96.54s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-amd64 start -p scheduled-stop-675697 --memory=2048 --driver=docker  --container-runtime=crio
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-amd64 start -p scheduled-stop-675697 --memory=2048 --driver=docker  --container-runtime=crio: (20.312998226s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-675697 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-amd64 status --format={{.TimeToStop}} -p scheduled-stop-675697 -n scheduled-stop-675697
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-675697 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
I1204 20:27:26.496817   20863 retry.go:31] will retry after 52.785µs: open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/scheduled-stop-675697/pid: no such file or directory
I1204 20:27:26.497966   20863 retry.go:31] will retry after 111.771µs: open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/scheduled-stop-675697/pid: no such file or directory
I1204 20:27:26.499098   20863 retry.go:31] will retry after 239.498µs: open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/scheduled-stop-675697/pid: no such file or directory
I1204 20:27:26.500249   20863 retry.go:31] will retry after 350.952µs: open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/scheduled-stop-675697/pid: no such file or directory
I1204 20:27:26.501374   20863 retry.go:31] will retry after 258.64µs: open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/scheduled-stop-675697/pid: no such file or directory
I1204 20:27:26.502508   20863 retry.go:31] will retry after 1.089066ms: open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/scheduled-stop-675697/pid: no such file or directory
I1204 20:27:26.504710   20863 retry.go:31] will retry after 1.352828ms: open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/scheduled-stop-675697/pid: no such file or directory
I1204 20:27:26.506930   20863 retry.go:31] will retry after 1.804935ms: open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/scheduled-stop-675697/pid: no such file or directory
I1204 20:27:26.509134   20863 retry.go:31] will retry after 3.54249ms: open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/scheduled-stop-675697/pid: no such file or directory
I1204 20:27:26.513400   20863 retry.go:31] will retry after 2.828516ms: open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/scheduled-stop-675697/pid: no such file or directory
I1204 20:27:26.516593   20863 retry.go:31] will retry after 5.030896ms: open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/scheduled-stop-675697/pid: no such file or directory
I1204 20:27:26.521751   20863 retry.go:31] will retry after 12.297224ms: open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/scheduled-stop-675697/pid: no such file or directory
I1204 20:27:26.535059   20863 retry.go:31] will retry after 13.930309ms: open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/scheduled-stop-675697/pid: no such file or directory
I1204 20:27:26.549381   20863 retry.go:31] will retry after 15.329058ms: open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/scheduled-stop-675697/pid: no such file or directory
I1204 20:27:26.565636   20863 retry.go:31] will retry after 19.878784ms: open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/scheduled-stop-675697/pid: no such file or directory
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-675697 --cancel-scheduled
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p scheduled-stop-675697 -n scheduled-stop-675697
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-amd64 status -p scheduled-stop-675697
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-675697 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-amd64 status -p scheduled-stop-675697
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p scheduled-stop-675697: exit status 7 (70.149239ms)

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

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestInsufficientStorage (12.7s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"304f6257-1855-41e0-8445-da9a514b33f0","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-063817] minikube v1.34.0 on Ubuntu 20.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"f51cb2ab-47ec-4cce-ae66-280e6873f1f4","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19985"}}
	{"specversion":"1.0","id":"41032c10-cfd4-470a-bece-a522a425d663","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":"339d698c-d4ad-4e1d-baa6-7a9ea079b3c1","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19985-14083/kubeconfig"}}
	{"specversion":"1.0","id":"9d4243d3-7bac-4820-8c5a-ad8b4b0a42be","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19985-14083/.minikube"}}
	{"specversion":"1.0","id":"e5ca9eab-0fc5-40c2-924a-fbd6fe0b7553","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-amd64"}}
	{"specversion":"1.0","id":"c1b6d064-b205-4cd7-9177-1d6a2ae1d22a","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"2cee9c19-8304-42a2-9fea-4d4a4203d7e6","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":"aebdfb6c-1197-4e53-a4af-91cf1873bf71","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":"d5e3cb13-a2fb-4c87-830c-dd710682abc4","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":"c927978e-d93b-4c2e-801a-d3e90c50d801","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":"046d59b1-0e92-44e8-88b1-fb786772fba7","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-063817\" primary control-plane node in \"insufficient-storage-063817\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"dd3de894-d7d7-4d8a-914e-e093ec89b057","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image v0.0.45-1730888964-19917 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"273a13b4-0bb5-47c1-825c-3194a68607ab","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":"0cf37cdb-ccf9-4708-ac35-a9f8324067d7","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"Try one or more of the following to free up space on the device:\n\t\n\t\t\t1. Run \"docker system prune\" to remove unused Docker data (optionally with \"-a\")\n\t\t\t2. Increase the storage allocated to Docker for Desktop by clicking on:\n\t\t\t\tDocker icon \u003e Preferences \u003e Resources \u003e Disk Image Size\n\t\t\t3. Run \"minikube ssh -- docker system prune\" if using the Docker container runtime","exitcode":"26","issues":"https://github.com/kubernetes/minikube/issues/9024","message":"Docker is out of disk space! (/var is at 100% of capacity). You can pass '--force' to skip this check.","name":"RSRC_DOCKER_STORAGE","url":""}}

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E1204 20:28:52.903834  202315 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-063817" does not appear in /home/jenkins/minikube-integration/19985-14083/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E1204 20:28:53.163637  202411 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-063817" does not appear in /home/jenkins/minikube-integration/19985-14083/kubeconfig
	E1204 20:28:53.173856  202411 status.go:258] unable to read event log: stat: stat /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/insufficient-storage-063817/events.json: no such file or directory

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

                                                
                                    
x
+
TestRunningBinaryUpgrade (101.46s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.1851647878 start -p running-upgrade-429298 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.1851647878 start -p running-upgrade-429298 --memory=2200 --vm-driver=docker  --container-runtime=crio: (29.359029941s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-amd64 start -p running-upgrade-429298 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:130: (dbg) Done: out/minikube-linux-amd64 start -p running-upgrade-429298 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (1m4.619663293s)
helpers_test.go:175: Cleaning up "running-upgrade-429298" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p running-upgrade-429298
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p running-upgrade-429298: (6.980144682s)
--- PASS: TestRunningBinaryUpgrade (101.46s)

                                                
                                    
x
+
TestKubernetesUpgrade (356.64s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:222: (dbg) Run:  out/minikube-linux-amd64 start -p kubernetes-upgrade-035348 --memory=2200 --kubernetes-version=v1.20.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:222: (dbg) Done: out/minikube-linux-amd64 start -p kubernetes-upgrade-035348 --memory=2200 --kubernetes-version=v1.20.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (52.060066952s)
version_upgrade_test.go:227: (dbg) Run:  out/minikube-linux-amd64 stop -p kubernetes-upgrade-035348
version_upgrade_test.go:227: (dbg) Done: out/minikube-linux-amd64 stop -p kubernetes-upgrade-035348: (1.204046777s)
version_upgrade_test.go:232: (dbg) Run:  out/minikube-linux-amd64 -p kubernetes-upgrade-035348 status --format={{.Host}}
version_upgrade_test.go:232: (dbg) Non-zero exit: out/minikube-linux-amd64 -p kubernetes-upgrade-035348 status --format={{.Host}}: exit status 7 (66.307261ms)

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-035348] minikube v1.34.0 on Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=19985
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19985-14083/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19985-14083/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

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

                                                
                                    
x
+
TestMissingContainerUpgrade (107.63s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.1791028490 start -p missing-upgrade-433481 --memory=2200 --driver=docker  --container-runtime=crio
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.1791028490 start -p missing-upgrade-433481 --memory=2200 --driver=docker  --container-runtime=crio: (33.001455251s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-433481
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-433481: (13.565799929s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-433481
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-amd64 start -p missing-upgrade-433481 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:329: (dbg) Done: out/minikube-linux-amd64 start -p missing-upgrade-433481 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (58.532831823s)
helpers_test.go:175: Cleaning up "missing-upgrade-433481" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p missing-upgrade-433481
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p missing-upgrade-433481: (2.062849495s)
--- PASS: TestMissingContainerUpgrade (107.63s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (0.46s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.09s)

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

                                                
                                                
-- stdout --
	* [NoKubernetes-614609] minikube v1.34.0 on Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=19985
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19985-14083/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19985-14083/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

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

                                                
                                    
x
+
TestPause/serial/Start (57.21s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-linux-amd64 start -p pause-914904 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio
pause_test.go:80: (dbg) Done: out/minikube-linux-amd64 start -p pause-914904 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio: (57.213942577s)
--- PASS: TestPause/serial/Start (57.21s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (35.63s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (105.52s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.2396452395 start -p stopped-upgrade-634421 --memory=2200 --vm-driver=docker  --container-runtime=crio
E1204 20:29:27.166311   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.2396452395 start -p stopped-upgrade-634421 --memory=2200 --vm-driver=docker  --container-runtime=crio: (1m1.409090507s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.2396452395 -p stopped-upgrade-634421 stop
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.2396452395 -p stopped-upgrade-634421 stop: (3.507323582s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-amd64 start -p stopped-upgrade-634421 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
E1204 20:30:05.477856   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:198: (dbg) Done: out/minikube-linux-amd64 start -p stopped-upgrade-634421 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (40.600688459s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (105.52s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (8.85s)

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

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

                                                
                                                
-- /stdout --
no_kubernetes_test.go:124: (dbg) Run:  out/minikube-linux-amd64 delete -p NoKubernetes-614609
no_kubernetes_test.go:124: (dbg) Done: out/minikube-linux-amd64 delete -p NoKubernetes-614609: (2.080186169s)
--- PASS: TestNoKubernetes/serial/StartWithStopK8s (8.85s)

                                                
                                    
x
+
TestNoKubernetes/serial/Start (4.83s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.27s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (1.71s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.22s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (6.67s)

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

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (70.73s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.3s)

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

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (2.68s)

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

                                                
                                    
x
+
TestPause/serial/Pause (0.74s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.29s)

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

                                                
                                                
-- stdout --
	{"Name":"pause-914904","StatusCode":418,"StatusName":"Paused","Step":"Done","StepDetail":"* Paused 7 containers in: kube-system, kubernetes-dashboard, storage-gluster, istio-operator","BinaryVersion":"v1.34.0","Components":{"kubeconfig":{"Name":"kubeconfig","StatusCode":200,"StatusName":"OK"}},"Nodes":[{"Name":"pause-914904","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.29s)

                                                
                                    
x
+
TestPause/serial/Unpause (0.66s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (0.77s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (5.08s)

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (11.75s)

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

                                                
                                                
-- stdout --
	[]

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/false (3.19s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I1204 20:31:14.356561  239384 out.go:345] Setting OutFile to fd 1 ...
	I1204 20:31:14.356696  239384 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 20:31:14.356707  239384 out.go:358] Setting ErrFile to fd 2...
	I1204 20:31:14.356711  239384 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I1204 20:31:14.356943  239384 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19985-14083/.minikube/bin
	I1204 20:31:14.357540  239384 out.go:352] Setting JSON to false
	I1204 20:31:14.358768  239384 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":4423,"bootTime":1733339851,"procs":348,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1071-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I1204 20:31:14.358863  239384 start.go:139] virtualization: kvm guest
	I1204 20:31:14.361342  239384 out.go:177] * [false-465111] minikube v1.34.0 on Ubuntu 20.04 (kvm/amd64)
	I1204 20:31:14.363013  239384 notify.go:220] Checking for updates...
	I1204 20:31:14.363031  239384 out.go:177]   - MINIKUBE_LOCATION=19985
	I1204 20:31:14.364684  239384 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I1204 20:31:14.366492  239384 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19985-14083/kubeconfig
	I1204 20:31:14.367901  239384 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19985-14083/.minikube
	I1204 20:31:14.369290  239384 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I1204 20:31:14.370944  239384 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I1204 20:31:14.372881  239384 config.go:182] Loaded profile config "missing-upgrade-433481": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.24.1
	I1204 20:31:14.373011  239384 config.go:182] Loaded profile config "running-upgrade-429298": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.24.1
	I1204 20:31:14.373108  239384 driver.go:394] Setting default libvirt URI to qemu:///system
	I1204 20:31:14.394914  239384 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I1204 20:31:14.394998  239384 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1204 20:31:14.440718  239384 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:2 ContainersRunning:2 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:53 OomKillDisable:true NGoroutines:72 SystemTime:2024-12-04 20:31:14.4310466 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1071-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647935488 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridge
-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I1204 20:31:14.440843  239384 docker.go:318] overlay module found
	I1204 20:31:14.442976  239384 out.go:177] * Using the docker driver based on user configuration
	I1204 20:31:14.444590  239384 start.go:297] selected driver: docker
	I1204 20:31:14.444611  239384 start.go:901] validating driver "docker" against <nil>
	I1204 20:31:14.444626  239384 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I1204 20:31:14.446930  239384 out.go:201] 
	W1204 20:31:14.448218  239384 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
	I1204 20:31:14.449732  239384 out.go:201] 

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/19985-14083/.minikube/ca.crt
extensions:
- extension:
last-update: Wed, 04 Dec 2024 20:30:28 UTC
provider: minikube.sigs.k8s.io
version: v1.26.0
name: cluster_info
server: https://192.168.94.2:8443
name: missing-upgrade-433481
- cluster:
certificate-authority: /home/jenkins/minikube-integration/19985-14083/.minikube/ca.crt
extensions:
- extension:
last-update: Wed, 04 Dec 2024 20:30:40 UTC
provider: minikube.sigs.k8s.io
version: v1.34.0
name: cluster_info
server: https://192.168.76.2:8443
name: running-upgrade-429298
contexts:
- context:
cluster: missing-upgrade-433481
extensions:
- extension:
last-update: Wed, 04 Dec 2024 20:30:28 UTC
provider: minikube.sigs.k8s.io
version: v1.26.0
name: context_info
namespace: default
user: missing-upgrade-433481
name: missing-upgrade-433481
- context:
cluster: running-upgrade-429298
user: running-upgrade-429298
name: running-upgrade-429298
current-context: ""
kind: Config
preferences: {}
users:
- name: missing-upgrade-433481
user:
client-certificate: /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/missing-upgrade-433481/client.crt
client-key: /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/missing-upgrade-433481/client.key
- name: running-upgrade-429298
user:
client-certificate: /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/running-upgrade-429298/client.crt
client-key: /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/running-upgrade-429298/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p old-k8s-version-663073 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p old-k8s-version-663073 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0: (2m8.699646101s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (128.70s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p embed-certs-938224 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.2
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p embed-certs-938224 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.2: (44.141726967s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (44.14s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-938224 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [31204202-1675-41ad-b326-4de120439861] Pending
helpers_test.go:344: "busybox" [31204202-1675-41ad-b326-4de120439861] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [31204202-1675-41ad-b326-4de120439861] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 8.003875555s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-938224 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (8.24s)

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

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

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

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

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p embed-certs-938224 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.2
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p embed-certs-938224 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.2: (4m21.796165666s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p embed-certs-938224 -n embed-certs-938224
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (262.16s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-663073 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [42fac4a5-e6f6-470f-a813-cb2f4b167f51] Pending
helpers_test.go:344: "busybox" [42fac4a5-e6f6-470f-a813-cb2f4b167f51] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [42fac4a5-e6f6-470f-a813-cb2f4b167f51] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 9.003349153s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-663073 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (9.40s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-amd64 stop -p old-k8s-version-663073 --alsologtostderr -v=3
E1204 20:34:27.166312   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-amd64 stop -p old-k8s-version-663073 --alsologtostderr -v=3: (11.867320386s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (11.87s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p old-k8s-version-663073 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p old-k8s-version-663073 --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: (2m19.204428513s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p old-k8s-version-663073 -n old-k8s-version-663073
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (139.54s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p default-k8s-diff-port-805458 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.2
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p default-k8s-diff-port-805458 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.2: (45.318176461s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (45.32s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-805458 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [877c2759-3e43-4ec7-9241-9137d0c8f409] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [877c2759-3e43-4ec7-9241-9137d0c8f409] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 8.003479357s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-805458 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (8.25s)

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

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

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

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

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p default-k8s-diff-port-805458 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.2
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p default-k8s-diff-port-805458 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.2: (4m59.566053376s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p default-k8s-diff-port-805458 -n default-k8s-diff-port-805458
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (299.91s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-8sdqf" [c06a2ce2-30b1-4957-9182-d9cca25847f9] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004465862s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-8sdqf" [c06a2ce2-30b1-4957-9182-d9cca25847f9] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.005047396s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context old-k8s-version-663073 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.08s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p old-k8s-version-663073 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20210326-1e038dc5
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20241023-a345ebe4
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (0.23s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p no-preload-378377 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.2
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p no-preload-378377 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.2: (54.018642653s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (54.02s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p newest-cni-001639 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.2
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p newest-cni-001639 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.2: (29.091875928s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (29.09s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-qdzcb" [94f88c72-c2d5-4c01-a7a7-1efde66b6e48] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004271617s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-qdzcb" [94f88c72-c2d5-4c01-a7a7-1efde66b6e48] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004571428s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context embed-certs-938224 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.07s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p embed-certs-938224 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20241007-36f62932
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20241023-a345ebe4
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (0.24s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-378377 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [12fb6f27-3606-49a2-8d69-75aba5790bc5] Pending
helpers_test.go:344: "busybox" [12fb6f27-3606-49a2-8d69-75aba5790bc5] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [12fb6f27-3606-49a2-8d69-75aba5790bc5] Running
E1204 20:38:08.541603   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 9.003187042s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-378377 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (9.32s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p newest-cni-001639 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.2
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p newest-cni-001639 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.2: (14.315890725s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p newest-cni-001639 -n newest-cni-001639
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (14.65s)

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p newest-cni-001639 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20241007-36f62932
--- PASS: TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (0.22s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p no-preload-378377 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.2
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p no-preload-378377 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.2: (4m22.550769139s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p no-preload-378377 -n no-preload-378377
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (262.92s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p auto-465111 "pgrep -a kubelet"
I1204 20:38:46.958486   20863 config.go:182] Loaded profile config "auto-465111": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
--- PASS: TestNetworkPlugins/group/auto/KubeletFlags (0.32s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-465111 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-58h22" [c32ddf59-a9fb-40b4-9e3b-eb918a8a74f6] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-58h22" [c32ddf59-a9fb-40b4-9e3b-eb918a8a74f6] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 9.004261211s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (9.26s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p enable-default-cni-465111 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=crio
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p enable-default-cni-465111 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=crio: (1m10.850014662s)
--- PASS: TestNetworkPlugins/group/enable-default-cni/Start (70.85s)

                                                
                                    
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-bvslk" [e798e928-8326-4747-bdc4-1fc2f77ceaab] Running
E1204 20:39:19.378119   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/old-k8s-version-663073/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.003922077s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p flannel-465111 "pgrep -a kubelet"
I1204 20:39:22.077818   20863 config.go:182] Loaded profile config "flannel-465111": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
--- PASS: TestNetworkPlugins/group/flannel/KubeletFlags (0.26s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-465111 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-v6x4k" [69c57c5c-6936-40d7-9b33-cfae48582421] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-v6x4k" [69c57c5c-6936-40d7-9b33-cfae48582421] Running
E1204 20:39:27.166382   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
E1204 20:39:29.620020   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/old-k8s-version-663073/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 10.004047758s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (10.20s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p bridge-465111 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=crio
E1204 20:40:05.475298   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/addons-871335/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p bridge-465111 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=crio: (1m4.505004046s)
--- PASS: TestNetworkPlugins/group/bridge/Start (64.51s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p enable-default-cni-465111 "pgrep -a kubelet"
I1204 20:40:26.184353   20863 config.go:182] Loaded profile config "enable-default-cni-465111": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
--- PASS: TestNetworkPlugins/group/enable-default-cni/KubeletFlags (0.28s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-465111 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-cwlrc" [e8ed619c-6384-4d9d-a1e9-e0bb40ba4b71] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-cwlrc" [e8ed619c-6384-4d9d-a1e9-e0bb40ba4b71] Running
E1204 20:40:31.064264   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/old-k8s-version-663073/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 10.003309327s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (10.19s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p bridge-465111 "pgrep -a kubelet"
I1204 20:40:56.535561   20863 config.go:182] Loaded profile config "bridge-465111": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
--- PASS: TestNetworkPlugins/group/bridge/KubeletFlags (0.31s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-465111 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-xdsbz" [17923489-5f58-4c23-bf2e-3321abdb0db7] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-xdsbz" [17923489-5f58-4c23-bf2e-3321abdb0db7] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 11.003524955s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (11.21s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-d2krc" [0c089ee6-f235-4e4e-bc5b-60f13624c063] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004198787s
--- 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:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-d2krc" [0c089ee6-f235-4e4e-bc5b-60f13624c063] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004302773s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context default-k8s-diff-port-805458 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (5.09s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p default-k8s-diff-port-805458 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20241007-36f62932
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20241023-a345ebe4
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages (0.26s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 unpause -p default-k8s-diff-port-805458 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Done: out/minikube-linux-amd64 unpause -p default-k8s-diff-port-805458 --alsologtostderr -v=1: (1.070287899s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p default-k8s-diff-port-805458 -n default-k8s-diff-port-805458
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p default-k8s-diff-port-805458 -n default-k8s-diff-port-805458
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Pause (3.76s)

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

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

                                                
                                    
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-hqp86" [ccef92cf-2ede-4296-b532-4e0cda8a11e1] Running
E1204 20:41:52.986269   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/old-k8s-version-663073/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.004510514s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p calico-465111 "pgrep -a kubelet"
I1204 20:41:55.189247   20863 config.go:182] Loaded profile config "calico-465111": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
--- PASS: TestNetworkPlugins/group/calico/KubeletFlags (0.30s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-465111 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-6fc964789b-pmc7z" [37d199af-e955-47eb-af7f-5e6a392f266d] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-pmc7z" [37d199af-e955-47eb-af7f-5e6a392f266d] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 11.004478554s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (11.19s)

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

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

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

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

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

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

                                                
                                    
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-gqkq5" [409ea5fc-bce0-44e1-a541-e35c13fa62ee] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.004547263s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p kindnet-465111 "pgrep -a kubelet"
I1204 20:42:21.886849   20863 config.go:182] Loaded profile config "kindnet-465111": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
--- PASS: TestNetworkPlugins/group/kindnet/KubeletFlags (0.28s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-465111 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-9l247" [92e0395f-8414-4a25-8b00-6c68ef10dd89] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-9l247" [92e0395f-8414-4a25-8b00-6c68ef10dd89] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 9.004636383s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (9.21s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-465111 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-7wdn4" [b9b83075-583f-4062-a151-8e2a600b6560] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-7wdn4" [b9b83075-583f-4062-a151-8e2a600b6560] Running
E1204 20:42:30.235867   20863 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/functional-677656/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 10.004215706s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (10.26s)

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-568ms" [a122a6f8-022a-4835-9659-d1c138fa4674] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.00356095s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.00s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-568ms" [a122a6f8-022a-4835-9659-d1c138fa4674] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004296676s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context no-preload-378377 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.07s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p no-preload-378377 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20241023-a345ebe4
--- PASS: TestStartStop/group/no-preload/serial/VerifyKubernetesImages (0.22s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    

Test skip (26/330)

x
+
TestDownloadOnly/v1.20.0/cached-images (0s)

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.31.2/cached-images (0s)

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

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

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

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

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

                                                
                                    
x
+
TestAddons/serial/Volcano (0.27s)

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

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/RealCredentials
addons_test.go:702: skipping GCPAuth addon test until 'Permission "artifactregistry.repositories.downloadArtifacts" denied on resource "projects/k8s-minikube/locations/us/repositories/test-artifacts" (or it may not exist)' issue is resolved
--- 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
+
TestDockerFlags (0s)

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

                                                
                                    
x
+
TestDockerEnvContainerd (0s)

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

                                                
                                    
x
+
TestHyperKitDriverInstallOrUpdate (0s)

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

                                                
                                    
x
+
TestHyperkitDriverSkipUpgrade (0s)

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

                                                
                                    
x
+
TestFunctional/parallel/DockerEnv (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PodmanEnv (0s)

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

                                                
                                                

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

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

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

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

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

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

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

                                                
                                    
x
+
TestGvisorAddon (0s)

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

                                                
                                    
x
+
TestImageBuild (0s)

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

                                                
                                    
x
+
TestChangeNoneUser (0s)

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

                                                
                                    
x
+
TestScheduledStopWindows (0s)

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

                                                
                                    
x
+
TestSkaffold (0s)

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet (2.99s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/19985-14083/.minikube/ca.crt
extensions:
- extension:
last-update: Wed, 04 Dec 2024 20:30:28 UTC
provider: minikube.sigs.k8s.io
version: v1.26.0
name: cluster_info
server: https://192.168.94.2:8443
name: missing-upgrade-433481
- cluster:
certificate-authority: /home/jenkins/minikube-integration/19985-14083/.minikube/ca.crt
extensions:
- extension:
last-update: Wed, 04 Dec 2024 20:30:40 UTC
provider: minikube.sigs.k8s.io
version: v1.34.0
name: cluster_info
server: https://192.168.76.2:8443
name: running-upgrade-429298
contexts:
- context:
cluster: missing-upgrade-433481
extensions:
- extension:
last-update: Wed, 04 Dec 2024 20:30:28 UTC
provider: minikube.sigs.k8s.io
version: v1.26.0
name: context_info
namespace: default
user: missing-upgrade-433481
name: missing-upgrade-433481
- context:
cluster: running-upgrade-429298
user: running-upgrade-429298
name: running-upgrade-429298
current-context: ""
kind: Config
preferences: {}
users:
- name: missing-upgrade-433481
user:
client-certificate: /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/missing-upgrade-433481/client.crt
client-key: /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/missing-upgrade-433481/client.key
- name: running-upgrade-429298
user:
client-certificate: /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/running-upgrade-429298/client.crt
client-key: /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/running-upgrade-429298/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (3.83s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/19985-14083/.minikube/ca.crt
extensions:
- extension:
last-update: Wed, 04 Dec 2024 20:30:28 UTC
provider: minikube.sigs.k8s.io
version: v1.26.0
name: cluster_info
server: https://192.168.94.2:8443
name: missing-upgrade-433481
- cluster:
certificate-authority: /home/jenkins/minikube-integration/19985-14083/.minikube/ca.crt
extensions:
- extension:
last-update: Wed, 04 Dec 2024 20:30:40 UTC
provider: minikube.sigs.k8s.io
version: v1.34.0
name: cluster_info
server: https://192.168.76.2:8443
name: running-upgrade-429298
contexts:
- context:
cluster: missing-upgrade-433481
extensions:
- extension:
last-update: Wed, 04 Dec 2024 20:30:28 UTC
provider: minikube.sigs.k8s.io
version: v1.26.0
name: context_info
namespace: default
user: missing-upgrade-433481
name: missing-upgrade-433481
- context:
cluster: running-upgrade-429298
user: running-upgrade-429298
name: running-upgrade-429298
current-context: ""
kind: Config
preferences: {}
users:
- name: missing-upgrade-433481
user:
client-certificate: /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/missing-upgrade-433481/client.crt
client-key: /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/missing-upgrade-433481/client.key
- name: running-upgrade-429298
user:
client-certificate: /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/running-upgrade-429298/client.crt
client-key: /home/jenkins/minikube-integration/19985-14083/.minikube/profiles/running-upgrade-429298/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
Copied to clipboard