Test Report: Docker_Linux_crio 20321

                    
                      2564366430c28bc1e44cd7de7532514f5935ec82:2025-01-27:38096
                    
                

Test fail (1/330)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run:  kubectl --context addons-555792 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-555792 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run:  kubectl --context addons-555792 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" [9d947bd7-5592-4d1c-ab3f-b7d1f979c794] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [9d947bd7-5592-4d1c-ab3f-b7d1f979c794] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 21.003313066s
I0127 14:17:45.466111  625066 kapi.go:150] Service nginx in namespace default found.
addons_test.go:262: (dbg) Run:  out/minikube-linux-amd64 -p addons-555792 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-555792 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.117883647s)

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

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "3fdf4288b039a98265750e42c37b7f5e64f7a3a0dc82531aeb905a3a7fc9f43f",
	        "Created": "2025-01-27T14:14:05.132831458Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 627184,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-01-27T14:14:05.237381863Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:e72c4cbe9b296d8a58fbcae1a7b969fa1cee662cd7b86f2d4efc5e146519cf0a",
	        "ResolvConfPath": "/var/lib/docker/containers/3fdf4288b039a98265750e42c37b7f5e64f7a3a0dc82531aeb905a3a7fc9f43f/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/3fdf4288b039a98265750e42c37b7f5e64f7a3a0dc82531aeb905a3a7fc9f43f/hostname",
	        "HostsPath": "/var/lib/docker/containers/3fdf4288b039a98265750e42c37b7f5e64f7a3a0dc82531aeb905a3a7fc9f43f/hosts",
	        "LogPath": "/var/lib/docker/containers/3fdf4288b039a98265750e42c37b7f5e64f7a3a0dc82531aeb905a3a7fc9f43f/3fdf4288b039a98265750e42c37b7f5e64f7a3a0dc82531aeb905a3a7fc9f43f-json.log",
	        "Name": "/addons-555792",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-555792:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-555792",
	            "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/18328f560497a5372a64b62ed16920d3f518b97ceb0d66e5c3e1198ecb2d9bad-init/diff:/var/lib/docker/overlay2/302ffd1e202827a1ef29b1c11d6dc14b308aa14ba47c9dc355621128d60c90f3/diff",
	                "MergedDir": "/var/lib/docker/overlay2/18328f560497a5372a64b62ed16920d3f518b97ceb0d66e5c3e1198ecb2d9bad/merged",
	                "UpperDir": "/var/lib/docker/overlay2/18328f560497a5372a64b62ed16920d3f518b97ceb0d66e5c3e1198ecb2d9bad/diff",
	                "WorkDir": "/var/lib/docker/overlay2/18328f560497a5372a64b62ed16920d3f518b97ceb0d66e5c3e1198ecb2d9bad/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-555792",
	                "Source": "/var/lib/docker/volumes/addons-555792/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-555792",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279",
	            "Volumes": null,
	            "WorkingDir": "/",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "addons-555792",
	                "name.minikube.sigs.k8s.io": "addons-555792",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "a084c59d446449242981270b3525f39864a30e778609cd367a4b06c95f37cbd1",
	            "SandboxKey": "/var/run/docker/netns/a084c59d4464",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33168"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33169"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33172"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33170"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33171"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-555792": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "158c3fab1de0fdf627196f3d5228d60f18dca0e3ac2830f2ed1ff0d94601460e",
	                    "EndpointID": "4f9498e4caf987329b69db8b04c5639c8bd0d04d65060a2a680b8b23729c866f",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-555792",
	                        "3fdf4288b039"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-555792 -n addons-555792
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-555792 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-555792 logs -n 25: (1.165061381s)
helpers_test.go:252: TestAddons/parallel/Ingress logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| start   | --download-only -p                                                                          | download-docker-065750 | jenkins | v1.35.0 | 27 Jan 25 14:13 UTC |                     |
	|         | download-docker-065750                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-065750                                                                   | download-docker-065750 | jenkins | v1.35.0 | 27 Jan 25 14:13 UTC | 27 Jan 25 14:13 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-371882   | jenkins | v1.35.0 | 27 Jan 25 14:13 UTC |                     |
	|         | binary-mirror-371882                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:44827                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-371882                                                                     | binary-mirror-371882   | jenkins | v1.35.0 | 27 Jan 25 14:13 UTC | 27 Jan 25 14:13 UTC |
	| addons  | enable dashboard -p                                                                         | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:13 UTC |                     |
	|         | addons-555792                                                                               |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                                                                        | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:13 UTC |                     |
	|         | addons-555792                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-555792 --wait=true                                                                | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:13 UTC | 27 Jan 25 14:16 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-555792 addons disable                                                                | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:16 UTC | 27 Jan 25 14:16 UTC |
	|         | volcano --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	| addons  | addons-555792 addons disable                                                                | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:17 UTC | 27 Jan 25 14:17 UTC |
	|         | gcp-auth --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:17 UTC | 27 Jan 25 14:17 UTC |
	|         | -p addons-555792                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-555792 addons                                                                        | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:17 UTC | 27 Jan 25 14:17 UTC |
	|         | disable metrics-server                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-555792 addons                                                                        | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:17 UTC | 27 Jan 25 14:17 UTC |
	|         | disable inspektor-gadget                                                                    |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-555792 addons disable                                                                | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:17 UTC | 27 Jan 25 14:17 UTC |
	|         | headlamp --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| ip      | addons-555792 ip                                                                            | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:17 UTC | 27 Jan 25 14:17 UTC |
	| addons  | addons-555792 addons disable                                                                | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:17 UTC | 27 Jan 25 14:17 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| ssh     | addons-555792 ssh curl -s                                                                   | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:17 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| addons  | addons-555792 addons disable                                                                | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:17 UTC | 27 Jan 25 14:17 UTC |
	|         | amd-gpu-device-plugin                                                                       |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-555792 addons disable                                                                | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:17 UTC | 27 Jan 25 14:18 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| addons  | addons-555792 addons                                                                        | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:18 UTC | 27 Jan 25 14:18 UTC |
	|         | disable nvidia-device-plugin                                                                |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-555792 addons                                                                        | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:18 UTC | 27 Jan 25 14:18 UTC |
	|         | disable cloud-spanner                                                                       |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ssh     | addons-555792 ssh cat                                                                       | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:18 UTC | 27 Jan 25 14:18 UTC |
	|         | /opt/local-path-provisioner/pvc-7b02cc75-6e7c-4033-8b92-26f045f2adce_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-555792 addons disable                                                                | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:18 UTC | 27 Jan 25 14:18 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-555792 addons                                                                        | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:18 UTC | 27 Jan 25 14:18 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-555792 addons                                                                        | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:18 UTC | 27 Jan 25 14:18 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-555792 ip                                                                            | addons-555792          | jenkins | v1.35.0 | 27 Jan 25 14:19 UTC | 27 Jan 25 14:19 UTC |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/01/27 14:13:42
	Running on machine: ubuntu-20-agent-11
	Binary: Built with gc go1.23.4 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0127 14:13:42.674304  626437 out.go:345] Setting OutFile to fd 1 ...
	I0127 14:13:42.674450  626437 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:13:42.674462  626437 out.go:358] Setting ErrFile to fd 2...
	I0127 14:13:42.674469  626437 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:13:42.674685  626437 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20321-618099/.minikube/bin
	I0127 14:13:42.675332  626437 out.go:352] Setting JSON to false
	I0127 14:13:42.676344  626437 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-11","uptime":14168,"bootTime":1737973055,"procs":173,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1074-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0127 14:13:42.676464  626437 start.go:139] virtualization: kvm guest
	I0127 14:13:42.678353  626437 out.go:177] * [addons-555792] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	I0127 14:13:42.680188  626437 out.go:177]   - MINIKUBE_LOCATION=20321
	I0127 14:13:42.680188  626437 notify.go:220] Checking for updates...
	I0127 14:13:42.681714  626437 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0127 14:13:42.683096  626437 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20321-618099/kubeconfig
	I0127 14:13:42.684446  626437 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20321-618099/.minikube
	I0127 14:13:42.685807  626437 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0127 14:13:42.687119  626437 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0127 14:13:42.688436  626437 driver.go:394] Setting default libvirt URI to qemu:///system
	I0127 14:13:42.709870  626437 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0127 14:13:42.710013  626437 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 14:13:42.754775  626437 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:47 SystemTime:2025-01-27 14:13:42.746396287 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-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:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-11 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 14:13:42.754916  626437 docker.go:318] overlay module found
	I0127 14:13:42.756556  626437 out.go:177] * Using the docker driver based on user configuration
	I0127 14:13:42.757803  626437 start.go:297] selected driver: docker
	I0127 14:13:42.757819  626437 start.go:901] validating driver "docker" against <nil>
	I0127 14:13:42.757832  626437 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0127 14:13:42.758716  626437 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 14:13:42.806202  626437 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:47 SystemTime:2025-01-27 14:13:42.797645689 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-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:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-11 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 14:13:42.806437  626437 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0127 14:13:42.806758  626437 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]
	I0127 14:13:42.808341  626437 out.go:177] * Using Docker driver with root privileges
	I0127 14:13:42.809732  626437 cni.go:84] Creating CNI manager for ""
	I0127 14:13:42.809814  626437 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0127 14:13:42.809831  626437 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0127 14:13:42.809911  626437 start.go:340] cluster config:
	{Name:addons-555792 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.1 ClusterName:addons-555792 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: Network
Plugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPau
seInterval:1m0s}
	I0127 14:13:42.811218  626437 out.go:177] * Starting "addons-555792" primary control-plane node in "addons-555792" cluster
	I0127 14:13:42.812259  626437 cache.go:121] Beginning downloading kic base image for docker with crio
	I0127 14:13:42.813607  626437 out.go:177] * Pulling base image v0.0.46 ...
	I0127 14:13:42.814770  626437 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0127 14:13:42.814807  626437 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20321-618099/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4
	I0127 14:13:42.814817  626437 cache.go:56] Caching tarball of preloaded images
	I0127 14:13:42.814866  626437 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local docker daemon
	I0127 14:13:42.814905  626437 preload.go:172] Found /home/jenkins/minikube-integration/20321-618099/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
	I0127 14:13:42.814913  626437 cache.go:59] Finished verifying existence of preloaded tar for v1.32.1 on crio
	I0127 14:13:42.815241  626437 profile.go:143] Saving config to /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/config.json ...
	I0127 14:13:42.815269  626437 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/config.json: {Name:mk69230588587a4b2c3962e0deb61d92b29e98ff Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 14:13:42.830871  626437 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 to local cache
	I0127 14:13:42.830988  626437 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory
	I0127 14:13:42.831008  626437 image.go:68] Found gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory, skipping pull
	I0127 14:13:42.831018  626437 image.go:137] gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 exists in cache, skipping pull
	I0127 14:13:42.831024  626437 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 as a tarball
	I0127 14:13:42.831032  626437 cache.go:163] Loading gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 from local cache
	I0127 14:13:55.198738  626437 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 from cached tarball
	I0127 14:13:55.198782  626437 cache.go:227] Successfully downloaded all kic artifacts
	I0127 14:13:55.198825  626437 start.go:360] acquireMachinesLock for addons-555792: {Name:mk0f034297250a35ee596006a98e7b4c44b10c00 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0127 14:13:55.198947  626437 start.go:364] duration metric: took 92.599µs to acquireMachinesLock for "addons-555792"
	I0127 14:13:55.198977  626437 start.go:93] Provisioning new machine with config: &{Name:addons-555792 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.1 ClusterName:addons-555792 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[
] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVM
netClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0127 14:13:55.199102  626437 start.go:125] createHost starting for "" (driver="docker")
	I0127 14:13:55.201024  626437 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0127 14:13:55.201327  626437 start.go:159] libmachine.API.Create for "addons-555792" (driver="docker")
	I0127 14:13:55.201364  626437 client.go:168] LocalClient.Create starting
	I0127 14:13:55.201479  626437 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/20321-618099/.minikube/certs/ca.pem
	I0127 14:13:55.293716  626437 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/20321-618099/.minikube/certs/cert.pem
	I0127 14:13:55.405861  626437 cli_runner.go:164] Run: docker network inspect addons-555792 --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}}]}"
	W0127 14:13:55.421853  626437 cli_runner.go:211] docker network inspect addons-555792 --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
	I0127 14:13:55.421930  626437 network_create.go:284] running [docker network inspect addons-555792] to gather additional debugging logs...
	I0127 14:13:55.421952  626437 cli_runner.go:164] Run: docker network inspect addons-555792
	W0127 14:13:55.437523  626437 cli_runner.go:211] docker network inspect addons-555792 returned with exit code 1
	I0127 14:13:55.437563  626437 network_create.go:287] error running [docker network inspect addons-555792]: docker network inspect addons-555792: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-555792 not found
	I0127 14:13:55.437576  626437 network_create.go:289] output of [docker network inspect addons-555792]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-555792 not found
	
	** /stderr **
	I0127 14:13:55.437689  626437 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}}]}"
	I0127 14:13:55.455324  626437 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:0xc002044bb0}
	I0127 14:13:55.455362  626437 network_create.go:124] attempt to create docker network addons-555792 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0127 14:13:55.455403  626437 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-555792 addons-555792
	I0127 14:13:55.516013  626437 network_create.go:108] docker network addons-555792 192.168.49.0/24 created
	I0127 14:13:55.516068  626437 kic.go:121] calculated static IP "192.168.49.2" for the "addons-555792" container
	I0127 14:13:55.516143  626437 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0127 14:13:55.532327  626437 cli_runner.go:164] Run: docker volume create addons-555792 --label name.minikube.sigs.k8s.io=addons-555792 --label created_by.minikube.sigs.k8s.io=true
	I0127 14:13:55.549325  626437 oci.go:103] Successfully created a docker volume addons-555792
	I0127 14:13:55.549422  626437 cli_runner.go:164] Run: docker run --rm --name addons-555792-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-555792 --entrypoint /usr/bin/test -v addons-555792:/var gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -d /var/lib
	I0127 14:14:00.557991  626437 cli_runner.go:217] Completed: docker run --rm --name addons-555792-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-555792 --entrypoint /usr/bin/test -v addons-555792:/var gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -d /var/lib: (5.008510962s)
	I0127 14:14:00.558022  626437 oci.go:107] Successfully prepared a docker volume addons-555792
	I0127 14:14:00.558047  626437 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0127 14:14:00.558075  626437 kic.go:194] Starting extracting preloaded images to volume ...
	I0127 14:14:00.558142  626437 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20321-618099/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-555792:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -I lz4 -xf /preloaded.tar -C /extractDir
	I0127 14:14:05.070944  626437 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20321-618099/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-555792:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -I lz4 -xf /preloaded.tar -C /extractDir: (4.512759897s)
	I0127 14:14:05.071011  626437 kic.go:203] duration metric: took 4.512914111s to extract preloaded images to volume ...
	W0127 14:14:05.071162  626437 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0127 14:14:05.071326  626437 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0127 14:14:05.117993  626437 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-555792 --name addons-555792 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-555792 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-555792 --network addons-555792 --ip 192.168.49.2 --volume addons-555792:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279
	I0127 14:14:05.399813  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Running}}
	I0127 14:14:05.419445  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:05.437944  626437 cli_runner.go:164] Run: docker exec addons-555792 stat /var/lib/dpkg/alternatives/iptables
	I0127 14:14:05.476222  626437 oci.go:144] the created container "addons-555792" has a running status.
	I0127 14:14:05.476266  626437 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa...
	I0127 14:14:05.682592  626437 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0127 14:14:05.705178  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:05.725971  626437 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0127 14:14:05.725995  626437 kic_runner.go:114] Args: [docker exec --privileged addons-555792 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0127 14:14:05.775502  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:05.797177  626437 machine.go:93] provisionDockerMachine start ...
	I0127 14:14:05.797301  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:05.813820  626437 main.go:141] libmachine: Using SSH client type: native
	I0127 14:14:05.814006  626437 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x8641c0] 0x866ea0 <nil>  [] 0s} 127.0.0.1 33168 <nil> <nil>}
	I0127 14:14:05.814017  626437 main.go:141] libmachine: About to run SSH command:
	hostname
	I0127 14:14:06.016800  626437 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-555792
	
	I0127 14:14:06.016838  626437 ubuntu.go:169] provisioning hostname "addons-555792"
	I0127 14:14:06.016916  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:06.036082  626437 main.go:141] libmachine: Using SSH client type: native
	I0127 14:14:06.036268  626437 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x8641c0] 0x866ea0 <nil>  [] 0s} 127.0.0.1 33168 <nil> <nil>}
	I0127 14:14:06.036283  626437 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-555792 && echo "addons-555792" | sudo tee /etc/hostname
	I0127 14:14:06.171635  626437 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-555792
	
	I0127 14:14:06.171740  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:06.188341  626437 main.go:141] libmachine: Using SSH client type: native
	I0127 14:14:06.188568  626437 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x8641c0] 0x866ea0 <nil>  [] 0s} 127.0.0.1 33168 <nil> <nil>}
	I0127 14:14:06.188594  626437 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-555792' /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-555792/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-555792' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0127 14:14:06.312907  626437 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0127 14:14:06.312961  626437 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/20321-618099/.minikube CaCertPath:/home/jenkins/minikube-integration/20321-618099/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20321-618099/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20321-618099/.minikube}
	I0127 14:14:06.312988  626437 ubuntu.go:177] setting up certificates
	I0127 14:14:06.313009  626437 provision.go:84] configureAuth start
	I0127 14:14:06.313102  626437 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-555792
	I0127 14:14:06.330291  626437 provision.go:143] copyHostCerts
	I0127 14:14:06.330389  626437 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20321-618099/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20321-618099/.minikube/ca.pem (1078 bytes)
	I0127 14:14:06.330523  626437 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20321-618099/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20321-618099/.minikube/cert.pem (1123 bytes)
	I0127 14:14:06.330603  626437 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20321-618099/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20321-618099/.minikube/key.pem (1679 bytes)
	I0127 14:14:06.330675  626437 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20321-618099/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20321-618099/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20321-618099/.minikube/certs/ca-key.pem org=jenkins.addons-555792 san=[127.0.0.1 192.168.49.2 addons-555792 localhost minikube]
	I0127 14:14:06.461893  626437 provision.go:177] copyRemoteCerts
	I0127 14:14:06.461953  626437 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0127 14:14:06.461991  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:06.479478  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	I0127 14:14:06.569735  626437 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-618099/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0127 14:14:06.590878  626437 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-618099/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0127 14:14:06.612059  626437 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-618099/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0127 14:14:06.632968  626437 provision.go:87] duration metric: took 319.939806ms to configureAuth
	I0127 14:14:06.632999  626437 ubuntu.go:193] setting minikube options for container-runtime
	I0127 14:14:06.633204  626437 config.go:182] Loaded profile config "addons-555792": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 14:14:06.633342  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:06.649887  626437 main.go:141] libmachine: Using SSH client type: native
	I0127 14:14:06.650058  626437 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x8641c0] 0x866ea0 <nil>  [] 0s} 127.0.0.1 33168 <nil> <nil>}
	I0127 14:14:06.650076  626437 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
	I0127 14:14:06.866182  626437 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0127 14:14:06.866214  626437 machine.go:96] duration metric: took 1.06900612s to provisionDockerMachine
	I0127 14:14:06.866228  626437 client.go:171] duration metric: took 11.664856761s to LocalClient.Create
	I0127 14:14:06.866253  626437 start.go:167] duration metric: took 11.664928333s to libmachine.API.Create "addons-555792"
	I0127 14:14:06.866263  626437 start.go:293] postStartSetup for "addons-555792" (driver="docker")
	I0127 14:14:06.866277  626437 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]
	I0127 14:14:06.866364  626437 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
	I0127 14:14:06.866421  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:06.883962  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	I0127 14:14:06.977781  626437 ssh_runner.go:195] Run: cat /etc/os-release
	I0127 14:14:06.980815  626437 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0127 14:14:06.980846  626437 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0127 14:14:06.980853  626437 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0127 14:14:06.980861  626437 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0127 14:14:06.980871  626437 filesync.go:126] Scanning /home/jenkins/minikube-integration/20321-618099/.minikube/addons for local assets ...
	I0127 14:14:06.980940  626437 filesync.go:126] Scanning /home/jenkins/minikube-integration/20321-618099/.minikube/files for local assets ...
	I0127 14:14:06.980970  626437 start.go:296] duration metric: took 114.699788ms for postStartSetup
	I0127 14:14:06.981305  626437 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-555792
	I0127 14:14:06.999429  626437 profile.go:143] Saving config to /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/config.json ...
	I0127 14:14:06.999688  626437 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0127 14:14:06.999736  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:07.015792  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	I0127 14:14:07.101784  626437 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0127 14:14:07.105903  626437 start.go:128] duration metric: took 11.906779463s to createHost
	I0127 14:14:07.105931  626437 start.go:83] releasing machines lock for "addons-555792", held for 11.90696899s
	I0127 14:14:07.106002  626437 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-555792
	I0127 14:14:07.122491  626437 ssh_runner.go:195] Run: cat /version.json
	I0127 14:14:07.122545  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:07.122575  626437 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0127 14:14:07.122654  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:07.139721  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	I0127 14:14:07.140962  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	I0127 14:14:07.228424  626437 ssh_runner.go:195] Run: systemctl --version
	I0127 14:14:07.299759  626437 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0127 14:14:07.438049  626437 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0127 14:14:07.442402  626437 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" ;
	I0127 14:14:07.459974  626437 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0127 14:14:07.460044  626437 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" ;
	I0127 14:14:07.484792  626437 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0127 14:14:07.484820  626437 start.go:495] detecting cgroup driver to use...
	I0127 14:14:07.484856  626437 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0127 14:14:07.484930  626437 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0127 14:14:07.499748  626437 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0127 14:14:07.510020  626437 docker.go:217] disabling cri-docker service (if available) ...
	I0127 14:14:07.510069  626437 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0127 14:14:07.521890  626437 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0127 14:14:07.534101  626437 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0127 14:14:07.610347  626437 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0127 14:14:07.687240  626437 docker.go:233] disabling docker service ...
	I0127 14:14:07.687308  626437 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0127 14:14:07.704983  626437 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0127 14:14:07.716193  626437 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0127 14:14:07.790402  626437 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0127 14:14:07.870781  626437 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0127 14:14:07.880792  626437 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"
	I0127 14:14:07.894830  626437 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0127 14:14:07.894886  626437 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"
	I0127 14:14:07.903364  626437 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0127 14:14:07.903442  626437 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0127 14:14:07.911946  626437 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0127 14:14:07.920364  626437 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0127 14:14:07.928799  626437 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0127 14:14:07.936523  626437 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"
	I0127 14:14:07.944676  626437 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"
	I0127 14:14:07.958310  626437 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"
	I0127 14:14:07.966665  626437 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0127 14:14:07.973879  626437 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0127 14:14:07.981117  626437 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0127 14:14:08.053702  626437 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0127 14:14:08.142150  626437 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0127 14:14:08.142248  626437 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0127 14:14:08.145681  626437 start.go:563] Will wait 60s for crictl version
	I0127 14:14:08.145733  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:14:08.148990  626437 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0127 14:14:08.180973  626437 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0127 14:14:08.181107  626437 ssh_runner.go:195] Run: crio --version
	I0127 14:14:08.215949  626437 ssh_runner.go:195] Run: crio --version
	I0127 14:14:08.249399  626437 out.go:177] * Preparing Kubernetes v1.32.1 on CRI-O 1.24.6 ...
	I0127 14:14:08.250582  626437 cli_runner.go:164] Run: docker network inspect addons-555792 --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}}]}"
	I0127 14:14:08.267305  626437 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0127 14:14:08.271100  626437 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""
	I0127 14:14:08.281546  626437 kubeadm.go:883] updating cluster {Name:addons-555792 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.1 ClusterName:addons-555792 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] D
NSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClie
ntPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0127 14:14:08.281661  626437 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0127 14:14:08.281710  626437 ssh_runner.go:195] Run: sudo crictl images --output json
	I0127 14:14:08.345202  626437 crio.go:514] all images are preloaded for cri-o runtime.
	I0127 14:14:08.345224  626437 crio.go:433] Images already preloaded, skipping extraction
	I0127 14:14:08.345270  626437 ssh_runner.go:195] Run: sudo crictl images --output json
	I0127 14:14:08.376704  626437 crio.go:514] all images are preloaded for cri-o runtime.
	I0127 14:14:08.376727  626437 cache_images.go:84] Images are preloaded, skipping loading
	I0127 14:14:08.376736  626437 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.32.1 crio true true} ...
	I0127 14:14:08.376824  626437 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.32.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-555792 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.32.1 ClusterName:addons-555792 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:}
	I0127 14:14:08.376892  626437 ssh_runner.go:195] Run: crio config
	I0127 14:14:08.416997  626437 cni.go:84] Creating CNI manager for ""
	I0127 14:14:08.417019  626437 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0127 14:14:08.417030  626437 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0127 14:14:08.417073  626437 kubeadm.go:189] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.32.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-555792 NodeName:addons-555792 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}
	I0127 14:14:08.417202  626437 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-555792"
	  kubeletExtraArgs:
	    - name: "node-ip"
	      value: "192.168.49.2"
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta4
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
	  extraArgs:
	    - name: "enable-admission-plugins"
	      value: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	controllerManager:
	  extraArgs:
	    - name: "allocate-node-cidrs"
	      value: "true"
	    - name: "leader-elect"
	      value: "false"
	scheduler:
	  extraArgs:
	    - name: "leader-elect"
	      value: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      - name: "proxy-refresh-interval"
	        value: "70000"
	kubernetesVersion: v1.32.1
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0127 14:14:08.417264  626437 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.32.1
	I0127 14:14:08.425576  626437 binaries.go:44] Found k8s binaries, skipping transfer
	I0127 14:14:08.425635  626437 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0127 14:14:08.433315  626437 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0127 14:14:08.448673  626437 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0127 14:14:08.464200  626437 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2287 bytes)
	I0127 14:14:08.479751  626437 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0127 14:14:08.482820  626437 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""
	I0127 14:14:08.492449  626437 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0127 14:14:08.554904  626437 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0127 14:14:08.569161  626437 certs.go:68] Setting up /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792 for IP: 192.168.49.2
	I0127 14:14:08.569183  626437 certs.go:194] generating shared ca certs ...
	I0127 14:14:08.569201  626437 certs.go:226] acquiring lock for ca certs: {Name:mkfbb6e857d2856340574266fd746dc3f9eaa949 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 14:14:08.569335  626437 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/20321-618099/.minikube/ca.key
	I0127 14:14:08.867562  626437 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20321-618099/.minikube/ca.crt ...
	I0127 14:14:08.867594  626437 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-618099/.minikube/ca.crt: {Name:mkb52ee5743cc2875b68ed36d188849638cb84a8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 14:14:08.867789  626437 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20321-618099/.minikube/ca.key ...
	I0127 14:14:08.867806  626437 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-618099/.minikube/ca.key: {Name:mk0e9a82ffcce9f036d51c3b91ad4aa9c921c42a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 14:14:08.867910  626437 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20321-618099/.minikube/proxy-client-ca.key
	I0127 14:14:09.158438  626437 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20321-618099/.minikube/proxy-client-ca.crt ...
	I0127 14:14:09.158479  626437 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-618099/.minikube/proxy-client-ca.crt: {Name:mkfb6f46093d582c8cf455c3fc7e76195a1b9782 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 14:14:09.158684  626437 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20321-618099/.minikube/proxy-client-ca.key ...
	I0127 14:14:09.158697  626437 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-618099/.minikube/proxy-client-ca.key: {Name:mkc4993caf3e1a860c93b39938dacc684abe7b33 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 14:14:09.158780  626437 certs.go:256] generating profile certs ...
	I0127 14:14:09.158843  626437 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.key
	I0127 14:14:09.158869  626437 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt with IP's: []
	I0127 14:14:09.218671  626437 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt ...
	I0127 14:14:09.218705  626437 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: {Name:mkd4ca6e1b497731e275e443b99af5fabb88d497 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 14:14:09.218869  626437 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.key ...
	I0127 14:14:09.218880  626437 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.key: {Name:mk9b2d8dcce84d60e5e9b0222d665b2ecfe06583 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 14:14:09.218951  626437 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/apiserver.key.bc8e905a
	I0127 14:14:09.218969  626437 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/apiserver.crt.bc8e905a with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0127 14:14:09.404945  626437 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/apiserver.crt.bc8e905a ...
	I0127 14:14:09.404976  626437 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/apiserver.crt.bc8e905a: {Name:mk186d6e5a6f3d58d59ed489493c3bda774d6083 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 14:14:09.405162  626437 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/apiserver.key.bc8e905a ...
	I0127 14:14:09.405178  626437 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/apiserver.key.bc8e905a: {Name:mka18424a273f5ca7b8b92a81013c9d8ab0b505c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 14:14:09.405253  626437 certs.go:381] copying /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/apiserver.crt.bc8e905a -> /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/apiserver.crt
	I0127 14:14:09.405322  626437 certs.go:385] copying /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/apiserver.key.bc8e905a -> /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/apiserver.key
	I0127 14:14:09.405365  626437 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/proxy-client.key
	I0127 14:14:09.405382  626437 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/proxy-client.crt with IP's: []
	I0127 14:14:09.467279  626437 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/proxy-client.crt ...
	I0127 14:14:09.467311  626437 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/proxy-client.crt: {Name:mk7f2a0dbe55f75afa05057f79431fe42ad48405 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 14:14:09.467485  626437 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/proxy-client.key ...
	I0127 14:14:09.467496  626437 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/proxy-client.key: {Name:mk610fbdb1080368ec220d1bb157e742020a69a9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 14:14:09.467688  626437 certs.go:484] found cert: /home/jenkins/minikube-integration/20321-618099/.minikube/certs/ca-key.pem (1679 bytes)
	I0127 14:14:09.467724  626437 certs.go:484] found cert: /home/jenkins/minikube-integration/20321-618099/.minikube/certs/ca.pem (1078 bytes)
	I0127 14:14:09.467751  626437 certs.go:484] found cert: /home/jenkins/minikube-integration/20321-618099/.minikube/certs/cert.pem (1123 bytes)
	I0127 14:14:09.467777  626437 certs.go:484] found cert: /home/jenkins/minikube-integration/20321-618099/.minikube/certs/key.pem (1679 bytes)
	I0127 14:14:09.468372  626437 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-618099/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0127 14:14:09.490472  626437 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-618099/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0127 14:14:09.511261  626437 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-618099/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0127 14:14:09.532990  626437 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-618099/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0127 14:14:09.553962  626437 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0127 14:14:09.574718  626437 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I0127 14:14:09.595643  626437 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0127 14:14:09.616871  626437 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0127 14:14:09.637351  626437 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20321-618099/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0127 14:14:09.658168  626437 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0127 14:14:09.674003  626437 ssh_runner.go:195] Run: openssl version
	I0127 14:14:09.678984  626437 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"
	I0127 14:14:09.687272  626437 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0127 14:14:09.690426  626437 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jan 27 14:14 /usr/share/ca-certificates/minikubeCA.pem
	I0127 14:14:09.690476  626437 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0127 14:14:09.696670  626437 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"
	I0127 14:14:09.704974  626437 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0127 14:14:09.707865  626437 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
	I0127 14:14:09.707913  626437 kubeadm.go:392] StartCluster: {Name:addons-555792 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.1 ClusterName:addons-555792 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSD
omain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientP
ath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0127 14:14:09.708003  626437 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0127 14:14:09.708055  626437 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0127 14:14:09.740613  626437 cri.go:89] found id: ""
	I0127 14:14:09.740679  626437 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0127 14:14:09.748634  626437 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0127 14:14:09.756293  626437 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0127 14:14:09.756339  626437 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
	I0127 14:14:09.763608  626437 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
	I0127 14:14:09.763625  626437 kubeadm.go:157] found existing configuration files:
	
	I0127 14:14:09.763666  626437 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0127 14:14:09.770955  626437 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
	I0127 14:14:09.770999  626437 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0127 14:14:09.778150  626437 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0127 14:14:09.785524  626437 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
	I0127 14:14:09.785568  626437 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0127 14:14:09.792533  626437 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0127 14:14:09.799605  626437 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
	I0127 14:14:09.799646  626437 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0127 14:14:09.806805  626437 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0127 14:14:09.814945  626437 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
	I0127 14:14:09.814989  626437 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0127 14:14:09.822125  626437 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.32.1:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0127 14:14:09.857487  626437 kubeadm.go:310] [init] Using Kubernetes version: v1.32.1
	I0127 14:14:09.857538  626437 kubeadm.go:310] [preflight] Running pre-flight checks
	I0127 14:14:09.873761  626437 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0127 14:14:09.873863  626437 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1074-gcp
	I0127 14:14:09.873897  626437 kubeadm.go:310] OS: Linux
	I0127 14:14:09.873987  626437 kubeadm.go:310] CGROUPS_CPU: enabled
	I0127 14:14:09.874081  626437 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0127 14:14:09.874165  626437 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0127 14:14:09.874238  626437 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0127 14:14:09.874305  626437 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0127 14:14:09.874381  626437 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0127 14:14:09.874453  626437 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0127 14:14:09.874535  626437 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0127 14:14:09.874607  626437 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0127 14:14:09.924371  626437 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0127 14:14:09.924491  626437 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0127 14:14:09.924623  626437 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0127 14:14:09.931825  626437 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0127 14:14:09.934702  626437 out.go:235]   - Generating certificates and keys ...
	I0127 14:14:09.934807  626437 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0127 14:14:09.934898  626437 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0127 14:14:10.130831  626437 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0127 14:14:10.264418  626437 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0127 14:14:10.363515  626437 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0127 14:14:10.594278  626437 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0127 14:14:10.858290  626437 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0127 14:14:10.858443  626437 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-555792 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0127 14:14:11.000188  626437 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0127 14:14:11.000372  626437 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-555792 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0127 14:14:11.320161  626437 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0127 14:14:11.425750  626437 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0127 14:14:11.559252  626437 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0127 14:14:11.559363  626437 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0127 14:14:11.839901  626437 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0127 14:14:12.011009  626437 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0127 14:14:12.247561  626437 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0127 14:14:12.381456  626437 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0127 14:14:12.485515  626437 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0127 14:14:12.486000  626437 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0127 14:14:12.488457  626437 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0127 14:14:12.490784  626437 out.go:235]   - Booting up control plane ...
	I0127 14:14:12.490881  626437 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0127 14:14:12.490970  626437 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0127 14:14:12.492340  626437 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0127 14:14:12.501204  626437 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0127 14:14:12.506430  626437 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0127 14:14:12.506530  626437 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0127 14:14:12.588455  626437 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0127 14:14:12.588596  626437 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0127 14:14:13.090015  626437 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 501.743551ms
	I0127 14:14:13.090135  626437 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0127 14:14:17.091024  626437 kubeadm.go:310] [api-check] The API server is healthy after 4.000970518s
	I0127 14:14:17.101640  626437 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0127 14:14:17.109653  626437 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0127 14:14:17.126759  626437 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0127 14:14:17.127034  626437 kubeadm.go:310] [mark-control-plane] Marking the node addons-555792 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0127 14:14:17.133370  626437 kubeadm.go:310] [bootstrap-token] Using token: 24e7vb.6iyqutj372uollf1
	I0127 14:14:17.135563  626437 out.go:235]   - Configuring RBAC rules ...
	I0127 14:14:17.135737  626437 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0127 14:14:17.138606  626437 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0127 14:14:17.143067  626437 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
	I0127 14:14:17.145245  626437 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0127 14:14:17.147357  626437 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0127 14:14:17.149404  626437 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0127 14:14:17.498136  626437 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0127 14:14:17.912421  626437 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0127 14:14:18.497020  626437 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0127 14:14:18.498682  626437 kubeadm.go:310] 
	I0127 14:14:18.498808  626437 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0127 14:14:18.498855  626437 kubeadm.go:310] 
	I0127 14:14:18.498975  626437 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0127 14:14:18.498991  626437 kubeadm.go:310] 
	I0127 14:14:18.499032  626437 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0127 14:14:18.499111  626437 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0127 14:14:18.499189  626437 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0127 14:14:18.499200  626437 kubeadm.go:310] 
	I0127 14:14:18.499285  626437 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0127 14:14:18.499297  626437 kubeadm.go:310] 
	I0127 14:14:18.499358  626437 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0127 14:14:18.499373  626437 kubeadm.go:310] 
	I0127 14:14:18.499461  626437 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0127 14:14:18.499568  626437 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0127 14:14:18.499653  626437 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0127 14:14:18.499666  626437 kubeadm.go:310] 
	I0127 14:14:18.499761  626437 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0127 14:14:18.499841  626437 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0127 14:14:18.499856  626437 kubeadm.go:310] 
	I0127 14:14:18.499956  626437 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token 24e7vb.6iyqutj372uollf1 \
	I0127 14:14:18.500086  626437 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:2e1130ab14cbadc4ec0a0dd09b423e0033236251b2bcddda447319b31269c605 \
	I0127 14:14:18.500114  626437 kubeadm.go:310] 	--control-plane 
	I0127 14:14:18.500123  626437 kubeadm.go:310] 
	I0127 14:14:18.500200  626437 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0127 14:14:18.500211  626437 kubeadm.go:310] 
	I0127 14:14:18.500352  626437 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 24e7vb.6iyqutj372uollf1 \
	I0127 14:14:18.500477  626437 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:2e1130ab14cbadc4ec0a0dd09b423e0033236251b2bcddda447319b31269c605 
	I0127 14:14:18.502418  626437 kubeadm.go:310] 	[WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
	I0127 14:14:18.502688  626437 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-1074-gcp\n", err: exit status 1
	I0127 14:14:18.502825  626437 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0127 14:14:18.502841  626437 cni.go:84] Creating CNI manager for ""
	I0127 14:14:18.502849  626437 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0127 14:14:18.505457  626437 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0127 14:14:18.506782  626437 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0127 14:14:18.510897  626437 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.32.1/kubectl ...
	I0127 14:14:18.510916  626437 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0127 14:14:18.527310  626437 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0127 14:14:18.726206  626437 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0127 14:14:18.726257  626437 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 14:14:18.726287  626437 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-555792 minikube.k8s.io/updated_at=2025_01_27T14_14_18_0700 minikube.k8s.io/version=v1.35.0 minikube.k8s.io/commit=f6a4bc0699f1a012c34860b426fc47f95a8e8743 minikube.k8s.io/name=addons-555792 minikube.k8s.io/primary=true
	I0127 14:14:18.799725  626437 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 14:14:18.799725  626437 ops.go:34] apiserver oom_adj: -16
	I0127 14:14:19.300179  626437 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 14:14:19.800080  626437 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 14:14:20.300845  626437 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 14:14:20.800622  626437 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 14:14:21.300157  626437 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 14:14:21.799845  626437 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 14:14:22.300551  626437 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 14:14:22.800253  626437 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 14:14:23.299879  626437 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 14:14:23.379849  626437 kubeadm.go:1113] duration metric: took 4.653637513s to wait for elevateKubeSystemPrivileges
	I0127 14:14:23.379898  626437 kubeadm.go:394] duration metric: took 13.671991172s to StartCluster
	I0127 14:14:23.379925  626437 settings.go:142] acquiring lock: {Name:mkc1f81fa87b8ccd36dc75bff09a1816987aaa0d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 14:14:23.380038  626437 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/20321-618099/kubeconfig
	I0127 14:14:23.380670  626437 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-618099/kubeconfig: {Name:mkdf6b9fa1193eb2db76831d85cfcb21ae2db4af Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 14:14:23.380955  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0127 14:14:23.380989  626437 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0127 14:14:23.381033  626437 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:true auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0127 14:14:23.381189  626437 addons.go:69] Setting yakd=true in profile "addons-555792"
	I0127 14:14:23.381214  626437 addons.go:238] Setting addon yakd=true in "addons-555792"
	I0127 14:14:23.381234  626437 config.go:182] Loaded profile config "addons-555792": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 14:14:23.381252  626437 host.go:66] Checking if "addons-555792" exists ...
	I0127 14:14:23.381264  626437 addons.go:69] Setting registry=true in profile "addons-555792"
	I0127 14:14:23.381259  626437 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-555792"
	I0127 14:14:23.381237  626437 addons.go:69] Setting inspektor-gadget=true in profile "addons-555792"
	I0127 14:14:23.381284  626437 addons.go:238] Setting addon registry=true in "addons-555792"
	I0127 14:14:23.381288  626437 addons.go:69] Setting cloud-spanner=true in profile "addons-555792"
	I0127 14:14:23.381291  626437 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-555792"
	I0127 14:14:23.381294  626437 addons.go:238] Setting addon inspektor-gadget=true in "addons-555792"
	I0127 14:14:23.381300  626437 addons.go:238] Setting addon cloud-spanner=true in "addons-555792"
	I0127 14:14:23.381316  626437 host.go:66] Checking if "addons-555792" exists ...
	I0127 14:14:23.381324  626437 host.go:66] Checking if "addons-555792" exists ...
	I0127 14:14:23.381324  626437 host.go:66] Checking if "addons-555792" exists ...
	I0127 14:14:23.381327  626437 host.go:66] Checking if "addons-555792" exists ...
	I0127 14:14:23.381277  626437 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-555792"
	I0127 14:14:23.381414  626437 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-555792"
	I0127 14:14:23.381430  626437 host.go:66] Checking if "addons-555792" exists ...
	I0127 14:14:23.381528  626437 addons.go:69] Setting gcp-auth=true in profile "addons-555792"
	I0127 14:14:23.381555  626437 mustload.go:65] Loading cluster: addons-555792
	I0127 14:14:23.381702  626437 config.go:182] Loaded profile config "addons-555792": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 14:14:23.381836  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:23.381851  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:23.381854  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:23.381852  626437 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-555792"
	I0127 14:14:23.381869  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:23.381891  626437 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-555792"
	I0127 14:14:23.381914  626437 host.go:66] Checking if "addons-555792" exists ...
	I0127 14:14:23.382289  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:23.382368  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:23.383126  626437 addons.go:69] Setting metrics-server=true in profile "addons-555792"
	I0127 14:14:23.383185  626437 addons.go:238] Setting addon metrics-server=true in "addons-555792"
	I0127 14:14:23.383228  626437 host.go:66] Checking if "addons-555792" exists ...
	I0127 14:14:23.383942  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:23.384277  626437 addons.go:69] Setting default-storageclass=true in profile "addons-555792"
	I0127 14:14:23.384339  626437 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-555792"
	I0127 14:14:23.384736  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:23.381244  626437 addons.go:69] Setting storage-provisioner=true in profile "addons-555792"
	I0127 14:14:23.384986  626437 addons.go:238] Setting addon storage-provisioner=true in "addons-555792"
	I0127 14:14:23.385141  626437 host.go:66] Checking if "addons-555792" exists ...
	I0127 14:14:23.385787  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:23.381836  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:23.387070  626437 addons.go:69] Setting ingress=true in profile "addons-555792"
	I0127 14:14:23.387094  626437 addons.go:238] Setting addon ingress=true in "addons-555792"
	I0127 14:14:23.387147  626437 host.go:66] Checking if "addons-555792" exists ...
	I0127 14:14:23.389173  626437 addons.go:69] Setting ingress-dns=true in profile "addons-555792"
	I0127 14:14:23.389260  626437 addons.go:238] Setting addon ingress-dns=true in "addons-555792"
	I0127 14:14:23.389348  626437 host.go:66] Checking if "addons-555792" exists ...
	I0127 14:14:23.390076  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:23.393228  626437 addons.go:69] Setting volcano=true in profile "addons-555792"
	I0127 14:14:23.393297  626437 addons.go:238] Setting addon volcano=true in "addons-555792"
	I0127 14:14:23.393317  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:23.393369  626437 host.go:66] Checking if "addons-555792" exists ...
	I0127 14:14:23.393546  626437 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-555792"
	I0127 14:14:23.393590  626437 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-555792"
	I0127 14:14:23.393740  626437 addons.go:69] Setting volumesnapshots=true in profile "addons-555792"
	I0127 14:14:23.393768  626437 addons.go:238] Setting addon volumesnapshots=true in "addons-555792"
	I0127 14:14:23.393799  626437 host.go:66] Checking if "addons-555792" exists ...
	I0127 14:14:23.393873  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:23.394024  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:23.389353  626437 out.go:177] * Verifying Kubernetes components...
	I0127 14:14:23.397107  626437 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0127 14:14:23.413520  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:23.413791  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:23.418627  626437 host.go:66] Checking if "addons-555792" exists ...
	I0127 14:14:23.422512  626437 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
	I0127 14:14:23.424915  626437 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0127 14:14:23.424941  626437 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0127 14:14:23.425014  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:23.427994  626437 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0127 14:14:23.428073  626437 out.go:177]   - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
	I0127 14:14:23.431856  626437 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0127 14:14:23.431935  626437 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0127 14:14:23.431957  626437 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0127 14:14:23.432028  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:23.432345  626437 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0127 14:14:23.432363  626437 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
	I0127 14:14:23.432410  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:23.434281  626437 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0127 14:14:23.435517  626437 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0127 14:14:23.436759  626437 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0127 14:14:23.439705  626437 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.28
	I0127 14:14:23.439793  626437 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0127 14:14:23.441291  626437 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
	I0127 14:14:23.441310  626437 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0127 14:14:23.441366  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:23.442724  626437 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0127 14:14:23.443894  626437 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0127 14:14:23.445235  626437 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0127 14:14:23.446858  626437 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0127 14:14:23.446877  626437 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0127 14:14:23.446944  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:23.450829  626437 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.36.0
	I0127 14:14:23.452793  626437 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
	I0127 14:14:23.452866  626437 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
	I0127 14:14:23.452940  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:23.454227  626437 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-555792"
	I0127 14:14:23.454279  626437 host.go:66] Checking if "addons-555792" exists ...
	I0127 14:14:23.454743  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:23.464538  626437 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0127 14:14:23.464675  626437 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0127 14:14:23.466639  626437 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0127 14:14:23.466664  626437 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0127 14:14:23.466730  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:23.467094  626437 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0127 14:14:23.467112  626437 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0127 14:14:23.467165  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:23.472529  626437 out.go:177]   - Using image docker.io/registry:2.8.3
	I0127 14:14:23.475325  626437 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
	I0127 14:14:23.477311  626437 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
	I0127 14:14:23.477328  626437 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0127 14:14:23.477377  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:23.483302  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	I0127 14:14:23.493698  626437 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I0127 14:14:23.495212  626437 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
	I0127 14:14:23.496354  626437 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I0127 14:14:23.498138  626437 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0127 14:14:23.498159  626437 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0127 14:14:23.498233  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:23.500590  626437 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0127 14:14:23.502243  626437 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0127 14:14:23.502262  626437 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0127 14:14:23.502326  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:23.517848  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	I0127 14:14:23.523916  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	W0127 14:14:23.526075  626437 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0127 14:14:23.527547  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	I0127 14:14:23.532515  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	I0127 14:14:23.534327  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	I0127 14:14:23.534688  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	I0127 14:14:23.536455  626437 addons.go:238] Setting addon default-storageclass=true in "addons-555792"
	I0127 14:14:23.536505  626437 host.go:66] Checking if "addons-555792" exists ...
	I0127 14:14:23.536586  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	I0127 14:14:23.537558  626437 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0127 14:14:23.537683  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:23.538918  626437 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0127 14:14:23.538937  626437 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0127 14:14:23.539003  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:23.540316  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	I0127 14:14:23.543522  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	I0127 14:14:23.544793  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	W0127 14:14:23.561707  626437 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0127 14:14:23.561765  626437 retry.go:31] will retry after 259.189281ms: ssh: handshake failed: EOF
	I0127 14:14:23.562723  626437 out.go:177]   - Using image docker.io/busybox:stable
	I0127 14:14:23.573094  626437 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
	I0127 14:14:23.573121  626437 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0127 14:14:23.573188  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:23.573098  626437 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0127 14:14:23.576829  626437 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0127 14:14:23.576855  626437 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0127 14:14:23.576914  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:23.589234  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	I0127 14:14:23.595890  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	I0127 14:14:23.599160  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	W0127 14:14:23.648993  626437 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0127 14:14:23.649032  626437 retry.go:31] will retry after 182.04165ms: ssh: handshake failed: EOF
	I0127 14:14:23.767184  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0127 14:14:23.951169  626437 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0127 14:14:23.954277  626437 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0127 14:14:23.954361  626437 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0127 14:14:24.054415  626437 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0127 14:14:24.057024  626437 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0127 14:14:24.061619  626437 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
	I0127 14:14:24.061647  626437 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14539 bytes)
	I0127 14:14:24.066358  626437 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0127 14:14:24.146772  626437 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0127 14:14:24.146877  626437 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0127 14:14:24.147955  626437 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0127 14:14:24.150377  626437 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0127 14:14:24.155285  626437 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0127 14:14:24.156480  626437 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
	I0127 14:14:24.156501  626437 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0127 14:14:24.159889  626437 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0127 14:14:24.159911  626437 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0127 14:14:24.346751  626437 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0127 14:14:24.354898  626437 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0127 14:14:24.354996  626437 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0127 14:14:24.360064  626437 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0127 14:14:24.367051  626437 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0127 14:14:24.367139  626437 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0127 14:14:24.445655  626437 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0127 14:14:24.445692  626437 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0127 14:14:24.446991  626437 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0127 14:14:24.454436  626437 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0127 14:14:24.454461  626437 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0127 14:14:24.567699  626437 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0127 14:14:24.567789  626437 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0127 14:14:24.645684  626437 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0127 14:14:24.645720  626437 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0127 14:14:24.747068  626437 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0127 14:14:24.747105  626437 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)
	I0127 14:14:24.750276  626437 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0127 14:14:24.863269  626437 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0127 14:14:24.863375  626437 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0127 14:14:24.965958  626437 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0127 14:14:24.966043  626437 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0127 14:14:25.047834  626437 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0127 14:14:25.047926  626437 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0127 14:14:25.054508  626437 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0127 14:14:25.054545  626437 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0127 14:14:25.246874  626437 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I0127 14:14:25.348949  626437 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I0127 14:14:25.366952  626437 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0127 14:14:25.366990  626437 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0127 14:14:25.547436  626437 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0127 14:14:25.547550  626437 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0127 14:14:25.751978  626437 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0127 14:14:25.752061  626437 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0127 14:14:25.946652  626437 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0127 14:14:25.946684  626437 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0127 14:14:25.959281  626437 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0127 14:14:26.053491  626437 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0127 14:14:26.053587  626437 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0127 14:14:26.366610  626437 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.599313639s)
	I0127 14:14:26.366649  626437 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0127 14:14:26.366693  626437 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.415482217s)
	I0127 14:14:26.367711  626437 node_ready.go:35] waiting up to 6m0s for node "addons-555792" to be "Ready" ...
	I0127 14:14:26.555493  626437 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0127 14:14:26.555577  626437 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0127 14:14:26.949251  626437 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0127 14:14:26.949338  626437 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0127 14:14:27.061194  626437 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-555792" context rescaled to 1 replicas
	I0127 14:14:27.155933  626437 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0127 14:14:27.156032  626437 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0127 14:14:27.345971  626437 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0127 14:14:27.346010  626437 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0127 14:14:27.459995  626437 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0127 14:14:27.663532  626437 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.609063118s)
	I0127 14:14:27.663633  626437 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.606579223s)
	I0127 14:14:27.663674  626437 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (3.597292812s)
	I0127 14:14:27.663708  626437 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (3.515687828s)
	I0127 14:14:27.860280  626437 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (3.709856945s)
	I0127 14:14:28.456729  626437 node_ready.go:53] node "addons-555792" has status "Ready":"False"
	I0127 14:14:29.173015  626437 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.017685602s)
	I0127 14:14:29.173140  626437 addons.go:479] Verifying addon ingress=true in "addons-555792"
	I0127 14:14:29.173174  626437 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (4.826381084s)
	I0127 14:14:29.173231  626437 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.813133018s)
	I0127 14:14:29.173293  626437 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.726207132s)
	I0127 14:14:29.173410  626437 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.42309808s)
	I0127 14:14:29.173440  626437 addons.go:479] Verifying addon registry=true in "addons-555792"
	I0127 14:14:29.173446  626437 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (3.926534213s)
	I0127 14:14:29.173541  626437 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (3.824547927s)
	I0127 14:14:29.173565  626437 addons.go:479] Verifying addon metrics-server=true in "addons-555792"
	I0127 14:14:29.174556  626437 out.go:177] * Verifying ingress addon...
	I0127 14:14:29.174578  626437 out.go:177] * Verifying registry addon...
	I0127 14:14:29.174553  626437 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-555792 service yakd-dashboard -n yakd-dashboard
	
	I0127 14:14:29.177135  626437 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0127 14:14:29.177135  626437 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0127 14:14:29.181761  626437 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0127 14:14:29.181785  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:29.181882  626437 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0127 14:14:29.181900  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W0127 14:14:29.249293  626437 out.go:270] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class local-path as non-default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
	I0127 14:14:29.681866  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:29.682082  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:29.974532  626437 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.015190561s)
	W0127 14:14:29.974642  626437 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0127 14:14:29.974675  626437 retry.go:31] will retry after 367.471146ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0127 14:14:30.180426  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:30.181046  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:30.224090  626437 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (2.763971753s)
	I0127 14:14:30.224130  626437 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-555792"
	I0127 14:14:30.226255  626437 out.go:177] * Verifying csi-hostpath-driver addon...
	I0127 14:14:30.228002  626437 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0127 14:14:30.249212  626437 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0127 14:14:30.249238  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:30.342962  626437 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0127 14:14:30.428024  626437 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0127 14:14:30.428120  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:30.445941  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	I0127 14:14:30.560505  626437 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0127 14:14:30.577331  626437 addons.go:238] Setting addon gcp-auth=true in "addons-555792"
	I0127 14:14:30.577397  626437 host.go:66] Checking if "addons-555792" exists ...
	I0127 14:14:30.577788  626437 cli_runner.go:164] Run: docker container inspect addons-555792 --format={{.State.Status}}
	I0127 14:14:30.597746  626437 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0127 14:14:30.597804  626437 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-555792
	I0127 14:14:30.614019  626437 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33168 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/addons-555792/id_rsa Username:docker}
	I0127 14:14:30.680888  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:30.681552  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:30.731851  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:30.872829  626437 node_ready.go:53] node "addons-555792" has status "Ready":"False"
	I0127 14:14:31.181103  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:31.181649  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:31.231688  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:31.681021  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:31.681405  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:31.731804  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:32.182598  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:32.183289  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:32.231966  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:32.680292  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:32.680760  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:32.731175  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:32.832341  626437 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.489332292s)
	I0127 14:14:32.832373  626437 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.234593184s)
	I0127 14:14:32.834240  626437 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I0127 14:14:32.835590  626437 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
	I0127 14:14:32.836774  626437 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0127 14:14:32.836791  626437 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0127 14:14:32.854528  626437 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0127 14:14:32.854548  626437 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0127 14:14:32.871502  626437 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0127 14:14:32.871529  626437 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0127 14:14:32.887513  626437 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0127 14:14:33.180142  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:33.180799  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:33.264393  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:33.268650  626437 addons.go:479] Verifying addon gcp-auth=true in "addons-555792"
	I0127 14:14:33.270207  626437 out.go:177] * Verifying gcp-auth addon...
	I0127 14:14:33.272357  626437 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0127 14:14:33.280302  626437 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0127 14:14:33.280319  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:33.370858  626437 node_ready.go:53] node "addons-555792" has status "Ready":"False"
	I0127 14:14:33.680999  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:33.681301  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:33.731992  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:33.775264  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:34.181190  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:34.181747  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:34.232217  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:34.275645  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:34.681326  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:34.681882  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:34.731306  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:34.775866  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:35.181189  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:35.181888  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:35.231007  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:35.275471  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:35.371192  626437 node_ready.go:53] node "addons-555792" has status "Ready":"False"
	I0127 14:14:35.680957  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:35.681776  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:35.731241  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:35.775733  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:36.180594  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:36.181015  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:36.231377  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:36.275767  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:36.681227  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:36.681738  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:36.732229  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:36.775429  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:37.180954  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:37.181407  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:37.231944  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:37.275357  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:37.681136  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:37.681542  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:37.732132  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:37.775847  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:37.871655  626437 node_ready.go:53] node "addons-555792" has status "Ready":"False"
	I0127 14:14:38.181258  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:38.181754  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:38.232038  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:38.275395  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:38.681241  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:38.681566  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:38.731904  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:38.775393  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:39.181253  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:39.181684  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:39.231871  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:39.275223  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:39.680556  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:39.681002  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:39.731291  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:39.775786  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:40.180925  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:40.181739  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:40.231774  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:40.276316  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:40.370893  626437 node_ready.go:53] node "addons-555792" has status "Ready":"False"
	I0127 14:14:40.680428  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:40.681092  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:40.731202  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:40.775766  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:41.181392  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:41.181867  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:41.231350  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:41.275770  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:41.680073  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:41.680599  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:41.732031  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:41.775517  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:42.181092  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:42.181639  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:42.231816  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:42.275961  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:42.680561  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:42.681106  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:42.731658  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:42.775808  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:42.872529  626437 node_ready.go:53] node "addons-555792" has status "Ready":"False"
	I0127 14:14:43.181144  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:43.181440  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:43.231948  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:43.275288  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:43.681339  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:43.681668  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:43.732335  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:43.775615  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:44.181033  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:44.181612  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:44.231814  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:44.275019  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:44.681375  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:44.681971  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:44.731391  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:44.775804  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:45.181413  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:45.181841  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:45.231504  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:45.276011  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:45.370704  626437 node_ready.go:53] node "addons-555792" has status "Ready":"False"
	I0127 14:14:45.680731  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:45.681131  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:45.731616  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:45.776135  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:46.180619  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:46.181071  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:46.231471  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:46.275876  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:46.680051  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:46.680689  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:46.732111  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:46.775547  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:47.180709  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:47.181222  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:47.232021  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:47.275677  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:47.371172  626437 node_ready.go:53] node "addons-555792" has status "Ready":"False"
	I0127 14:14:47.680106  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:47.680470  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:47.731995  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:47.775605  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:48.181155  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:48.181699  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:48.231853  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:48.275191  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:48.680538  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:48.681266  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:48.731488  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:48.776033  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:49.181591  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:49.181852  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:49.231789  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:49.275158  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:49.680301  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:49.680599  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:49.731873  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:49.775275  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:49.870842  626437 node_ready.go:53] node "addons-555792" has status "Ready":"False"
	I0127 14:14:50.180768  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:50.181320  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:50.231789  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:50.275006  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:50.680986  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:50.681564  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:50.731872  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:50.775120  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:51.181731  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:51.182255  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:51.231317  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:51.275788  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:51.680995  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:51.681578  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:51.732238  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:51.775368  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:51.870920  626437 node_ready.go:53] node "addons-555792" has status "Ready":"False"
	I0127 14:14:52.180906  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:52.181280  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:52.231489  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:52.275326  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:52.680791  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:52.681180  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:52.731705  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:52.776018  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:53.181617  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:53.181961  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:53.230941  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:53.275426  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:53.681302  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:53.681578  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:53.731991  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:53.775237  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:53.871007  626437 node_ready.go:53] node "addons-555792" has status "Ready":"False"
	I0127 14:14:54.180654  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:54.181137  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:54.231563  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:54.278025  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:54.681165  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:54.681570  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:54.732167  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:54.775348  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:55.180770  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:55.181521  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:55.231670  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:55.276208  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:55.681115  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:55.681589  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:55.731768  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:55.776165  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:56.181401  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:56.182163  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:56.231501  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:56.276046  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:56.370344  626437 node_ready.go:53] node "addons-555792" has status "Ready":"False"
	I0127 14:14:56.680328  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:56.680723  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:56.731213  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:56.775858  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:57.180796  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:57.181366  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:57.231814  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:57.276068  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:57.680672  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:57.681235  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:57.731408  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:57.776189  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:58.180805  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:58.181299  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:58.231791  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:58.275354  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:58.370930  626437 node_ready.go:53] node "addons-555792" has status "Ready":"False"
	I0127 14:14:58.680767  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:58.681299  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:58.731783  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:58.776029  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:59.180901  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:59.181741  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:59.231970  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:59.275332  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:14:59.680194  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:14:59.680735  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:14:59.731863  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:14:59.775339  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:00.181127  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:00.181810  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:00.232034  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:00.275608  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:00.371961  626437 node_ready.go:53] node "addons-555792" has status "Ready":"False"
	I0127 14:15:00.680426  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:00.680794  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:00.731145  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:00.775825  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:01.180541  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:01.181341  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:01.231530  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:01.276435  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:01.681079  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:01.681495  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:01.731568  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:01.776093  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:02.180891  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:02.181427  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:02.231798  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:02.275144  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:02.680593  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:02.680736  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:02.732268  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:02.775588  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:02.871171  626437 node_ready.go:53] node "addons-555792" has status "Ready":"False"
	I0127 14:15:03.181493  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:03.181843  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:03.231340  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:03.275686  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:03.680109  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:03.680528  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:03.731732  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:03.776263  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:04.180951  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:04.181572  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:04.231765  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:04.275262  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:04.680755  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:04.681190  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:04.731701  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:04.776295  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:04.871441  626437 node_ready.go:53] node "addons-555792" has status "Ready":"False"
	I0127 14:15:05.184782  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:05.194872  626437 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0127 14:15:05.194906  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:05.252962  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:05.281125  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:05.371620  626437 node_ready.go:49] node "addons-555792" has status "Ready":"True"
	I0127 14:15:05.371697  626437 node_ready.go:38] duration metric: took 39.00392946s for node "addons-555792" to be "Ready" ...
	I0127 14:15:05.371717  626437 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" ...
	I0127 14:15:05.378643  626437 pod_ready.go:79] waiting up to 6m0s for pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace to be "Ready" ...
	I0127 14:15:05.681797  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:05.681943  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:05.748762  626437 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0127 14:15:05.748801  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:05.776453  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:06.180593  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:06.182623  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:06.281267  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:06.282394  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:06.681470  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:06.681953  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:06.732856  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:06.775528  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:07.180865  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:07.181202  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:07.232391  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:07.275482  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:07.384028  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:07.681908  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:07.682268  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:07.732562  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:07.775525  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:08.181609  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:08.182171  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:08.232876  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:08.275519  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:08.682422  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:08.682980  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:08.755783  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:08.776730  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:09.181758  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:09.182126  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:09.232468  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:09.275339  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:09.681517  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:09.681779  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:09.732529  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:09.775406  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:09.884511  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:10.180748  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:10.181094  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:10.232399  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:10.275323  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:10.681379  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:10.681679  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:10.732592  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:10.776270  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:11.181669  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:11.181864  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:11.233031  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:11.275987  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:11.681620  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:11.681855  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:11.733330  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:11.776155  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:12.181265  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:12.181681  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:12.233248  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:12.276724  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:12.384409  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:12.682013  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:12.682499  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:12.782357  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:12.783067  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:13.181927  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:13.182186  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:13.249756  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:13.277078  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:13.682044  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:13.682329  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:13.732806  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:13.775655  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:14.181360  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:14.181513  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:14.232518  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:14.275598  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:14.680999  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:14.681050  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:14.732201  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:14.776072  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:14.883930  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:15.181669  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:15.181838  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:15.231934  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:15.275989  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:15.680910  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:15.681228  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:15.732295  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:15.776022  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:16.181329  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:16.181663  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:16.232138  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:16.276146  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:16.681887  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:16.682237  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:16.731995  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:16.775855  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:16.884934  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:17.183046  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:17.183510  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:17.232256  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:17.276159  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:17.680963  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:17.681683  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:17.732429  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:17.775403  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:18.181742  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:18.181962  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:18.232047  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:18.275749  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:18.683764  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:18.684259  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:18.732338  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:18.775563  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:19.181179  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:19.181538  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:19.232856  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:19.275874  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:19.384762  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:19.681523  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:19.681898  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:19.733097  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:19.776183  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:20.181144  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:20.181530  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:20.232462  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:20.275618  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:20.681039  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:20.681466  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:20.732200  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:20.776239  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:21.182009  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:21.182134  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:21.232240  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:21.276594  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:21.680914  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:21.681255  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:21.732229  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:21.776359  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:21.884514  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:22.181983  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:22.182210  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:22.233125  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:22.276465  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:22.681695  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:22.682300  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:22.732749  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:22.776109  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:23.181453  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:23.182036  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:23.231986  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:23.275843  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:23.681335  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:23.681645  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:23.732766  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:23.776084  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:23.884619  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:24.181650  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:24.181837  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:24.233143  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:24.276360  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:24.681564  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:24.681707  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:24.733008  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:24.775949  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:25.181582  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:25.181874  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:25.232917  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:25.276036  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:25.681331  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:25.681413  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:25.732351  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:25.776518  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:26.180767  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:26.181482  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:26.231864  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:26.275855  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:26.384677  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:26.681766  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:26.681862  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:26.732909  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:26.776083  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:27.181641  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:27.181801  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:27.232202  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:27.276259  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:27.681723  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:27.681743  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:27.732930  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:27.775887  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:28.181891  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:28.182048  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:28.232278  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:28.276270  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:28.681717  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:28.682136  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:28.732228  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:28.776432  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:28.884232  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:29.180615  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:29.180794  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:29.231916  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:29.276090  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:29.681165  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:29.681640  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:29.732755  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:29.775511  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:30.180949  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:30.181329  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:30.232399  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:30.275442  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:30.681357  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:30.681666  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:30.732781  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:30.775947  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:30.884796  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:31.181291  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:31.181658  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:31.232660  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:31.275761  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:31.681760  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:31.681827  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:31.731973  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:31.775721  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:32.181258  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:32.181612  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:32.232518  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:32.275700  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:32.681005  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:32.681275  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:32.732275  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:32.775388  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:33.181409  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:33.181483  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:33.232694  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:33.275650  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:33.386233  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:33.680637  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:33.680870  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:33.733763  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:33.775726  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:34.181037  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:34.181297  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:34.232631  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:34.275703  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:34.681796  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:34.681984  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:34.732206  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:34.776344  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:35.181458  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:35.181789  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:35.232987  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:35.275733  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:35.681741  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:35.681917  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:35.732146  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:35.776217  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:35.884194  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:36.180555  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:36.180745  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:36.232759  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:36.275510  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:36.682492  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:36.682699  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:36.749929  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:36.775622  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:37.181944  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:37.182497  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:37.282174  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:37.283102  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:37.680948  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:37.681606  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:37.732716  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:37.776167  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:37.884268  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:38.181684  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:38.181731  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:38.233321  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:38.275709  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:38.682781  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:38.683555  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:38.732104  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:38.776115  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:39.181364  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:39.181733  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:39.232615  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:39.275519  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:39.681536  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:39.681841  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:39.732738  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:39.775851  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:39.885860  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:40.181383  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:40.181812  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:40.249612  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:40.276378  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:40.681512  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:40.682720  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:40.749770  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:40.776154  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:41.181771  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:41.182506  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:41.249043  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:41.276492  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:41.681399  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:41.682994  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:41.749630  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:41.776101  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:42.180987  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:42.181674  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:42.232861  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:42.275963  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:42.384680  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:42.687482  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:42.689720  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:42.750522  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:42.776583  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:43.181726  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:43.182017  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:43.231869  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:43.276126  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:43.681882  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:43.682253  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:43.732713  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:43.775816  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:44.181020  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:44.181546  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:44.232735  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:44.276468  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:44.681948  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:44.682032  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:44.732513  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:44.776159  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:44.884351  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:45.181445  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:45.181671  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:45.233040  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:45.275782  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:45.681194  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:45.681645  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:45.732582  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:45.775752  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:46.180839  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:46.181482  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:46.231941  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:46.275562  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:46.681635  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:46.681991  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:46.732272  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:46.776473  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:47.181349  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:47.181656  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:47.232799  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:47.275856  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:47.384721  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:47.681250  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:47.681602  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:47.732880  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:47.775915  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:48.181446  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:48.181736  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:48.232722  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:48.275739  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:48.681451  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:48.681682  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:48.733443  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:48.776118  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:49.181435  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:49.181553  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:49.232492  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:49.275823  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:49.384900  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:49.681980  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:49.682840  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:49.748759  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:49.776261  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:50.182328  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:50.182654  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:50.249718  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:50.276136  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:50.682211  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:50.682313  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:50.732695  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:50.775618  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:51.181568  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:51.182106  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:51.235793  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:51.275730  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:51.385329  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:51.681482  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:51.682102  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:51.733291  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:51.775997  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:52.181911  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:52.182101  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:52.282253  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:52.282965  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:52.682124  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:52.682660  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:52.749503  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:52.776819  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:53.182092  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:53.183411  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:53.250144  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:53.277511  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:53.682056  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:53.682319  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:53.733044  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:53.775852  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:53.886063  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:54.181788  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:54.182063  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:54.282383  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:54.283830  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:54.681404  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:54.681656  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:54.732918  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:54.775511  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:55.182074  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:55.182174  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:55.249879  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:55.275828  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:55.681196  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:55.681377  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:55.731955  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:55.775893  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:56.181583  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:56.182129  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:56.249726  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:56.276105  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:56.383212  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:56.682058  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:56.682377  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:56.782050  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:56.782887  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:57.181954  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:57.183192  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:57.250834  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:57.281545  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:57.682244  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:57.683458  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:57.749218  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:57.776275  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:58.181709  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:58.182206  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:58.232299  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:58.275551  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:58.385194  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:15:58.682605  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:58.682775  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:58.782682  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:58.783958  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:59.181694  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:59.182267  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:59.240191  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:59.281726  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:15:59.681101  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:15:59.681450  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:15:59.732828  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:15:59.775480  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:00.181777  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:00.182033  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:00.232422  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:00.275079  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:00.681649  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:00.681729  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:00.731908  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:00.775810  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:00.884799  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:16:01.181329  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:01.181572  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:01.232451  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:01.275926  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:01.681781  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:01.682010  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:01.732490  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:01.776206  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:02.180899  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:02.181048  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:02.232243  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:02.276604  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:02.681451  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:02.681732  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:02.732643  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:02.775726  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:03.180823  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:03.181075  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:03.232916  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:03.275600  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:03.384505  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:16:03.681129  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:03.681524  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:03.732789  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:03.775324  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:04.182016  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:04.182653  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:04.250281  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:04.277839  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:04.682011  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:04.682667  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:04.748921  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:04.776060  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:05.254636  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:05.256927  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:05.258679  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:05.348514  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:05.450823  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:16:05.752727  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:05.755022  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:05.756559  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:05.849132  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:06.252918  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:06.254859  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:06.256538  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:06.349345  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:06.682375  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:06.682939  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:06.748472  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:06.776709  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:07.181877  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:07.182191  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:07.248559  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:07.276305  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:07.681632  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:07.681850  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:07.733429  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:07.776258  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:07.884849  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:16:08.181516  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:08.181765  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:08.233740  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:08.276681  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:08.682104  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:08.682672  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:08.733108  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:08.776519  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:09.182303  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:09.182878  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:09.248574  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:09.276373  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:09.681314  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:09.681644  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:09.733442  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:09.776382  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:09.885586  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:16:10.181131  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:10.181244  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:10.232795  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:10.276062  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:10.681495  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:10.681799  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:10.732380  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:10.776600  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:11.181596  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:11.181942  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:11.231990  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:11.276107  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:11.681794  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:11.682419  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:11.732833  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:11.775792  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:12.182099  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:12.183028  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:12.232634  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:12.276355  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:12.384949  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:16:12.681775  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:12.682277  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:12.732318  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:12.775516  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:13.181084  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:13.181711  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:13.232404  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:13.281240  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:13.681620  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:13.682040  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:13.731762  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:13.775738  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:14.181167  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:14.181360  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:14.232213  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:14.276041  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:14.681287  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:14.681819  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:14.732727  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:14.776167  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:14.883934  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:16:15.182369  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:15.183422  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:15.232452  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:15.275911  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:15.681275  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:15.682115  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:15.748486  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:15.777622  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:16.180964  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:16.181724  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:16.232848  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:16.276364  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:16.681853  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:16.681956  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:16.732528  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:16.776666  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:16.884845  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:16:17.180861  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:17.181617  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:17.233389  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:17.276232  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:17.680866  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:17.681337  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:17.732522  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:17.776264  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:18.180933  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 14:16:18.181556  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:18.232700  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:18.276119  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:18.681710  626437 kapi.go:107] duration metric: took 1m49.504566424s to wait for kubernetes.io/minikube-addons=registry ...
	I0127 14:16:18.681985  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:18.732113  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:18.775981  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:19.181731  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:19.232705  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:19.275673  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:19.384041  626437 pod_ready.go:103] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"False"
	I0127 14:16:19.682459  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:19.732483  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:19.776338  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:20.181440  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:20.232415  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:20.275227  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:20.682957  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:20.783233  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:20.783991  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:21.182401  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:21.232597  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:21.275700  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:21.385026  626437 pod_ready.go:93] pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace has status "Ready":"True"
	I0127 14:16:21.385077  626437 pod_ready.go:82] duration metric: took 1m16.006384914s for pod "amd-gpu-device-plugin-lpfwg" in "kube-system" namespace to be "Ready" ...
	I0127 14:16:21.385092  626437 pod_ready.go:79] waiting up to 6m0s for pod "coredns-668d6bf9bc-g2xbz" in "kube-system" namespace to be "Ready" ...
	I0127 14:16:21.389544  626437 pod_ready.go:93] pod "coredns-668d6bf9bc-g2xbz" in "kube-system" namespace has status "Ready":"True"
	I0127 14:16:21.389565  626437 pod_ready.go:82] duration metric: took 4.463937ms for pod "coredns-668d6bf9bc-g2xbz" in "kube-system" namespace to be "Ready" ...
	I0127 14:16:21.389585  626437 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-555792" in "kube-system" namespace to be "Ready" ...
	I0127 14:16:21.393903  626437 pod_ready.go:93] pod "etcd-addons-555792" in "kube-system" namespace has status "Ready":"True"
	I0127 14:16:21.393926  626437 pod_ready.go:82] duration metric: took 4.333436ms for pod "etcd-addons-555792" in "kube-system" namespace to be "Ready" ...
	I0127 14:16:21.393942  626437 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-555792" in "kube-system" namespace to be "Ready" ...
	I0127 14:16:21.397943  626437 pod_ready.go:93] pod "kube-apiserver-addons-555792" in "kube-system" namespace has status "Ready":"True"
	I0127 14:16:21.397963  626437 pod_ready.go:82] duration metric: took 4.014132ms for pod "kube-apiserver-addons-555792" in "kube-system" namespace to be "Ready" ...
	I0127 14:16:21.397975  626437 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-555792" in "kube-system" namespace to be "Ready" ...
	I0127 14:16:21.402000  626437 pod_ready.go:93] pod "kube-controller-manager-addons-555792" in "kube-system" namespace has status "Ready":"True"
	I0127 14:16:21.402018  626437 pod_ready.go:82] duration metric: took 4.037806ms for pod "kube-controller-manager-addons-555792" in "kube-system" namespace to be "Ready" ...
	I0127 14:16:21.402030  626437 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-nkjwb" in "kube-system" namespace to be "Ready" ...
	I0127 14:16:21.682663  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:21.732849  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:21.776075  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:21.782457  626437 pod_ready.go:93] pod "kube-proxy-nkjwb" in "kube-system" namespace has status "Ready":"True"
	I0127 14:16:21.782487  626437 pod_ready.go:82] duration metric: took 380.449642ms for pod "kube-proxy-nkjwb" in "kube-system" namespace to be "Ready" ...
	I0127 14:16:21.782500  626437 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-555792" in "kube-system" namespace to be "Ready" ...
	I0127 14:16:22.331296  626437 pod_ready.go:93] pod "kube-scheduler-addons-555792" in "kube-system" namespace has status "Ready":"True"
	I0127 14:16:22.331333  626437 pod_ready.go:82] duration metric: took 548.82308ms for pod "kube-scheduler-addons-555792" in "kube-system" namespace to be "Ready" ...
	I0127 14:16:22.331350  626437 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-7fbb699795-m4s5j" in "kube-system" namespace to be "Ready" ...
	I0127 14:16:22.331875  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:22.332345  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:22.333892  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:22.582939  626437 pod_ready.go:93] pod "metrics-server-7fbb699795-m4s5j" in "kube-system" namespace has status "Ready":"True"
	I0127 14:16:22.582971  626437 pod_ready.go:82] duration metric: took 251.609557ms for pod "metrics-server-7fbb699795-m4s5j" in "kube-system" namespace to be "Ready" ...
	I0127 14:16:22.582984  626437 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-vhkmp" in "kube-system" namespace to be "Ready" ...
	I0127 14:16:22.681408  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:22.732311  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:22.776195  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:22.983310  626437 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-vhkmp" in "kube-system" namespace has status "Ready":"True"
	I0127 14:16:22.983334  626437 pod_ready.go:82] duration metric: took 400.341811ms for pod "nvidia-device-plugin-daemonset-vhkmp" in "kube-system" namespace to be "Ready" ...
	I0127 14:16:22.983353  626437 pod_ready.go:39] duration metric: took 1m17.611620317s 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" ...
	I0127 14:16:22.983374  626437 api_server.go:52] waiting for apiserver process to appear ...
	I0127 14:16:22.983411  626437 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0127 14:16:22.983465  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0127 14:16:23.019310  626437 cri.go:89] found id: "c76aab97f1d65eaf580ecd1db28c6ee900c1539115a08ac3696219deb839f07b"
	I0127 14:16:23.019342  626437 cri.go:89] found id: ""
	I0127 14:16:23.019353  626437 logs.go:282] 1 containers: [c76aab97f1d65eaf580ecd1db28c6ee900c1539115a08ac3696219deb839f07b]
	I0127 14:16:23.019433  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:23.022827  626437 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0127 14:16:23.022895  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0127 14:16:23.057365  626437 cri.go:89] found id: "f5ed916322933c25dfda86cdb7cca7eecb43d3d57719cf25fff23e20e36d455d"
	I0127 14:16:23.057390  626437 cri.go:89] found id: ""
	I0127 14:16:23.057401  626437 logs.go:282] 1 containers: [f5ed916322933c25dfda86cdb7cca7eecb43d3d57719cf25fff23e20e36d455d]
	I0127 14:16:23.057445  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:23.060885  626437 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0127 14:16:23.060958  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0127 14:16:23.094692  626437 cri.go:89] found id: "3b5d969d77ae443dcbe111bdb39911ba3c0ad2d3e347d0176198f426fe42b2b0"
	I0127 14:16:23.094717  626437 cri.go:89] found id: ""
	I0127 14:16:23.094728  626437 logs.go:282] 1 containers: [3b5d969d77ae443dcbe111bdb39911ba3c0ad2d3e347d0176198f426fe42b2b0]
	I0127 14:16:23.094786  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:23.098197  626437 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0127 14:16:23.098263  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0127 14:16:23.131772  626437 cri.go:89] found id: "9c9f93d4e55ebe18ca414c0ee1cfe2930d94263788c51bf692cbdee596414775"
	I0127 14:16:23.131801  626437 cri.go:89] found id: ""
	I0127 14:16:23.131812  626437 logs.go:282] 1 containers: [9c9f93d4e55ebe18ca414c0ee1cfe2930d94263788c51bf692cbdee596414775]
	I0127 14:16:23.131868  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:23.135184  626437 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0127 14:16:23.135261  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0127 14:16:23.168849  626437 cri.go:89] found id: "cce18b630cb66ad23e77a63f66257c06f26ae21c36e1717fe7bb17852a4cd4cf"
	I0127 14:16:23.168873  626437 cri.go:89] found id: ""
	I0127 14:16:23.168884  626437 logs.go:282] 1 containers: [cce18b630cb66ad23e77a63f66257c06f26ae21c36e1717fe7bb17852a4cd4cf]
	I0127 14:16:23.168948  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:23.172343  626437 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0127 14:16:23.172400  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0127 14:16:23.181132  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:23.206369  626437 cri.go:89] found id: "71ce34f729b695a8bf97448b7968f47c3bbe399dbe0f54c65ba0fc84706bf57a"
	I0127 14:16:23.206396  626437 cri.go:89] found id: ""
	I0127 14:16:23.206407  626437 logs.go:282] 1 containers: [71ce34f729b695a8bf97448b7968f47c3bbe399dbe0f54c65ba0fc84706bf57a]
	I0127 14:16:23.206466  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:23.209877  626437 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0127 14:16:23.209952  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0127 14:16:23.233533  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:23.243304  626437 cri.go:89] found id: "b4c9c552beb2fe97736536ac9a5c3bb2fe0355b47c45276bc145b579a650ed71"
	I0127 14:16:23.243326  626437 cri.go:89] found id: ""
	I0127 14:16:23.243336  626437 logs.go:282] 1 containers: [b4c9c552beb2fe97736536ac9a5c3bb2fe0355b47c45276bc145b579a650ed71]
	I0127 14:16:23.243379  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:23.246757  626437 logs.go:123] Gathering logs for kube-scheduler [9c9f93d4e55ebe18ca414c0ee1cfe2930d94263788c51bf692cbdee596414775] ...
	I0127 14:16:23.246786  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9c9f93d4e55ebe18ca414c0ee1cfe2930d94263788c51bf692cbdee596414775"
	I0127 14:16:23.275790  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:23.287206  626437 logs.go:123] Gathering logs for kube-proxy [cce18b630cb66ad23e77a63f66257c06f26ae21c36e1717fe7bb17852a4cd4cf] ...
	I0127 14:16:23.287234  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cce18b630cb66ad23e77a63f66257c06f26ae21c36e1717fe7bb17852a4cd4cf"
	I0127 14:16:23.321936  626437 logs.go:123] Gathering logs for describe nodes ...
	I0127 14:16:23.321971  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0127 14:16:23.412612  626437 logs.go:123] Gathering logs for kube-apiserver [c76aab97f1d65eaf580ecd1db28c6ee900c1539115a08ac3696219deb839f07b] ...
	I0127 14:16:23.412647  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c76aab97f1d65eaf580ecd1db28c6ee900c1539115a08ac3696219deb839f07b"
	I0127 14:16:23.455961  626437 logs.go:123] Gathering logs for etcd [f5ed916322933c25dfda86cdb7cca7eecb43d3d57719cf25fff23e20e36d455d] ...
	I0127 14:16:23.455993  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f5ed916322933c25dfda86cdb7cca7eecb43d3d57719cf25fff23e20e36d455d"
	I0127 14:16:23.497257  626437 logs.go:123] Gathering logs for coredns [3b5d969d77ae443dcbe111bdb39911ba3c0ad2d3e347d0176198f426fe42b2b0] ...
	I0127 14:16:23.497286  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3b5d969d77ae443dcbe111bdb39911ba3c0ad2d3e347d0176198f426fe42b2b0"
	I0127 14:16:23.532488  626437 logs.go:123] Gathering logs for kube-controller-manager [71ce34f729b695a8bf97448b7968f47c3bbe399dbe0f54c65ba0fc84706bf57a] ...
	I0127 14:16:23.532515  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 71ce34f729b695a8bf97448b7968f47c3bbe399dbe0f54c65ba0fc84706bf57a"
	I0127 14:16:23.586932  626437 logs.go:123] Gathering logs for kindnet [b4c9c552beb2fe97736536ac9a5c3bb2fe0355b47c45276bc145b579a650ed71] ...
	I0127 14:16:23.586964  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b4c9c552beb2fe97736536ac9a5c3bb2fe0355b47c45276bc145b579a650ed71"
	I0127 14:16:23.621245  626437 logs.go:123] Gathering logs for CRI-O ...
	I0127 14:16:23.621272  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0127 14:16:23.681777  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:23.701020  626437 logs.go:123] Gathering logs for container status ...
	I0127 14:16:23.701050  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0127 14:16:23.732583  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:23.741729  626437 logs.go:123] Gathering logs for kubelet ...
	I0127 14:16:23.741758  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0127 14:16:23.775894  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:23.835745  626437 logs.go:123] Gathering logs for dmesg ...
	I0127 14:16:23.835788  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0127 14:16:24.182119  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:24.232468  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:24.275606  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:24.681340  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:24.732545  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:24.776397  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:25.181848  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:25.232072  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:25.276126  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:25.682260  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:25.732371  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:25.775239  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:26.181660  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:26.232700  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:26.276040  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:26.355829  626437 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0127 14:16:26.369348  626437 api_server.go:72] duration metric: took 2m2.988292109s to wait for apiserver process to appear ...
	I0127 14:16:26.369375  626437 api_server.go:88] waiting for apiserver healthz status ...
	I0127 14:16:26.369420  626437 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0127 14:16:26.369491  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0127 14:16:26.403492  626437 cri.go:89] found id: "c76aab97f1d65eaf580ecd1db28c6ee900c1539115a08ac3696219deb839f07b"
	I0127 14:16:26.403521  626437 cri.go:89] found id: ""
	I0127 14:16:26.403533  626437 logs.go:282] 1 containers: [c76aab97f1d65eaf580ecd1db28c6ee900c1539115a08ac3696219deb839f07b]
	I0127 14:16:26.403592  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:26.407125  626437 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0127 14:16:26.407207  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0127 14:16:26.441925  626437 cri.go:89] found id: "f5ed916322933c25dfda86cdb7cca7eecb43d3d57719cf25fff23e20e36d455d"
	I0127 14:16:26.441947  626437 cri.go:89] found id: ""
	I0127 14:16:26.441955  626437 logs.go:282] 1 containers: [f5ed916322933c25dfda86cdb7cca7eecb43d3d57719cf25fff23e20e36d455d]
	I0127 14:16:26.442010  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:26.445568  626437 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0127 14:16:26.445632  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0127 14:16:26.478971  626437 cri.go:89] found id: "3b5d969d77ae443dcbe111bdb39911ba3c0ad2d3e347d0176198f426fe42b2b0"
	I0127 14:16:26.478996  626437 cri.go:89] found id: ""
	I0127 14:16:26.479006  626437 logs.go:282] 1 containers: [3b5d969d77ae443dcbe111bdb39911ba3c0ad2d3e347d0176198f426fe42b2b0]
	I0127 14:16:26.479060  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:26.482402  626437 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0127 14:16:26.482470  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0127 14:16:26.516150  626437 cri.go:89] found id: "9c9f93d4e55ebe18ca414c0ee1cfe2930d94263788c51bf692cbdee596414775"
	I0127 14:16:26.516177  626437 cri.go:89] found id: ""
	I0127 14:16:26.516187  626437 logs.go:282] 1 containers: [9c9f93d4e55ebe18ca414c0ee1cfe2930d94263788c51bf692cbdee596414775]
	I0127 14:16:26.516235  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:26.519829  626437 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0127 14:16:26.519901  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0127 14:16:26.553359  626437 cri.go:89] found id: "cce18b630cb66ad23e77a63f66257c06f26ae21c36e1717fe7bb17852a4cd4cf"
	I0127 14:16:26.553386  626437 cri.go:89] found id: ""
	I0127 14:16:26.553394  626437 logs.go:282] 1 containers: [cce18b630cb66ad23e77a63f66257c06f26ae21c36e1717fe7bb17852a4cd4cf]
	I0127 14:16:26.553441  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:26.556720  626437 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0127 14:16:26.556777  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0127 14:16:26.591147  626437 cri.go:89] found id: "71ce34f729b695a8bf97448b7968f47c3bbe399dbe0f54c65ba0fc84706bf57a"
	I0127 14:16:26.591173  626437 cri.go:89] found id: ""
	I0127 14:16:26.591181  626437 logs.go:282] 1 containers: [71ce34f729b695a8bf97448b7968f47c3bbe399dbe0f54c65ba0fc84706bf57a]
	I0127 14:16:26.591231  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:26.594839  626437 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0127 14:16:26.594890  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0127 14:16:26.627985  626437 cri.go:89] found id: "b4c9c552beb2fe97736536ac9a5c3bb2fe0355b47c45276bc145b579a650ed71"
	I0127 14:16:26.628011  626437 cri.go:89] found id: ""
	I0127 14:16:26.628019  626437 logs.go:282] 1 containers: [b4c9c552beb2fe97736536ac9a5c3bb2fe0355b47c45276bc145b579a650ed71]
	I0127 14:16:26.628067  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:26.631481  626437 logs.go:123] Gathering logs for dmesg ...
	I0127 14:16:26.631506  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0127 14:16:26.650387  626437 logs.go:123] Gathering logs for kube-apiserver [c76aab97f1d65eaf580ecd1db28c6ee900c1539115a08ac3696219deb839f07b] ...
	I0127 14:16:26.650412  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c76aab97f1d65eaf580ecd1db28c6ee900c1539115a08ac3696219deb839f07b"
	I0127 14:16:26.680966  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:26.695367  626437 logs.go:123] Gathering logs for kube-controller-manager [71ce34f729b695a8bf97448b7968f47c3bbe399dbe0f54c65ba0fc84706bf57a] ...
	I0127 14:16:26.695393  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 71ce34f729b695a8bf97448b7968f47c3bbe399dbe0f54c65ba0fc84706bf57a"
	I0127 14:16:26.732513  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:26.751088  626437 logs.go:123] Gathering logs for container status ...
	I0127 14:16:26.751117  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0127 14:16:26.776085  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:26.792644  626437 logs.go:123] Gathering logs for kubelet ...
	I0127 14:16:26.792673  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0127 14:16:26.885527  626437 logs.go:123] Gathering logs for describe nodes ...
	I0127 14:16:26.885565  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0127 14:16:26.974772  626437 logs.go:123] Gathering logs for etcd [f5ed916322933c25dfda86cdb7cca7eecb43d3d57719cf25fff23e20e36d455d] ...
	I0127 14:16:26.974808  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f5ed916322933c25dfda86cdb7cca7eecb43d3d57719cf25fff23e20e36d455d"
	I0127 14:16:27.016388  626437 logs.go:123] Gathering logs for coredns [3b5d969d77ae443dcbe111bdb39911ba3c0ad2d3e347d0176198f426fe42b2b0] ...
	I0127 14:16:27.016421  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3b5d969d77ae443dcbe111bdb39911ba3c0ad2d3e347d0176198f426fe42b2b0"
	I0127 14:16:27.050612  626437 logs.go:123] Gathering logs for kube-scheduler [9c9f93d4e55ebe18ca414c0ee1cfe2930d94263788c51bf692cbdee596414775] ...
	I0127 14:16:27.050642  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9c9f93d4e55ebe18ca414c0ee1cfe2930d94263788c51bf692cbdee596414775"
	I0127 14:16:27.091001  626437 logs.go:123] Gathering logs for kube-proxy [cce18b630cb66ad23e77a63f66257c06f26ae21c36e1717fe7bb17852a4cd4cf] ...
	I0127 14:16:27.091032  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cce18b630cb66ad23e77a63f66257c06f26ae21c36e1717fe7bb17852a4cd4cf"
	I0127 14:16:27.124315  626437 logs.go:123] Gathering logs for kindnet [b4c9c552beb2fe97736536ac9a5c3bb2fe0355b47c45276bc145b579a650ed71] ...
	I0127 14:16:27.124351  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b4c9c552beb2fe97736536ac9a5c3bb2fe0355b47c45276bc145b579a650ed71"
	I0127 14:16:27.161901  626437 logs.go:123] Gathering logs for CRI-O ...
	I0127 14:16:27.161939  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0127 14:16:27.181332  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:27.232099  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:27.276151  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:27.680859  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:27.732319  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:27.776251  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:28.180839  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:28.231872  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:28.275966  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:28.682172  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:28.732469  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:28.775703  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:29.181805  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:29.232873  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:29.275937  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:29.682177  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:29.732387  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:29.735601  626437 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0127 14:16:29.739985  626437 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0127 14:16:29.740928  626437 api_server.go:141] control plane version: v1.32.1
	I0127 14:16:29.740953  626437 api_server.go:131] duration metric: took 3.371569085s to wait for apiserver health ...
	I0127 14:16:29.740963  626437 system_pods.go:43] waiting for kube-system pods to appear ...
	I0127 14:16:29.740992  626437 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0127 14:16:29.741051  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0127 14:16:29.776577  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:29.776904  626437 cri.go:89] found id: "c76aab97f1d65eaf580ecd1db28c6ee900c1539115a08ac3696219deb839f07b"
	I0127 14:16:29.776921  626437 cri.go:89] found id: ""
	I0127 14:16:29.776933  626437 logs.go:282] 1 containers: [c76aab97f1d65eaf580ecd1db28c6ee900c1539115a08ac3696219deb839f07b]
	I0127 14:16:29.776973  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:29.780429  626437 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0127 14:16:29.780490  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0127 14:16:29.814812  626437 cri.go:89] found id: "f5ed916322933c25dfda86cdb7cca7eecb43d3d57719cf25fff23e20e36d455d"
	I0127 14:16:29.814837  626437 cri.go:89] found id: ""
	I0127 14:16:29.814849  626437 logs.go:282] 1 containers: [f5ed916322933c25dfda86cdb7cca7eecb43d3d57719cf25fff23e20e36d455d]
	I0127 14:16:29.814898  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:29.818390  626437 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0127 14:16:29.818455  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0127 14:16:29.853674  626437 cri.go:89] found id: "3b5d969d77ae443dcbe111bdb39911ba3c0ad2d3e347d0176198f426fe42b2b0"
	I0127 14:16:29.853698  626437 cri.go:89] found id: ""
	I0127 14:16:29.853706  626437 logs.go:282] 1 containers: [3b5d969d77ae443dcbe111bdb39911ba3c0ad2d3e347d0176198f426fe42b2b0]
	I0127 14:16:29.853764  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:29.857142  626437 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0127 14:16:29.857226  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0127 14:16:29.891919  626437 cri.go:89] found id: "9c9f93d4e55ebe18ca414c0ee1cfe2930d94263788c51bf692cbdee596414775"
	I0127 14:16:29.891950  626437 cri.go:89] found id: ""
	I0127 14:16:29.891964  626437 logs.go:282] 1 containers: [9c9f93d4e55ebe18ca414c0ee1cfe2930d94263788c51bf692cbdee596414775]
	I0127 14:16:29.892020  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:29.895451  626437 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0127 14:16:29.895518  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0127 14:16:29.929175  626437 cri.go:89] found id: "cce18b630cb66ad23e77a63f66257c06f26ae21c36e1717fe7bb17852a4cd4cf"
	I0127 14:16:29.929205  626437 cri.go:89] found id: ""
	I0127 14:16:29.929216  626437 logs.go:282] 1 containers: [cce18b630cb66ad23e77a63f66257c06f26ae21c36e1717fe7bb17852a4cd4cf]
	I0127 14:16:29.929277  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:29.932789  626437 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0127 14:16:29.932863  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0127 14:16:29.966891  626437 cri.go:89] found id: "71ce34f729b695a8bf97448b7968f47c3bbe399dbe0f54c65ba0fc84706bf57a"
	I0127 14:16:29.966917  626437 cri.go:89] found id: ""
	I0127 14:16:29.966925  626437 logs.go:282] 1 containers: [71ce34f729b695a8bf97448b7968f47c3bbe399dbe0f54c65ba0fc84706bf57a]
	I0127 14:16:29.966972  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:29.970647  626437 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0127 14:16:29.970724  626437 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0127 14:16:30.004810  626437 cri.go:89] found id: "b4c9c552beb2fe97736536ac9a5c3bb2fe0355b47c45276bc145b579a650ed71"
	I0127 14:16:30.004831  626437 cri.go:89] found id: ""
	I0127 14:16:30.004839  626437 logs.go:282] 1 containers: [b4c9c552beb2fe97736536ac9a5c3bb2fe0355b47c45276bc145b579a650ed71]
	I0127 14:16:30.004894  626437 ssh_runner.go:195] Run: which crictl
	I0127 14:16:30.008469  626437 logs.go:123] Gathering logs for kube-apiserver [c76aab97f1d65eaf580ecd1db28c6ee900c1539115a08ac3696219deb839f07b] ...
	I0127 14:16:30.008501  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c76aab97f1d65eaf580ecd1db28c6ee900c1539115a08ac3696219deb839f07b"
	I0127 14:16:30.052149  626437 logs.go:123] Gathering logs for etcd [f5ed916322933c25dfda86cdb7cca7eecb43d3d57719cf25fff23e20e36d455d] ...
	I0127 14:16:30.052181  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f5ed916322933c25dfda86cdb7cca7eecb43d3d57719cf25fff23e20e36d455d"
	I0127 14:16:30.093667  626437 logs.go:123] Gathering logs for kube-controller-manager [71ce34f729b695a8bf97448b7968f47c3bbe399dbe0f54c65ba0fc84706bf57a] ...
	I0127 14:16:30.093699  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 71ce34f729b695a8bf97448b7968f47c3bbe399dbe0f54c65ba0fc84706bf57a"
	I0127 14:16:30.149455  626437 logs.go:123] Gathering logs for CRI-O ...
	I0127 14:16:30.149495  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0127 14:16:30.181868  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:30.227197  626437 logs.go:123] Gathering logs for describe nodes ...
	I0127 14:16:30.227235  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0127 14:16:30.232178  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:30.276655  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:30.315424  626437 logs.go:123] Gathering logs for dmesg ...
	I0127 14:16:30.315454  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0127 14:16:30.335237  626437 logs.go:123] Gathering logs for coredns [3b5d969d77ae443dcbe111bdb39911ba3c0ad2d3e347d0176198f426fe42b2b0] ...
	I0127 14:16:30.335271  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3b5d969d77ae443dcbe111bdb39911ba3c0ad2d3e347d0176198f426fe42b2b0"
	I0127 14:16:30.370845  626437 logs.go:123] Gathering logs for kube-scheduler [9c9f93d4e55ebe18ca414c0ee1cfe2930d94263788c51bf692cbdee596414775] ...
	I0127 14:16:30.370879  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9c9f93d4e55ebe18ca414c0ee1cfe2930d94263788c51bf692cbdee596414775"
	I0127 14:16:30.410306  626437 logs.go:123] Gathering logs for kube-proxy [cce18b630cb66ad23e77a63f66257c06f26ae21c36e1717fe7bb17852a4cd4cf] ...
	I0127 14:16:30.410339  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cce18b630cb66ad23e77a63f66257c06f26ae21c36e1717fe7bb17852a4cd4cf"
	I0127 14:16:30.444082  626437 logs.go:123] Gathering logs for kindnet [b4c9c552beb2fe97736536ac9a5c3bb2fe0355b47c45276bc145b579a650ed71] ...
	I0127 14:16:30.444118  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b4c9c552beb2fe97736536ac9a5c3bb2fe0355b47c45276bc145b579a650ed71"
	I0127 14:16:30.479997  626437 logs.go:123] Gathering logs for container status ...
	I0127 14:16:30.480033  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0127 14:16:30.521579  626437 logs.go:123] Gathering logs for kubelet ...
	I0127 14:16:30.521610  626437 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0127 14:16:30.681259  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:30.732496  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:30.775612  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:31.181590  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:31.232607  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:31.275595  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:31.681356  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:31.732852  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:31.775853  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:32.182164  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:32.232402  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:32.275367  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:32.681232  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:32.732597  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:32.775864  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:33.125737  626437 system_pods.go:59] 19 kube-system pods found
	I0127 14:16:33.125784  626437 system_pods.go:61] "amd-gpu-device-plugin-lpfwg" [f1827cfb-ada5-4ad9-8809-45399ee168d0] Running
	I0127 14:16:33.125790  626437 system_pods.go:61] "coredns-668d6bf9bc-g2xbz" [4159f302-8293-455b-b142-806d6d9a2820] Running
	I0127 14:16:33.125795  626437 system_pods.go:61] "csi-hostpath-attacher-0" [03568d7e-030f-4fbf-b144-6dc530810c10] Running
	I0127 14:16:33.125799  626437 system_pods.go:61] "csi-hostpath-resizer-0" [5c50ae81-2836-4bfa-b5ff-dd7a365a20ce] Running
	I0127 14:16:33.125807  626437 system_pods.go:61] "csi-hostpathplugin-6zshw" [9bbdcb7a-8e93-41fa-9fa6-9571c9314979] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0127 14:16:33.125815  626437 system_pods.go:61] "etcd-addons-555792" [1ffb5b69-f3f9-4b9c-8663-97562901aa93] Running
	I0127 14:16:33.125823  626437 system_pods.go:61] "kindnet-x8wph" [051c418c-2970-44a1-8fa6-8f54d9299961] Running
	I0127 14:16:33.125826  626437 system_pods.go:61] "kube-apiserver-addons-555792" [999c3237-b56e-4f48-8805-6e1827ebc624] Running
	I0127 14:16:33.125833  626437 system_pods.go:61] "kube-controller-manager-addons-555792" [a166ca51-f80d-4932-b1be-93ecbb6fdd50] Running
	I0127 14:16:33.125837  626437 system_pods.go:61] "kube-ingress-dns-minikube" [6b67f15c-9b23-475f-aee3-71dc94907a6a] Running
	I0127 14:16:33.125840  626437 system_pods.go:61] "kube-proxy-nkjwb" [9dc5c639-7ee2-4d88-904e-b327560ead00] Running
	I0127 14:16:33.125845  626437 system_pods.go:61] "kube-scheduler-addons-555792" [04a68c6f-5825-4780-b2a5-1abb7e70383c] Running
	I0127 14:16:33.125848  626437 system_pods.go:61] "metrics-server-7fbb699795-m4s5j" [7ccadaaa-7e4a-44eb-a2e6-6a29c22d89df] Running
	I0127 14:16:33.125851  626437 system_pods.go:61] "nvidia-device-plugin-daemonset-vhkmp" [31401302-fe39-43c6-acb3-c4c06748af59] Running
	I0127 14:16:33.125855  626437 system_pods.go:61] "registry-6c88467877-4tbd7" [f6338d22-d3a4-426a-acf7-3d4dfe1dc7db] Running
	I0127 14:16:33.125858  626437 system_pods.go:61] "registry-proxy-6kzb4" [009d2a23-263a-4ca9-9859-393892c7a91d] Running
	I0127 14:16:33.125862  626437 system_pods.go:61] "snapshot-controller-68b874b76f-jzbg7" [fb2bfce8-e9b7-4fc3-ae76-b3aa8c9d616f] Running
	I0127 14:16:33.125866  626437 system_pods.go:61] "snapshot-controller-68b874b76f-pfdj8" [8e95058d-7611-40ea-b971-c1702d146060] Running
	I0127 14:16:33.125868  626437 system_pods.go:61] "storage-provisioner" [06d4e36e-9611-49f5-9c75-223a6ad56584] Running
	I0127 14:16:33.125874  626437 system_pods.go:74] duration metric: took 3.384904297s to wait for pod list to return data ...
	I0127 14:16:33.125889  626437 default_sa.go:34] waiting for default service account to be created ...
	I0127 14:16:33.128563  626437 default_sa.go:45] found service account: "default"
	I0127 14:16:33.128593  626437 default_sa.go:55] duration metric: took 2.698065ms for default service account to be created ...
	I0127 14:16:33.128604  626437 system_pods.go:137] waiting for k8s-apps to be running ...
	I0127 14:16:33.137834  626437 system_pods.go:87] 19 kube-system pods found
	I0127 14:16:33.140616  626437 system_pods.go:105] "amd-gpu-device-plugin-lpfwg" [f1827cfb-ada5-4ad9-8809-45399ee168d0] Running
	I0127 14:16:33.140635  626437 system_pods.go:105] "coredns-668d6bf9bc-g2xbz" [4159f302-8293-455b-b142-806d6d9a2820] Running
	I0127 14:16:33.140640  626437 system_pods.go:105] "csi-hostpath-attacher-0" [03568d7e-030f-4fbf-b144-6dc530810c10] Running
	I0127 14:16:33.140645  626437 system_pods.go:105] "csi-hostpath-resizer-0" [5c50ae81-2836-4bfa-b5ff-dd7a365a20ce] Running
	I0127 14:16:33.140655  626437 system_pods.go:105] "csi-hostpathplugin-6zshw" [9bbdcb7a-8e93-41fa-9fa6-9571c9314979] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0127 14:16:33.140662  626437 system_pods.go:105] "etcd-addons-555792" [1ffb5b69-f3f9-4b9c-8663-97562901aa93] Running
	I0127 14:16:33.140668  626437 system_pods.go:105] "kindnet-x8wph" [051c418c-2970-44a1-8fa6-8f54d9299961] Running
	I0127 14:16:33.140673  626437 system_pods.go:105] "kube-apiserver-addons-555792" [999c3237-b56e-4f48-8805-6e1827ebc624] Running
	I0127 14:16:33.140680  626437 system_pods.go:105] "kube-controller-manager-addons-555792" [a166ca51-f80d-4932-b1be-93ecbb6fdd50] Running
	I0127 14:16:33.140692  626437 system_pods.go:105] "kube-ingress-dns-minikube" [6b67f15c-9b23-475f-aee3-71dc94907a6a] Running
	I0127 14:16:33.140702  626437 system_pods.go:105] "kube-proxy-nkjwb" [9dc5c639-7ee2-4d88-904e-b327560ead00] Running
	I0127 14:16:33.140711  626437 system_pods.go:105] "kube-scheduler-addons-555792" [04a68c6f-5825-4780-b2a5-1abb7e70383c] Running
	I0127 14:16:33.140719  626437 system_pods.go:105] "metrics-server-7fbb699795-m4s5j" [7ccadaaa-7e4a-44eb-a2e6-6a29c22d89df] Running
	I0127 14:16:33.140725  626437 system_pods.go:105] "nvidia-device-plugin-daemonset-vhkmp" [31401302-fe39-43c6-acb3-c4c06748af59] Running
	I0127 14:16:33.140732  626437 system_pods.go:105] "registry-6c88467877-4tbd7" [f6338d22-d3a4-426a-acf7-3d4dfe1dc7db] Running
	I0127 14:16:33.140736  626437 system_pods.go:105] "registry-proxy-6kzb4" [009d2a23-263a-4ca9-9859-393892c7a91d] Running
	I0127 14:16:33.140741  626437 system_pods.go:105] "snapshot-controller-68b874b76f-jzbg7" [fb2bfce8-e9b7-4fc3-ae76-b3aa8c9d616f] Running
	I0127 14:16:33.140750  626437 system_pods.go:105] "snapshot-controller-68b874b76f-pfdj8" [8e95058d-7611-40ea-b971-c1702d146060] Running
	I0127 14:16:33.140757  626437 system_pods.go:105] "storage-provisioner" [06d4e36e-9611-49f5-9c75-223a6ad56584] Running
	I0127 14:16:33.140769  626437 system_pods.go:147] duration metric: took 12.155317ms to wait for k8s-apps to be running ...
	I0127 14:16:33.140782  626437 system_svc.go:44] waiting for kubelet service to be running ....
	I0127 14:16:33.140840  626437 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0127 14:16:33.152828  626437 system_svc.go:56] duration metric: took 12.034261ms WaitForService to wait for kubelet
	I0127 14:16:33.152870  626437 kubeadm.go:582] duration metric: took 2m9.771815096s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0127 14:16:33.152900  626437 node_conditions.go:102] verifying NodePressure condition ...
	I0127 14:16:33.155623  626437 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0127 14:16:33.155654  626437 node_conditions.go:123] node cpu capacity is 8
	I0127 14:16:33.155673  626437 node_conditions.go:105] duration metric: took 2.763678ms to run NodePressure ...
	I0127 14:16:33.155689  626437 start.go:241] waiting for startup goroutines ...
	I0127 14:16:33.181470  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:33.233000  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:33.275957  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:33.681694  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:33.732774  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:33.775874  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:34.181682  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:34.232982  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:34.276242  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:34.682252  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:34.732768  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:34.775596  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:35.181618  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:35.232547  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:35.275513  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:35.681237  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:35.732729  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:35.775397  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:36.181824  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:36.231897  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:36.276095  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:36.681797  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:36.732237  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:36.776209  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:37.181923  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:37.231991  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:37.275850  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:37.681798  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:37.732238  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:37.775850  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:38.181496  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:38.232708  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:38.275736  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:38.681330  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:38.732905  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:38.775470  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:39.180952  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:39.231848  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:39.276107  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:39.682123  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:39.732105  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:39.776320  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:40.181909  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:40.232005  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:40.276197  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:40.681570  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:40.732000  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:40.776294  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:41.182526  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:41.232973  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:41.276284  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:41.682943  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:41.733311  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:41.776771  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:42.182038  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:42.232532  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:42.275757  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:42.681999  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:42.734122  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:42.833767  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:43.181315  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:43.232513  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:43.275693  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:43.682064  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:43.732737  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:43.776213  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:44.200802  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:44.304499  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:44.306527  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:44.681365  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:44.733030  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:44.776014  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:45.181909  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:45.232022  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:45.276244  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:45.684827  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:45.733542  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:45.776352  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:46.182065  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:46.281583  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 14:16:46.282364  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:46.750772  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:46.751756  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:46.849686  626437 kapi.go:107] duration metric: took 2m13.577322546s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0127 14:16:46.851614  626437 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-555792 cluster.
	I0127 14:16:46.852960  626437 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.
	I0127 14:16:46.854284  626437 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0127 14:16:47.250920  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:47.251671  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:47.751554  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:47.753141  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:48.250105  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:48.251275  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:48.681359  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:48.749362  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:49.182126  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:49.232813  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:49.682500  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:49.732850  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:50.182700  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:50.233470  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:50.682429  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:50.732934  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:51.182677  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:51.233719  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:51.681782  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:51.733132  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:52.182546  626437 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 14:16:52.248436  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:52.682667  626437 kapi.go:107] duration metric: took 2m23.505526022s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0127 14:16:52.732937  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:53.252225  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:53.733438  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:54.232990  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:54.734090  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:55.233406  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:55.732877  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:56.232850  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:56.733653  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:57.250105  626437 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 14:16:57.732340  626437 kapi.go:107] duration metric: took 2m27.504334294s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0127 14:16:57.733917  626437 out.go:177] * Enabled addons: cloud-spanner, ingress-dns, nvidia-device-plugin, amd-gpu-device-plugin, storage-provisioner, inspektor-gadget, metrics-server, yakd, storage-provisioner-rancher, volumesnapshots, registry, gcp-auth, ingress, csi-hostpath-driver
	I0127 14:16:57.734977  626437 addons.go:514] duration metric: took 2m34.353956806s for enable addons: enabled=[cloud-spanner ingress-dns nvidia-device-plugin amd-gpu-device-plugin storage-provisioner inspektor-gadget metrics-server yakd storage-provisioner-rancher volumesnapshots registry gcp-auth ingress csi-hostpath-driver]
	I0127 14:16:57.735015  626437 start.go:246] waiting for cluster config update ...
	I0127 14:16:57.735035  626437 start.go:255] writing updated cluster config ...
	I0127 14:16:57.735296  626437 ssh_runner.go:195] Run: rm -f paused
	I0127 14:16:57.785051  626437 start.go:600] kubectl: 1.32.1, cluster: 1.32.1 (minor skew: 0)
	I0127 14:16:57.786831  626437 out.go:177] * Done! kubectl is now configured to use "addons-555792" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Jan 27 14:19:18 addons-555792 crio[1038]: time="2025-01-27 14:19:18.052040314Z" level=info msg="Removing pod sandbox: b8c0d8ee61bbd8dc805d511f5bdbe40e3ebe19f8ea37c8bbbbd8824ca4134db0" id=af65ee9d-56bf-4aba-a0e2-e499216ccd08 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jan 27 14:19:18 addons-555792 crio[1038]: time="2025-01-27 14:19:18.058203050Z" level=info msg="Removed pod sandbox: b8c0d8ee61bbd8dc805d511f5bdbe40e3ebe19f8ea37c8bbbbd8824ca4134db0" id=af65ee9d-56bf-4aba-a0e2-e499216ccd08 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jan 27 14:19:18 addons-555792 crio[1038]: time="2025-01-27 14:19:18.058560934Z" level=info msg="Stopping pod sandbox: 500c20d3e1d284a018133d544110e5551325f14fb584df244b09dbed7660f85a" id=5fdb7253-229c-4072-bf8c-a918518e73c5 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jan 27 14:19:18 addons-555792 crio[1038]: time="2025-01-27 14:19:18.058588584Z" level=info msg="Stopped pod sandbox (already stopped): 500c20d3e1d284a018133d544110e5551325f14fb584df244b09dbed7660f85a" id=5fdb7253-229c-4072-bf8c-a918518e73c5 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jan 27 14:19:18 addons-555792 crio[1038]: time="2025-01-27 14:19:18.058853018Z" level=info msg="Removing pod sandbox: 500c20d3e1d284a018133d544110e5551325f14fb584df244b09dbed7660f85a" id=79ef7260-9bf2-41fd-807b-dd21300dac80 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jan 27 14:19:18 addons-555792 crio[1038]: time="2025-01-27 14:19:18.064197481Z" level=info msg="Removed pod sandbox: 500c20d3e1d284a018133d544110e5551325f14fb584df244b09dbed7660f85a" id=79ef7260-9bf2-41fd-807b-dd21300dac80 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jan 27 14:19:18 addons-555792 crio[1038]: time="2025-01-27 14:19:18.064503485Z" level=info msg="Stopping pod sandbox: 1f1c6a9714f8b7a8bdbd8b38b9d038394536c2555167e9d416a1230836cee904" id=1cdbfe50-1835-4778-bc53-3eac939670fd name=/runtime.v1.RuntimeService/StopPodSandbox
	Jan 27 14:19:18 addons-555792 crio[1038]: time="2025-01-27 14:19:18.064531561Z" level=info msg="Stopped pod sandbox (already stopped): 1f1c6a9714f8b7a8bdbd8b38b9d038394536c2555167e9d416a1230836cee904" id=1cdbfe50-1835-4778-bc53-3eac939670fd name=/runtime.v1.RuntimeService/StopPodSandbox
	Jan 27 14:19:18 addons-555792 crio[1038]: time="2025-01-27 14:19:18.064824977Z" level=info msg="Removing pod sandbox: 1f1c6a9714f8b7a8bdbd8b38b9d038394536c2555167e9d416a1230836cee904" id=b28d71da-9ad8-4d5c-8e4f-dfee6d033aa6 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jan 27 14:19:18 addons-555792 crio[1038]: time="2025-01-27 14:19:18.072643929Z" level=info msg="Removed pod sandbox: 1f1c6a9714f8b7a8bdbd8b38b9d038394536c2555167e9d416a1230836cee904" id=b28d71da-9ad8-4d5c-8e4f-dfee6d033aa6 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jan 27 14:19:18 addons-555792 crio[1038]: time="2025-01-27 14:19:18.073007562Z" level=info msg="Stopping pod sandbox: ae1407bbdf9cf57e7dd809483f0fcb36485cddc3bf2b097df75de7eabfcf9045" id=94a34d35-aeb3-48da-b154-11b90761741c name=/runtime.v1.RuntimeService/StopPodSandbox
	Jan 27 14:19:18 addons-555792 crio[1038]: time="2025-01-27 14:19:18.073042062Z" level=info msg="Stopped pod sandbox (already stopped): ae1407bbdf9cf57e7dd809483f0fcb36485cddc3bf2b097df75de7eabfcf9045" id=94a34d35-aeb3-48da-b154-11b90761741c name=/runtime.v1.RuntimeService/StopPodSandbox
	Jan 27 14:19:18 addons-555792 crio[1038]: time="2025-01-27 14:19:18.073377565Z" level=info msg="Removing pod sandbox: ae1407bbdf9cf57e7dd809483f0fcb36485cddc3bf2b097df75de7eabfcf9045" id=ca9cf13b-c7d2-458f-8cfd-1bab4ff044cb name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jan 27 14:19:18 addons-555792 crio[1038]: time="2025-01-27 14:19:18.079811915Z" level=info msg="Removed pod sandbox: ae1407bbdf9cf57e7dd809483f0fcb36485cddc3bf2b097df75de7eabfcf9045" id=ca9cf13b-c7d2-458f-8cfd-1bab4ff044cb name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jan 27 14:19:56 addons-555792 crio[1038]: time="2025-01-27 14:19:56.307314576Z" level=info msg="Running pod sandbox: default/hello-world-app-7d9564db4-ndb5m/POD" id=290c818b-95e8-4d1d-be38-678187c0d73d name=/runtime.v1.RuntimeService/RunPodSandbox
	Jan 27 14:19:56 addons-555792 crio[1038]: time="2025-01-27 14:19:56.307417448Z" level=warning msg="Allowed annotations are specified for workload []"
	Jan 27 14:19:56 addons-555792 crio[1038]: time="2025-01-27 14:19:56.327568653Z" level=info msg="Got pod network &{Name:hello-world-app-7d9564db4-ndb5m Namespace:default ID:a432a326820097991441c5492cdcd411d7fb7669c6c6f8299617b76c302cce6d UID:bd7069c7-b0e8-4e28-a135-5dce16611ee0 NetNS:/var/run/netns/4a57250e-26fa-44a1-aaa1-bd4ae0cf5b7c Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Jan 27 14:19:56 addons-555792 crio[1038]: time="2025-01-27 14:19:56.327604574Z" level=info msg="Adding pod default_hello-world-app-7d9564db4-ndb5m to CNI network \"kindnet\" (type=ptp)"
	Jan 27 14:19:56 addons-555792 crio[1038]: time="2025-01-27 14:19:56.336773299Z" level=info msg="Got pod network &{Name:hello-world-app-7d9564db4-ndb5m Namespace:default ID:a432a326820097991441c5492cdcd411d7fb7669c6c6f8299617b76c302cce6d UID:bd7069c7-b0e8-4e28-a135-5dce16611ee0 NetNS:/var/run/netns/4a57250e-26fa-44a1-aaa1-bd4ae0cf5b7c Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Jan 27 14:19:56 addons-555792 crio[1038]: time="2025-01-27 14:19:56.336968887Z" level=info msg="Checking pod default_hello-world-app-7d9564db4-ndb5m for CNI network kindnet (type=ptp)"
	Jan 27 14:19:56 addons-555792 crio[1038]: time="2025-01-27 14:19:56.340317267Z" level=info msg="Ran pod sandbox a432a326820097991441c5492cdcd411d7fb7669c6c6f8299617b76c302cce6d with infra container: default/hello-world-app-7d9564db4-ndb5m/POD" id=290c818b-95e8-4d1d-be38-678187c0d73d name=/runtime.v1.RuntimeService/RunPodSandbox
	Jan 27 14:19:56 addons-555792 crio[1038]: time="2025-01-27 14:19:56.341984451Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=2590b5e8-211b-40d1-b43d-c01276882ff4 name=/runtime.v1.ImageService/ImageStatus
	Jan 27 14:19:56 addons-555792 crio[1038]: time="2025-01-27 14:19:56.342236465Z" level=info msg="Image docker.io/kicbase/echo-server:1.0 not found" id=2590b5e8-211b-40d1-b43d-c01276882ff4 name=/runtime.v1.ImageService/ImageStatus
	Jan 27 14:19:56 addons-555792 crio[1038]: time="2025-01-27 14:19:56.342792174Z" level=info msg="Pulling image: docker.io/kicbase/echo-server:1.0" id=15aff1bd-bc30-487c-811a-6968af08a470 name=/runtime.v1.ImageService/PullImage
	Jan 27 14:19:56 addons-555792 crio[1038]: time="2025-01-27 14:19:56.351720940Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	0bca4b8b174bf       docker.io/library/nginx@sha256:679a5fd058f6ca754a561846fe27927e408074431d63556e8fc588fc38be6901                              2 minutes ago       Running             nginx                     0                   2bca3aea804cc       nginx
	6a26ab88da195       gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e                          2 minutes ago       Running             busybox                   0                   0211d1e44ab0f       busybox
	bde80074bdebe       registry.k8s.io/ingress-nginx/controller@sha256:62b61c42ec8dd877b85c0aa24c4744ce44d274bc16cc5d2364edfe67964ba55b             3 minutes ago       Running             controller                0                   e2b1516880e1f       ingress-nginx-controller-56d7c84fd4-kzwnr
	f30ece233833d       a62eeff05ba5194cac31b3f6180655290afa3ed3f2573bcd2aaff319416951eb                                                             4 minutes ago       Exited              patch                     1                   139171bce39ce       ingress-nginx-admission-patch-2bxtk
	7ae69ed527498       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f   4 minutes ago       Exited              create                    0                   ad1cc028fc2dc       ingress-nginx-admission-create-bgf9l
	1971e92ff9e77       gcr.io/k8s-minikube/minikube-ingress-dns@sha256:07c8f5b205a3f8971bfc6d460978ae00de35f17e5d5392b1de8de02356f85dab             4 minutes ago       Running             minikube-ingress-dns      0                   651fa1d53bdd9       kube-ingress-dns-minikube
	3b5d969d77ae4       c69fa2e9cbf5f42dc48af631e956d3f95724c13f91596bc567591790e5e36db6                                                             4 minutes ago       Running             coredns                   0                   be513f6f57bab       coredns-668d6bf9bc-g2xbz
	b9c4e8c41d867       6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562                                                             4 minutes ago       Running             storage-provisioner       0                   2d55f462d5323       storage-provisioner
	b4c9c552beb2f       50415e5d05f05adbdfd902507532ebb86f924dc2e05511a3b47920156ee4236e                                                             5 minutes ago       Running             kindnet-cni               0                   3c53f4a0c0f71       kindnet-x8wph
	cce18b630cb66       e29f9c7391fd92d96bc72026fc755b0f9589536e36ecd7102161f1ded087897a                                                             5 minutes ago       Running             kube-proxy                0                   e7f6aad8ae34f       kube-proxy-nkjwb
	71ce34f729b69       019ee182b58e20da055b173dc0b598fbde321d4bf959e1c2a832908ed7642d35                                                             5 minutes ago       Running             kube-controller-manager   0                   f5ecd905d47dc       kube-controller-manager-addons-555792
	9c9f93d4e55eb       2b0d6572d062c0f590b08c3113e5d9a61e381b3da7845a0289bdbf1faa1b23d1                                                             5 minutes ago       Running             kube-scheduler            0                   eeedaa65e54f0       kube-scheduler-addons-555792
	c76aab97f1d65       95c0bda56fc4dd44cf1876f15c04427feabe5556394553874934ffd2514eeb0a                                                             5 minutes ago       Running             kube-apiserver            0                   4ae25cce16319       kube-apiserver-addons-555792
	f5ed916322933       a9e7e6b294baf1695fccb862d956c5d3ad8510e1e4ca1535f35dc09f247abbfc                                                             5 minutes ago       Running             etcd                      0                   6e417a3524369       etcd-addons-555792
	
	
	==> coredns [3b5d969d77ae443dcbe111bdb39911ba3c0ad2d3e347d0176198f426fe42b2b0] <==
	[INFO] 10.244.0.16:35640 - 62208 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000158563s
	[INFO] 10.244.0.16:51445 - 50393 "A IN registry.kube-system.svc.cluster.local.europe-west4-a.c.k8s-minikube.internal. udp 95 false 512" NXDOMAIN qr,rd,ra 95 0.004183568s
	[INFO] 10.244.0.16:51445 - 50901 "AAAA IN registry.kube-system.svc.cluster.local.europe-west4-a.c.k8s-minikube.internal. udp 95 false 512" NXDOMAIN qr,rd,ra 95 0.004254407s
	[INFO] 10.244.0.16:60382 - 9595 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.00468301s
	[INFO] 10.244.0.16:60382 - 9369 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.004947187s
	[INFO] 10.244.0.16:50438 - 27279 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.00391535s
	[INFO] 10.244.0.16:50438 - 27516 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.004133703s
	[INFO] 10.244.0.16:53704 - 25124 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000125666s
	[INFO] 10.244.0.16:53704 - 24843 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000153423s
	[INFO] 10.244.0.21:38373 - 10386 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000209593s
	[INFO] 10.244.0.21:34827 - 22942 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.00026234s
	[INFO] 10.244.0.21:56828 - 52900 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00014558s
	[INFO] 10.244.0.21:40808 - 44596 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000219061s
	[INFO] 10.244.0.21:59066 - 25530 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000112628s
	[INFO] 10.244.0.21:40392 - 46411 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000111563s
	[INFO] 10.244.0.21:48992 - 22137 "AAAA IN storage.googleapis.com.europe-west4-a.c.k8s-minikube.internal. udp 90 false 1232" NXDOMAIN qr,rd,ra 79 0.007023164s
	[INFO] 10.244.0.21:38168 - 31252 "A IN storage.googleapis.com.europe-west4-a.c.k8s-minikube.internal. udp 90 false 1232" NXDOMAIN qr,rd,ra 79 0.007085594s
	[INFO] 10.244.0.21:40712 - 46764 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.006219985s
	[INFO] 10.244.0.21:38918 - 18308 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.006789926s
	[INFO] 10.244.0.21:36855 - 42705 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.003522464s
	[INFO] 10.244.0.21:37026 - 61511 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.003657475s
	[INFO] 10.244.0.21:44085 - 53009 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.000659789s
	[INFO] 10.244.0.21:51050 - 26232 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 496 0.000742598s
	[INFO] 10.244.0.26:58789 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000190735s
	[INFO] 10.244.0.26:43452 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000192714s
	
	
	==> describe nodes <==
	Name:               addons-555792
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-555792
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=f6a4bc0699f1a012c34860b426fc47f95a8e8743
	                    minikube.k8s.io/name=addons-555792
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_01_27T14_14_18_0700
	                    minikube.k8s.io/version=v1.35.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-555792
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 27 Jan 2025 14:14:15 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-555792
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 27 Jan 2025 14:19:55 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 27 Jan 2025 14:18:22 +0000   Mon, 27 Jan 2025 14:14:14 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 27 Jan 2025 14:18:22 +0000   Mon, 27 Jan 2025 14:14:14 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 27 Jan 2025 14:18:22 +0000   Mon, 27 Jan 2025 14:14:14 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 27 Jan 2025 14:18:22 +0000   Mon, 27 Jan 2025 14:15:05 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-555792
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859372Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859372Ki
	  pods:               110
	System Info:
	  Machine ID:                 9e5065a4e4dc4a31b7a1cef0b9c8c1b3
	  System UUID:                da43ec5c-70e2-44d2-9efe-e044ae265055
	  Boot ID:                    9d3ee2d2-563e-45d3-ad1d-868cdf2e0f91
	  Kernel Version:             5.15.0-1074-gcp
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               amd64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.32.1
	  Kube-Proxy Version:         v1.32.1
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (13 in total)
	  Namespace                   Name                                         CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                         ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m59s
	  default                     hello-world-app-7d9564db4-ndb5m              0 (0%)        0 (0%)      0 (0%)           0 (0%)         2s
	  default                     nginx                                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m33s
	  ingress-nginx               ingress-nginx-controller-56d7c84fd4-kzwnr    100m (1%)     0 (0%)      90Mi (0%)        0 (0%)         5m28s
	  kube-system                 coredns-668d6bf9bc-g2xbz                     100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     5m34s
	  kube-system                 etcd-addons-555792                           100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         5m40s
	  kube-system                 kindnet-x8wph                                100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      5m35s
	  kube-system                 kube-apiserver-addons-555792                 250m (3%)     0 (0%)      0 (0%)           0 (0%)         5m40s
	  kube-system                 kube-controller-manager-addons-555792        200m (2%)     0 (0%)      0 (0%)           0 (0%)         5m40s
	  kube-system                 kube-ingress-dns-minikube                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m30s
	  kube-system                 kube-proxy-nkjwb                             0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m35s
	  kube-system                 kube-scheduler-addons-555792                 100m (1%)     0 (0%)      0 (0%)           0 (0%)         5m40s
	  kube-system                 storage-provisioner                          0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m30s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (11%)  100m (1%)
	  memory             310Mi (0%)  220Mi (0%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age                    From             Message
	  ----     ------                   ----                   ----             -------
	  Normal   Starting                 5m30s                  kube-proxy       
	  Normal   NodeHasSufficientMemory  5m44s (x8 over 5m44s)  kubelet          Node addons-555792 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    5m44s (x8 over 5m44s)  kubelet          Node addons-555792 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     5m44s (x8 over 5m44s)  kubelet          Node addons-555792 status is now: NodeHasSufficientPID
	  Normal   Starting                 5m40s                  kubelet          Starting kubelet.
	  Warning  CgroupV1                 5m40s                  kubelet          cgroup v1 support is in maintenance mode, please migrate to cgroup v2
	  Normal   NodeHasSufficientMemory  5m40s                  kubelet          Node addons-555792 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    5m40s                  kubelet          Node addons-555792 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     5m40s                  kubelet          Node addons-555792 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           5m35s                  node-controller  Node addons-555792 event: Registered Node addons-555792 in Controller
	  Normal   NodeReady                4m52s                  kubelet          Node addons-555792 status is now: NodeReady
	
	
	==> dmesg <==
	[  +0.000009] ll header: 00000000: 52 54 00 10 a2 1d 52 54 00 3a 50 bd 08 00
	[  +0.000917] IPv4: martian source 10.96.0.1 from 10.244.0.3, on dev virbr0
	[  +0.000002] ll header: 00000000: 52 54 00 10 a2 1d 52 54 00 3a 50 bd 08 00
	[  +0.000008] IPv4: martian source 10.96.0.1 from 10.244.0.3, on dev virbr0
	[  +0.000001] ll header: 00000000: 52 54 00 10 a2 1d 52 54 00 3a 50 bd 08 00
	[  +8.126414] IPv4: martian source 10.96.0.1 from 10.244.0.3, on dev virbr0
	[  +0.000007] ll header: 00000000: 52 54 00 10 a2 1d 52 54 00 3a 50 bd 08 00
	[  +0.000009] IPv4: martian source 10.96.0.1 from 10.244.0.3, on dev virbr0
	[  +0.000001] ll header: 00000000: 52 54 00 10 a2 1d 52 54 00 3a 50 bd 08 00
	[  +0.000016] IPv4: martian source 10.96.0.1 from 10.244.0.3, on dev virbr0
	[  +0.000001] ll header: 00000000: 52 54 00 10 a2 1d 52 54 00 3a 50 bd 08 00
	[Jan27 14:17] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
	[  +0.000008] ll header: 00000000: ca e0 90 22 05 5e 36 d7 5c 4f 3a 15 08 00
	[  +1.031137] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: ca e0 90 22 05 5e 36 d7 5c 4f 3a 15 08 00
	[  +2.015790] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: ca e0 90 22 05 5e 36 d7 5c 4f 3a 15 08 00
	[  +4.191579] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: ca e0 90 22 05 5e 36 d7 5c 4f 3a 15 08 00
	[  +8.191193] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
	[  +0.000024] ll header: 00000000: ca e0 90 22 05 5e 36 d7 5c 4f 3a 15 08 00
	[Jan27 14:18] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: ca e0 90 22 05 5e 36 d7 5c 4f 3a 15 08 00
	[ +32.764705] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
	[  +0.000008] ll header: 00000000: ca e0 90 22 05 5e 36 d7 5c 4f 3a 15 08 00
	
	
	==> etcd [f5ed916322933c25dfda86cdb7cca7eecb43d3d57719cf25fff23e20e36d455d] <==
	{"level":"info","ts":"2025-01-27T14:14:25.660519Z","caller":"traceutil/trace.go:171","msg":"trace[992545527] transaction","detail":"{read_only:false; response_revision:404; number_of_response:1; }","duration":"103.155716ms","start":"2025-01-27T14:14:25.557334Z","end":"2025-01-27T14:14:25.660490Z","steps":["trace[992545527] 'process raft request'  (duration: 98.955199ms)"],"step_count":1}
	{"level":"warn","ts":"2025-01-27T14:14:26.264319Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"293.408922ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128034877257131446 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/serviceaccounts/kube-system/ephemeral-volume-controller\" mod_revision:312 > success:<request_put:<key:\"/registry/serviceaccounts/kube-system/ephemeral-volume-controller\" value_size:144 >> failure:<request_range:<key:\"/registry/serviceaccounts/kube-system/ephemeral-volume-controller\" > >>","response":"size:16"}
	{"level":"info","ts":"2025-01-27T14:14:26.264881Z","caller":"traceutil/trace.go:171","msg":"trace[988989338] transaction","detail":"{read_only:false; response_revision:410; number_of_response:1; }","duration":"299.397055ms","start":"2025-01-27T14:14:25.965468Z","end":"2025-01-27T14:14:26.264865Z","steps":["trace[988989338] 'process raft request'  (duration: 299.354568ms)"],"step_count":1}
	{"level":"info","ts":"2025-01-27T14:14:26.265331Z","caller":"traceutil/trace.go:171","msg":"trace[1314755559] transaction","detail":"{read_only:false; response_revision:408; number_of_response:1; }","duration":"315.429945ms","start":"2025-01-27T14:14:25.949883Z","end":"2025-01-27T14:14:26.265313Z","steps":["trace[1314755559] 'process raft request'  (duration: 20.531024ms)","trace[1314755559] 'compare'  (duration: 293.312772ms)"],"step_count":2}
	{"level":"info","ts":"2025-01-27T14:14:26.266402Z","caller":"traceutil/trace.go:171","msg":"trace[400097961] transaction","detail":"{read_only:false; response_revision:409; number_of_response:1; }","duration":"316.002891ms","start":"2025-01-27T14:14:25.950380Z","end":"2025-01-27T14:14:26.266382Z","steps":["trace[400097961] 'process raft request'  (duration: 314.35167ms)"],"step_count":1}
	{"level":"warn","ts":"2025-01-27T14:14:26.266415Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-01-27T14:14:25.949837Z","time spent":"316.501522ms","remote":"127.0.0.1:49008","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":217,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/serviceaccounts/kube-system/ephemeral-volume-controller\" mod_revision:312 > success:<request_put:<key:\"/registry/serviceaccounts/kube-system/ephemeral-volume-controller\" value_size:144 >> failure:<request_range:<key:\"/registry/serviceaccounts/kube-system/ephemeral-volume-controller\" > >"}
	{"level":"warn","ts":"2025-01-27T14:14:26.266518Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-01-27T14:14:25.950344Z","time spent":"316.114242ms","remote":"127.0.0.1:49278","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":3801,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/daemonsets/kube-system/amd-gpu-device-plugin\" mod_revision:405 > success:<request_put:<key:\"/registry/daemonsets/kube-system/amd-gpu-device-plugin\" value_size:3739 >> failure:<request_range:<key:\"/registry/daemonsets/kube-system/amd-gpu-device-plugin\" > >"}
	{"level":"info","ts":"2025-01-27T14:14:26.357418Z","caller":"traceutil/trace.go:171","msg":"trace[857143639] linearizableReadLoop","detail":"{readStateIndex:418; appliedIndex:417; }","duration":"407.11373ms","start":"2025-01-27T14:14:25.950284Z","end":"2025-01-27T14:14:26.357398Z","steps":["trace[857143639] 'read index received'  (duration: 20.058892ms)","trace[857143639] 'applied index is now lower than readState.Index'  (duration: 387.053079ms)"],"step_count":2}
	{"level":"warn","ts":"2025-01-27T14:14:26.357663Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"407.344283ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/minikube-ingress-dns\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-01-27T14:14:26.357745Z","caller":"traceutil/trace.go:171","msg":"trace[1290581895] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/minikube-ingress-dns; range_end:; response_count:0; response_revision:412; }","duration":"407.476544ms","start":"2025-01-27T14:14:25.950258Z","end":"2025-01-27T14:14:26.357734Z","steps":["trace[1290581895] 'agreement among raft nodes before linearized reading'  (duration: 407.339942ms)"],"step_count":1}
	{"level":"warn","ts":"2025-01-27T14:14:26.357822Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-01-27T14:14:25.950245Z","time spent":"407.561289ms","remote":"127.0.0.1:49008","response type":"/etcdserverpb.KV/Range","request count":0,"request size":62,"response count":0,"response size":29,"request content":"key:\"/registry/serviceaccounts/kube-system/minikube-ingress-dns\" limit:1 "}
	{"level":"warn","ts":"2025-01-27T14:14:26.359837Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"113.544664ms","expected-duration":"100ms","prefix":"read-only range ","request":"limit:1 keys_only:true ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-01-27T14:14:26.466206Z","caller":"traceutil/trace.go:171","msg":"trace[2010987273] range","detail":"{range_begin:; range_end:; response_count:0; response_revision:413; }","duration":"219.911312ms","start":"2025-01-27T14:14:26.246271Z","end":"2025-01-27T14:14:26.466183Z","steps":["trace[2010987273] 'agreement among raft nodes before linearized reading'  (duration: 113.485544ms)"],"step_count":1}
	{"level":"warn","ts":"2025-01-27T14:14:27.047425Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"182.283878ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/services/specs/default/cloud-spanner-emulator\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-01-27T14:14:27.048879Z","caller":"traceutil/trace.go:171","msg":"trace[601894560] range","detail":"{range_begin:/registry/services/specs/default/cloud-spanner-emulator; range_end:; response_count:0; response_revision:427; }","duration":"183.743465ms","start":"2025-01-27T14:14:26.865112Z","end":"2025-01-27T14:14:27.048855Z","steps":["trace[601894560] 'agreement among raft nodes before linearized reading'  (duration: 182.265105ms)"],"step_count":1}
	{"level":"warn","ts":"2025-01-27T14:16:22.329259Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"114.291859ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128034877257134354 > lease_revoke:<id:70cc94a81ce5afe7>","response":"size:29"}
	{"level":"info","ts":"2025-01-27T14:16:22.329347Z","caller":"traceutil/trace.go:171","msg":"trace[1504234485] linearizableReadLoop","detail":"{readStateIndex:1223; appliedIndex:1222; }","duration":"149.321242ms","start":"2025-01-27T14:16:22.180010Z","end":"2025-01-27T14:16:22.329331Z","steps":["trace[1504234485] 'read index received'  (duration: 34.935369ms)","trace[1504234485] 'applied index is now lower than readState.Index'  (duration: 114.384821ms)"],"step_count":2}
	{"level":"warn","ts":"2025-01-27T14:16:22.329492Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"149.458611ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"warn","ts":"2025-01-27T14:16:22.329521Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"147.94269ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-555792\" limit:1 ","response":"range_response_count:1 size:8290"}
	{"level":"info","ts":"2025-01-27T14:16:22.329551Z","caller":"traceutil/trace.go:171","msg":"trace[769006051] range","detail":"{range_begin:/registry/minions/addons-555792; range_end:; response_count:1; response_revision:1179; }","duration":"147.976623ms","start":"2025-01-27T14:16:22.181565Z","end":"2025-01-27T14:16:22.329541Z","steps":["trace[769006051] 'agreement among raft nodes before linearized reading'  (duration: 147.848736ms)"],"step_count":1}
	{"level":"info","ts":"2025-01-27T14:16:22.329552Z","caller":"traceutil/trace.go:171","msg":"trace[1977188230] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1179; }","duration":"149.555182ms","start":"2025-01-27T14:16:22.179976Z","end":"2025-01-27T14:16:22.329531Z","steps":["trace[1977188230] 'agreement among raft nodes before linearized reading'  (duration: 149.415092ms)"],"step_count":1}
	{"level":"warn","ts":"2025-01-27T14:16:22.329592Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"144.69352ms","expected-duration":"100ms","prefix":"read-only range ","request":"limit:1 keys_only:true ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-01-27T14:16:22.329631Z","caller":"traceutil/trace.go:171","msg":"trace[69731163] range","detail":"{range_begin:; range_end:; response_count:0; response_revision:1179; }","duration":"144.736003ms","start":"2025-01-27T14:16:22.184883Z","end":"2025-01-27T14:16:22.329619Z","steps":["trace[69731163] 'agreement among raft nodes before linearized reading'  (duration: 144.658005ms)"],"step_count":1}
	{"level":"warn","ts":"2025-01-27T14:17:21.296473Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"112.603645ms","expected-duration":"100ms","prefix":"read-only range ","request":"limit:1 serializable:true keys_only:true ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-01-27T14:17:21.296549Z","caller":"traceutil/trace.go:171","msg":"trace[994885198] range","detail":"{range_begin:; range_end:; response_count:0; response_revision:1428; }","duration":"112.709542ms","start":"2025-01-27T14:17:21.183822Z","end":"2025-01-27T14:17:21.296532Z","steps":["trace[994885198] 'range keys from in-memory index tree'  (duration: 112.587417ms)"],"step_count":1}
	
	
	==> kernel <==
	 14:19:57 up  4:02,  0 users,  load average: 0.29, 0.75, 1.16
	Linux addons-555792 5.15.0-1074-gcp #83~20.04.1-Ubuntu SMP Wed Dec 18 20:42:35 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [b4c9c552beb2fe97736536ac9a5c3bb2fe0355b47c45276bc145b579a650ed71] <==
	I0127 14:17:54.653182       1 main.go:301] handling current node
	I0127 14:18:04.653220       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 14:18:04.653283       1 main.go:301] handling current node
	I0127 14:18:14.652534       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 14:18:14.652577       1 main.go:301] handling current node
	I0127 14:18:24.653121       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 14:18:24.653162       1 main.go:301] handling current node
	I0127 14:18:34.654870       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 14:18:34.654956       1 main.go:301] handling current node
	I0127 14:18:44.657975       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 14:18:44.658015       1 main.go:301] handling current node
	I0127 14:18:54.657158       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 14:18:54.657211       1 main.go:301] handling current node
	I0127 14:19:04.658030       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 14:19:04.658077       1 main.go:301] handling current node
	I0127 14:19:14.661137       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 14:19:14.661177       1 main.go:301] handling current node
	I0127 14:19:24.652087       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 14:19:24.652153       1 main.go:301] handling current node
	I0127 14:19:34.658205       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 14:19:34.658253       1 main.go:301] handling current node
	I0127 14:19:44.661155       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 14:19:44.661192       1 main.go:301] handling current node
	I0127 14:19:54.661152       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 14:19:54.661204       1 main.go:301] handling current node
	
	
	==> kube-apiserver [c76aab97f1d65eaf580ecd1db28c6ee900c1539115a08ac3696219deb839f07b] <==
	I0127 14:16:00.276881       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	E0127 14:17:09.470210       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:53458: use of closed network connection
	E0127 14:17:09.642289       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:53490: use of closed network connection
	I0127 14:17:18.714962       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.100.73.191"}
	I0127 14:17:24.170029       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0127 14:17:24.447493       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.102.199.248"}
	I0127 14:17:24.750153       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0127 14:17:25.770291       1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0127 14:18:01.252364       1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
	I0127 14:18:05.296031       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0127 14:18:28.533419       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0127 14:18:28.533478       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0127 14:18:28.545581       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0127 14:18:28.545638       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0127 14:18:28.547279       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0127 14:18:28.547388       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0127 14:18:28.561276       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0127 14:18:28.561407       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0127 14:18:28.568342       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0127 14:18:28.568383       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0127 14:18:29.547378       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0127 14:18:29.568562       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0127 14:18:29.666293       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	E0127 14:18:31.273633       1 authentication.go:74] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	I0127 14:19:55.897461       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.98.103.23"}
	
	
	==> kube-controller-manager [71ce34f729b695a8bf97448b7968f47c3bbe399dbe0f54c65ba0fc84706bf57a] <==
	E0127 14:18:58.371061       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	I0127 14:19:03.290451       1 namespace_controller.go:187] "Namespace has been deleted" logger="namespace-controller" namespace="local-path-storage"
	W0127 14:19:07.152857       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0127 14:19:07.153897       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotclasses"
	W0127 14:19:07.154709       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0127 14:19:07.154745       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0127 14:19:09.403126       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0127 14:19:09.404091       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshots"
	W0127 14:19:09.404957       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0127 14:19:09.404999       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0127 14:19:25.467348       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0127 14:19:25.468294       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="gadget.kinvolk.io/v1alpha1, Resource=traces"
	W0127 14:19:25.469133       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0127 14:19:25.469185       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0127 14:19:40.165995       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0127 14:19:40.166865       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotcontents"
	W0127 14:19:40.167729       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0127 14:19:40.167772       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0127 14:19:51.374486       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0127 14:19:51.375356       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotclasses"
	W0127 14:19:51.376096       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0127 14:19:51.376130       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	I0127 14:19:55.707771       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="14.339213ms"
	I0127 14:19:55.715705       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="7.882894ms"
	I0127 14:19:55.715791       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="47.413µs"
	
	
	==> kube-proxy [cce18b630cb66ad23e77a63f66257c06f26ae21c36e1717fe7bb17852a4cd4cf] <==
	I0127 14:14:23.962193       1 server_linux.go:66] "Using iptables proxy"
	I0127 14:14:24.957976       1 server.go:698] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0127 14:14:24.962999       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`"
	I0127 14:14:26.453384       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0127 14:14:26.453526       1 server_linux.go:170] "Using iptables Proxier"
	I0127 14:14:26.458293       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"
	I0127 14:14:26.458727       1 server.go:497] "Version info" version="v1.32.1"
	I0127 14:14:26.459140       1 server.go:499] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0127 14:14:26.460831       1 config.go:199] "Starting service config controller"
	I0127 14:14:26.465784       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0127 14:14:26.464851       1 config.go:329] "Starting node config controller"
	I0127 14:14:26.465890       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0127 14:14:26.465157       1 config.go:105] "Starting endpoint slice config controller"
	I0127 14:14:26.465934       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0127 14:14:26.569260       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0127 14:14:26.569285       1 shared_informer.go:320] Caches are synced for service config
	I0127 14:14:26.569327       1 shared_informer.go:320] Caches are synced for node config
	
	
	==> kube-scheduler [9c9f93d4e55ebe18ca414c0ee1cfe2930d94263788c51bf692cbdee596414775] <==
	E0127 14:14:15.768008       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0127 14:14:15.767744       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
	E0127 14:14:15.768028       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError"
	E0127 14:14:15.767844       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0127 14:14:15.767513       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
	E0127 14:14:15.768177       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
	W0127 14:14:15.768207       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "volumeattachments" in API group "storage.k8s.io" at the cluster scope
	W0127 14:14:15.768080       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0127 14:14:15.768265       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.VolumeAttachment: failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	E0127 14:14:15.768295       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0127 14:14:15.768402       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E0127 14:14:15.768452       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0127 14:14:16.586590       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E0127 14:14:16.586632       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0127 14:14:16.641081       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0127 14:14:16.641135       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0127 14:14:16.654502       1 reflector.go:569] 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
	E0127 14:14:16.654544       1 reflector.go:166] "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"
	W0127 14:14:16.661966       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
	E0127 14:14:16.661999       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
	W0127 14:14:16.767834       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0127 14:14:16.767883       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0127 14:14:16.832268       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0127 14:14:16.832311       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
	I0127 14:14:17.262874       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Jan 27 14:19:18 addons-555792 kubelet[1648]: E0127 14:19:18.001666    1648 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737987558001473314,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:607111,},InodesUsed:&UInt64Value{Value:230,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Jan 27 14:19:18 addons-555792 kubelet[1648]: E0127 14:19:18.001698    1648 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737987558001473314,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:607111,},InodesUsed:&UInt64Value{Value:230,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Jan 27 14:19:18 addons-555792 kubelet[1648]: I0127 14:19:18.009351    1648 scope.go:117] "RemoveContainer" containerID="160d884210f9fabdf8f5d1ff1c2c262c4e49435f8a41142e512028359e715f22"
	Jan 27 14:19:28 addons-555792 kubelet[1648]: E0127 14:19:28.004284    1648 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737987568004083124,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:607111,},InodesUsed:&UInt64Value{Value:230,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Jan 27 14:19:28 addons-555792 kubelet[1648]: E0127 14:19:28.004324    1648 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737987568004083124,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:607111,},InodesUsed:&UInt64Value{Value:230,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Jan 27 14:19:30 addons-555792 kubelet[1648]: I0127 14:19:30.846618    1648 kubelet_pods.go:1021] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
	Jan 27 14:19:38 addons-555792 kubelet[1648]: E0127 14:19:38.006410    1648 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737987578006176033,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:607111,},InodesUsed:&UInt64Value{Value:230,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Jan 27 14:19:38 addons-555792 kubelet[1648]: E0127 14:19:38.006444    1648 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737987578006176033,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:607111,},InodesUsed:&UInt64Value{Value:230,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Jan 27 14:19:48 addons-555792 kubelet[1648]: E0127 14:19:48.009029    1648 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737987588008840747,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:607111,},InodesUsed:&UInt64Value{Value:230,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Jan 27 14:19:48 addons-555792 kubelet[1648]: E0127 14:19:48.009102    1648 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737987588008840747,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:607111,},InodesUsed:&UInt64Value{Value:230,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Jan 27 14:19:55 addons-555792 kubelet[1648]: I0127 14:19:55.705703    1648 memory_manager.go:355] "RemoveStaleState removing state" podUID="9bbdcb7a-8e93-41fa-9fa6-9571c9314979" containerName="csi-external-health-monitor-controller"
	Jan 27 14:19:55 addons-555792 kubelet[1648]: I0127 14:19:55.705750    1648 memory_manager.go:355] "RemoveStaleState removing state" podUID="8e95058d-7611-40ea-b971-c1702d146060" containerName="volume-snapshot-controller"
	Jan 27 14:19:55 addons-555792 kubelet[1648]: I0127 14:19:55.705759    1648 memory_manager.go:355] "RemoveStaleState removing state" podUID="9bbdcb7a-8e93-41fa-9fa6-9571c9314979" containerName="hostpath"
	Jan 27 14:19:55 addons-555792 kubelet[1648]: I0127 14:19:55.705768    1648 memory_manager.go:355] "RemoveStaleState removing state" podUID="9bbdcb7a-8e93-41fa-9fa6-9571c9314979" containerName="node-driver-registrar"
	Jan 27 14:19:55 addons-555792 kubelet[1648]: I0127 14:19:55.705776    1648 memory_manager.go:355] "RemoveStaleState removing state" podUID="7710aa89-13f6-426c-a9b9-8240162549b3" containerName="local-path-provisioner"
	Jan 27 14:19:55 addons-555792 kubelet[1648]: I0127 14:19:55.705784    1648 memory_manager.go:355] "RemoveStaleState removing state" podUID="9bbdcb7a-8e93-41fa-9fa6-9571c9314979" containerName="csi-provisioner"
	Jan 27 14:19:55 addons-555792 kubelet[1648]: I0127 14:19:55.705794    1648 memory_manager.go:355] "RemoveStaleState removing state" podUID="fb2bfce8-e9b7-4fc3-ae76-b3aa8c9d616f" containerName="volume-snapshot-controller"
	Jan 27 14:19:55 addons-555792 kubelet[1648]: I0127 14:19:55.705801    1648 memory_manager.go:355] "RemoveStaleState removing state" podUID="9bbdcb7a-8e93-41fa-9fa6-9571c9314979" containerName="liveness-probe"
	Jan 27 14:19:55 addons-555792 kubelet[1648]: I0127 14:19:55.705808    1648 memory_manager.go:355] "RemoveStaleState removing state" podUID="5c50ae81-2836-4bfa-b5ff-dd7a365a20ce" containerName="csi-resizer"
	Jan 27 14:19:55 addons-555792 kubelet[1648]: I0127 14:19:55.705816    1648 memory_manager.go:355] "RemoveStaleState removing state" podUID="046dc888-dce4-45e5-beed-783d63535746" containerName="helper-pod"
	Jan 27 14:19:55 addons-555792 kubelet[1648]: I0127 14:19:55.705824    1648 memory_manager.go:355] "RemoveStaleState removing state" podUID="a902e0f7-0884-4f2d-8319-b5ff69bcd5e1" containerName="task-pv-container"
	Jan 27 14:19:55 addons-555792 kubelet[1648]: I0127 14:19:55.705833    1648 memory_manager.go:355] "RemoveStaleState removing state" podUID="03568d7e-030f-4fbf-b144-6dc530810c10" containerName="csi-attacher"
	Jan 27 14:19:55 addons-555792 kubelet[1648]: I0127 14:19:55.705841    1648 memory_manager.go:355] "RemoveStaleState removing state" podUID="9bbdcb7a-8e93-41fa-9fa6-9571c9314979" containerName="csi-snapshotter"
	Jan 27 14:19:55 addons-555792 kubelet[1648]: I0127 14:19:55.898186    1648 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-wtvzm\" (UniqueName: \"kubernetes.io/projected/bd7069c7-b0e8-4e28-a135-5dce16611ee0-kube-api-access-wtvzm\") pod \"hello-world-app-7d9564db4-ndb5m\" (UID: \"bd7069c7-b0e8-4e28-a135-5dce16611ee0\") " pod="default/hello-world-app-7d9564db4-ndb5m"
	Jan 27 14:19:56 addons-555792 kubelet[1648]: W0127 14:19:56.338702    1648 manager.go:1169] Failed to process watch event {EventType:0 Name:/docker/3fdf4288b039a98265750e42c37b7f5e64f7a3a0dc82531aeb905a3a7fc9f43f/crio-a432a326820097991441c5492cdcd411d7fb7669c6c6f8299617b76c302cce6d WatchSource:0}: Error finding container a432a326820097991441c5492cdcd411d7fb7669c6c6f8299617b76c302cce6d: Status 404 returned error can't find the container with id a432a326820097991441c5492cdcd411d7fb7669c6c6f8299617b76c302cce6d
	
	
	==> storage-provisioner [b9c4e8c41d8679e603e8a2292592bfbe0a12d20dadd23b51f0cc9d17a1610430] <==
	I0127 14:15:06.193560       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0127 14:15:06.200216       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0127 14:15:06.200261       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0127 14:15:06.254077       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0127 14:15:06.254303       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-555792_1074596d-1401-4309-bd9b-6ae0261d2da0!
	I0127 14:15:06.254531       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"1c9b814e-2830-4a91-a4c6-aaeb8b44fcd2", APIVersion:"v1", ResourceVersion:"939", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-555792_1074596d-1401-4309-bd9b-6ae0261d2da0 became leader
	I0127 14:15:06.355299       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-555792_1074596d-1401-4309-bd9b-6ae0261d2da0!
	

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

                                                
                                                
-- stdout --
	Name:             hello-world-app-7d9564db4-ndb5m
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-555792/192.168.49.2
	Start Time:       Mon, 27 Jan 2025 14:19:55 +0000
	Labels:           app=hello-world-app
	                  pod-template-hash=7d9564db4
	Annotations:      <none>
	Status:           Pending
	IP:               
	IPs:              <none>
	Controlled By:    ReplicaSet/hello-world-app-7d9564db4
	Containers:
	  hello-world-app:
	    Container ID:   
	    Image:          docker.io/kicbase/echo-server:1.0
	    Image ID:       
	    Port:           8080/TCP
	    Host Port:      0/TCP
	    State:          Waiting
	      Reason:       ContainerCreating
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-wtvzm (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   False 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-wtvzm:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	QoS Class:                   BestEffort
	Node-Selectors:              <none>
	Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
	                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
	Events:
	  Type    Reason     Age   From               Message
	  ----    ------     ----  ----               -------
	  Normal  Scheduled  3s    default-scheduler  Successfully assigned default/hello-world-app-7d9564db4-ndb5m to addons-555792
	  Normal  Pulling    2s    kubelet            Pulling image "docker.io/kicbase/echo-server:1.0"

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "ingress-nginx-admission-create-bgf9l" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-2bxtk" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context addons-555792 describe pod hello-world-app-7d9564db4-ndb5m ingress-nginx-admission-create-bgf9l ingress-nginx-admission-patch-2bxtk: exit status 1
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-555792 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-555792 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-555792 addons disable ingress --alsologtostderr -v=1: (7.904410641s)
--- FAIL: TestAddons/parallel/Ingress (163.02s)

                                                
                                    

Test pass (303/330)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 15.18
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.07
9 TestDownloadOnly/v1.20.0/DeleteAll 0.21
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.14
12 TestDownloadOnly/v1.32.1/json-events 15.48
13 TestDownloadOnly/v1.32.1/preload-exists 0
17 TestDownloadOnly/v1.32.1/LogsDuration 0.07
18 TestDownloadOnly/v1.32.1/DeleteAll 0.21
19 TestDownloadOnly/v1.32.1/DeleteAlwaysSucceeds 0.13
20 TestDownloadOnlyKic 1.11
21 TestBinaryMirror 0.78
22 TestOffline 49.67
25 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.05
26 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.06
27 TestAddons/Setup 195.17
31 TestAddons/serial/GCPAuth/Namespaces 0.12
32 TestAddons/serial/GCPAuth/FakeCredentials 11.46
35 TestAddons/parallel/Registry 26.38
37 TestAddons/parallel/InspektorGadget 11.92
38 TestAddons/parallel/MetricsServer 5.88
40 TestAddons/parallel/CSI 65.7
41 TestAddons/parallel/Headlamp 18.5
42 TestAddons/parallel/CloudSpanner 5.47
43 TestAddons/parallel/LocalPath 81.81
44 TestAddons/parallel/NvidiaDevicePlugin 5.53
45 TestAddons/parallel/Yakd 11.04
46 TestAddons/parallel/AmdGpuDevicePlugin 6.46
47 TestAddons/StoppedEnableDisable 12.05
48 TestCertOptions 26.79
49 TestCertExpiration 221.49
51 TestForceSystemdFlag 30.31
52 TestForceSystemdEnv 33.21
54 TestKVMDriverInstallOrUpdate 5.07
58 TestErrorSpam/setup 20.29
59 TestErrorSpam/start 0.57
60 TestErrorSpam/status 0.88
61 TestErrorSpam/pause 1.57
62 TestErrorSpam/unpause 1.54
63 TestErrorSpam/stop 1.36
66 TestFunctional/serial/CopySyncFile 0
67 TestFunctional/serial/StartWithProxy 69.95
68 TestFunctional/serial/AuditLog 0
69 TestFunctional/serial/SoftStart 26.94
70 TestFunctional/serial/KubeContext 0.05
71 TestFunctional/serial/KubectlGetPods 0.06
74 TestFunctional/serial/CacheCmd/cache/add_remote 2.93
75 TestFunctional/serial/CacheCmd/cache/add_local 2.42
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.69
80 TestFunctional/serial/CacheCmd/cache/delete 0.11
81 TestFunctional/serial/MinikubeKubectlCmd 0.11
82 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.11
83 TestFunctional/serial/ExtraConfig 38.65
84 TestFunctional/serial/ComponentHealth 0.07
85 TestFunctional/serial/LogsCmd 1.35
86 TestFunctional/serial/LogsFileCmd 1.37
87 TestFunctional/serial/InvalidService 4.28
89 TestFunctional/parallel/ConfigCmd 0.39
90 TestFunctional/parallel/DashboardCmd 33.35
91 TestFunctional/parallel/DryRun 0.33
92 TestFunctional/parallel/InternationalLanguage 0.16
93 TestFunctional/parallel/StatusCmd 0.92
97 TestFunctional/parallel/ServiceCmdConnect 7.72
98 TestFunctional/parallel/AddonsCmd 0.14
99 TestFunctional/parallel/PersistentVolumeClaim 42.24
101 TestFunctional/parallel/SSHCmd 0.6
102 TestFunctional/parallel/CpCmd 1.65
103 TestFunctional/parallel/MySQL 23.65
104 TestFunctional/parallel/FileSync 0.28
105 TestFunctional/parallel/CertSync 1.62
109 TestFunctional/parallel/NodeLabels 0.09
111 TestFunctional/parallel/NonActiveRuntimeDisabled 0.59
113 TestFunctional/parallel/License 0.74
114 TestFunctional/parallel/ImageCommands/ImageListShort 0.21
115 TestFunctional/parallel/ImageCommands/ImageListTable 0.23
116 TestFunctional/parallel/ImageCommands/ImageListJson 0.23
117 TestFunctional/parallel/ImageCommands/ImageListYaml 0.23
118 TestFunctional/parallel/ImageCommands/ImageBuild 3.57
119 TestFunctional/parallel/ImageCommands/Setup 1.96
120 TestFunctional/parallel/UpdateContextCmd/no_changes 0.12
121 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.12
122 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.12
123 TestFunctional/parallel/Version/short 0.05
124 TestFunctional/parallel/Version/components 0.47
125 TestFunctional/parallel/ServiceCmd/DeployApp 10.17
126 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 3.29
128 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.71
129 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
131 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 28.31
132 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 0.86
133 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 1.76
134 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.65
135 TestFunctional/parallel/ImageCommands/ImageRemove 1.27
136 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 1.49
137 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 5.75
138 TestFunctional/parallel/ServiceCmd/List 0.63
139 TestFunctional/parallel/ServiceCmd/JSONOutput 0.54
140 TestFunctional/parallel/ServiceCmd/HTTPS 0.46
141 TestFunctional/parallel/ServiceCmd/Format 0.38
142 TestFunctional/parallel/ServiceCmd/URL 0.39
143 TestFunctional/parallel/ProfileCmd/profile_not_create 0.4
144 TestFunctional/parallel/ProfileCmd/profile_list 0.4
145 TestFunctional/parallel/MountCmd/any-port 11.84
146 TestFunctional/parallel/ProfileCmd/profile_json_output 0.36
147 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.06
148 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
152 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
153 TestFunctional/parallel/MountCmd/specific-port 1.58
154 TestFunctional/parallel/MountCmd/VerifyCleanup 1.41
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 130.32
162 TestMultiControlPlane/serial/DeployApp 6.09
163 TestMultiControlPlane/serial/PingHostFromPods 1.07
164 TestMultiControlPlane/serial/AddWorkerNode 33.2
165 TestMultiControlPlane/serial/NodeLabels 0.07
166 TestMultiControlPlane/serial/HAppyAfterClusterStart 0.85
167 TestMultiControlPlane/serial/CopyFile 15.88
168 TestMultiControlPlane/serial/StopSecondaryNode 12.51
169 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.68
170 TestMultiControlPlane/serial/RestartSecondaryNode 33.55
171 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 0.88
172 TestMultiControlPlane/serial/RestartClusterKeepsNodes 217.57
173 TestMultiControlPlane/serial/DeleteSecondaryNode 12.26
174 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.66
175 TestMultiControlPlane/serial/StopCluster 35.51
176 TestMultiControlPlane/serial/RestartCluster 95.56
177 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.66
178 TestMultiControlPlane/serial/AddSecondaryNode 64
179 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 0.85
183 TestJSONOutput/start/Command 70.79
184 TestJSONOutput/start/Audit 0
186 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
187 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
189 TestJSONOutput/pause/Command 0.66
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.74
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 37.99
209 TestKicCustomNetwork/use_default_bridge_network 22.73
210 TestKicExistingNetwork 26.08
211 TestKicCustomSubnet 26.58
212 TestKicStaticIP 26.34
213 TestMainNoArgs 0.05
214 TestMinikubeProfile 47.18
217 TestMountStart/serial/StartWithMountFirst 9
218 TestMountStart/serial/VerifyMountFirst 0.24
219 TestMountStart/serial/StartWithMountSecond 5.74
220 TestMountStart/serial/VerifyMountSecond 0.24
221 TestMountStart/serial/DeleteFirst 1.59
222 TestMountStart/serial/VerifyMountPostDelete 0.24
223 TestMountStart/serial/Stop 1.17
224 TestMountStart/serial/RestartStopped 7.56
225 TestMountStart/serial/VerifyMountPostStop 0.25
228 TestMultiNode/serial/FreshStart2Nodes 98.79
229 TestMultiNode/serial/DeployApp2Nodes 5.37
230 TestMultiNode/serial/PingHostFrom2Pods 0.72
231 TestMultiNode/serial/AddNode 28.36
232 TestMultiNode/serial/MultiNodeLabels 0.06
233 TestMultiNode/serial/ProfileList 0.61
234 TestMultiNode/serial/CopyFile 9
235 TestMultiNode/serial/StopNode 2.09
236 TestMultiNode/serial/StartAfterStop 8.85
237 TestMultiNode/serial/RestartKeepsNodes 84.62
238 TestMultiNode/serial/DeleteNode 4.92
239 TestMultiNode/serial/StopMultiNode 23.67
240 TestMultiNode/serial/RestartMultiNode 48.31
241 TestMultiNode/serial/ValidateNameConflict 25.12
246 TestPreload 111.04
248 TestScheduledStopUnix 97.97
251 TestInsufficientStorage 9.9
252 TestRunningBinaryUpgrade 136.26
254 TestKubernetesUpgrade 353.88
255 TestMissingContainerUpgrade 129.55
257 TestStoppedBinaryUpgrade/Setup 2.69
260 TestNoKubernetes/serial/StartNoK8sWithVersion 0.08
266 TestNoKubernetes/serial/StartWithK8s 26.28
267 TestStoppedBinaryUpgrade/Upgrade 135.68
268 TestNoKubernetes/serial/StartWithStopK8s 25.65
269 TestNoKubernetes/serial/Start 8.06
270 TestNoKubernetes/serial/VerifyK8sNotRunning 0.25
271 TestNoKubernetes/serial/ProfileList 0.58
272 TestNoKubernetes/serial/Stop 1.21
273 TestNoKubernetes/serial/StartNoArgs 6.91
274 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.24
282 TestNetworkPlugins/group/false 3.9
287 TestPause/serial/Start 81.58
288 TestStoppedBinaryUpgrade/MinikubeLogs 1.06
289 TestPause/serial/SecondStartNoReconfiguration 26.77
291 TestStartStop/group/old-k8s-version/serial/FirstStart 127.88
292 TestPause/serial/Pause 0.71
293 TestPause/serial/VerifyStatus 0.31
294 TestPause/serial/Unpause 0.67
295 TestPause/serial/PauseAgain 0.95
296 TestPause/serial/DeletePaused 5.45
297 TestPause/serial/VerifyDeletedResources 15.68
299 TestStartStop/group/embed-certs/serial/FirstStart 71.01
300 TestStartStop/group/embed-certs/serial/DeployApp 10.23
301 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 0.86
302 TestStartStop/group/embed-certs/serial/Stop 11.9
303 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.2
304 TestStartStop/group/embed-certs/serial/SecondStart 295.75
305 TestStartStop/group/old-k8s-version/serial/DeployApp 10.48
307 TestStartStop/group/no-preload/serial/FirstStart 59.33
308 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 1.06
309 TestStartStop/group/old-k8s-version/serial/Stop 15.53
310 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.22
311 TestStartStop/group/old-k8s-version/serial/SecondStart 131.35
312 TestStartStop/group/no-preload/serial/DeployApp 9.25
313 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 1.01
314 TestStartStop/group/no-preload/serial/Stop 12.02
315 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.18
316 TestStartStop/group/no-preload/serial/SecondStart 262.61
318 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 43.19
319 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 10.25
320 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6.01
321 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 0.88
322 TestStartStop/group/default-k8s-diff-port/serial/Stop 11.95
323 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.07
324 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.23
325 TestStartStop/group/old-k8s-version/serial/Pause 2.57
327 TestStartStop/group/newest-cni/serial/FirstStart 28.41
328 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.2
329 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 263.08
330 TestStartStop/group/newest-cni/serial/DeployApp 0
331 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 0.76
332 TestStartStop/group/newest-cni/serial/Stop 1.92
333 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.18
334 TestStartStop/group/newest-cni/serial/SecondStart 13.15
335 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
336 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
337 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.22
338 TestStartStop/group/newest-cni/serial/Pause 2.67
339 TestNetworkPlugins/group/auto/Start 69.96
340 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
341 TestNetworkPlugins/group/auto/KubeletFlags 0.26
342 TestNetworkPlugins/group/auto/NetCatPod 9.18
343 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.07
344 TestNetworkPlugins/group/auto/DNS 0.13
345 TestNetworkPlugins/group/auto/Localhost 0.11
346 TestNetworkPlugins/group/auto/HairPin 0.11
347 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.24
348 TestStartStop/group/embed-certs/serial/Pause 2.67
349 TestNetworkPlugins/group/kindnet/Start 69.13
350 TestNetworkPlugins/group/calico/Start 58.05
351 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6.01
352 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.07
353 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.22
354 TestStartStop/group/no-preload/serial/Pause 2.77
355 TestNetworkPlugins/group/custom-flannel/Start 52.88
356 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
357 TestNetworkPlugins/group/calico/ControllerPod 6.01
358 TestNetworkPlugins/group/kindnet/KubeletFlags 0.29
359 TestNetworkPlugins/group/kindnet/NetCatPod 10.18
360 TestNetworkPlugins/group/calico/KubeletFlags 0.31
361 TestNetworkPlugins/group/calico/NetCatPod 10.21
362 TestNetworkPlugins/group/kindnet/DNS 0.13
363 TestNetworkPlugins/group/kindnet/Localhost 0.1
364 TestNetworkPlugins/group/kindnet/HairPin 0.1
365 TestNetworkPlugins/group/calico/DNS 0.13
366 TestNetworkPlugins/group/calico/Localhost 0.11
367 TestNetworkPlugins/group/calico/HairPin 0.1
368 TestNetworkPlugins/group/enable-default-cni/Start 67.85
369 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.31
370 TestNetworkPlugins/group/custom-flannel/NetCatPod 11.22
371 TestNetworkPlugins/group/flannel/Start 56.47
372 TestNetworkPlugins/group/custom-flannel/DNS 0.13
373 TestNetworkPlugins/group/custom-flannel/Localhost 0.13
374 TestNetworkPlugins/group/custom-flannel/HairPin 0.12
375 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6
376 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.07
377 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.24
378 TestNetworkPlugins/group/bridge/Start 65.99
379 TestStartStop/group/default-k8s-diff-port/serial/Pause 3.07
380 TestNetworkPlugins/group/flannel/ControllerPod 6.01
381 TestNetworkPlugins/group/flannel/KubeletFlags 0.28
382 TestNetworkPlugins/group/flannel/NetCatPod 9.17
383 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.31
384 TestNetworkPlugins/group/enable-default-cni/NetCatPod 10.21
385 TestNetworkPlugins/group/flannel/DNS 0.13
386 TestNetworkPlugins/group/flannel/Localhost 0.1
387 TestNetworkPlugins/group/flannel/HairPin 0.12
388 TestNetworkPlugins/group/enable-default-cni/DNS 0.12
389 TestNetworkPlugins/group/enable-default-cni/Localhost 0.1
390 TestNetworkPlugins/group/enable-default-cni/HairPin 0.11
391 TestNetworkPlugins/group/bridge/KubeletFlags 0.26
392 TestNetworkPlugins/group/bridge/NetCatPod 10.17
393 TestNetworkPlugins/group/bridge/DNS 0.12
394 TestNetworkPlugins/group/bridge/Localhost 0.1
395 TestNetworkPlugins/group/bridge/HairPin 0.1
x
+
TestDownloadOnly/v1.20.0/json-events (15.18s)

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/preload-exists
I0127 14:13:24.122536  625066 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
I0127 14:13:24.122679  625066 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20321-618099/.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.07s)

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-824696 | jenkins | v1.35.0 | 27 Jan 25 14:13 UTC |          |
	|         | -p download-only-824696        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2025/01/27 14:13:08
	Running on machine: ubuntu-20-agent-11
	Binary: Built with gc go1.23.4 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0127 14:13:08.992299  625078 out.go:345] Setting OutFile to fd 1 ...
	I0127 14:13:08.992403  625078 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:13:08.992415  625078 out.go:358] Setting ErrFile to fd 2...
	I0127 14:13:08.992419  625078 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:13:08.992588  625078 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20321-618099/.minikube/bin
	W0127 14:13:08.992718  625078 root.go:314] Error reading config file at /home/jenkins/minikube-integration/20321-618099/.minikube/config/config.json: open /home/jenkins/minikube-integration/20321-618099/.minikube/config/config.json: no such file or directory
	I0127 14:13:08.993341  625078 out.go:352] Setting JSON to true
	I0127 14:13:08.994358  625078 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-11","uptime":14134,"bootTime":1737973055,"procs":175,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1074-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0127 14:13:08.994464  625078 start.go:139] virtualization: kvm guest
	I0127 14:13:08.996910  625078 out.go:97] [download-only-824696] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	W0127 14:13:08.997030  625078 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/20321-618099/.minikube/cache/preloaded-tarball: no such file or directory
	I0127 14:13:08.997082  625078 notify.go:220] Checking for updates...
	I0127 14:13:08.998444  625078 out.go:169] MINIKUBE_LOCATION=20321
	I0127 14:13:08.999776  625078 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0127 14:13:09.001200  625078 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/20321-618099/kubeconfig
	I0127 14:13:09.002510  625078 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/20321-618099/.minikube
	I0127 14:13:09.003866  625078 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0127 14:13:09.006499  625078 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0127 14:13:09.006708  625078 driver.go:394] Setting default libvirt URI to qemu:///system
	I0127 14:13:09.029299  625078 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0127 14:13:09.029382  625078 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 14:13:09.077523  625078 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:55 SystemTime:2025-01-27 14:13:09.068523542 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-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:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-11 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 14:13:09.077664  625078 docker.go:318] overlay module found
	I0127 14:13:09.079521  625078 out.go:97] Using the docker driver based on user configuration
	I0127 14:13:09.079556  625078 start.go:297] selected driver: docker
	I0127 14:13:09.079563  625078 start.go:901] validating driver "docker" against <nil>
	I0127 14:13:09.079672  625078 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 14:13:09.125736  625078 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:55 SystemTime:2025-01-27 14:13:09.116500891 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-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:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-11 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 14:13:09.125992  625078 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0127 14:13:09.126731  625078 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0127 14:13:09.126929  625078 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0127 14:13:09.128922  625078 out.go:169] Using Docker driver with root privileges
	I0127 14:13:09.130093  625078 cni.go:84] Creating CNI manager for ""
	I0127 14:13:09.130163  625078 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0127 14:13:09.130175  625078 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0127 14:13:09.130250  625078 start.go:340] cluster config:
	{Name:download-only-824696 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 Memory:8000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.20.0 ClusterName:download-only-824696 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRIS
ocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.20.0 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0127 14:13:09.131504  625078 out.go:97] Starting "download-only-824696" primary control-plane node in "download-only-824696" cluster
	I0127 14:13:09.131530  625078 cache.go:121] Beginning downloading kic base image for docker with crio
	I0127 14:13:09.132784  625078 out.go:97] Pulling base image v0.0.46 ...
	I0127 14:13:09.132818  625078 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0127 14:13:09.132926  625078 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local docker daemon
	I0127 14:13:09.149106  625078 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 to local cache
	I0127 14:13:09.149274  625078 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory
	I0127 14:13:09.149350  625078 image.go:150] Writing gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 to local cache
	I0127 14:13:09.247441  625078 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
	I0127 14:13:09.247514  625078 cache.go:56] Caching tarball of preloaded images
	I0127 14:13:09.247689  625078 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0127 14:13:09.249668  625078 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0127 14:13:09.249697  625078 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4 ...
	I0127 14:13:09.364895  625078 download.go:108] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4?checksum=md5:f93b07cde9c3289306cbaeb7a1803c19 -> /home/jenkins/minikube-integration/20321-618099/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4
	I0127 14:13:20.893379  625078 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 as a tarball
	I0127 14:13:21.987807  625078 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4 ...
	I0127 14:13:21.987948  625078 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/20321-618099/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4 ...
	I0127 14:13:22.920745  625078 cache.go:59] Finished verifying existence of preloaded tar for v1.20.0 on crio
	I0127 14:13:22.921190  625078 profile.go:143] Saving config to /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/download-only-824696/config.json ...
	I0127 14:13:22.921254  625078 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/download-only-824696/config.json: {Name:mk61a4736c6e79d1410608c3e00199a478490870 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 14:13:22.921474  625078 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0127 14:13:22.921685  625078 download.go:108] Downloading: https://dl.k8s.io/release/v1.20.0/bin/linux/amd64/kubectl?checksum=file:https://dl.k8s.io/release/v1.20.0/bin/linux/amd64/kubectl.sha256 -> /home/jenkins/minikube-integration/20321-618099/.minikube/cache/linux/amd64/v1.20.0/kubectl
	
	
	* The control-plane node download-only-824696 host does not exist
	  To start a cluster, run: "minikube start -p download-only-824696"

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.32.1/preload-exists
I0127 14:13:40.016107  625066 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
I0127 14:13:40.016161  625066 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20321-618099/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4
--- PASS: TestDownloadOnly/v1.32.1/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-824696 | jenkins | v1.35.0 | 27 Jan 25 14:13 UTC |                     |
	|         | -p download-only-824696        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.35.0 | 27 Jan 25 14:13 UTC | 27 Jan 25 14:13 UTC |
	| delete  | -p download-only-824696        | download-only-824696 | jenkins | v1.35.0 | 27 Jan 25 14:13 UTC | 27 Jan 25 14:13 UTC |
	| start   | -o=json --download-only        | download-only-753753 | jenkins | v1.35.0 | 27 Jan 25 14:13 UTC |                     |
	|         | -p download-only-753753        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.32.1   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/01/27 14:13:24
	Running on machine: ubuntu-20-agent-11
	Binary: Built with gc go1.23.4 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0127 14:13:24.581966  625475 out.go:345] Setting OutFile to fd 1 ...
	I0127 14:13:24.582250  625475 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:13:24.582262  625475 out.go:358] Setting ErrFile to fd 2...
	I0127 14:13:24.582269  625475 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:13:24.582445  625475 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20321-618099/.minikube/bin
	I0127 14:13:24.583034  625475 out.go:352] Setting JSON to true
	I0127 14:13:24.584037  625475 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-11","uptime":14150,"bootTime":1737973055,"procs":173,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1074-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0127 14:13:24.584160  625475 start.go:139] virtualization: kvm guest
	I0127 14:13:24.586537  625475 out.go:97] [download-only-753753] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	I0127 14:13:24.586730  625475 notify.go:220] Checking for updates...
	I0127 14:13:24.588447  625475 out.go:169] MINIKUBE_LOCATION=20321
	I0127 14:13:24.590085  625475 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0127 14:13:24.591385  625475 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/20321-618099/kubeconfig
	I0127 14:13:24.592481  625475 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/20321-618099/.minikube
	I0127 14:13:24.593597  625475 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0127 14:13:24.595838  625475 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0127 14:13:24.596071  625475 driver.go:394] Setting default libvirt URI to qemu:///system
	I0127 14:13:24.618989  625475 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0127 14:13:24.619107  625475 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 14:13:24.667056  625475 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:47 SystemTime:2025-01-27 14:13:24.658847902 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-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:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-11 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 14:13:24.667167  625475 docker.go:318] overlay module found
	I0127 14:13:24.668890  625475 out.go:97] Using the docker driver based on user configuration
	I0127 14:13:24.668921  625475 start.go:297] selected driver: docker
	I0127 14:13:24.668930  625475 start.go:901] validating driver "docker" against <nil>
	I0127 14:13:24.669033  625475 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 14:13:24.714271  625475 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:47 SystemTime:2025-01-27 14:13:24.706152319 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-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:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-11 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 14:13:24.714430  625475 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0127 14:13:24.714978  625475 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0127 14:13:24.715125  625475 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0127 14:13:24.716938  625475 out.go:169] Using Docker driver with root privileges
	I0127 14:13:24.718267  625475 cni.go:84] Creating CNI manager for ""
	I0127 14:13:24.718347  625475 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0127 14:13:24.718362  625475 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0127 14:13:24.718459  625475 start.go:340] cluster config:
	{Name:download-only-753753 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 Memory:8000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.1 ClusterName:download-only-753753 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRIS
ocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0127 14:13:24.719615  625475 out.go:97] Starting "download-only-753753" primary control-plane node in "download-only-753753" cluster
	I0127 14:13:24.719640  625475 cache.go:121] Beginning downloading kic base image for docker with crio
	I0127 14:13:24.720726  625475 out.go:97] Pulling base image v0.0.46 ...
	I0127 14:13:24.720756  625475 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0127 14:13:24.720890  625475 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local docker daemon
	I0127 14:13:24.737044  625475 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 to local cache
	I0127 14:13:24.737302  625475 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory
	I0127 14:13:24.737320  625475 image.go:68] Found gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory, skipping pull
	I0127 14:13:24.737335  625475 image.go:137] gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 exists in cache, skipping pull
	I0127 14:13:24.737343  625475 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 as a tarball
	I0127 14:13:24.835519  625475 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.32.1/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4
	I0127 14:13:24.835557  625475 cache.go:56] Caching tarball of preloaded images
	I0127 14:13:24.835746  625475 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0127 14:13:24.837560  625475 out.go:97] Downloading Kubernetes v1.32.1 preload ...
	I0127 14:13:24.837585  625475 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4 ...
	I0127 14:13:24.945649  625475 download.go:108] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.32.1/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4?checksum=md5:b2af56a340efcc3949401b47b9a5d537 -> /home/jenkins/minikube-integration/20321-618099/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4
	I0127 14:13:38.158200  625475 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4 ...
	I0127 14:13:38.158299  625475 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/20321-618099/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4 ...
	I0127 14:13:38.938061  625475 cache.go:59] Finished verifying existence of preloaded tar for v1.32.1 on crio
	I0127 14:13:38.938476  625475 profile.go:143] Saving config to /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/download-only-753753/config.json ...
	I0127 14:13:38.938516  625475 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/download-only-753753/config.json: {Name:mk4ab42f766a13568b78338d29ce81aa51cf52d6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 14:13:38.938694  625475 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0127 14:13:38.938831  625475 download.go:108] Downloading: https://dl.k8s.io/release/v1.32.1/bin/linux/amd64/kubectl?checksum=file:https://dl.k8s.io/release/v1.32.1/bin/linux/amd64/kubectl.sha256 -> /home/jenkins/minikube-integration/20321-618099/.minikube/cache/linux/amd64/v1.32.1/kubectl
	
	
	* The control-plane node download-only-753753 host does not exist
	  To start a cluster, run: "minikube start -p download-only-753753"

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnlyKic (1.11s)

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

                                                
                                    
x
+
TestBinaryMirror (0.78s)

                                                
                                                
=== RUN   TestBinaryMirror
I0127 14:13:41.798858  625066 binary.go:74] Not caching binary, using https://dl.k8s.io/release/v1.32.1/bin/linux/amd64/kubectl?checksum=file:https://dl.k8s.io/release/v1.32.1/bin/linux/amd64/kubectl.sha256
aaa_download_only_test.go:314: (dbg) Run:  out/minikube-linux-amd64 start --download-only -p binary-mirror-371882 --alsologtostderr --binary-mirror http://127.0.0.1:44827 --driver=docker  --container-runtime=crio
helpers_test.go:175: Cleaning up "binary-mirror-371882" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p binary-mirror-371882
--- PASS: TestBinaryMirror (0.78s)

                                                
                                    
x
+
TestOffline (49.67s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

                                                
                                                
=== CONT  TestOffline
aab_offline_test.go:55: (dbg) Run:  out/minikube-linux-amd64 start -p offline-crio-573679 --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-573679 --alsologtostderr -v=1 --memory=2048 --wait=true --driver=docker  --container-runtime=crio: (45.565360397s)
helpers_test.go:175: Cleaning up "offline-crio-573679" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p offline-crio-573679
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p offline-crio-573679: (4.108566366s)
--- PASS: TestOffline (49.67s)

                                                
                                    
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-555792
addons_test.go:939: (dbg) Non-zero exit: out/minikube-linux-amd64 addons enable dashboard -p addons-555792: exit status 85 (54.472322ms)

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

                                                
                                                
-- /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-555792
addons_test.go:950: (dbg) Non-zero exit: out/minikube-linux-amd64 addons disable dashboard -p addons-555792: exit status 85 (56.559409ms)

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

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

                                                
                                    
x
+
TestAddons/Setup (195.17s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:107: (dbg) Run:  out/minikube-linux-amd64 start -p addons-555792 --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-555792 --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: (3m15.167892101s)
--- PASS: TestAddons/Setup (195.17s)

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

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

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/FakeCredentials
addons_test.go:614: (dbg) Run:  kubectl --context addons-555792 create -f testdata/busybox.yaml
addons_test.go:621: (dbg) Run:  kubectl --context addons-555792 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" [77f6e9bf-cf55-4af5-8a7a-2c589dedd51f] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [77f6e9bf-cf55-4af5-8a7a-2c589dedd51f] Running
addons_test.go:627: (dbg) TestAddons/serial/GCPAuth/FakeCredentials: integration-test=busybox healthy within 11.004156333s
addons_test.go:633: (dbg) Run:  kubectl --context addons-555792 exec busybox -- /bin/sh -c "printenv GOOGLE_APPLICATION_CREDENTIALS"
addons_test.go:645: (dbg) Run:  kubectl --context addons-555792 describe sa gcp-auth-test
addons_test.go:683: (dbg) Run:  kubectl --context addons-555792 exec busybox -- /bin/sh -c "printenv GOOGLE_CLOUD_PROJECT"
--- PASS: TestAddons/serial/GCPAuth/FakeCredentials (11.46s)

                                                
                                    
x
+
TestAddons/parallel/Registry (26.38s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:321: registry stabilized in 28.86486ms
addons_test.go:323: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-6c88467877-4tbd7" [f6338d22-d3a4-426a-acf7-3d4dfe1dc7db] Running
addons_test.go:323: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.003762133s
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-6kzb4" [009d2a23-263a-4ca9-9859-393892c7a91d] Running
addons_test.go:326: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.003677418s
addons_test.go:331: (dbg) Run:  kubectl --context addons-555792 delete po -l run=registry-test --now
addons_test.go:336: (dbg) Run:  kubectl --context addons-555792 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-555792 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": (15.562991607s)
addons_test.go:350: (dbg) Run:  out/minikube-linux-amd64 -p addons-555792 ip
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-555792 addons disable registry --alsologtostderr -v=1
--- PASS: TestAddons/parallel/Registry (26.38s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (11.92s)

                                                
                                                
=== 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-mzxst" [b9341cd4-775c-4dd4-a79f-e50c20a8e68a] Running
addons_test.go:762: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 6.004284351s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-555792 addons disable inspektor-gadget --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-555792 addons disable inspektor-gadget --alsologtostderr -v=1: (5.917957085s)
--- PASS: TestAddons/parallel/InspektorGadget (11.92s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (5.88s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:394: metrics-server stabilized in 28.666528ms
addons_test.go:396: (dbg) TestAddons/parallel/MetricsServer: waiting 6m0s for pods matching "k8s-app=metrics-server" in namespace "kube-system" ...
helpers_test.go:344: "metrics-server-7fbb699795-m4s5j" [7ccadaaa-7e4a-44eb-a2e6-6a29c22d89df] Running
addons_test.go:396: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 5.003775253s
addons_test.go:402: (dbg) Run:  kubectl --context addons-555792 top pods -n kube-system
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-555792 addons disable metrics-server --alsologtostderr -v=1
--- PASS: TestAddons/parallel/MetricsServer (5.88s)

                                                
                                    
x
+
TestAddons/parallel/CSI (65.7s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
I0127 14:17:29.943074  625066 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0127 14:17:29.948407  625066 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0127 14:17:29.948435  625066 kapi.go:107] duration metric: took 5.383434ms to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
addons_test.go:488: csi-hostpath-driver pods stabilized in 5.391974ms
addons_test.go:491: (dbg) Run:  kubectl --context addons-555792 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-555792 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:501: (dbg) Run:  kubectl --context addons-555792 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" [b7cdee1d-2bec-47d7-b8e7-ab9f0ca14291] Pending
helpers_test.go:344: "task-pv-pod" [b7cdee1d-2bec-47d7-b8e7-ab9f0ca14291] 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" [b7cdee1d-2bec-47d7-b8e7-ab9f0ca14291] Running
addons_test.go:506: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 29.003418392s
addons_test.go:511: (dbg) Run:  kubectl --context addons-555792 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-555792 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-555792 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:521: (dbg) Run:  kubectl --context addons-555792 delete pod task-pv-pod
addons_test.go:527: (dbg) Run:  kubectl --context addons-555792 delete pvc hpvc
addons_test.go:533: (dbg) Run:  kubectl --context addons-555792 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-555792 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:543: (dbg) Run:  kubectl --context addons-555792 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" [a902e0f7-0884-4f2d-8319-b5ff69bcd5e1] Pending
helpers_test.go:344: "task-pv-pod-restore" [a902e0f7-0884-4f2d-8319-b5ff69bcd5e1] 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" [a902e0f7-0884-4f2d-8319-b5ff69bcd5e1] Running
addons_test.go:548: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 11.003249079s
addons_test.go:553: (dbg) Run:  kubectl --context addons-555792 delete pod task-pv-pod-restore
addons_test.go:557: (dbg) Run:  kubectl --context addons-555792 delete pvc hpvc-restore
addons_test.go:561: (dbg) Run:  kubectl --context addons-555792 delete volumesnapshot new-snapshot-demo
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-555792 addons disable volumesnapshots --alsologtostderr -v=1
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-555792 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-555792 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.815999482s)
--- PASS: TestAddons/parallel/CSI (65.70s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (18.5s)

                                                
                                                
=== 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-555792 --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-69d78d796f-wjt4c" [73c78b47-47a7-454b-ac83-864bb07e6ecf] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-69d78d796f-wjt4c" [73c78b47-47a7-454b-ac83-864bb07e6ecf] Running
addons_test.go:752: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 12.004186108s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-555792 addons disable headlamp --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-555792 addons disable headlamp --alsologtostderr -v=1: (5.746859527s)
--- PASS: TestAddons/parallel/Headlamp (18.50s)

                                                
                                    
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-5d76cffbc-bmzm4" [aa70faec-5d8b-47c5-96dc-a7368c6a84fc] Running
addons_test.go:779: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 5.00364319s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-555792 addons disable cloud-spanner --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CloudSpanner (5.47s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (81.81s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:888: (dbg) Run:  kubectl --context addons-555792 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:894: (dbg) Run:  kubectl --context addons-555792 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-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
2025/01/27 14:17:43 [DEBUG] GET http://192.168.49.2:5000
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-555792 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" [6983be76-e2e2-4009-81e7-bbbfd288ae32] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [6983be76-e2e2-4009-81e7-bbbfd288ae32] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [6983be76-e2e2-4009-81e7-bbbfd288ae32] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:901: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 5.003316292s
addons_test.go:906: (dbg) Run:  kubectl --context addons-555792 get pvc test-pvc -o=json
addons_test.go:915: (dbg) Run:  out/minikube-linux-amd64 -p addons-555792 ssh "cat /opt/local-path-provisioner/pvc-7b02cc75-6e7c-4033-8b92-26f045f2adce_default_test-pvc/file1"
addons_test.go:927: (dbg) Run:  kubectl --context addons-555792 delete pod test-local-path
addons_test.go:931: (dbg) Run:  kubectl --context addons-555792 delete pvc test-pvc
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-555792 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-555792 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (42.979836485s)
--- PASS: TestAddons/parallel/LocalPath (81.81s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (5.53s)

                                                
                                                
=== 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-vhkmp" [31401302-fe39-43c6-acb3-c4c06748af59] Running
addons_test.go:964: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 5.003901137s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-555792 addons disable nvidia-device-plugin --alsologtostderr -v=1
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (5.53s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (11.04s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Yakd
addons_test.go:986: (dbg) TestAddons/parallel/Yakd: waiting 2m0s for pods matching "app.kubernetes.io/name=yakd-dashboard" in namespace "yakd-dashboard" ...
helpers_test.go:344: "yakd-dashboard-575dd5996b-c66b8" [d482bd10-f9b9-44a4-9f43-85f48cfc749b] Running
addons_test.go:986: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 5.003865736s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-555792 addons disable yakd --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-555792 addons disable yakd --alsologtostderr -v=1: (6.03197983s)
--- PASS: TestAddons/parallel/Yakd (11.04s)

                                                
                                    
x
+
TestAddons/parallel/AmdGpuDevicePlugin (6.46s)

                                                
                                                
=== 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-lpfwg" [f1827cfb-ada5-4ad9-8809-45399ee168d0] Running
addons_test.go:977: (dbg) TestAddons/parallel/AmdGpuDevicePlugin: name=amd-gpu-device-plugin healthy within 6.00383932s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-555792 addons disable amd-gpu-device-plugin --alsologtostderr -v=1
--- PASS: TestAddons/parallel/AmdGpuDevicePlugin (6.46s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (12.05s)

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

                                                
                                    
x
+
TestCertOptions (26.79s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

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

                                                
                                    
x
+
TestCertExpiration (221.49s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-linux-amd64 start -p cert-expiration-758028 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=crio
cert_options_test.go:123: (dbg) Done: out/minikube-linux-amd64 start -p cert-expiration-758028 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=crio: (25.871352223s)
cert_options_test.go:131: (dbg) Run:  out/minikube-linux-amd64 start -p cert-expiration-758028 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=crio
cert_options_test.go:131: (dbg) Done: out/minikube-linux-amd64 start -p cert-expiration-758028 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=crio: (13.283843748s)
helpers_test.go:175: Cleaning up "cert-expiration-758028" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p cert-expiration-758028
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p cert-expiration-758028: (2.333140334s)
--- PASS: TestCertExpiration (221.49s)

                                                
                                    
x
+
TestForceSystemdFlag (30.31s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdFlag
docker_test.go:91: (dbg) Run:  out/minikube-linux-amd64 start -p force-systemd-flag-913375 --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-913375 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=crio: (27.703322432s)
docker_test.go:132: (dbg) Run:  out/minikube-linux-amd64 -p force-systemd-flag-913375 ssh "cat /etc/crio/crio.conf.d/02-crio.conf"
helpers_test.go:175: Cleaning up "force-systemd-flag-913375" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p force-systemd-flag-913375
E0127 14:53:27.462054  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p force-systemd-flag-913375: (2.343295386s)
--- PASS: TestForceSystemdFlag (30.31s)

                                                
                                    
x
+
TestForceSystemdEnv (33.21s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

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

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (5.07s)

                                                
                                                
=== RUN   TestKVMDriverInstallOrUpdate
=== PAUSE TestKVMDriverInstallOrUpdate

                                                
                                                

                                                
                                                
=== CONT  TestKVMDriverInstallOrUpdate
I0127 14:51:54.809227  625066 install.go:52] acquiring lock: {Name:mk900956b073697a4aa6c80a27c6bb0742a99a53 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0127 14:51:54.809364  625066 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
W0127 14:51:54.842697  625066 install.go:62] docker-machine-driver-kvm2: exit status 1
W0127 14:51:54.843039  625066 out.go:174] [unset outFile]: * Downloading driver docker-machine-driver-kvm2:
I0127 14:51:54.843104  625066 download.go:108] 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/TestKVMDriverInstallOrUpdate1906961525/001/docker-machine-driver-kvm2
I0127 14:51:55.070622  625066 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/TestKVMDriverInstallOrUpdate1906961525/001/docker-machine-driver-kvm2.download Pwd: Mode:2 Umask:---------- Detectors:[0x530a6a0 0x530a6a0 0x530a6a0 0x530a6a0 0x530a6a0 0x530a6a0 0x530a6a0] Decompressors:map[bz2:0xc0004b26b0 gz:0xc0004b26b8 tar:0xc0004b2640 tar.bz2:0xc0004b2650 tar.gz:0xc0004b2660 tar.xz:0xc0004b2670 tar.zst:0xc0004b2690 tbz2:0xc0004b2650 tgz:0xc0004b2660 txz:0xc0004b2670 tzst:0xc0004b2690 xz:0xc0004b26c0 zip:0xc0004b26d0 zst:0xc0004b26c8] Getters:map[file:0xc001e3b8d0 http:0xc0006cad70 https:0xc0006cadc0] 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
I0127 14:51:55.070673  625066 download.go:108] 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/TestKVMDriverInstallOrUpdate1906961525/001/docker-machine-driver-kvm2
I0127 14:51:57.865613  625066 install.go:52] acquiring lock: {Name:mk900956b073697a4aa6c80a27c6bb0742a99a53 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0127 14:51:57.865764  625066 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
I0127 14:51:57.908223  625066 install.go:137] /home/jenkins/workspace/Docker_Linux_crio_integration/testdata/kvm2-driver-older-version/docker-machine-driver-kvm2 version is 1.1.1
W0127 14:51:57.908264  625066 install.go:62] docker-machine-driver-kvm2: docker-machine-driver-kvm2 is version 1.1.1, want 1.3.0
W0127 14:51:57.908351  625066 out.go:174] [unset outFile]: * Downloading driver docker-machine-driver-kvm2:
I0127 14:51:57.908388  625066 download.go:108] 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/TestKVMDriverInstallOrUpdate1906961525/002/docker-machine-driver-kvm2
I0127 14:51:57.969293  625066 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/TestKVMDriverInstallOrUpdate1906961525/002/docker-machine-driver-kvm2.download Pwd: Mode:2 Umask:---------- Detectors:[0x530a6a0 0x530a6a0 0x530a6a0 0x530a6a0 0x530a6a0 0x530a6a0 0x530a6a0] Decompressors:map[bz2:0xc0004b26b0 gz:0xc0004b26b8 tar:0xc0004b2640 tar.bz2:0xc0004b2650 tar.gz:0xc0004b2660 tar.xz:0xc0004b2670 tar.zst:0xc0004b2690 tbz2:0xc0004b2650 tgz:0xc0004b2660 txz:0xc0004b2670 tzst:0xc0004b2690 xz:0xc0004b26c0 zip:0xc0004b26d0 zst:0xc0004b26c8] Getters:map[file:0xc001d96660 http:0xc0009cddb0 https:0xc0009cde00] 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
I0127 14:51:57.969338  625066 download.go:108] 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/TestKVMDriverInstallOrUpdate1906961525/002/docker-machine-driver-kvm2
E0127 14:51:58.367120  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestKVMDriverInstallOrUpdate (5.07s)

                                                
                                    
x
+
TestErrorSpam/setup (20.29s)

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

                                                
                                    
x
+
TestErrorSpam/start (0.57s)

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

                                                
                                    
x
+
TestErrorSpam/status (0.88s)

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

                                                
                                    
x
+
TestErrorSpam/pause (1.57s)

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

                                                
                                    
x
+
TestErrorSpam/unpause (1.54s)

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

                                                
                                    
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-517566 --log_dir /tmp/nospam-517566 stop
error_spam_test.go:159: (dbg) Done: out/minikube-linux-amd64 -p nospam-517566 --log_dir /tmp/nospam-517566 stop: (1.174472552s)
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-517566 --log_dir /tmp/nospam-517566 stop
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-amd64 -p nospam-517566 --log_dir /tmp/nospam-517566 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/20321-618099/.minikube/files/etc/test/nested/copy/625066/hosts
--- PASS: TestFunctional/serial/CopySyncFile (0.00s)

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (69.95s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2234: (dbg) Run:  out/minikube-linux-amd64 start -p functional-013247 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio
E0127 14:21:58.367347  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:21:58.378665  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:21:58.390369  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:21:58.411940  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:21:58.453297  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:21:58.534713  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:21:58.696217  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:21:59.017898  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:21:59.659956  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:22:00.942288  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:22:03.505175  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:2234: (dbg) Done: out/minikube-linux-amd64 start -p functional-013247 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio: (1m9.948944754s)
--- PASS: TestFunctional/serial/StartWithProxy (69.95s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (26.94s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
I0127 14:22:05.148770  625066 config.go:182] Loaded profile config "functional-013247": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
functional_test.go:659: (dbg) Run:  out/minikube-linux-amd64 start -p functional-013247 --alsologtostderr -v=8
E0127 14:22:08.627234  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:22:18.868818  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:659: (dbg) Done: out/minikube-linux-amd64 start -p functional-013247 --alsologtostderr -v=8: (26.937349495s)
functional_test.go:663: soft start took 26.938144169s for "functional-013247" cluster.
I0127 14:22:32.086942  625066 config.go:182] Loaded profile config "functional-013247": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestFunctional/serial/SoftStart (26.94s)

                                                
                                    
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-013247 get po -A
--- PASS: TestFunctional/serial/KubectlGetPods (0.06s)

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

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

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

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

                                                
                                    
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-013247 ssh sudo crictl images
--- PASS: TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node (0.27s)

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

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

                                                
                                                
-- 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-013247 cache reload
functional_test.go:1163: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 ssh sudo crictl inspecti registry.k8s.io/pause:latest
E0127 14:22:39.350557  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestFunctional/serial/CacheCmd/cache/cache_reload (1.69s)

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.11s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.11s)

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

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (38.65s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:757: (dbg) Run:  out/minikube-linux-amd64 start -p functional-013247 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
functional_test.go:757: (dbg) Done: out/minikube-linux-amd64 start -p functional-013247 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (38.651660591s)
functional_test.go:761: restart took 38.651817741s for "functional-013247" cluster.
I0127 14:23:18.589664  625066 config.go:182] Loaded profile config "functional-013247": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestFunctional/serial/ExtraConfig (38.65s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.07s)

                                                
                                                
=== RUN   TestFunctional/serial/ComponentHealth
functional_test.go:810: (dbg) Run:  kubectl --context functional-013247 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.07s)

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.35s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.37s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1250: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 logs --file /tmp/TestFunctionalserialLogsFileCmd1146598645/001/logs.txt
E0127 14:23:20.312367  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:1250: (dbg) Done: out/minikube-linux-amd64 -p functional-013247 logs --file /tmp/TestFunctionalserialLogsFileCmd1146598645/001/logs.txt: (1.372898833s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.37s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.28s)

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

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

                                                
                                                
-- /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-013247 delete -f testdata/invalidsvc.yaml
--- PASS: TestFunctional/serial/InvalidService (4.28s)

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.39s)

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (33.35s)

                                                
                                                
=== 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-013247 --alsologtostderr -v=1]
functional_test.go:910: (dbg) stopping [out/minikube-linux-amd64 dashboard --url --port 36195 -p functional-013247 --alsologtostderr -v=1] ...
helpers_test.go:508: unable to kill pid 665791: os: process already finished
--- PASS: TestFunctional/parallel/DashboardCmd (33.35s)

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.33s)

                                                
                                                
=== 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-013247 --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-013247 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=crio: exit status 23 (140.549084ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 14:23:52.136540  665054 out.go:345] Setting OutFile to fd 1 ...
	I0127 14:23:52.136791  665054 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:23:52.136802  665054 out.go:358] Setting ErrFile to fd 2...
	I0127 14:23:52.136807  665054 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:23:52.137003  665054 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20321-618099/.minikube/bin
	I0127 14:23:52.137567  665054 out.go:352] Setting JSON to false
	I0127 14:23:52.138644  665054 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-11","uptime":14777,"bootTime":1737973055,"procs":225,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1074-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0127 14:23:52.138705  665054 start.go:139] virtualization: kvm guest
	I0127 14:23:52.141172  665054 out.go:177] * [functional-013247] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	I0127 14:23:52.142693  665054 out.go:177]   - MINIKUBE_LOCATION=20321
	I0127 14:23:52.142686  665054 notify.go:220] Checking for updates...
	I0127 14:23:52.144070  665054 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0127 14:23:52.145427  665054 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20321-618099/kubeconfig
	I0127 14:23:52.146828  665054 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20321-618099/.minikube
	I0127 14:23:52.148352  665054 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0127 14:23:52.149946  665054 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0127 14:23:52.151544  665054 config.go:182] Loaded profile config "functional-013247": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 14:23:52.151980  665054 driver.go:394] Setting default libvirt URI to qemu:///system
	I0127 14:23:52.175474  665054 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0127 14:23:52.175571  665054 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 14:23:52.221271  665054 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: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:33 OomKillDisable:true NGoroutines:55 SystemTime:2025-01-27 14:23:52.212879316 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-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:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-11 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 14:23:52.221390  665054 docker.go:318] overlay module found
	I0127 14:23:52.223108  665054 out.go:177] * Using the docker driver based on existing profile
	I0127 14:23:52.224437  665054 start.go:297] selected driver: docker
	I0127 14:23:52.224457  665054 start.go:901] validating driver "docker" against &{Name:functional-013247 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.1 ClusterName:functional-013247 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerN
ames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 Moun
tOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0127 14:23:52.224581  665054 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0127 14:23:52.226782  665054 out.go:201] 
	W0127 14:23:52.228011  665054 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
	I0127 14:23:52.229383  665054 out.go:201] 

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

                                                
                                    
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-013247 --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-013247 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=crio: exit status 23 (159.027073ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 14:23:52.472316  665248 out.go:345] Setting OutFile to fd 1 ...
	I0127 14:23:52.472480  665248 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:23:52.472493  665248 out.go:358] Setting ErrFile to fd 2...
	I0127 14:23:52.472499  665248 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:23:52.472867  665248 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20321-618099/.minikube/bin
	I0127 14:23:52.473597  665248 out.go:352] Setting JSON to false
	I0127 14:23:52.474986  665248 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-11","uptime":14777,"bootTime":1737973055,"procs":226,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1074-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0127 14:23:52.475142  665248 start.go:139] virtualization: kvm guest
	I0127 14:23:52.477032  665248 out.go:177] * [functional-013247] minikube v1.35.0 sur Ubuntu 20.04 (kvm/amd64)
	I0127 14:23:52.478395  665248 out.go:177]   - MINIKUBE_LOCATION=20321
	I0127 14:23:52.478390  665248 notify.go:220] Checking for updates...
	I0127 14:23:52.480706  665248 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0127 14:23:52.481798  665248 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20321-618099/kubeconfig
	I0127 14:23:52.482764  665248 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20321-618099/.minikube
	I0127 14:23:52.483788  665248 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0127 14:23:52.484982  665248 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0127 14:23:52.486484  665248 config.go:182] Loaded profile config "functional-013247": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 14:23:52.486914  665248 driver.go:394] Setting default libvirt URI to qemu:///system
	I0127 14:23:52.513878  665248 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0127 14:23:52.514031  665248 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 14:23:52.570897  665248 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: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:33 OomKillDisable:true NGoroutines:55 SystemTime:2025-01-27 14:23:52.554252006 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-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:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-11 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 14:23:52.571001  665248 docker.go:318] overlay module found
	I0127 14:23:52.572799  665248 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0127 14:23:52.574026  665248 start.go:297] selected driver: docker
	I0127 14:23:52.574049  665248 start.go:901] validating driver "docker" against &{Name:functional-013247 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.1 ClusterName:functional-013247 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerN
ames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 Moun
tOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0127 14:23:52.574162  665248 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0127 14:23:52.576390  665248 out.go:201] 
	W0127 14:23:52.577706  665248 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
	I0127 14:23:52.578797  665248 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (0.92s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (7.72s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1629: (dbg) Run:  kubectl --context functional-013247 create deployment hello-node-connect --image=registry.k8s.io/echoserver:1.8
functional_test.go:1635: (dbg) Run:  kubectl --context functional-013247 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-58f9cf68d8-8lt2f" [6130b1df-9ba1-4a75-9e07-63626657eace] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-connect-58f9cf68d8-8lt2f" [6130b1df-9ba1-4a75-9e07-63626657eace] Running
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 7.003167661s
functional_test.go:1649: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 service hello-node-connect --url
functional_test.go:1655: found endpoint for hello-node-connect: http://192.168.49.2:32065
functional_test.go:1675: http://192.168.49.2:32065: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-58f9cf68d8-8lt2f

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

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.14s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (42.24s)

                                                
                                                
=== 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" [ca60ef40-64d0-4e1a-900e-56df073f3a9c] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 5.003943761s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-013247 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-013247 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-013247 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-013247 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" [ed34abf4-4b59-45f7-8184-fc2e0de211c1] Pending
helpers_test.go:344: "sp-pod" [ed34abf4-4b59-45f7-8184-fc2e0de211c1] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [ed34abf4-4b59-45f7-8184-fc2e0de211c1] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 19.003722223s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-013247 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-013247 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-013247 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" [0fc046cb-ac7c-4bc9-8032-c3b4d6743281] Pending
helpers_test.go:344: "sp-pod" [0fc046cb-ac7c-4bc9-8032-c3b4d6743281] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [0fc046cb-ac7c-4bc9-8032-c3b4d6743281] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 17.004377752s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-013247 exec sp-pod -- ls /tmp/mount
2025/01/27 14:24:25 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (42.24s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.6s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (1.65s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/MySQL (23.65s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1793: (dbg) Run:  kubectl --context functional-013247 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-58ccfd96bb-k2ggp" [197a87e0-5d2b-42b3-a99e-038c2fc998cd] Pending
helpers_test.go:344: "mysql-58ccfd96bb-k2ggp" [197a87e0-5d2b-42b3-a99e-038c2fc998cd] Pending / Ready:ContainersNotReady (containers with unready status: [mysql]) / ContainersReady:ContainersNotReady (containers with unready status: [mysql])
helpers_test.go:344: "mysql-58ccfd96bb-k2ggp" [197a87e0-5d2b-42b3-a99e-038c2fc998cd] Running
functional_test.go:1799: (dbg) TestFunctional/parallel/MySQL: app=mysql healthy within 22.003379141s
functional_test.go:1807: (dbg) Run:  kubectl --context functional-013247 exec mysql-58ccfd96bb-k2ggp -- mysql -ppassword -e "show databases;"
functional_test.go:1807: (dbg) Non-zero exit: kubectl --context functional-013247 exec mysql-58ccfd96bb-k2ggp -- mysql -ppassword -e "show databases;": exit status 1 (147.811528ms)

                                                
                                                
** 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 **
I0127 14:23:49.613136  625066 retry.go:31] will retry after 1.198928585s: exit status 1
functional_test.go:1807: (dbg) Run:  kubectl --context functional-013247 exec mysql-58ccfd96bb-k2ggp -- mysql -ppassword -e "show databases;"
--- PASS: TestFunctional/parallel/MySQL (23.65s)

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.28s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CertSync (1.62s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1972: Checking for existence of /etc/ssl/certs/625066.pem within VM
functional_test.go:1973: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 ssh "sudo cat /etc/ssl/certs/625066.pem"
functional_test.go:1972: Checking for existence of /usr/share/ca-certificates/625066.pem within VM
functional_test.go:1973: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 ssh "sudo cat /usr/share/ca-certificates/625066.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-013247 ssh "sudo cat /etc/ssl/certs/51391683.0"
functional_test.go:1999: Checking for existence of /etc/ssl/certs/6250662.pem within VM
functional_test.go:2000: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 ssh "sudo cat /etc/ssl/certs/6250662.pem"
functional_test.go:1999: Checking for existence of /usr/share/ca-certificates/6250662.pem within VM
functional_test.go:2000: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 ssh "sudo cat /usr/share/ca-certificates/6250662.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-013247 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0"
--- PASS: TestFunctional/parallel/CertSync (1.62s)

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.09s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.59s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.74s)

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

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

                                                
                                                
=== 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-013247 image ls --format short --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-013247 image ls --format short --alsologtostderr:
registry.k8s.io/pause:latest
registry.k8s.io/pause:3.3
registry.k8s.io/pause:3.10
registry.k8s.io/pause:3.1
registry.k8s.io/kube-scheduler:v1.32.1
registry.k8s.io/kube-proxy:v1.32.1
registry.k8s.io/kube-controller-manager:v1.32.1
registry.k8s.io/kube-apiserver:v1.32.1
registry.k8s.io/etcd:3.5.16-0
registry.k8s.io/echoserver:1.8
registry.k8s.io/coredns/coredns:v1.11.3
localhost/minikube-local-cache-test:functional-013247
localhost/kicbase/echo-server:functional-013247
gcr.io/k8s-minikube/storage-provisioner:v5
docker.io/library/nginx:latest
docker.io/library/nginx:alpine
docker.io/library/mysql:5.7
docker.io/kindest/kindnetd:v20241108-5c6d2daf
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-013247 image ls --format short --alsologtostderr:
I0127 14:23:58.478721  666419 out.go:345] Setting OutFile to fd 1 ...
I0127 14:23:58.478990  666419 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 14:23:58.479001  666419 out.go:358] Setting ErrFile to fd 2...
I0127 14:23:58.479006  666419 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 14:23:58.479191  666419 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20321-618099/.minikube/bin
I0127 14:23:58.479820  666419 config.go:182] Loaded profile config "functional-013247": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 14:23:58.479917  666419 config.go:182] Loaded profile config "functional-013247": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 14:23:58.480283  666419 cli_runner.go:164] Run: docker container inspect functional-013247 --format={{.State.Status}}
I0127 14:23:58.497975  666419 ssh_runner.go:195] Run: systemctl --version
I0127 14:23:58.498021  666419 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-013247
I0127 14:23:58.515299  666419 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33178 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/functional-013247/id_rsa Username:docker}
I0127 14:23:58.605520  666419 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.21s)

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

                                                
                                                
=== 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-013247 image ls --format table --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-013247 image ls --format table --alsologtostderr:
|-----------------------------------------|--------------------|---------------|--------|
|                  Image                  |        Tag         |   Image ID    |  Size  |
|-----------------------------------------|--------------------|---------------|--------|
| registry.k8s.io/kube-apiserver          | v1.32.1            | 95c0bda56fc4d | 98.1MB |
| gcr.io/k8s-minikube/busybox             | latest             | beae173ccac6a | 1.46MB |
| registry.k8s.io/echoserver              | 1.8                | 82e4c8a736a4f | 97.8MB |
| registry.k8s.io/etcd                    | 3.5.16-0           | a9e7e6b294baf | 151MB  |
| registry.k8s.io/kube-scheduler          | v1.32.1            | 2b0d6572d062c | 70.6MB |
| registry.k8s.io/pause                   | 3.1                | da86e6ba6ca19 | 747kB  |
| registry.k8s.io/pause                   | 3.10               | 873ed75102791 | 742kB  |
| registry.k8s.io/pause                   | 3.3                | 0184c1613d929 | 686kB  |
| docker.io/library/nginx                 | alpine             | 93f9c72967dbc | 48.5MB |
| gcr.io/k8s-minikube/busybox             | 1.28.4-glibc       | 56cc512116c8f | 4.63MB |
| localhost/minikube-local-cache-test     | functional-013247  | 3e180d64f6e80 | 3.33kB |
| gcr.io/k8s-minikube/storage-provisioner | v5                 | 6e38f40d628db | 31.5MB |
| localhost/my-image                      | functional-013247  | 6940a30b55118 | 1.47MB |
| registry.k8s.io/coredns/coredns         | v1.11.3            | c69fa2e9cbf5f | 63.3MB |
| registry.k8s.io/pause                   | latest             | 350b164e7ae1d | 247kB  |
| docker.io/kindest/kindnetd              | v20241108-5c6d2daf | 50415e5d05f05 | 95MB   |
| docker.io/library/nginx                 | latest             | 9bea9f2796e23 | 196MB  |
| registry.k8s.io/kube-proxy              | v1.32.1            | e29f9c7391fd9 | 95.3MB |
| docker.io/library/mysql                 | 5.7                | 5107333e08a87 | 520MB  |
| localhost/kicbase/echo-server           | functional-013247  | 9056ab77afb8e | 4.94MB |
| registry.k8s.io/kube-controller-manager | v1.32.1            | 019ee182b58e2 | 90.8MB |
|-----------------------------------------|--------------------|---------------|--------|
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-013247 image ls --format table --alsologtostderr:
I0127 14:24:02.716986  667181 out.go:345] Setting OutFile to fd 1 ...
I0127 14:24:02.717294  667181 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 14:24:02.717306  667181 out.go:358] Setting ErrFile to fd 2...
I0127 14:24:02.717313  667181 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 14:24:02.717613  667181 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20321-618099/.minikube/bin
I0127 14:24:02.718336  667181 config.go:182] Loaded profile config "functional-013247": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 14:24:02.718433  667181 config.go:182] Loaded profile config "functional-013247": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 14:24:02.718780  667181 cli_runner.go:164] Run: docker container inspect functional-013247 --format={{.State.Status}}
I0127 14:24:02.738736  667181 ssh_runner.go:195] Run: systemctl --version
I0127 14:24:02.738801  667181 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-013247
I0127 14:24:02.758337  667181 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33178 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/functional-013247/id_rsa Username:docker}
I0127 14:24:02.849656  667181 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.23s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:261: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 image ls --format json --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-013247 image ls --format json --alsologtostderr:
[{"id":"019ee182b58e20da055b173dc0b598fbde321d4bf959e1c2a832908ed7642d35","repoDigests":["registry.k8s.io/kube-controller-manager@sha256:7e86b2b274365bbc5f5d1e08f0d32d8bb04b8484ac6a92484c298dc695025954","registry.k8s.io/kube-controller-manager@sha256:c9067d10dcf5ca45b2be9260f3b15e9c94e05fd8039c53341a23d3b4cf0cc619"],"repoTags":["registry.k8s.io/kube-controller-manager:v1.32.1"],"size":"90793286"},{"id":"da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e","repoDigests":["registry.k8s.io/pause@sha256:84805ddcaaae94434d8eacb7e843f549ec1da0cd277787b97ad9d9ac2cea929e"],"repoTags":["registry.k8s.io/pause:3.1"],"size":"746911"},{"id":"0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da","repoDigests":["registry.k8s.io/pause@sha256:1000de19145c53d83aab989956fa8fca08dcbcc5b0208bdc193517905e6ccd04"],"repoTags":["registry.k8s.io/pause:3.3"],"size":"686139"},{"id":"350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06","repoDigests":["registry.k8s.io/pause@sha256:5bcb06ed43da
4a16c6e6e33898eb0506e940bd66822659ecf0a898bbb0da7cb9"],"repoTags":["registry.k8s.io/pause:latest"],"size":"247077"},{"id":"50415e5d05f05adbdfd902507532ebb86f924dc2e05511a3b47920156ee4236e","repoDigests":["docker.io/kindest/kindnetd@sha256:3da053f9c42d9123d34d4582cc77041c013e1419204b9ef180f0b3bffa7769e3","docker.io/kindest/kindnetd@sha256:e35e1050b69dcd16eb021c3bf915bdd9a591d4274108ac374bd941043673c108"],"repoTags":["docker.io/kindest/kindnetd:v20241108-5c6d2daf"],"size":"94963761"},{"id":"abd0af0b092b118e43883e8f5aa5e4f3ca5404f627b9ed7123b0bd56620c76bb","repoDigests":["docker.io/library/59b41760c351f2134e8512e4630f1957dfed4a1c7e8fd888e61bead5cbc653bf-tmp@sha256:b49ca6e608376d60033737ec835d1e4fb67395bd31a85e40fe9081e6f7b80b96"],"repoTags":[],"size":"1465612"},{"id":"9bea9f2796e236cb18c2b3ad561ff29f655d1001f9ec7247a0bc5e08d25652a1","repoDigests":["docker.io/library/nginx@sha256:0a399eb16751829e1af26fea27b20c3ec28d7ab1fb72182879dcae1cca21206a","docker.io/library/nginx@sha256:2426c815287ed75a3a33dd28512eba4f0f783
946844209ccf3fa8990817a4eb9"],"repoTags":["docker.io/library/nginx:latest"],"size":"195872148"},{"id":"beae173ccac6ad749f76713cf4440fe3d21d1043fe616dfbe30775815d1d0f6a","repoDigests":["gcr.io/k8s-minikube/busybox@sha256:62ffc2ed7554e4c6d360bce40bbcf196573dd27c4ce080641a2c59867e732dee","gcr.io/k8s-minikube/busybox@sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b"],"repoTags":["gcr.io/k8s-minikube/busybox:latest"],"size":"1462480"},{"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":"6940a30b5511881c4725284675f3fba4ae77d8aa11075fca8b5969e84d7844ae","repoDigests":["localhost/my-image@sha256:8abda4e28609ea18368c7a74ce9d3714778c14adcf7bb82f41a72b4438
5293b8"],"repoTags":["localhost/my-image:functional-013247"],"size":"1468194"},{"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":"a9e7e6b294baf1695fccb862d956c5d3ad8510e1e4ca1535f35dc09f247abbfc","repoDigests":["registry.k8s.io/etcd@sha256:1d988b04a9476119cdbc2025ba58f6eec19554caf36edb43c357ff412d07e990","registry.k8s.io/etcd@sha256:c6a9d11cc5c04b114ccdef39a9265eeef818e3d02f5359be035ae784097fdec5"],"repoTags":["registry.k8s.io/etcd:3.5.16-0"],"size":"151021823"},{"id":"95c0bda56fc4dd44cf1876f15c04427feabe5556394553874934ffd2514eeb0a","repoDigests":["registry.k8s.io/kube-apiserver@sha256:769a11bfd73df7db947d51b0f7a3a60383a0338904d6944cced924d33f0d7286","registry.k8s.io/kube-apiserver@s
ha256:b88ede8e7c3ce354ca0c45c448c48c094781ce692883ee56f181fa569338c0ac"],"repoTags":["registry.k8s.io/kube-apiserver:v1.32.1"],"size":"98051552"},{"id":"e29f9c7391fd92d96bc72026fc755b0f9589536e36ecd7102161f1ded087897a","repoDigests":["registry.k8s.io/kube-proxy@sha256:0244651801747edf2368222f93a7d17cba6e668a890db72532d6b67a7e06dca5","registry.k8s.io/kube-proxy@sha256:a739122f1b5b17e2db96006120ad5fb9a3c654da07322bcaa62263c403ef69a8"],"repoTags":["registry.k8s.io/kube-proxy:v1.32.1"],"size":"95271321"},{"id":"5107333e08a87b836d48ff7528b1e84b9c86781cc9f1748bbc1b8c42a870d933","repoDigests":["docker.io/library/mysql@sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb","docker.io/library/mysql@sha256:dab0a802b44617303694fb17d166501de279c3031ddeb28c56ecf7fcab5ef0da"],"repoTags":["docker.io/library/mysql:5.7"],"size":"519571821"},{"id":"56cc512116c8f894f11ce1995460aef1ee0972d48bc2a3bdb1faaac7c020289c","repoDigests":["gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952
adef120ea7c5a6f00e","gcr.io/k8s-minikube/busybox@sha256:a85c92d5aa82aa6db0f92e5af591c2670a60a762da6bdfec52d960d55295f998"],"repoTags":["gcr.io/k8s-minikube/busybox:1.28.4-glibc"],"size":"4631262"},{"id":"9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30","repoDigests":["localhost/kicbase/echo-server@sha256:d3d0b737c6413dcf7b9393d61285525048f2d10a0aae68296150078d379c30cf"],"repoTags":["localhost/kicbase/echo-server:functional-013247"],"size":"4943877"},{"id":"2b0d6572d062c0f590b08c3113e5d9a61e381b3da7845a0289bdbf1faa1b23d1","repoDigests":["registry.k8s.io/kube-scheduler@sha256:b8fcbcd2afe44acf368b24b61813686f64be4d7fff224d305d78a05bac38f72e","registry.k8s.io/kube-scheduler@sha256:e2b8e00ff17f8b0427e34d28897d7bf6f7a63ec48913ea01d4082ab91ca28476"],"repoTags":["registry.k8s.io/kube-scheduler:v1.32.1"],"size":"70649158"},{"id":"93f9c72967dbcfaffe724ae5ba471e9568c9bbe67271f53266c84f3c83a409e3","repoDigests":["docker.io/library/nginx@sha256:679a5fd058f6ca754a561846fe27927e408074431d63556e8fc588fc38be6
901","docker.io/library/nginx@sha256:814a8e88df978ade80e584cc5b333144b9372a8e3c98872d07137dbf3b44d0e4"],"repoTags":["docker.io/library/nginx:alpine"],"size":"48461780"},{"id":"3e180d64f6e80514e5ecbc178faabffaf91ba0db7e82c162ec6dccb2556464ec","repoDigests":["localhost/minikube-local-cache-test@sha256:a742ca9fbd358b79363beceeeaac77f1d81bd86ce84b5a9b5b02bd2c9802b15a"],"repoTags":["localhost/minikube-local-cache-test:functional-013247"],"size":"3330"},{"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"}]
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-013247 image ls --format json --alsologtostderr:
I0127 14:24:02.494574  667036 out.go:345] Setting OutFile to fd 1 ...
I0127 14:24:02.494699  667036 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 14:24:02.494709  667036 out.go:358] Setting ErrFile to fd 2...
I0127 14:24:02.494713  667036 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 14:24:02.494879  667036 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20321-618099/.minikube/bin
I0127 14:24:02.495515  667036 config.go:182] Loaded profile config "functional-013247": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 14:24:02.495616  667036 config.go:182] Loaded profile config "functional-013247": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 14:24:02.495968  667036 cli_runner.go:164] Run: docker container inspect functional-013247 --format={{.State.Status}}
I0127 14:24:02.515656  667036 ssh_runner.go:195] Run: systemctl --version
I0127 14:24:02.515702  667036 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-013247
I0127 14:24:02.534775  667036 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33178 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/functional-013247/id_rsa Username:docker}
I0127 14:24:02.625572  667036 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.23s)

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

                                                
                                                
=== 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-013247 image ls --format yaml --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-013247 image ls --format yaml --alsologtostderr:
- id: 5107333e08a87b836d48ff7528b1e84b9c86781cc9f1748bbc1b8c42a870d933
repoDigests:
- docker.io/library/mysql@sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb
- docker.io/library/mysql@sha256:dab0a802b44617303694fb17d166501de279c3031ddeb28c56ecf7fcab5ef0da
repoTags:
- docker.io/library/mysql:5.7
size: "519571821"
- 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: 873ed75102791e5b0b8a7fcd41606c92fcec98d56d05ead4ac5131650004c136
repoDigests:
- registry.k8s.io/pause@sha256:7c38f24774e3cbd906d2d33c38354ccf787635581c122965132c9bd309754d4a
- registry.k8s.io/pause@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a
repoTags:
- registry.k8s.io/pause:3.10
size: "742080"
- id: 350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06
repoDigests:
- registry.k8s.io/pause@sha256:5bcb06ed43da4a16c6e6e33898eb0506e940bd66822659ecf0a898bbb0da7cb9
repoTags:
- registry.k8s.io/pause:latest
size: "247077"
- id: 3e180d64f6e80514e5ecbc178faabffaf91ba0db7e82c162ec6dccb2556464ec
repoDigests:
- localhost/minikube-local-cache-test@sha256:a742ca9fbd358b79363beceeeaac77f1d81bd86ce84b5a9b5b02bd2c9802b15a
repoTags:
- localhost/minikube-local-cache-test:functional-013247
size: "3330"
- 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: 019ee182b58e20da055b173dc0b598fbde321d4bf959e1c2a832908ed7642d35
repoDigests:
- registry.k8s.io/kube-controller-manager@sha256:7e86b2b274365bbc5f5d1e08f0d32d8bb04b8484ac6a92484c298dc695025954
- registry.k8s.io/kube-controller-manager@sha256:c9067d10dcf5ca45b2be9260f3b15e9c94e05fd8039c53341a23d3b4cf0cc619
repoTags:
- registry.k8s.io/kube-controller-manager:v1.32.1
size: "90793286"
- id: 0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da
repoDigests:
- registry.k8s.io/pause@sha256:1000de19145c53d83aab989956fa8fca08dcbcc5b0208bdc193517905e6ccd04
repoTags:
- registry.k8s.io/pause:3.3
size: "686139"
- id: 93f9c72967dbcfaffe724ae5ba471e9568c9bbe67271f53266c84f3c83a409e3
repoDigests:
- docker.io/library/nginx@sha256:679a5fd058f6ca754a561846fe27927e408074431d63556e8fc588fc38be6901
- docker.io/library/nginx@sha256:814a8e88df978ade80e584cc5b333144b9372a8e3c98872d07137dbf3b44d0e4
repoTags:
- docker.io/library/nginx:alpine
size: "48461780"
- id: 9bea9f2796e236cb18c2b3ad561ff29f655d1001f9ec7247a0bc5e08d25652a1
repoDigests:
- docker.io/library/nginx@sha256:0a399eb16751829e1af26fea27b20c3ec28d7ab1fb72182879dcae1cca21206a
- docker.io/library/nginx@sha256:2426c815287ed75a3a33dd28512eba4f0f783946844209ccf3fa8990817a4eb9
repoTags:
- docker.io/library/nginx:latest
size: "195872148"
- id: 82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410
repoDigests:
- registry.k8s.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969
repoTags:
- registry.k8s.io/echoserver:1.8
size: "97846543"
- id: 2b0d6572d062c0f590b08c3113e5d9a61e381b3da7845a0289bdbf1faa1b23d1
repoDigests:
- registry.k8s.io/kube-scheduler@sha256:b8fcbcd2afe44acf368b24b61813686f64be4d7fff224d305d78a05bac38f72e
- registry.k8s.io/kube-scheduler@sha256:e2b8e00ff17f8b0427e34d28897d7bf6f7a63ec48913ea01d4082ab91ca28476
repoTags:
- registry.k8s.io/kube-scheduler:v1.32.1
size: "70649158"
- id: da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e
repoDigests:
- registry.k8s.io/pause@sha256:84805ddcaaae94434d8eacb7e843f549ec1da0cd277787b97ad9d9ac2cea929e
repoTags:
- registry.k8s.io/pause:3.1
size: "746911"
- id: 50415e5d05f05adbdfd902507532ebb86f924dc2e05511a3b47920156ee4236e
repoDigests:
- docker.io/kindest/kindnetd@sha256:3da053f9c42d9123d34d4582cc77041c013e1419204b9ef180f0b3bffa7769e3
- docker.io/kindest/kindnetd@sha256:e35e1050b69dcd16eb021c3bf915bdd9a591d4274108ac374bd941043673c108
repoTags:
- docker.io/kindest/kindnetd:v20241108-5c6d2daf
size: "94963761"
- id: 9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30
repoDigests:
- localhost/kicbase/echo-server@sha256:d3d0b737c6413dcf7b9393d61285525048f2d10a0aae68296150078d379c30cf
repoTags:
- localhost/kicbase/echo-server:functional-013247
size: "4943877"
- id: a9e7e6b294baf1695fccb862d956c5d3ad8510e1e4ca1535f35dc09f247abbfc
repoDigests:
- registry.k8s.io/etcd@sha256:1d988b04a9476119cdbc2025ba58f6eec19554caf36edb43c357ff412d07e990
- registry.k8s.io/etcd@sha256:c6a9d11cc5c04b114ccdef39a9265eeef818e3d02f5359be035ae784097fdec5
repoTags:
- registry.k8s.io/etcd:3.5.16-0
size: "151021823"
- id: 95c0bda56fc4dd44cf1876f15c04427feabe5556394553874934ffd2514eeb0a
repoDigests:
- registry.k8s.io/kube-apiserver@sha256:769a11bfd73df7db947d51b0f7a3a60383a0338904d6944cced924d33f0d7286
- registry.k8s.io/kube-apiserver@sha256:b88ede8e7c3ce354ca0c45c448c48c094781ce692883ee56f181fa569338c0ac
repoTags:
- registry.k8s.io/kube-apiserver:v1.32.1
size: "98051552"
- id: e29f9c7391fd92d96bc72026fc755b0f9589536e36ecd7102161f1ded087897a
repoDigests:
- registry.k8s.io/kube-proxy@sha256:0244651801747edf2368222f93a7d17cba6e668a890db72532d6b67a7e06dca5
- registry.k8s.io/kube-proxy@sha256:a739122f1b5b17e2db96006120ad5fb9a3c654da07322bcaa62263c403ef69a8
repoTags:
- registry.k8s.io/kube-proxy:v1.32.1
size: "95271321"

                                                
                                                
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-013247 image ls --format yaml --alsologtostderr:
I0127 14:23:58.702703  666471 out.go:345] Setting OutFile to fd 1 ...
I0127 14:23:58.702841  666471 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 14:23:58.702855  666471 out.go:358] Setting ErrFile to fd 2...
I0127 14:23:58.702862  666471 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 14:23:58.703148  666471 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20321-618099/.minikube/bin
I0127 14:23:58.704037  666471 config.go:182] Loaded profile config "functional-013247": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 14:23:58.704226  666471 config.go:182] Loaded profile config "functional-013247": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 14:23:58.704805  666471 cli_runner.go:164] Run: docker container inspect functional-013247 --format={{.State.Status}}
I0127 14:23:58.728983  666471 ssh_runner.go:195] Run: systemctl --version
I0127 14:23:58.729045  666471 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-013247
I0127 14:23:58.746433  666471 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33178 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/functional-013247/id_rsa Username:docker}
I0127 14:23:58.833498  666471 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.23s)

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

                                                
                                                
=== 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-013247 ssh pgrep buildkitd
functional_test.go:308: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-013247 ssh pgrep buildkitd: exit status 1 (243.660726ms)

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

                                                
                                                
** /stderr **
functional_test.go:315: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 image build -t localhost/my-image:functional-013247 testdata/build --alsologtostderr
functional_test.go:315: (dbg) Done: out/minikube-linux-amd64 -p functional-013247 image build -t localhost/my-image:functional-013247 testdata/build --alsologtostderr: (3.097199094s)
functional_test.go:320: (dbg) Stdout: out/minikube-linux-amd64 -p functional-013247 image build -t localhost/my-image:functional-013247 testdata/build --alsologtostderr:
STEP 1/3: FROM gcr.io/k8s-minikube/busybox
STEP 2/3: RUN true
--> abd0af0b092
STEP 3/3: ADD content.txt /
COMMIT localhost/my-image:functional-013247
--> 6940a30b551
Successfully tagged localhost/my-image:functional-013247
6940a30b5511881c4725284675f3fba4ae77d8aa11075fca8b5969e84d7844ae
functional_test.go:323: (dbg) Stderr: out/minikube-linux-amd64 -p functional-013247 image build -t localhost/my-image:functional-013247 testdata/build --alsologtostderr:
I0127 14:23:59.163257  666618 out.go:345] Setting OutFile to fd 1 ...
I0127 14:23:59.163525  666618 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 14:23:59.163535  666618 out.go:358] Setting ErrFile to fd 2...
I0127 14:23:59.163542  666618 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 14:23:59.163728  666618 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20321-618099/.minikube/bin
I0127 14:23:59.164361  666618 config.go:182] Loaded profile config "functional-013247": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 14:23:59.164890  666618 config.go:182] Loaded profile config "functional-013247": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 14:23:59.165399  666618 cli_runner.go:164] Run: docker container inspect functional-013247 --format={{.State.Status}}
I0127 14:23:59.182717  666618 ssh_runner.go:195] Run: systemctl --version
I0127 14:23:59.182774  666618 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-013247
I0127 14:23:59.200066  666618 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33178 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/functional-013247/id_rsa Username:docker}
I0127 14:23:59.289307  666618 build_images.go:161] Building image from path: /tmp/build.953120573.tar
I0127 14:23:59.289382  666618 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0127 14:23:59.297685  666618 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.953120573.tar
I0127 14:23:59.300862  666618 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.953120573.tar: stat -c "%s %y" /var/lib/minikube/build/build.953120573.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.953120573.tar': No such file or directory
I0127 14:23:59.300894  666618 ssh_runner.go:362] scp /tmp/build.953120573.tar --> /var/lib/minikube/build/build.953120573.tar (3072 bytes)
I0127 14:23:59.323592  666618 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.953120573
I0127 14:23:59.331372  666618 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.953120573 -xf /var/lib/minikube/build/build.953120573.tar
I0127 14:23:59.339868  666618 crio.go:315] Building image: /var/lib/minikube/build/build.953120573
I0127 14:23:59.339930  666618 ssh_runner.go:195] Run: sudo podman build -t localhost/my-image:functional-013247 /var/lib/minikube/build/build.953120573 --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
I0127 14:24:02.192545  666618 ssh_runner.go:235] Completed: sudo podman build -t localhost/my-image:functional-013247 /var/lib/minikube/build/build.953120573 --cgroup-manager=cgroupfs: (2.852585641s)
I0127 14:24:02.192641  666618 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.953120573
I0127 14:24:02.201149  666618 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.953120573.tar
I0127 14:24:02.208891  666618 build_images.go:217] Built localhost/my-image:functional-013247 from /tmp/build.953120573.tar
I0127 14:24:02.208922  666618 build_images.go:133] succeeded building to: functional-013247
I0127 14:24:02.208927  666618 build_images.go:134] failed building to: 
functional_test.go:451: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (3.57s)

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

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

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

                                                
                                                
=== 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-013247 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_changes (0.12s)

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

                                                
                                                
=== 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-013247 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster (0.12s)

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

                                                
                                                
=== 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-013247 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_clusters (0.12s)

                                                
                                    
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-013247 version --short
--- PASS: TestFunctional/parallel/Version/short (0.05s)

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

                                                
                                                
=== 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-013247 version -o=json --components
--- PASS: TestFunctional/parallel/Version/components (0.47s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1439: (dbg) Run:  kubectl --context functional-013247 create deployment hello-node --image=registry.k8s.io/echoserver:1.8
functional_test.go:1445: (dbg) Run:  kubectl --context functional-013247 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-fcfd88b6f-fbv24" [c4a23d55-dcee-405f-a375-16376def8b54] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-fcfd88b6f-fbv24" [c4a23d55-dcee-405f-a375-16376def8b54] Running
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 10.003883656s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (10.17s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-013247 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" [adc9ac6d-9467-471e-8687-99049eec1c6e] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [adc9ac6d-9467-471e-8687-99049eec1c6e] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 28.00443978s
I0127 14:23:57.382655  625066 kapi.go:150] Service nginx-svc in namespace default found.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (28.31s)

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

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

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

                                                
                                                
=== 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-013247
functional_test.go:245: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 image load --daemon kicbase/echo-server:functional-013247 --alsologtostderr
functional_test.go:451: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (1.76s)

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadFromFile
functional_test.go:409: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 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-013247 image load /home/jenkins/workspace/Docker_Linux_crio_integration/echo-server-save.tar --alsologtostderr: (1.117731879s)
functional_test.go:451: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadFromFile (1.49s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
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 "350.25686ms" 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 "52.291328ms" to run "out/minikube-linux-amd64 profile list -l"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_list (0.40s)

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

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

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

                                                
                                                
** /stderr **
I0127 14:23:51.761362  625066 retry.go:31] will retry after 703.017924ms: exit status 1
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 ssh -- ls -la /mount-9p
functional_test_mount_test.go:133: guest mount directory contents
total 2
-rw-r--r-- 1 docker docker 24 Jan 27 14:23 created-by-test
-rw-r--r-- 1 docker docker 24 Jan 27 14:23 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Jan 27 14:23 test-1737987831489357001
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 ssh cat /mount-9p/test-1737987831489357001
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-013247 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" [aed18b5a-5017-4251-a886-8dfc7c8b9925] Pending
helpers_test.go:344: "busybox-mount" [aed18b5a-5017-4251-a886-8dfc7c8b9925] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [aed18b5a-5017-4251-a886-8dfc7c8b9925] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [aed18b5a-5017-4251-a886-8dfc7c8b9925] 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 9.003811632s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-013247 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-013247 /tmp/TestFunctionalparallelMountCmdany-port960099523/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (11.84s)

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

                                                
                                                
=== 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 "311.354991ms" 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 "51.56763ms" to run "out/minikube-linux-amd64 profile list -o json --light"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_json_output (0.36s)

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

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

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

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

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

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

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

                                                
                                                
** /stderr **
I0127 14:24:03.584397  625066 retry.go:31] will retry after 352.983466ms: exit status 1
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 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-013247 /tmp/TestFunctionalparallelMountCmdspecific-port3195604909/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-013247 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-013247 ssh "sudo umount -f /mount-9p": exit status 1 (260.323545ms)

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

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

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

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

                                                
                                                
** /stderr **
I0127 14:24:05.239935  625066 retry.go:31] will retry after 295.51906ms: exit status 1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 ssh "findmnt -T" /mount2
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-013247 ssh "findmnt -T" /mount3
functional_test_mount_test.go:370: (dbg) Run:  out/minikube-linux-amd64 mount -p functional-013247 --kill=true
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-013247 /tmp/TestFunctionalparallelMountCmdVerifyCleanup2176551787/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-013247 /tmp/TestFunctionalparallelMountCmdVerifyCleanup2176551787/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-013247 /tmp/TestFunctionalparallelMountCmdVerifyCleanup2176551787/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.41s)

                                                
                                    
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-013247
--- 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-013247
--- 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-013247
--- PASS: TestFunctional/delete_minikube_cached_images (0.02s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (130.32s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-amd64 start -p ha-064707 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0127 14:24:42.234391  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:101: (dbg) Done: out/minikube-linux-amd64 start -p ha-064707 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (2m9.637114191s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (130.32s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (6.09s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.07s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/PingHostFromPods
ha_test.go:199: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-064707 -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-064707 -- exec busybox-58667487b6-22b2j -- 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-064707 -- exec busybox-58667487b6-22b2j -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-064707 -- exec busybox-58667487b6-fq875 -- 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-064707 -- exec busybox-58667487b6-fq875 -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-064707 -- exec busybox-58667487b6-m8mxt -- 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-064707 -- exec busybox-58667487b6-m8mxt -- sh -c "ping -c 1 192.168.49.1"
--- PASS: TestMultiControlPlane/serial/PingHostFromPods (1.07s)

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (33.2s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddWorkerNode
ha_test.go:228: (dbg) Run:  out/minikube-linux-amd64 node add -p ha-064707 -v=7 --alsologtostderr
E0127 14:26:58.368006  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:228: (dbg) Done: out/minikube-linux-amd64 node add -p ha-064707 -v=7 --alsologtostderr: (32.364136586s)
ha_test.go:234: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddWorkerNode (33.20s)

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.07s)

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

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

                                                
                                                
=== RUN   TestMultiControlPlane/serial/CopyFile
ha_test.go:328: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 status --output json -v=7 --alsologtostderr
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp testdata/cp-test.txt ha-064707:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp ha-064707:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile3996815472/001/cp-test_ha-064707.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp ha-064707:/home/docker/cp-test.txt ha-064707-m02:/home/docker/cp-test_ha-064707_ha-064707-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m02 "sudo cat /home/docker/cp-test_ha-064707_ha-064707-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp ha-064707:/home/docker/cp-test.txt ha-064707-m03:/home/docker/cp-test_ha-064707_ha-064707-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m03 "sudo cat /home/docker/cp-test_ha-064707_ha-064707-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp ha-064707:/home/docker/cp-test.txt ha-064707-m04:/home/docker/cp-test_ha-064707_ha-064707-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m04 "sudo cat /home/docker/cp-test_ha-064707_ha-064707-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp testdata/cp-test.txt ha-064707-m02:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp ha-064707-m02:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile3996815472/001/cp-test_ha-064707-m02.txt
E0127 14:27:26.075980  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp ha-064707-m02:/home/docker/cp-test.txt ha-064707:/home/docker/cp-test_ha-064707-m02_ha-064707.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707 "sudo cat /home/docker/cp-test_ha-064707-m02_ha-064707.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp ha-064707-m02:/home/docker/cp-test.txt ha-064707-m03:/home/docker/cp-test_ha-064707-m02_ha-064707-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m03 "sudo cat /home/docker/cp-test_ha-064707-m02_ha-064707-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp ha-064707-m02:/home/docker/cp-test.txt ha-064707-m04:/home/docker/cp-test_ha-064707-m02_ha-064707-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m04 "sudo cat /home/docker/cp-test_ha-064707-m02_ha-064707-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp testdata/cp-test.txt ha-064707-m03:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp ha-064707-m03:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile3996815472/001/cp-test_ha-064707-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp ha-064707-m03:/home/docker/cp-test.txt ha-064707:/home/docker/cp-test_ha-064707-m03_ha-064707.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707 "sudo cat /home/docker/cp-test_ha-064707-m03_ha-064707.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp ha-064707-m03:/home/docker/cp-test.txt ha-064707-m02:/home/docker/cp-test_ha-064707-m03_ha-064707-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m02 "sudo cat /home/docker/cp-test_ha-064707-m03_ha-064707-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp ha-064707-m03:/home/docker/cp-test.txt ha-064707-m04:/home/docker/cp-test_ha-064707-m03_ha-064707-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m04 "sudo cat /home/docker/cp-test_ha-064707-m03_ha-064707-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp testdata/cp-test.txt ha-064707-m04:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp ha-064707-m04:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile3996815472/001/cp-test_ha-064707-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp ha-064707-m04:/home/docker/cp-test.txt ha-064707:/home/docker/cp-test_ha-064707-m04_ha-064707.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707 "sudo cat /home/docker/cp-test_ha-064707-m04_ha-064707.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp ha-064707-m04:/home/docker/cp-test.txt ha-064707-m02:/home/docker/cp-test_ha-064707-m04_ha-064707-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m02 "sudo cat /home/docker/cp-test_ha-064707-m04_ha-064707-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 cp ha-064707-m04:/home/docker/cp-test.txt ha-064707-m03:/home/docker/cp-test_ha-064707-m04_ha-064707-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 ssh -n ha-064707-m03 "sudo cat /home/docker/cp-test_ha-064707-m04_ha-064707-m03.txt"
--- PASS: TestMultiControlPlane/serial/CopyFile (15.88s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (12.51s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 14:27:48.638541  689463 out.go:345] Setting OutFile to fd 1 ...
	I0127 14:27:48.638674  689463 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:27:48.638685  689463 out.go:358] Setting ErrFile to fd 2...
	I0127 14:27:48.638692  689463 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:27:48.638883  689463 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20321-618099/.minikube/bin
	I0127 14:27:48.639108  689463 out.go:352] Setting JSON to false
	I0127 14:27:48.639155  689463 mustload.go:65] Loading cluster: ha-064707
	I0127 14:27:48.639242  689463 notify.go:220] Checking for updates...
	I0127 14:27:48.639651  689463 config.go:182] Loaded profile config "ha-064707": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 14:27:48.639678  689463 status.go:174] checking status of ha-064707 ...
	I0127 14:27:48.640105  689463 cli_runner.go:164] Run: docker container inspect ha-064707 --format={{.State.Status}}
	I0127 14:27:48.658780  689463 status.go:371] ha-064707 host status = "Running" (err=<nil>)
	I0127 14:27:48.658803  689463 host.go:66] Checking if "ha-064707" exists ...
	I0127 14:27:48.659067  689463 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-064707
	I0127 14:27:48.675846  689463 host.go:66] Checking if "ha-064707" exists ...
	I0127 14:27:48.676127  689463 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0127 14:27:48.676173  689463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-064707
	I0127 14:27:48.693669  689463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33183 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/ha-064707/id_rsa Username:docker}
	I0127 14:27:48.823599  689463 ssh_runner.go:195] Run: systemctl --version
	I0127 14:27:48.828732  689463 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0127 14:27:48.839287  689463 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 14:27:48.886451  689463 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:74 SystemTime:2025-01-27 14:27:48.877428114 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-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:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-11 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 14:27:48.887116  689463 kubeconfig.go:125] found "ha-064707" server: "https://192.168.49.254:8443"
	I0127 14:27:48.887161  689463 api_server.go:166] Checking apiserver status ...
	I0127 14:27:48.887207  689463 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0127 14:27:48.898089  689463 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1484/cgroup
	I0127 14:27:48.906794  689463 api_server.go:182] apiserver freezer: "12:freezer:/docker/a735bbaa69fa57a7ab55c3aca6b8f3b133d754aaa6f23ca3938042debc25cb81/crio/crio-239acac373607e97530d155b211a4a76caabee6cb054922ba8442a93e22a95b9"
	I0127 14:27:48.906880  689463 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/a735bbaa69fa57a7ab55c3aca6b8f3b133d754aaa6f23ca3938042debc25cb81/crio/crio-239acac373607e97530d155b211a4a76caabee6cb054922ba8442a93e22a95b9/freezer.state
	I0127 14:27:48.914702  689463 api_server.go:204] freezer state: "THAWED"
	I0127 14:27:48.914732  689463 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0127 14:27:48.918784  689463 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0127 14:27:48.918808  689463 status.go:463] ha-064707 apiserver status = Running (err=<nil>)
	I0127 14:27:48.918822  689463 status.go:176] ha-064707 status: &{Name:ha-064707 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 14:27:48.918844  689463 status.go:174] checking status of ha-064707-m02 ...
	I0127 14:27:48.919127  689463 cli_runner.go:164] Run: docker container inspect ha-064707-m02 --format={{.State.Status}}
	I0127 14:27:48.936460  689463 status.go:371] ha-064707-m02 host status = "Stopped" (err=<nil>)
	I0127 14:27:48.936481  689463 status.go:384] host is not running, skipping remaining checks
	I0127 14:27:48.936502  689463 status.go:176] ha-064707-m02 status: &{Name:ha-064707-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 14:27:48.936530  689463 status.go:174] checking status of ha-064707-m03 ...
	I0127 14:27:48.936783  689463 cli_runner.go:164] Run: docker container inspect ha-064707-m03 --format={{.State.Status}}
	I0127 14:27:48.953365  689463 status.go:371] ha-064707-m03 host status = "Running" (err=<nil>)
	I0127 14:27:48.953389  689463 host.go:66] Checking if "ha-064707-m03" exists ...
	I0127 14:27:48.953725  689463 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-064707-m03
	I0127 14:27:48.970669  689463 host.go:66] Checking if "ha-064707-m03" exists ...
	I0127 14:27:48.970962  689463 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0127 14:27:48.971017  689463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-064707-m03
	I0127 14:27:48.987469  689463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33193 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/ha-064707-m03/id_rsa Username:docker}
	I0127 14:27:49.074152  689463 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0127 14:27:49.085437  689463 kubeconfig.go:125] found "ha-064707" server: "https://192.168.49.254:8443"
	I0127 14:27:49.085467  689463 api_server.go:166] Checking apiserver status ...
	I0127 14:27:49.085497  689463 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0127 14:27:49.095538  689463 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1415/cgroup
	I0127 14:27:49.103862  689463 api_server.go:182] apiserver freezer: "12:freezer:/docker/99b616b78188ee985d8ab115644b557119abfe401257623666a88783de4abe52/crio/crio-ff467145e1feb68b9d04998922544bacf3fbd2770b11c6a827208a5c00c1c63b"
	I0127 14:27:49.103924  689463 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/99b616b78188ee985d8ab115644b557119abfe401257623666a88783de4abe52/crio/crio-ff467145e1feb68b9d04998922544bacf3fbd2770b11c6a827208a5c00c1c63b/freezer.state
	I0127 14:27:49.111870  689463 api_server.go:204] freezer state: "THAWED"
	I0127 14:27:49.111898  689463 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0127 14:27:49.116053  689463 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0127 14:27:49.116082  689463 status.go:463] ha-064707-m03 apiserver status = Running (err=<nil>)
	I0127 14:27:49.116114  689463 status.go:176] ha-064707-m03 status: &{Name:ha-064707-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 14:27:49.116143  689463 status.go:174] checking status of ha-064707-m04 ...
	I0127 14:27:49.116396  689463 cli_runner.go:164] Run: docker container inspect ha-064707-m04 --format={{.State.Status}}
	I0127 14:27:49.134369  689463 status.go:371] ha-064707-m04 host status = "Running" (err=<nil>)
	I0127 14:27:49.134399  689463 host.go:66] Checking if "ha-064707-m04" exists ...
	I0127 14:27:49.134660  689463 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-064707-m04
	I0127 14:27:49.152524  689463 host.go:66] Checking if "ha-064707-m04" exists ...
	I0127 14:27:49.152800  689463 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0127 14:27:49.152850  689463 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-064707-m04
	I0127 14:27:49.172637  689463 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33198 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/ha-064707-m04/id_rsa Username:docker}
	I0127 14:27:49.266259  689463 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0127 14:27:49.278116  689463 status.go:176] ha-064707-m04 status: &{Name:ha-064707-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.68s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (33.55s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (0.88s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (217.57s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:458: (dbg) Run:  out/minikube-linux-amd64 node list -p ha-064707 -v=7 --alsologtostderr
ha_test.go:464: (dbg) Run:  out/minikube-linux-amd64 stop -p ha-064707 -v=7 --alsologtostderr
E0127 14:28:27.461866  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:28:27.468399  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:28:27.479760  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:28:27.501203  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:28:27.542687  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:28:27.624180  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:28:27.785734  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:28:28.107471  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:28:28.749618  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:28:30.031243  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:28:32.593220  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:28:37.715012  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:28:47.956809  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:464: (dbg) Done: out/minikube-linux-amd64 stop -p ha-064707 -v=7 --alsologtostderr: (36.566208383s)
ha_test.go:469: (dbg) Run:  out/minikube-linux-amd64 start -p ha-064707 --wait=true -v=7 --alsologtostderr
E0127 14:29:08.438233  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:29:49.400353  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:31:11.322675  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:31:58.367404  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:469: (dbg) Done: out/minikube-linux-amd64 start -p ha-064707 --wait=true -v=7 --alsologtostderr: (3m0.897458535s)
ha_test.go:474: (dbg) Run:  out/minikube-linux-amd64 node list -p ha-064707
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (217.57s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (12.26s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.66s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (35.51s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 14:32:50.326866  707927 out.go:345] Setting OutFile to fd 1 ...
	I0127 14:32:50.326977  707927 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:32:50.326984  707927 out.go:358] Setting ErrFile to fd 2...
	I0127 14:32:50.326989  707927 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:32:50.327202  707927 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20321-618099/.minikube/bin
	I0127 14:32:50.327385  707927 out.go:352] Setting JSON to false
	I0127 14:32:50.327422  707927 mustload.go:65] Loading cluster: ha-064707
	I0127 14:32:50.327532  707927 notify.go:220] Checking for updates...
	I0127 14:32:50.327905  707927 config.go:182] Loaded profile config "ha-064707": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 14:32:50.327928  707927 status.go:174] checking status of ha-064707 ...
	I0127 14:32:50.328348  707927 cli_runner.go:164] Run: docker container inspect ha-064707 --format={{.State.Status}}
	I0127 14:32:50.347473  707927 status.go:371] ha-064707 host status = "Stopped" (err=<nil>)
	I0127 14:32:50.347495  707927 status.go:384] host is not running, skipping remaining checks
	I0127 14:32:50.347501  707927 status.go:176] ha-064707 status: &{Name:ha-064707 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 14:32:50.347535  707927 status.go:174] checking status of ha-064707-m02 ...
	I0127 14:32:50.347798  707927 cli_runner.go:164] Run: docker container inspect ha-064707-m02 --format={{.State.Status}}
	I0127 14:32:50.365954  707927 status.go:371] ha-064707-m02 host status = "Stopped" (err=<nil>)
	I0127 14:32:50.366000  707927 status.go:384] host is not running, skipping remaining checks
	I0127 14:32:50.366013  707927 status.go:176] ha-064707-m02 status: &{Name:ha-064707-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 14:32:50.366039  707927 status.go:174] checking status of ha-064707-m04 ...
	I0127 14:32:50.366357  707927 cli_runner.go:164] Run: docker container inspect ha-064707-m04 --format={{.State.Status}}
	I0127 14:32:50.383798  707927 status.go:371] ha-064707-m04 host status = "Stopped" (err=<nil>)
	I0127 14:32:50.383823  707927 status.go:384] host is not running, skipping remaining checks
	I0127 14:32:50.383832  707927 status.go:176] ha-064707-m04 status: &{Name:ha-064707-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 (95.56s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:562: (dbg) Run:  out/minikube-linux-amd64 start -p ha-064707 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0127 14:33:27.463061  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:33:55.164374  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:562: (dbg) Done: out/minikube-linux-amd64 start -p ha-064707 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (1m34.79109586s)
ha_test.go:568: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 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 (95.56s)

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

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:607: (dbg) Run:  out/minikube-linux-amd64 node add -p ha-064707 --control-plane -v=7 --alsologtostderr
ha_test.go:607: (dbg) Done: out/minikube-linux-amd64 node add -p ha-064707 --control-plane -v=7 --alsologtostderr: (1m3.173622827s)
ha_test.go:613: (dbg) Run:  out/minikube-linux-amd64 -p ha-064707 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (64.00s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (0.85s)

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

                                                
                                    
x
+
TestJSONOutput/start/Command (70.79s)

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

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

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

                                                
                                    
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-233972 --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.74s)

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

                                                
                                    
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-132551 --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-132551 --memory=2200 --output=json --wait=true --driver=fail: exit status 56 (69.240472ms)

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"f9695599-3615-4820-92fe-975f30a35c5f","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-132551] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"928a7cbe-e186-4431-9153-b13b85960239","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=20321"}}
	{"specversion":"1.0","id":"a16fb2c1-6acb-4aad-9149-51eded0c5da8","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":"52f611aa-be5e-40a4-8126-db961df06c9f","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/20321-618099/kubeconfig"}}
	{"specversion":"1.0","id":"26ab1e35-c13d-4bd3-acd4-42eae4555b61","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/20321-618099/.minikube"}}
	{"specversion":"1.0","id":"5c32758e-9041-4122-8941-9d58021823fe","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":"0902754a-2a15-44a9-9077-02d1c93fe653","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"81c54002-bd3d-4a4e-b61a-941b112019b9","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-132551" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p json-output-error-132551
--- PASS: TestErrorJSONOutput (0.21s)

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (37.99s)

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

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (22.73s)

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

                                                
                                    
x
+
TestKicExistingNetwork (26.08s)

                                                
                                                
=== RUN   TestKicExistingNetwork
I0127 14:38:02.042249  625066 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}}]}"
W0127 14:38:02.059002  625066 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
I0127 14:38:02.059070  625066 network_create.go:284] running [docker network inspect existing-network] to gather additional debugging logs...
I0127 14:38:02.059086  625066 cli_runner.go:164] Run: docker network inspect existing-network
W0127 14:38:02.075618  625066 cli_runner.go:211] docker network inspect existing-network returned with exit code 1
I0127 14:38:02.075650  625066 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
I0127 14:38:02.075665  625066 network_create.go:289] output of [docker network inspect existing-network]: -- stdout --
[]

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

                                                
                                                
** /stderr **
I0127 14:38:02.075815  625066 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}}]}"
I0127 14:38:02.092307  625066 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-70da905158a2 IfaceIPv4:192.168.49.1 IfaceMTU:1500 IfaceMAC:02:42:ff:75:be:6c} reservation:<nil>}
I0127 14:38:02.092942  625066 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:0xc00173b290}
I0127 14:38:02.092986  625066 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 ...
I0127 14:38:02.093044  625066 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
I0127 14:38:02.152352  625066 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-388298 --network=existing-network
E0127 14:38:21.440340  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-amd64 start -p existing-network-388298 --network=existing-network: (23.991592553s)
helpers_test.go:175: Cleaning up "existing-network-388298" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p existing-network-388298
E0127 14:38:27.462723  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p existing-network-388298: (1.941161254s)
I0127 14:38:28.101964  625066 cli_runner.go:164] Run: docker network ls --filter=label=existing-network --format {{.Name}}
--- PASS: TestKicExistingNetwork (26.08s)

                                                
                                    
x
+
TestKicCustomSubnet (26.58s)

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

                                                
                                    
x
+
TestKicStaticIP (26.34s)

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

                                                
                                    
x
+
TestMainNoArgs (0.05s)

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

                                                
                                    
x
+
TestMinikubeProfile (47.18s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p first-951540 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p first-951540 --driver=docker  --container-runtime=crio: (21.048152055s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p second-964183 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p second-964183 --driver=docker  --container-runtime=crio: (20.877734628s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-amd64 profile first-951540
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-964183
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-amd64 profile list -ojson
helpers_test.go:175: Cleaning up "second-964183" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p second-964183
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p second-964183: (1.876727876s)
helpers_test.go:175: Cleaning up "first-951540" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p first-951540
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p first-951540: (2.232719125s)
--- PASS: TestMinikubeProfile (47.18s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (9s)

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

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

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (5.74s)

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

                                                
                                    
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-653753 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountSecond (0.24s)

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.59s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.24s)

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

                                                
                                    
x
+
TestMountStart/serial/Stop (1.17s)

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

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (7.56s)

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

                                                
                                    
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-653753 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountPostStop (0.25s)

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (98.79s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-335630 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E0127 14:41:58.367215  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:96: (dbg) Done: out/minikube-linux-amd64 start -p multinode-335630 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (1m38.339513577s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-amd64 -p multinode-335630 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (98.79s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (5.37s)

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

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (0.72s)

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

                                                
                                    
x
+
TestMultiNode/serial/AddNode (28.36s)

                                                
                                                
=== RUN   TestMultiNode/serial/AddNode
multinode_test.go:121: (dbg) Run:  out/minikube-linux-amd64 node add -p multinode-335630 -v 3 --alsologtostderr
multinode_test.go:121: (dbg) Done: out/minikube-linux-amd64 node add -p multinode-335630 -v 3 --alsologtostderr: (27.764772127s)
multinode_test.go:127: (dbg) Run:  out/minikube-linux-amd64 -p multinode-335630 status --alsologtostderr
--- PASS: TestMultiNode/serial/AddNode (28.36s)

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.06s)

                                                
                                                
=== RUN   TestMultiNode/serial/MultiNodeLabels
multinode_test.go:221: (dbg) Run:  kubectl --context multinode-335630 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 (9s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.09s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 14:43:00.659229  773534 out.go:345] Setting OutFile to fd 1 ...
	I0127 14:43:00.659345  773534 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:43:00.659354  773534 out.go:358] Setting ErrFile to fd 2...
	I0127 14:43:00.659358  773534 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:43:00.659521  773534 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20321-618099/.minikube/bin
	I0127 14:43:00.659679  773534 out.go:352] Setting JSON to false
	I0127 14:43:00.659711  773534 mustload.go:65] Loading cluster: multinode-335630
	I0127 14:43:00.659799  773534 notify.go:220] Checking for updates...
	I0127 14:43:00.660138  773534 config.go:182] Loaded profile config "multinode-335630": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 14:43:00.660161  773534 status.go:174] checking status of multinode-335630 ...
	I0127 14:43:00.660575  773534 cli_runner.go:164] Run: docker container inspect multinode-335630 --format={{.State.Status}}
	I0127 14:43:00.678966  773534 status.go:371] multinode-335630 host status = "Running" (err=<nil>)
	I0127 14:43:00.678995  773534 host.go:66] Checking if "multinode-335630" exists ...
	I0127 14:43:00.679264  773534 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-335630
	I0127 14:43:00.695855  773534 host.go:66] Checking if "multinode-335630" exists ...
	I0127 14:43:00.696120  773534 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0127 14:43:00.696167  773534 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-335630
	I0127 14:43:00.712171  773534 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33303 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/multinode-335630/id_rsa Username:docker}
	I0127 14:43:00.802354  773534 ssh_runner.go:195] Run: systemctl --version
	I0127 14:43:00.806984  773534 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0127 14:43:00.817551  773534 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 14:43:00.866019  773534 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:64 SystemTime:2025-01-27 14:43:00.857266057 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-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:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-11 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 14:43:00.866699  773534 kubeconfig.go:125] found "multinode-335630" server: "https://192.168.67.2:8443"
	I0127 14:43:00.866731  773534 api_server.go:166] Checking apiserver status ...
	I0127 14:43:00.866767  773534 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0127 14:43:00.877156  773534 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1515/cgroup
	I0127 14:43:00.885851  773534 api_server.go:182] apiserver freezer: "12:freezer:/docker/8c4683d70d1bdb6e4c726aef8b39678108a2df4f08f068d1a61e953a16625e40/crio/crio-765892de7d4e1e96b6bb07d47540716c9fafe3a6abc9331d95f82c6e3a63a8cd"
	I0127 14:43:00.885906  773534 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/8c4683d70d1bdb6e4c726aef8b39678108a2df4f08f068d1a61e953a16625e40/crio/crio-765892de7d4e1e96b6bb07d47540716c9fafe3a6abc9331d95f82c6e3a63a8cd/freezer.state
	I0127 14:43:00.893475  773534 api_server.go:204] freezer state: "THAWED"
	I0127 14:43:00.893499  773534 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0127 14:43:00.898207  773534 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0127 14:43:00.898229  773534 status.go:463] multinode-335630 apiserver status = Running (err=<nil>)
	I0127 14:43:00.898238  773534 status.go:176] multinode-335630 status: &{Name:multinode-335630 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 14:43:00.898267  773534 status.go:174] checking status of multinode-335630-m02 ...
	I0127 14:43:00.898540  773534 cli_runner.go:164] Run: docker container inspect multinode-335630-m02 --format={{.State.Status}}
	I0127 14:43:00.915753  773534 status.go:371] multinode-335630-m02 host status = "Running" (err=<nil>)
	I0127 14:43:00.915775  773534 host.go:66] Checking if "multinode-335630-m02" exists ...
	I0127 14:43:00.916048  773534 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-335630-m02
	I0127 14:43:00.933219  773534 host.go:66] Checking if "multinode-335630-m02" exists ...
	I0127 14:43:00.933544  773534 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0127 14:43:00.933590  773534 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-335630-m02
	I0127 14:43:00.950773  773534 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33308 SSHKeyPath:/home/jenkins/minikube-integration/20321-618099/.minikube/machines/multinode-335630-m02/id_rsa Username:docker}
	I0127 14:43:01.037928  773534 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0127 14:43:01.048169  773534 status.go:176] multinode-335630-m02 status: &{Name:multinode-335630-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0127 14:43:01.048222  773534 status.go:174] checking status of multinode-335630-m03 ...
	I0127 14:43:01.048547  773534 cli_runner.go:164] Run: docker container inspect multinode-335630-m03 --format={{.State.Status}}
	I0127 14:43:01.065642  773534 status.go:371] multinode-335630-m03 host status = "Stopped" (err=<nil>)
	I0127 14:43:01.065665  773534 status.go:384] host is not running, skipping remaining checks
	I0127 14:43:01.065671  773534 status.go:176] multinode-335630-m03 status: &{Name:multinode-335630-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (8.85s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (84.62s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-335630
multinode_test.go:321: (dbg) Run:  out/minikube-linux-amd64 stop -p multinode-335630
E0127 14:43:27.465290  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:321: (dbg) Done: out/minikube-linux-amd64 stop -p multinode-335630: (24.608592937s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-335630 --wait=true -v=8 --alsologtostderr
multinode_test.go:326: (dbg) Done: out/minikube-linux-amd64 start -p multinode-335630 --wait=true -v=8 --alsologtostderr: (59.915085011s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-335630
--- PASS: TestMultiNode/serial/RestartKeepsNodes (84.62s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (4.92s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (23.67s)

                                                
                                                
=== RUN   TestMultiNode/serial/StopMultiNode
multinode_test.go:345: (dbg) Run:  out/minikube-linux-amd64 -p multinode-335630 stop
E0127 14:44:50.527543  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:345: (dbg) Done: out/minikube-linux-amd64 -p multinode-335630 stop: (23.488598736s)
multinode_test.go:351: (dbg) Run:  out/minikube-linux-amd64 -p multinode-335630 status
multinode_test.go:351: (dbg) Non-zero exit: out/minikube-linux-amd64 -p multinode-335630 status: exit status 7 (87.957399ms)

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 14:45:03.085079  782829 out.go:345] Setting OutFile to fd 1 ...
	I0127 14:45:03.085212  782829 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:45:03.085221  782829 out.go:358] Setting ErrFile to fd 2...
	I0127 14:45:03.085225  782829 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:45:03.085428  782829 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20321-618099/.minikube/bin
	I0127 14:45:03.085625  782829 out.go:352] Setting JSON to false
	I0127 14:45:03.085659  782829 mustload.go:65] Loading cluster: multinode-335630
	I0127 14:45:03.085752  782829 notify.go:220] Checking for updates...
	I0127 14:45:03.086075  782829 config.go:182] Loaded profile config "multinode-335630": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 14:45:03.086096  782829 status.go:174] checking status of multinode-335630 ...
	I0127 14:45:03.086531  782829 cli_runner.go:164] Run: docker container inspect multinode-335630 --format={{.State.Status}}
	I0127 14:45:03.107610  782829 status.go:371] multinode-335630 host status = "Stopped" (err=<nil>)
	I0127 14:45:03.107640  782829 status.go:384] host is not running, skipping remaining checks
	I0127 14:45:03.107648  782829 status.go:176] multinode-335630 status: &{Name:multinode-335630 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 14:45:03.107679  782829 status.go:174] checking status of multinode-335630-m02 ...
	I0127 14:45:03.107965  782829 cli_runner.go:164] Run: docker container inspect multinode-335630-m02 --format={{.State.Status}}
	I0127 14:45:03.125503  782829 status.go:371] multinode-335630-m02 host status = "Stopped" (err=<nil>)
	I0127 14:45:03.125526  782829 status.go:384] host is not running, skipping remaining checks
	I0127 14:45:03.125534  782829 status.go:176] multinode-335630-m02 status: &{Name:multinode-335630-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (48.31s)

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

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (25.12s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to GUEST_NODE_ADD: failed to add node: Node multinode-335630-m03 already exists in multinode-335630-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_1.log                    │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯

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

                                                
                                    
x
+
TestPreload (111.04s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-884364 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4
E0127 14:46:58.367935  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
preload_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p test-preload-884364 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4: (1m14.442993429s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-884364 image pull gcr.io/k8s-minikube/busybox
preload_test.go:52: (dbg) Done: out/minikube-linux-amd64 -p test-preload-884364 image pull gcr.io/k8s-minikube/busybox: (3.261609386s)
preload_test.go:58: (dbg) Run:  out/minikube-linux-amd64 stop -p test-preload-884364
preload_test.go:58: (dbg) Done: out/minikube-linux-amd64 stop -p test-preload-884364: (5.754461487s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-884364 --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-884364 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio: (25.341623211s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-884364 image list
helpers_test.go:175: Cleaning up "test-preload-884364" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p test-preload-884364
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p test-preload-884364: (2.022492757s)
--- PASS: TestPreload (111.04s)

                                                
                                    
x
+
TestScheduledStopUnix (97.97s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-amd64 start -p scheduled-stop-959203 --memory=2048 --driver=docker  --container-runtime=crio
E0127 14:48:27.462316  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-amd64 start -p scheduled-stop-959203 --memory=2048 --driver=docker  --container-runtime=crio: (21.89437702s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-959203 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-amd64 status --format={{.TimeToStop}} -p scheduled-stop-959203 -n scheduled-stop-959203
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-959203 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
I0127 14:48:33.824466  625066 retry.go:31] will retry after 74.658µs: open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/scheduled-stop-959203/pid: no such file or directory
I0127 14:48:33.825640  625066 retry.go:31] will retry after 147.752µs: open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/scheduled-stop-959203/pid: no such file or directory
I0127 14:48:33.826819  625066 retry.go:31] will retry after 139.142µs: open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/scheduled-stop-959203/pid: no such file or directory
I0127 14:48:33.827955  625066 retry.go:31] will retry after 377.011µs: open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/scheduled-stop-959203/pid: no such file or directory
I0127 14:48:33.829116  625066 retry.go:31] will retry after 693.065µs: open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/scheduled-stop-959203/pid: no such file or directory
I0127 14:48:33.830259  625066 retry.go:31] will retry after 606.777µs: open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/scheduled-stop-959203/pid: no such file or directory
I0127 14:48:33.831422  625066 retry.go:31] will retry after 1.079993ms: open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/scheduled-stop-959203/pid: no such file or directory
I0127 14:48:33.832588  625066 retry.go:31] will retry after 1.567475ms: open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/scheduled-stop-959203/pid: no such file or directory
I0127 14:48:33.834793  625066 retry.go:31] will retry after 2.82713ms: open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/scheduled-stop-959203/pid: no such file or directory
I0127 14:48:33.838013  625066 retry.go:31] will retry after 5.038441ms: open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/scheduled-stop-959203/pid: no such file or directory
I0127 14:48:33.843170  625066 retry.go:31] will retry after 6.958174ms: open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/scheduled-stop-959203/pid: no such file or directory
I0127 14:48:33.850381  625066 retry.go:31] will retry after 6.68983ms: open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/scheduled-stop-959203/pid: no such file or directory
I0127 14:48:33.857603  625066 retry.go:31] will retry after 11.393434ms: open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/scheduled-stop-959203/pid: no such file or directory
I0127 14:48:33.869857  625066 retry.go:31] will retry after 20.702578ms: open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/scheduled-stop-959203/pid: no such file or directory
I0127 14:48:33.891125  625066 retry.go:31] will retry after 14.96858ms: open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/scheduled-stop-959203/pid: no such file or directory
I0127 14:48:33.906386  625066 retry.go:31] will retry after 50.84151ms: open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/scheduled-stop-959203/pid: no such file or directory
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-959203 --cancel-scheduled
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p scheduled-stop-959203 -n scheduled-stop-959203
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-amd64 status -p scheduled-stop-959203
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-959203 --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-959203
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p scheduled-stop-959203: exit status 7 (70.650005ms)

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestInsufficientStorage (9.9s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"5de75a9b-4a53-4dc1-bbc2-5c0d9212d937","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-439671] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"2a93ea36-c83b-462c-9205-71ab2142f4ea","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=20321"}}
	{"specversion":"1.0","id":"0b9222f2-f79d-42aa-9cfd-9c3ff972b0b1","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":"4b13636d-4b04-4e21-b821-be863e353ee8","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/20321-618099/kubeconfig"}}
	{"specversion":"1.0","id":"199f4089-8f90-40dd-8cc0-838972557321","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/20321-618099/.minikube"}}
	{"specversion":"1.0","id":"82750e2c-e053-46ab-a5cd-64023482940c","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":"8fb60013-6872-4b64-b515-d8ff3cbae466","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"3cf269fb-da25-45aa-a8bd-bca5108d7375","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":"cd053f75-a743-4d49-92c6-539e358faad7","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":"2c8b837d-8d3a-4f0b-a2bf-07f9a26bbb8a","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":"ed1287e1-a20e-4290-ba46-098eb3b17e0e","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":"7bf1f813-240a-4851-b682-5de9d9b920ee","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-439671\" primary control-plane node in \"insufficient-storage-439671\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"cbb543c0-e1cb-4bf4-a6a7-1e4cfbe82b6f","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image v0.0.46 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"665f6d0c-b484-4a68-a831-e10d960cef91","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":"da553034-1c70-43e9-8fac-cc9ae8e35b36","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-439671 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p insufficient-storage-439671 --output=json --layout=cluster: exit status 7 (266.414331ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0127 14:49:57.281364  804737 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-439671" does not appear in /home/jenkins/minikube-integration/20321-618099/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0127 14:49:57.539251  804855 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-439671" does not appear in /home/jenkins/minikube-integration/20321-618099/kubeconfig
	E0127 14:49:57.549250  804855 status.go:258] unable to read event log: stat: stat /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/insufficient-storage-439671/events.json: no such file or directory

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

                                                
                                    
x
+
TestRunningBinaryUpgrade (136.26s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.688644362 start -p running-upgrade-912703 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.688644362 start -p running-upgrade-912703 --memory=2200 --vm-driver=docker  --container-runtime=crio: (1m46.114378636s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-amd64 start -p running-upgrade-912703 --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-912703 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (24.954698459s)
helpers_test.go:175: Cleaning up "running-upgrade-912703" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p running-upgrade-912703
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p running-upgrade-912703: (2.527334919s)
--- PASS: TestRunningBinaryUpgrade (136.26s)

                                                
                                    
x
+
TestKubernetesUpgrade (353.88s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

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

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

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-885225] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=20321
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/20321-618099/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/20321-618099/.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.32.1 cluster to v1.20.0
	* Suggestion: 
	
	    1) Recreate the cluster with Kubernetes 1.20.0, by running:
	    
	    minikube delete -p kubernetes-upgrade-885225
	    minikube start -p kubernetes-upgrade-885225 --kubernetes-version=v1.20.0
	    
	    2) Create a second cluster with Kubernetes 1.20.0, by running:
	    
	    minikube start -p kubernetes-upgrade-8852252 --kubernetes-version=v1.20.0
	    
	    3) Use the existing cluster at version Kubernetes 1.32.1, by running:
	    
	    minikube start -p kubernetes-upgrade-885225 --kubernetes-version=v1.32.1
	    

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

                                                
                                    
x
+
TestMissingContainerUpgrade (129.55s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.3656421564 start -p missing-upgrade-809981 --memory=2200 --driver=docker  --container-runtime=crio
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.3656421564 start -p missing-upgrade-809981 --memory=2200 --driver=docker  --container-runtime=crio: (56.283961334s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-809981
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-809981: (19.126421682s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-809981
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-amd64 start -p missing-upgrade-809981 --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-809981 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (49.495235443s)
helpers_test.go:175: Cleaning up "missing-upgrade-809981" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p missing-upgrade-809981
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p missing-upgrade-809981: (1.963468295s)
--- PASS: TestMissingContainerUpgrade (129.55s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (2.69s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.08s)

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

                                                
                                                
-- stdout --
	* [NoKubernetes-592263] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=20321
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/20321-618099/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/20321-618099/.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.08s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (26.28s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (135.68s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.1862356085 start -p stopped-upgrade-622615 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.1862356085 start -p stopped-upgrade-622615 --memory=2200 --vm-driver=docker  --container-runtime=crio: (1m46.13617387s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.1862356085 -p stopped-upgrade-622615 stop
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.1862356085 -p stopped-upgrade-622615 stop: (2.40155839s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-amd64 start -p stopped-upgrade-622615 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:198: (dbg) Done: out/minikube-linux-amd64 start -p stopped-upgrade-622615 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (27.142065931s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (135.68s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (25.65s)

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/Start (8.06s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.25s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (0.58s)

                                                
                                                
=== 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 (0.58s)

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.21s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (6.91s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.24s)

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

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/false (3.9s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 14:51:47.629886  828207 out.go:345] Setting OutFile to fd 1 ...
	I0127 14:51:47.630031  828207 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:51:47.630044  828207 out.go:358] Setting ErrFile to fd 2...
	I0127 14:51:47.630051  828207 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 14:51:47.630399  828207 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20321-618099/.minikube/bin
	I0127 14:51:47.631191  828207 out.go:352] Setting JSON to false
	I0127 14:51:47.632777  828207 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-11","uptime":16453,"bootTime":1737973055,"procs":320,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1074-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0127 14:51:47.632852  828207 start.go:139] virtualization: kvm guest
	I0127 14:51:47.635222  828207 out.go:177] * [false-711166] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	I0127 14:51:47.641239  828207 notify.go:220] Checking for updates...
	I0127 14:51:47.641316  828207 out.go:177]   - MINIKUBE_LOCATION=20321
	I0127 14:51:47.643665  828207 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0127 14:51:47.645707  828207 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20321-618099/kubeconfig
	I0127 14:51:47.649537  828207 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20321-618099/.minikube
	I0127 14:51:47.652373  828207 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0127 14:51:47.654159  828207 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0127 14:51:47.656186  828207 config.go:182] Loaded profile config "missing-upgrade-809981": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.24.1
	I0127 14:51:47.656329  828207 config.go:182] Loaded profile config "running-upgrade-912703": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.24.1
	I0127 14:51:47.656424  828207 config.go:182] Loaded profile config "stopped-upgrade-622615": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.24.1
	I0127 14:51:47.656539  828207 driver.go:394] Setting default libvirt URI to qemu:///system
	I0127 14:51:47.711808  828207 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0127 14:51:47.711922  828207 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 14:51:47.816237  828207 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:3 ContainersRunning:3 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:78 SystemTime:2025-01-27 14:51:47.799973216 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-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:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-11 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 14:51:47.816551  828207 docker.go:318] overlay module found
	I0127 14:51:47.818383  828207 out.go:177] * Using the docker driver based on user configuration
	I0127 14:51:47.819791  828207 start.go:297] selected driver: docker
	I0127 14:51:47.819823  828207 start.go:901] validating driver "docker" against <nil>
	I0127 14:51:47.819840  828207 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0127 14:51:47.822261  828207 out.go:201] 
	W0127 14:51:47.823815  828207 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
	I0127 14:51:47.825374  828207 out.go:201] 

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/20321-618099/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 27 Jan 2025 14:51:46 UTC
provider: minikube.sigs.k8s.io
version: v1.26.0
name: cluster_info
server: https://192.168.103.2:8443
name: missing-upgrade-809981
contexts:
- context:
cluster: missing-upgrade-809981
extensions:
- extension:
last-update: Mon, 27 Jan 2025 14:51:46 UTC
provider: minikube.sigs.k8s.io
version: v1.26.0
name: context_info
namespace: default
user: missing-upgrade-809981
name: missing-upgrade-809981
current-context: missing-upgrade-809981
kind: Config
preferences: {}
users:
- name: missing-upgrade-809981
user:
client-certificate: /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/missing-upgrade-809981/client.crt
client-key: /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/missing-upgrade-809981/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestPause/serial/Start (81.58s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-linux-amd64 start -p pause-092720 --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-092720 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio: (1m21.582951483s)
--- PASS: TestPause/serial/Start (81.58s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (1.06s)

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

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (26.77s)

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-amd64 start -p old-k8s-version-347540 --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:184: (dbg) Done: out/minikube-linux-amd64 start -p old-k8s-version-347540 --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: (2m7.876623854s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (127.88s)

                                                
                                    
x
+
TestPause/serial/Pause (0.71s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.31s)

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

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

                                                
                                    
x
+
TestPause/serial/Unpause (0.67s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (0.95s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (5.45s)

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (15.68s)

                                                
                                                
=== 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: (15.621712652s)
pause_test.go:168: (dbg) Run:  docker ps -a
pause_test.go:173: (dbg) Run:  docker volume inspect pause-092720
pause_test.go:173: (dbg) Non-zero exit: docker volume inspect pause-092720: exit status 1 (18.09886ms)

                                                
                                                
-- stdout --
	[]

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-amd64 start -p embed-certs-208667 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1
E0127 14:55:01.442164  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-amd64 start -p embed-certs-208667 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1: (1m11.013344441s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (71.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-208667 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [fcd186b1-ee59-4e86-ad35-618045af3a07] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [fcd186b1-ee59-4e86-ad35-618045af3a07] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 10.003850108s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-208667 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (10.23s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-amd64 stop -p embed-certs-208667 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-amd64 stop -p embed-certs-208667 --alsologtostderr -v=3: (11.899563598s)
--- PASS: TestStartStop/group/embed-certs/serial/Stop (11.90s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-amd64 start -p embed-certs-208667 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-amd64 start -p embed-certs-208667 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1: (4m55.439433043s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p embed-certs-208667 -n embed-certs-208667
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (295.75s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-347540 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [2698e412-e1c7-4405-ab3c-6825056ac7c4] Pending
helpers_test.go:344: "busybox" [2698e412-e1c7-4405-ab3c-6825056ac7c4] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [2698e412-e1c7-4405-ab3c-6825056ac7c4] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 10.004241863s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-347540 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (10.48s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-amd64 stop -p old-k8s-version-347540 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-amd64 stop -p old-k8s-version-347540 --alsologtostderr -v=3: (15.529418809s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (15.53s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-amd64 start -p old-k8s-version-347540 --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
E0127 14:56:58.367263  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-amd64 start -p old-k8s-version-347540 --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: (2m11.034444329s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p old-k8s-version-347540 -n old-k8s-version-347540
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (131.35s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-881563 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/no-preload/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [ce6c55d8-68f5-4a35-a7bb-6ce5651fdcfe] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [ce6c55d8-68f5-4a35-a7bb-6ce5651fdcfe] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 9.003872198s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-881563 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (9.25s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-amd64 stop -p no-preload-881563 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-amd64 stop -p no-preload-881563 --alsologtostderr -v=3: (12.023554299s)
--- PASS: TestStartStop/group/no-preload/serial/Stop (12.02s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-amd64 start -p default-k8s-diff-port-548737 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1
E0127 14:58:27.462782  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-amd64 start -p default-k8s-diff-port-548737 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1: (43.18500966s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (43.19s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-548737 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [f6354263-aeed-4fe5-adec-4f9c59eee36d] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [f6354263-aeed-4fe5-adec-4f9c59eee36d] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 10.004175239s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-548737 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (10.25s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-k8f72" [b3b6c078-ba2a-4b31-a506-4e737a178069] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003646026s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.01s)

                                                
                                    
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:203: (dbg) Run:  out/minikube-linux-amd64 addons enable metrics-server -p default-k8s-diff-port-548737 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:213: (dbg) Run:  kubectl --context default-k8s-diff-port-548737 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.95s)

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-k8f72" [b3b6c078-ba2a-4b31-a506-4e737a178069] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003737144s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context old-k8s-version-347540 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.07s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-amd64 -p old-k8s-version-347540 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20241108-5c6d2daf
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20210326-1e038dc5
start_stop_delete_test.go:302: 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.57s)

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-amd64 start -p newest-cni-769405 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-amd64 start -p newest-cni-769405 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1: (28.411788054s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (28.41s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-amd64 stop -p newest-cni-769405 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-amd64 stop -p newest-cni-769405 --alsologtostderr -v=3: (1.916415608s)
--- PASS: TestStartStop/group/newest-cni/serial/Stop (1.92s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-amd64 start -p newest-cni-769405 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-amd64 start -p newest-cni-769405 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1: (12.831230581s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p newest-cni-769405 -n newest-cni-769405
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (13.15s)

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

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

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

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

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

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

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p auto-711166 --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-711166 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio: (1m9.95910529s)
--- PASS: TestNetworkPlugins/group/auto/Start (69.96s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-tvh8m" [3d0aa17e-ed39-4ce8-9b26-1c6b7c6c0ad9] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.0039047s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p auto-711166 "pgrep -a kubelet"
I0127 15:00:58.603543  625066 config.go:182] Loaded profile config "auto-711166": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/auto/KubeletFlags (0.26s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-711166 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-jgnfd" [1f1919a1-b552-4154-abec-3d894f22a5af] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-jgnfd" [1f1919a1-b552-4154-abec-3d894f22a5af] Running
E0127 15:01:03.861292  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/old-k8s-version-347540/client.crt: no such file or directory" logger="UnhandledError"
E0127 15:01:03.867681  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/old-k8s-version-347540/client.crt: no such file or directory" logger="UnhandledError"
E0127 15:01:03.879140  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/old-k8s-version-347540/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 9.004741314s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (9.18s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-tvh8m" [3d0aa17e-ed39-4ce8-9b26-1c6b7c6c0ad9] Running
E0127 15:01:03.900479  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/old-k8s-version-347540/client.crt: no such file or directory" logger="UnhandledError"
E0127 15:01:03.941889  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/old-k8s-version-347540/client.crt: no such file or directory" logger="UnhandledError"
E0127 15:01:04.023354  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/old-k8s-version-347540/client.crt: no such file or directory" logger="UnhandledError"
E0127 15:01:04.185471  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/old-k8s-version-347540/client.crt: no such file or directory" logger="UnhandledError"
E0127 15:01:04.507163  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/old-k8s-version-347540/client.crt: no such file or directory" logger="UnhandledError"
E0127 15:01:05.149286  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/old-k8s-version-347540/client.crt: no such file or directory" logger="UnhandledError"
E0127 15:01:06.431404  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/old-k8s-version-347540/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:285: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004650292s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context embed-certs-208667 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.07s)

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-amd64 -p embed-certs-208667 image list --format=json
E0127 15:01:08.993143  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/old-k8s-version-347540/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20241108-5c6d2daf
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (0.24s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p kindnet-711166 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio
E0127 15:01:24.357285  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/old-k8s-version-347540/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p kindnet-711166 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio: (1m9.130034991s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (69.13s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p calico-711166 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=crio
E0127 15:01:30.529228  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
E0127 15:01:44.839166  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/old-k8s-version-347540/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p calico-711166 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=crio: (58.046117547s)
--- PASS: TestNetworkPlugins/group/calico/Start (58.05s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-f7jv5" [9bfce795-f428-4158-bb09-f9c9e9cdaabe] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003480206s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-f7jv5" [9bfce795-f428-4158-bb09-f9c9e9cdaabe] Running
E0127 15:01:58.367211  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/addons-555792/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:285: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003834697s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context no-preload-881563 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:302: (dbg) Run:  out/minikube-linux-amd64 -p no-preload-881563 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20241108-5c6d2daf
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/no-preload/serial/VerifyKubernetesImages (0.22s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

                                                
                                    
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-v5d2b" [cc83d620-c166-4c40-a329-9fb1614c8eb0] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.004072258s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

                                                
                                    
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-plxgc" [28ee4853-14b5-4269-903e-ef218da3c2c1] Running
E0127 15:02:25.801464  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/old-k8s-version-347540/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.005829931s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p kindnet-711166 "pgrep -a kubelet"
I0127 15:02:30.080005  625066 config.go:182] Loaded profile config "kindnet-711166": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/kindnet/KubeletFlags (0.29s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-711166 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-nsjzw" [8bb90ef9-4630-4e0e-9136-fb10bcd2c205] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-nsjzw" [8bb90ef9-4630-4e0e-9136-fb10bcd2c205] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 10.005841138s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (10.18s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p calico-711166 "pgrep -a kubelet"
I0127 15:02:31.574156  625066 config.go:182] Loaded profile config "calico-711166": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/calico/KubeletFlags (0.31s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-711166 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-mdb8j" [9109ec31-b153-4f51-b37d-3f1cc8e7fd9f] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-mdb8j" [9109ec31-b153-4f51-b37d-3f1cc8e7fd9f] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 10.004307439s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (10.21s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/DNS
net_test.go:175: (dbg) Run:  kubectl --context kindnet-711166 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-711166 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-711166 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/kindnet/HairPin (0.10s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p custom-flannel-711166 "pgrep -a kubelet"
I0127 15:03:02.447862  625066 config.go:182] Loaded profile config "custom-flannel-711166": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/custom-flannel/KubeletFlags (0.31s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-711166 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-r76w2" [7fbe98b6-a2c0-4c99-bf93-6033537da14c] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-r76w2" [7fbe98b6-a2c0-4c99-bf93-6033537da14c] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 11.004330117s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (11.22s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-w5s47" [4b8512d6-6eea-47ba-b24d-b5cc08154d58] Running
E0127 15:03:27.462602  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/functional-013247/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:272: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003374709s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.00s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-w5s47" [4b8512d6-6eea-47ba-b24d-b5cc08154d58] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004412453s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context default-k8s-diff-port-548737 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (5.07s)

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

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

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

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

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 unpause -p default-k8s-diff-port-548737 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p default-k8s-diff-port-548737 -n default-k8s-diff-port-548737
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p default-k8s-diff-port-548737 -n default-k8s-diff-port-548737
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Pause (3.07s)
E0127 15:03:47.723688  625066 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/old-k8s-version-347540/client.crt: no such file or directory" logger="UnhandledError"

                                                
                                    
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-hcbz5" [764a217e-d890-4752-8c5f-fcc988e31d02] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.004064778s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p flannel-711166 "pgrep -a kubelet"
I0127 15:04:05.837874  625066 config.go:182] Loaded profile config "flannel-711166": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/flannel/KubeletFlags (0.28s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-711166 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-lxfg8" [a510a1e4-029f-4ab3-ade1-612a89385aac] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-lxfg8" [a510a1e4-029f-4ab3-ade1-612a89385aac] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 9.004555305s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (9.17s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p enable-default-cni-711166 "pgrep -a kubelet"
I0127 15:04:07.689267  625066 config.go:182] Loaded profile config "enable-default-cni-711166": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/enable-default-cni/KubeletFlags (0.31s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-711166 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-5d86dc444-cclgb" [a0a761bd-780c-47c1-91ce-e67bbff953fd] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-cclgb" [a0a761bd-780c-47c1-91ce-e67bbff953fd] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 10.004155594s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (10.21s)

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

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

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

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

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

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

                                                
                                    
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-711166 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/enable-default-cni/DNS (0.12s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p bridge-711166 "pgrep -a kubelet"
I0127 15:04:40.815033  625066 config.go:182] Loaded profile config "bridge-711166": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/bridge/KubeletFlags (0.26s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-711166 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-kx7qt" [9a80f1a5-2fff-4c76-95fe-daba970a1c19] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-kx7qt" [9a80f1a5-2fff-4c76-95fe-daba970a1c19] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 10.003569637s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (10.17s)

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

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

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

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

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

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

                                                
                                    

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

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

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

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

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

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

                                                
                                    
x
+
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-555792 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.16s)

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

                                                
                                                

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

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet (4.04s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (3.4s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/20321-618099/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 27 Jan 2025 14:51:46 UTC
provider: minikube.sigs.k8s.io
version: v1.26.0
name: cluster_info
server: https://192.168.103.2:8443
name: missing-upgrade-809981
contexts:
- context:
cluster: missing-upgrade-809981
extensions:
- extension:
last-update: Mon, 27 Jan 2025 14:51:46 UTC
provider: minikube.sigs.k8s.io
version: v1.26.0
name: context_info
namespace: default
user: missing-upgrade-809981
name: missing-upgrade-809981
current-context: missing-upgrade-809981
kind: Config
preferences: {}
users:
- name: missing-upgrade-809981
user:
client-certificate: /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/missing-upgrade-809981/client.crt
client-key: /home/jenkins/minikube-integration/20321-618099/.minikube/profiles/missing-upgrade-809981/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                
----------------------- debugLogs end: cilium-711166 [took: 3.237521398s] --------------------------------
helpers_test.go:175: Cleaning up "cilium-711166" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p cilium-711166
--- SKIP: TestNetworkPlugins/group/cilium (3.40s)

                                                
                                    
Copied to clipboard