Test Report: Docker_Linux_crio 19302

                    
                      686e9da65a2d4195f8e8610efbc417c3b07d1722:2024-07-19:35416
                    
                

Test fail (2/336)

Order failed test Duration
39 TestAddons/parallel/Ingress 150.36
41 TestAddons/parallel/MetricsServer 324.33
x
+
TestAddons/parallel/Ingress (150.36s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run:  kubectl --context addons-464709 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:234: (dbg) Run:  kubectl --context addons-464709 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run:  kubectl --context addons-464709 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [180faef3-5c6a-4410-be33-27c12557e46e] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [180faef3-5c6a-4410-be33-27c12557e46e] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003227553s
addons_test.go:264: (dbg) Run:  out/minikube-linux-amd64 -p addons-464709 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:264: (dbg) Non-zero exit: out/minikube-linux-amd64 -p addons-464709 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m9.388350271s)

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

                                                
                                                
** /stderr **
addons_test.go:280: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:288: (dbg) Run:  kubectl --context addons-464709 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run:  out/minikube-linux-amd64 -p addons-464709 ip
addons_test.go:299: (dbg) Run:  nslookup hello-john.test 192.168.49.2
addons_test.go:308: (dbg) Run:  out/minikube-linux-amd64 -p addons-464709 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:308: (dbg) Done: out/minikube-linux-amd64 -p addons-464709 addons disable ingress-dns --alsologtostderr -v=1: (1.470649217s)
addons_test.go:313: (dbg) Run:  out/minikube-linux-amd64 -p addons-464709 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-amd64 -p addons-464709 addons disable ingress --alsologtostderr -v=1: (7.596413607s)
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-464709
helpers_test.go:235: (dbg) docker inspect addons-464709:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "223efc3e9cf8e44ac0f67afd2f3094e2e288e5400debc3ba4f69d7708cdfdc28",
	        "Created": "2024-07-19T14:20:58.351745747Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 12887,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-07-19T14:20:58.495208819Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:7bda27423b38cbebec7632cdf15a8fcb063ff209d17af249e6b3f1fbdb5fa681",
	        "ResolvConfPath": "/var/lib/docker/containers/223efc3e9cf8e44ac0f67afd2f3094e2e288e5400debc3ba4f69d7708cdfdc28/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/223efc3e9cf8e44ac0f67afd2f3094e2e288e5400debc3ba4f69d7708cdfdc28/hostname",
	        "HostsPath": "/var/lib/docker/containers/223efc3e9cf8e44ac0f67afd2f3094e2e288e5400debc3ba4f69d7708cdfdc28/hosts",
	        "LogPath": "/var/lib/docker/containers/223efc3e9cf8e44ac0f67afd2f3094e2e288e5400debc3ba4f69d7708cdfdc28/223efc3e9cf8e44ac0f67afd2f3094e2e288e5400debc3ba4f69d7708cdfdc28-json.log",
	        "Name": "/addons-464709",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-464709:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-464709",
	            "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/de850f819a00a1f3ff9d2d3cb6bb57d1fdcc6c47f99c7477d182649a0c2813b5-init/diff:/var/lib/docker/overlay2/9d3878b1132e1fbffff5c2fc4b9cb8cc13eaa1ffb95f96359c471ec55d38c416/diff",
	                "MergedDir": "/var/lib/docker/overlay2/de850f819a00a1f3ff9d2d3cb6bb57d1fdcc6c47f99c7477d182649a0c2813b5/merged",
	                "UpperDir": "/var/lib/docker/overlay2/de850f819a00a1f3ff9d2d3cb6bb57d1fdcc6c47f99c7477d182649a0c2813b5/diff",
	                "WorkDir": "/var/lib/docker/overlay2/de850f819a00a1f3ff9d2d3cb6bb57d1fdcc6c47f99c7477d182649a0c2813b5/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-464709",
	                "Source": "/var/lib/docker/volumes/addons-464709/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-464709",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f",
	            "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-464709",
	                "name.minikube.sigs.k8s.io": "addons-464709",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "fb914d689cc90b904ec53cd7d7c6e95456af38131022337e2371472a07944abd",
	            "SandboxKey": "/var/run/docker/netns/fb914d689cc9",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32768"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32769"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32772"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32770"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32771"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-464709": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "f33a3ea8e3220d546f9a353bd50647639a5e390591173d4cf0853ef498d1ebf5",
	                    "EndpointID": "1b752552784f136d44900ed2d6462a82a2f82593287cf7a8acc5497619619ea9",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-464709",
	                        "223efc3e9cf8"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-464709 -n addons-464709
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-464709 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-464709 logs -n 25: (1.173319334s)
helpers_test.go:252: TestAddons/parallel/Ingress logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-402502                                                                     | download-only-402502   | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC | 19 Jul 24 14:20 UTC |
	| delete  | -p download-only-295851                                                                     | download-only-295851   | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC | 19 Jul 24 14:20 UTC |
	| delete  | -p download-only-708191                                                                     | download-only-708191   | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC | 19 Jul 24 14:20 UTC |
	| start   | --download-only -p                                                                          | download-docker-851826 | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC |                     |
	|         | download-docker-851826                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-851826                                                                   | download-docker-851826 | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC | 19 Jul 24 14:20 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-573620   | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC |                     |
	|         | binary-mirror-573620                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:46757                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-573620                                                                     | binary-mirror-573620   | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC | 19 Jul 24 14:20 UTC |
	| addons  | disable dashboard -p                                                                        | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC |                     |
	|         | addons-464709                                                                               |                        |         |         |                     |                     |
	| addons  | enable dashboard -p                                                                         | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC |                     |
	|         | addons-464709                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-464709 --wait=true                                                                | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC | 19 Jul 24 14:23 UTC |
	|         | --memory=4000 --alsologtostderr                                                             |                        |         |         |                     |                     |
	|         | --addons=registry                                                                           |                        |         |         |                     |                     |
	|         | --addons=metrics-server                                                                     |                        |         |         |                     |                     |
	|         | --addons=volumesnapshots                                                                    |                        |         |         |                     |                     |
	|         | --addons=csi-hostpath-driver                                                                |                        |         |         |                     |                     |
	|         | --addons=gcp-auth                                                                           |                        |         |         |                     |                     |
	|         | --addons=cloud-spanner                                                                      |                        |         |         |                     |                     |
	|         | --addons=inspektor-gadget                                                                   |                        |         |         |                     |                     |
	|         | --addons=storage-provisioner-rancher                                                        |                        |         |         |                     |                     |
	|         | --addons=nvidia-device-plugin                                                               |                        |         |         |                     |                     |
	|         | --addons=yakd --addons=volcano                                                              |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	|         | --addons=ingress                                                                            |                        |         |         |                     |                     |
	|         | --addons=ingress-dns                                                                        |                        |         |         |                     |                     |
	|         | --addons=helm-tiller                                                                        |                        |         |         |                     |                     |
	| addons  | disable cloud-spanner -p                                                                    | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:23 UTC | 19 Jul 24 14:23 UTC |
	|         | addons-464709                                                                               |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:23 UTC | 19 Jul 24 14:23 UTC |
	|         | -p addons-464709                                                                            |                        |         |         |                     |                     |
	| ssh     | addons-464709 ssh cat                                                                       | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:23 UTC | 19 Jul 24 14:23 UTC |
	|         | /opt/local-path-provisioner/pvc-1089bf71-f1e1-4117-a53a-5f7f6f5acff2_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-464709 addons disable                                                                | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:23 UTC | 19 Jul 24 14:24 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:23 UTC | 19 Jul 24 14:23 UTC |
	|         | -p addons-464709                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-464709 ip                                                                            | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:23 UTC | 19 Jul 24 14:23 UTC |
	| addons  | addons-464709 addons disable                                                                | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:23 UTC | 19 Jul 24 14:23 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-464709 addons disable                                                                | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:24 UTC | 19 Jul 24 14:24 UTC |
	|         | helm-tiller --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| ssh     | addons-464709 ssh curl -s                                                                   | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:24 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p                                                                 | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:24 UTC | 19 Jul 24 14:24 UTC |
	|         | addons-464709                                                                               |                        |         |         |                     |                     |
	| addons  | addons-464709 addons                                                                        | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:24 UTC | 19 Jul 24 14:24 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-464709 addons                                                                        | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:24 UTC | 19 Jul 24 14:24 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-464709 ip                                                                            | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:26 UTC | 19 Jul 24 14:26 UTC |
	| addons  | addons-464709 addons disable                                                                | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:26 UTC | 19 Jul 24 14:26 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-464709 addons disable                                                                | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:26 UTC | 19 Jul 24 14:26 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/07/19 14:20:34
	Running on machine: ubuntu-20-agent-15
	Binary: Built with gc go1.22.5 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0719 14:20:34.939057   12135 out.go:291] Setting OutFile to fd 1 ...
	I0719 14:20:34.939179   12135 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:20:34.939187   12135 out.go:304] Setting ErrFile to fd 2...
	I0719 14:20:34.939191   12135 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:20:34.939370   12135 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19302-3646/.minikube/bin
	I0719 14:20:34.939938   12135 out.go:298] Setting JSON to false
	I0719 14:20:34.940755   12135 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":182,"bootTime":1721398653,"procs":180,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0719 14:20:34.940805   12135 start.go:139] virtualization: kvm guest
	I0719 14:20:34.943039   12135 out.go:177] * [addons-464709] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0719 14:20:34.944439   12135 out.go:177]   - MINIKUBE_LOCATION=19302
	I0719 14:20:34.944432   12135 notify.go:220] Checking for updates...
	I0719 14:20:34.945793   12135 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0719 14:20:34.947447   12135 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19302-3646/kubeconfig
	I0719 14:20:34.948863   12135 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19302-3646/.minikube
	I0719 14:20:34.950172   12135 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0719 14:20:34.951747   12135 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0719 14:20:34.953299   12135 driver.go:392] Setting default libvirt URI to qemu:///system
	I0719 14:20:34.974139   12135 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
	I0719 14:20:34.974256   12135 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0719 14:20:35.021168   12135 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:true BridgeNfIP6Tables:true Debug:false NFd:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-19 14:20:35.012071174 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1] 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>}}
	I0719 14:20:35.021283   12135 docker.go:307] overlay module found
	I0719 14:20:35.023238   12135 out.go:177] * Using the docker driver based on user configuration
	I0719 14:20:35.024451   12135 start.go:297] selected driver: docker
	I0719 14:20:35.024465   12135 start.go:901] validating driver "docker" against <nil>
	I0719 14:20:35.024475   12135 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0719 14:20:35.025172   12135 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0719 14:20:35.070685   12135 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:true BridgeNfIP6Tables:true Debug:false NFd:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-19 14:20:35.062464806 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1] 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>}}
	I0719 14:20:35.070855   12135 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0719 14:20:35.071057   12135 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]
	I0719 14:20:35.072921   12135 out.go:177] * Using Docker driver with root privileges
	I0719 14:20:35.074587   12135 cni.go:84] Creating CNI manager for ""
	I0719 14:20:35.074611   12135 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0719 14:20:35.074621   12135 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0719 14:20:35.074693   12135 start.go:340] cluster config:
	{Name:addons-464709 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f 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.30.3 ClusterName:addons-464709 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.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0719 14:20:35.076359   12135 out.go:177] * Starting "addons-464709" primary control-plane node in "addons-464709" cluster
	I0719 14:20:35.077737   12135 cache.go:121] Beginning downloading kic base image for docker with crio
	I0719 14:20:35.079279   12135 out.go:177] * Pulling base image v0.0.44-1721324606-19298 ...
	I0719 14:20:35.080694   12135 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0719 14:20:35.080734   12135 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19302-3646/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4
	I0719 14:20:35.080751   12135 cache.go:56] Caching tarball of preloaded images
	I0719 14:20:35.080760   12135 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f in local docker daemon
	I0719 14:20:35.080834   12135 preload.go:172] Found /home/jenkins/minikube-integration/19302-3646/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
	I0719 14:20:35.080847   12135 cache.go:59] Finished verifying existence of preloaded tar for v1.30.3 on crio
	I0719 14:20:35.081226   12135 profile.go:143] Saving config to /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/config.json ...
	I0719 14:20:35.081265   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/config.json: {Name:mk074eca5012bf1e41cd8a9d6e25667ed8e15f28 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:20:35.096727   12135 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f to local cache
	I0719 14:20:35.096862   12135 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f in local cache directory
	I0719 14:20:35.096877   12135 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f in local cache directory, skipping pull
	I0719 14:20:35.096881   12135 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f exists in cache, skipping pull
	I0719 14:20:35.096889   12135 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f as a tarball
	I0719 14:20:35.096896   12135 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f from local cache
	I0719 14:20:48.017106   12135 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f from cached tarball
	I0719 14:20:48.017149   12135 cache.go:194] Successfully downloaded all kic artifacts
	I0719 14:20:48.017178   12135 start.go:360] acquireMachinesLock for addons-464709: {Name:mkb819a1056f304dd93a41e49cd27cb8149511d3 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0719 14:20:48.017309   12135 start.go:364] duration metric: took 102.698µs to acquireMachinesLock for "addons-464709"
	I0719 14:20:48.017341   12135 start.go:93] Provisioning new machine with config: &{Name:addons-464709 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f 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.30.3 ClusterName:addons-464709 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0719 14:20:48.017410   12135 start.go:125] createHost starting for "" (driver="docker")
	I0719 14:20:48.075763   12135 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0719 14:20:48.076097   12135 start.go:159] libmachine.API.Create for "addons-464709" (driver="docker")
	I0719 14:20:48.076137   12135 client.go:168] LocalClient.Create starting
	I0719 14:20:48.076662   12135 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19302-3646/.minikube/certs/ca.pem
	I0719 14:20:48.185354   12135 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19302-3646/.minikube/certs/cert.pem
	I0719 14:20:48.301583   12135 cli_runner.go:164] Run: docker network inspect addons-464709 --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}}]}"
	W0719 14:20:48.317281   12135 cli_runner.go:211] docker network inspect addons-464709 --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
	I0719 14:20:48.317352   12135 network_create.go:284] running [docker network inspect addons-464709] to gather additional debugging logs...
	I0719 14:20:48.317371   12135 cli_runner.go:164] Run: docker network inspect addons-464709
	W0719 14:20:48.333510   12135 cli_runner.go:211] docker network inspect addons-464709 returned with exit code 1
	I0719 14:20:48.333540   12135 network_create.go:287] error running [docker network inspect addons-464709]: docker network inspect addons-464709: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-464709 not found
	I0719 14:20:48.333555   12135 network_create.go:289] output of [docker network inspect addons-464709]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-464709 not found
	
	** /stderr **
	I0719 14:20:48.333643   12135 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}}]}"
	I0719 14:20:48.350538   12135 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:0xc00012f720}
	I0719 14:20:48.350584   12135 network_create.go:124] attempt to create docker network addons-464709 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0719 14:20:48.350624   12135 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-464709 addons-464709
	I0719 14:20:48.611801   12135 network_create.go:108] docker network addons-464709 192.168.49.0/24 created
	I0719 14:20:48.611831   12135 kic.go:121] calculated static IP "192.168.49.2" for the "addons-464709" container
	I0719 14:20:48.611891   12135 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0719 14:20:48.626193   12135 cli_runner.go:164] Run: docker volume create addons-464709 --label name.minikube.sigs.k8s.io=addons-464709 --label created_by.minikube.sigs.k8s.io=true
	I0719 14:20:48.726403   12135 oci.go:103] Successfully created a docker volume addons-464709
	I0719 14:20:48.726506   12135 cli_runner.go:164] Run: docker run --rm --name addons-464709-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-464709 --entrypoint /usr/bin/test -v addons-464709:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f -d /var/lib
	I0719 14:20:53.706929   12135 cli_runner.go:217] Completed: docker run --rm --name addons-464709-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-464709 --entrypoint /usr/bin/test -v addons-464709:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f -d /var/lib: (4.980385072s)
	I0719 14:20:53.706963   12135 oci.go:107] Successfully prepared a docker volume addons-464709
	I0719 14:20:53.706998   12135 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0719 14:20:53.707018   12135 kic.go:194] Starting extracting preloaded images to volume ...
	I0719 14:20:53.707067   12135 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19302-3646/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-464709:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f -I lz4 -xf /preloaded.tar -C /extractDir
	I0719 14:20:58.285080   12135 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19302-3646/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-464709:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f -I lz4 -xf /preloaded.tar -C /extractDir: (4.577982169s)
	I0719 14:20:58.285107   12135 kic.go:203] duration metric: took 4.578087169s to extract preloaded images to volume ...
	W0719 14:20:58.285235   12135 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0719 14:20:58.285318   12135 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0719 14:20:58.336451   12135 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-464709 --name addons-464709 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-464709 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-464709 --network addons-464709 --ip 192.168.49.2 --volume addons-464709:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f
	I0719 14:20:58.657207   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Running}}
	I0719 14:20:58.675494   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:20:58.693831   12135 cli_runner.go:164] Run: docker exec addons-464709 stat /var/lib/dpkg/alternatives/iptables
	I0719 14:20:58.737789   12135 oci.go:144] the created container "addons-464709" has a running status.
	I0719 14:20:58.737822   12135 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa...
	I0719 14:20:58.802394   12135 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0719 14:20:58.822820   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:20:58.840034   12135 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0719 14:20:58.840054   12135 kic_runner.go:114] Args: [docker exec --privileged addons-464709 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0719 14:20:58.882949   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:20:58.899859   12135 machine.go:94] provisionDockerMachine start ...
	I0719 14:20:58.899956   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:20:58.920063   12135 main.go:141] libmachine: Using SSH client type: native
	I0719 14:20:58.920322   12135 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0719 14:20:58.920341   12135 main.go:141] libmachine: About to run SSH command:
	hostname
	I0719 14:20:58.920935   12135 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44074->127.0.0.1:32768: read: connection reset by peer
	I0719 14:21:02.030322   12135 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-464709
	
	I0719 14:21:02.030350   12135 ubuntu.go:169] provisioning hostname "addons-464709"
	I0719 14:21:02.030412   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:02.048975   12135 main.go:141] libmachine: Using SSH client type: native
	I0719 14:21:02.049147   12135 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0719 14:21:02.049161   12135 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-464709 && echo "addons-464709" | sudo tee /etc/hostname
	I0719 14:21:02.169541   12135 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-464709
	
	I0719 14:21:02.169611   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:02.186019   12135 main.go:141] libmachine: Using SSH client type: native
	I0719 14:21:02.186173   12135 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0719 14:21:02.186190   12135 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-464709' /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-464709/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-464709' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0719 14:21:02.295321   12135 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0719 14:21:02.295359   12135 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19302-3646/.minikube CaCertPath:/home/jenkins/minikube-integration/19302-3646/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19302-3646/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19302-3646/.minikube}
	I0719 14:21:02.295391   12135 ubuntu.go:177] setting up certificates
	I0719 14:21:02.295405   12135 provision.go:84] configureAuth start
	I0719 14:21:02.295472   12135 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-464709
	I0719 14:21:02.311833   12135 provision.go:143] copyHostCerts
	I0719 14:21:02.311898   12135 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19302-3646/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19302-3646/.minikube/ca.pem (1082 bytes)
	I0719 14:21:02.312000   12135 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19302-3646/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19302-3646/.minikube/cert.pem (1123 bytes)
	I0719 14:21:02.312059   12135 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19302-3646/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19302-3646/.minikube/key.pem (1675 bytes)
	I0719 14:21:02.312109   12135 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19302-3646/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19302-3646/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19302-3646/.minikube/certs/ca-key.pem org=jenkins.addons-464709 san=[127.0.0.1 192.168.49.2 addons-464709 localhost minikube]
	I0719 14:21:02.402292   12135 provision.go:177] copyRemoteCerts
	I0719 14:21:02.402341   12135 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0719 14:21:02.402372   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:02.419479   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:02.503328   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
	I0719 14:21:02.525507   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0719 14:21:02.547066   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0719 14:21:02.569504   12135 provision.go:87] duration metric: took 274.087672ms to configureAuth
	I0719 14:21:02.569533   12135 ubuntu.go:193] setting minikube options for container-runtime
	I0719 14:21:02.569711   12135 config.go:182] Loaded profile config "addons-464709": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0719 14:21:02.569799   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:02.585293   12135 main.go:141] libmachine: Using SSH client type: native
	I0719 14:21:02.585488   12135 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0719 14:21:02.585509   12135 main.go:141] libmachine: About to run SSH command:
	sudo mkdir -p /etc/sysconfig && printf %!s(MISSING) "
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
	I0719 14:21:02.786633   12135 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0719 14:21:02.786660   12135 machine.go:97] duration metric: took 3.886769118s to provisionDockerMachine
	I0719 14:21:02.786672   12135 client.go:171] duration metric: took 14.710528413s to LocalClient.Create
	I0719 14:21:02.786692   12135 start.go:167] duration metric: took 14.710595374s to libmachine.API.Create "addons-464709"
	I0719 14:21:02.786702   12135 start.go:293] postStartSetup for "addons-464709" (driver="docker")
	I0719 14:21:02.786715   12135 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]
	I0719 14:21:02.786766   12135 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
	I0719 14:21:02.786832   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:02.803835   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:02.887896   12135 ssh_runner.go:195] Run: cat /etc/os-release
	I0719 14:21:02.891108   12135 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0719 14:21:02.891145   12135 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0719 14:21:02.891153   12135 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0719 14:21:02.891160   12135 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0719 14:21:02.891170   12135 filesync.go:126] Scanning /home/jenkins/minikube-integration/19302-3646/.minikube/addons for local assets ...
	I0719 14:21:02.891232   12135 filesync.go:126] Scanning /home/jenkins/minikube-integration/19302-3646/.minikube/files for local assets ...
	I0719 14:21:02.891260   12135 start.go:296] duration metric: took 104.552122ms for postStartSetup
	I0719 14:21:02.891518   12135 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-464709
	I0719 14:21:02.908577   12135 profile.go:143] Saving config to /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/config.json ...
	I0719 14:21:02.908818   12135 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0719 14:21:02.908854   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:02.924939   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:03.004268   12135 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0719 14:21:03.008998   12135 start.go:128] duration metric: took 14.991574358s to createHost
	I0719 14:21:03.009028   12135 start.go:83] releasing machines lock for "addons-464709", held for 14.991707064s
	I0719 14:21:03.009102   12135 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-464709
	I0719 14:21:03.027147   12135 ssh_runner.go:195] Run: cat /version.json
	I0719 14:21:03.027162   12135 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0719 14:21:03.027191   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:03.027214   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:03.045216   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:03.045753   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:03.201392   12135 ssh_runner.go:195] Run: systemctl --version
	I0719 14:21:03.205569   12135 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0719 14:21:03.344213   12135 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0719 14:21:03.348695   12135 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" ;
	I0719 14:21:03.367439   12135 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0719 14:21:03.367509   12135 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(MISSING), " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0719 14:21:03.393260   12135 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0719 14:21:03.393284   12135 start.go:495] detecting cgroup driver to use...
	I0719 14:21:03.393311   12135 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0719 14:21:03.393353   12135 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0719 14:21:03.406746   12135 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0719 14:21:03.416634   12135 docker.go:217] disabling cri-docker service (if available) ...
	I0719 14:21:03.416684   12135 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0719 14:21:03.428740   12135 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0719 14:21:03.441478   12135 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0719 14:21:03.517454   12135 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0719 14:21:03.597154   12135 docker.go:233] disabling docker service ...
	I0719 14:21:03.597216   12135 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0719 14:21:03.614349   12135 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0719 14:21:03.624560   12135 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0719 14:21:03.700179   12135 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0719 14:21:03.776893   12135 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0719 14:21:03.787513   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/crio/crio.sock
	" | sudo tee /etc/crictl.yaml"
	I0719 14:21:03.801513   12135 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
	I0719 14:21:03.801571   12135 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.9"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0719 14:21:03.810227   12135 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0719 14:21:03.810279   12135 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0719 14:21:03.819075   12135 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0719 14:21:03.827672   12135 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0719 14:21:03.836030   12135 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0719 14:21:03.844075   12135 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"
	I0719 14:21:03.852990   12135 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"
	I0719 14:21:03.867187   12135 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"
	I0719 14:21:03.876159   12135 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0719 14:21:03.883629   12135 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0719 14:21:03.890943   12135 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0719 14:21:03.963687   12135 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0719 14:21:04.070632   12135 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0719 14:21:04.070707   12135 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0719 14:21:04.074020   12135 start.go:563] Will wait 60s for crictl version
	I0719 14:21:04.074064   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:21:04.076908   12135 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0719 14:21:04.107900   12135 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0719 14:21:04.108029   12135 ssh_runner.go:195] Run: crio --version
	I0719 14:21:04.141297   12135 ssh_runner.go:195] Run: crio --version
	I0719 14:21:04.175443   12135 out.go:177] * Preparing Kubernetes v1.30.3 on CRI-O 1.24.6 ...
	I0719 14:21:04.177004   12135 cli_runner.go:164] Run: docker network inspect addons-464709 --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}}]}"
	I0719 14:21:04.193986   12135 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0719 14:21:04.197411   12135 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""
	I0719 14:21:04.207167   12135 kubeadm.go:883] updating cluster {Name:addons-464709 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f 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.30.3 ClusterName:addons-464709 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0719 14:21:04.207287   12135 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0719 14:21:04.207342   12135 ssh_runner.go:195] Run: sudo crictl images --output json
	I0719 14:21:04.267550   12135 crio.go:514] all images are preloaded for cri-o runtime.
	I0719 14:21:04.267571   12135 crio.go:433] Images already preloaded, skipping extraction
	I0719 14:21:04.267610   12135 ssh_runner.go:195] Run: sudo crictl images --output json
	I0719 14:21:04.298549   12135 crio.go:514] all images are preloaded for cri-o runtime.
	I0719 14:21:04.298569   12135 cache_images.go:84] Images are preloaded, skipping loading
	I0719 14:21:04.298576   12135 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.3 crio true true} ...
	I0719 14:21:04.298667   12135 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.30.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-464709 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.30.3 ClusterName:addons-464709 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:}
	I0719 14:21:04.298726   12135 ssh_runner.go:195] Run: crio config
	I0719 14:21:04.338937   12135 cni.go:84] Creating CNI manager for ""
	I0719 14:21:04.338958   12135 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0719 14:21:04.338966   12135 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0719 14:21:04.338985   12135 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.30.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-464709 NodeName:addons-464709 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}
	I0719 14:21:04.339141   12135 kubeadm.go:187] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: InitConfiguration
	localAPIEndpoint:
	  advertiseAddress: 192.168.49.2
	  bindPort: 8443
	bootstrapTokens:
	  - groups:
	      - system:bootstrappers:kubeadm:default-node-token
	    ttl: 24h0m0s
	    usages:
	      - signing
	      - authentication
	nodeRegistration:
	  criSocket: unix:///var/run/crio/crio.sock
	  name: "addons-464709"
	  kubeletExtraArgs:
	    node-ip: 192.168.49.2
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
	  extraArgs:
	    enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	controllerManager:
	  extraArgs:
	    allocate-node-cidrs: "true"
	    leader-elect: "false"
	scheduler:
	  extraArgs:
	    leader-elect: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      proxy-refresh-interval: "70000"
	kubernetesVersion: v1.30.3
	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%!"(MISSING)
	  nodefs.inodesFree: "0%!"(MISSING)
	  imagefs.available: "0%!"(MISSING)
	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
	
	I0719 14:21:04.339199   12135 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.3
	I0719 14:21:04.347141   12135 binaries.go:44] Found k8s binaries, skipping transfer
	I0719 14:21:04.347210   12135 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0719 14:21:04.354698   12135 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0719 14:21:04.370460   12135 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0719 14:21:04.386613   12135 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0719 14:21:04.402525   12135 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0719 14:21:04.406038   12135 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""
	I0719 14:21:04.415756   12135 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0719 14:21:04.487788   12135 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0719 14:21:04.500030   12135 certs.go:68] Setting up /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709 for IP: 192.168.49.2
	I0719 14:21:04.500050   12135 certs.go:194] generating shared ca certs ...
	I0719 14:21:04.500064   12135 certs.go:226] acquiring lock for ca certs: {Name:mke8e9e6bb7195afeed7d086112ad46f07ec34a3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:04.500183   12135 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19302-3646/.minikube/ca.key
	I0719 14:21:04.618777   12135 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19302-3646/.minikube/ca.crt ...
	I0719 14:21:04.618805   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/ca.crt: {Name:mk71925b7c5b24f0e3b973d261c167b9c5f9f3a4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:04.618977   12135 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19302-3646/.minikube/ca.key ...
	I0719 14:21:04.618988   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/ca.key: {Name:mk3855e6df3b492d48ff18f48ce3153b5b068247 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:04.619058   12135 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19302-3646/.minikube/proxy-client-ca.key
	I0719 14:21:04.680494   12135 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19302-3646/.minikube/proxy-client-ca.crt ...
	I0719 14:21:04.680524   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/proxy-client-ca.crt: {Name:mk2aab8f70ccfd68de2f4a28e98387b21dd20edf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:04.680671   12135 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19302-3646/.minikube/proxy-client-ca.key ...
	I0719 14:21:04.680684   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/proxy-client-ca.key: {Name:mk8d1446e43326e6523de9926bf32d49d1f1f4d3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:04.680758   12135 certs.go:256] generating profile certs ...
	I0719 14:21:04.680809   12135 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.key
	I0719 14:21:04.680822   12135 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt with IP's: []
	I0719 14:21:04.796647   12135 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt ...
	I0719 14:21:04.796678   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: {Name:mk9bc280259fcf6e50bec02fd1de8395eaf4fd61 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:04.796847   12135 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.key ...
	I0719 14:21:04.796859   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.key: {Name:mk03b14fffa09312c0995426d0b982c816c2b2b7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:04.796936   12135 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.key.81e9494f
	I0719 14:21:04.796960   12135 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.crt.81e9494f with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0719 14:21:04.885788   12135 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.crt.81e9494f ...
	I0719 14:21:04.885821   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.crt.81e9494f: {Name:mk1115d4b16040e8ba86818de58066413d9b793c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:04.885992   12135 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.key.81e9494f ...
	I0719 14:21:04.886004   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.key.81e9494f: {Name:mkde3c70f846cef073c4188e30c4e7dc5e2ebd86 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:04.886077   12135 certs.go:381] copying /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.crt.81e9494f -> /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.crt
	I0719 14:21:04.886144   12135 certs.go:385] copying /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.key.81e9494f -> /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.key
	I0719 14:21:04.886187   12135 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/proxy-client.key
	I0719 14:21:04.886202   12135 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/proxy-client.crt with IP's: []
	I0719 14:21:05.038029   12135 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/proxy-client.crt ...
	I0719 14:21:05.038057   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/proxy-client.crt: {Name:mk9e70dec772d3fc826b13a59e40120ea36095a5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:05.038216   12135 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/proxy-client.key ...
	I0719 14:21:05.038227   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/proxy-client.key: {Name:mk652fc23ede986fcebf27f20c56f2ee2f507ebc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:05.038378   12135 certs.go:484] found cert: /home/jenkins/minikube-integration/19302-3646/.minikube/certs/ca-key.pem (1675 bytes)
	I0719 14:21:05.038410   12135 certs.go:484] found cert: /home/jenkins/minikube-integration/19302-3646/.minikube/certs/ca.pem (1082 bytes)
	I0719 14:21:05.038431   12135 certs.go:484] found cert: /home/jenkins/minikube-integration/19302-3646/.minikube/certs/cert.pem (1123 bytes)
	I0719 14:21:05.038454   12135 certs.go:484] found cert: /home/jenkins/minikube-integration/19302-3646/.minikube/certs/key.pem (1675 bytes)
	I0719 14:21:05.039009   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0719 14:21:05.060830   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0719 14:21:05.082323   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0719 14:21:05.103721   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0719 14:21:05.126215   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0719 14:21:05.148045   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0719 14:21:05.169733   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0719 14:21:05.191376   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0719 14:21:05.212203   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0719 14:21:05.232550   12135 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0719 14:21:05.247470   12135 ssh_runner.go:195] Run: openssl version
	I0719 14:21:05.252279   12135 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"
	I0719 14:21:05.260684   12135 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0719 14:21:05.263699   12135 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 19 14:21 /usr/share/ca-certificates/minikubeCA.pem
	I0719 14:21:05.263754   12135 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0719 14:21:05.269761   12135 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"
	I0719 14:21:05.278190   12135 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0719 14:21:05.281148   12135 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
	I0719 14:21:05.281194   12135 kubeadm.go:392] StartCluster: {Name:addons-464709 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f 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.30.3 ClusterName:addons-464709 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0719 14:21:05.281268   12135 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0719 14:21:05.281321   12135 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0719 14:21:05.314520   12135 cri.go:89] found id: ""
	I0719 14:21:05.314604   12135 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0719 14:21:05.323573   12135 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0719 14:21:05.332253   12135 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0719 14:21:05.332334   12135 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
	I0719 14:21:05.340200   12135 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
	I0719 14:21:05.340224   12135 kubeadm.go:157] found existing configuration files:
	
	I0719 14:21:05.340261   12135 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0719 14:21:05.348035   12135 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
	I0719 14:21:05.348097   12135 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0719 14:21:05.355555   12135 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0719 14:21:05.363062   12135 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
	I0719 14:21:05.363135   12135 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0719 14:21:05.370356   12135 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0719 14:21:05.378009   12135 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
	I0719 14:21:05.378062   12135 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0719 14:21:05.385621   12135 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0719 14:21:05.393264   12135 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
	I0719 14:21:05.393314   12135 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0719 14:21:05.400720   12135 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.3:$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"
	I0719 14:21:05.473083   12135 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-1062-gcp\n", err: exit status 1
	I0719 14:21:05.528004   12135 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0719 14:21:15.009670   12135 kubeadm.go:310] [init] Using Kubernetes version: v1.30.3
	I0719 14:21:15.009724   12135 kubeadm.go:310] [preflight] Running pre-flight checks
	I0719 14:21:15.009810   12135 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0719 14:21:15.009879   12135 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1062-gcp
	I0719 14:21:15.009925   12135 kubeadm.go:310] OS: Linux
	I0719 14:21:15.009964   12135 kubeadm.go:310] CGROUPS_CPU: enabled
	I0719 14:21:15.010032   12135 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0719 14:21:15.010106   12135 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0719 14:21:15.010165   12135 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0719 14:21:15.010251   12135 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0719 14:21:15.010306   12135 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0719 14:21:15.010344   12135 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0719 14:21:15.010385   12135 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0719 14:21:15.010423   12135 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0719 14:21:15.010505   12135 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0719 14:21:15.010637   12135 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0719 14:21:15.010833   12135 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
	I0719 14:21:15.010899   12135 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0719 14:21:15.012764   12135 out.go:204]   - Generating certificates and keys ...
	I0719 14:21:15.012832   12135 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0719 14:21:15.012885   12135 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0719 14:21:15.012945   12135 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0719 14:21:15.013019   12135 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0719 14:21:15.013090   12135 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0719 14:21:15.013138   12135 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0719 14:21:15.013209   12135 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0719 14:21:15.013364   12135 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-464709 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0719 14:21:15.013437   12135 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0719 14:21:15.013586   12135 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-464709 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0719 14:21:15.013672   12135 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0719 14:21:15.013726   12135 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0719 14:21:15.013789   12135 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0719 14:21:15.013847   12135 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0719 14:21:15.013893   12135 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0719 14:21:15.013943   12135 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0719 14:21:15.013999   12135 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0719 14:21:15.014052   12135 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0719 14:21:15.014102   12135 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0719 14:21:15.014187   12135 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0719 14:21:15.014255   12135 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0719 14:21:15.015715   12135 out.go:204]   - Booting up control plane ...
	I0719 14:21:15.015814   12135 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0719 14:21:15.015900   12135 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0719 14:21:15.015987   12135 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0719 14:21:15.016111   12135 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0719 14:21:15.016223   12135 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0719 14:21:15.016288   12135 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0719 14:21:15.016423   12135 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0719 14:21:15.016519   12135 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
	I0719 14:21:15.016577   12135 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 501.534897ms
	I0719 14:21:15.016638   12135 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0719 14:21:15.016686   12135 kubeadm.go:310] [api-check] The API server is healthy after 4.502077354s
	I0719 14:21:15.016811   12135 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0719 14:21:15.016930   12135 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0719 14:21:15.016985   12135 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0719 14:21:15.017140   12135 kubeadm.go:310] [mark-control-plane] Marking the node addons-464709 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0719 14:21:15.017199   12135 kubeadm.go:310] [bootstrap-token] Using token: 5eqoop.pdf8x2nuy7nt9ezx
	I0719 14:21:15.019601   12135 out.go:204]   - Configuring RBAC rules ...
	I0719 14:21:15.019698   12135 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0719 14:21:15.019781   12135 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0719 14:21:15.019918   12135 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
	I0719 14:21:15.020073   12135 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0719 14:21:15.020207   12135 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0719 14:21:15.020291   12135 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0719 14:21:15.020406   12135 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0719 14:21:15.020452   12135 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0719 14:21:15.020492   12135 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0719 14:21:15.020501   12135 kubeadm.go:310] 
	I0719 14:21:15.020565   12135 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0719 14:21:15.020571   12135 kubeadm.go:310] 
	I0719 14:21:15.020632   12135 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0719 14:21:15.020638   12135 kubeadm.go:310] 
	I0719 14:21:15.020665   12135 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0719 14:21:15.020714   12135 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0719 14:21:15.020764   12135 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0719 14:21:15.020771   12135 kubeadm.go:310] 
	I0719 14:21:15.020831   12135 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0719 14:21:15.020843   12135 kubeadm.go:310] 
	I0719 14:21:15.020910   12135 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0719 14:21:15.020919   12135 kubeadm.go:310] 
	I0719 14:21:15.020982   12135 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0719 14:21:15.021074   12135 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0719 14:21:15.021137   12135 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0719 14:21:15.021143   12135 kubeadm.go:310] 
	I0719 14:21:15.021214   12135 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0719 14:21:15.021289   12135 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0719 14:21:15.021295   12135 kubeadm.go:310] 
	I0719 14:21:15.021373   12135 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token 5eqoop.pdf8x2nuy7nt9ezx \
	I0719 14:21:15.021475   12135 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:bcdcc00fcae272f5cdb347b8bbc78d0292bf5218ac32ebbeb0d996483a6b206c \
	I0719 14:21:15.021512   12135 kubeadm.go:310] 	--control-plane 
	I0719 14:21:15.021527   12135 kubeadm.go:310] 
	I0719 14:21:15.021633   12135 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0719 14:21:15.021641   12135 kubeadm.go:310] 
	I0719 14:21:15.021706   12135 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 5eqoop.pdf8x2nuy7nt9ezx \
	I0719 14:21:15.021808   12135 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:bcdcc00fcae272f5cdb347b8bbc78d0292bf5218ac32ebbeb0d996483a6b206c 
	I0719 14:21:15.021826   12135 cni.go:84] Creating CNI manager for ""
	I0719 14:21:15.021835   12135 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0719 14:21:15.023565   12135 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0719 14:21:15.025213   12135 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0719 14:21:15.028823   12135 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.3/kubectl ...
	I0719 14:21:15.028838   12135 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
	I0719 14:21:15.044903   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0719 14:21:15.228114   12135 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0719 14:21:15.228194   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:15.228246   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-464709 minikube.k8s.io/updated_at=2024_07_19T14_21_15_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=405f18a5a62536f49733886cdc838e8ec36975de minikube.k8s.io/name=addons-464709 minikube.k8s.io/primary=true
	I0719 14:21:15.235017   12135 ops.go:34] apiserver oom_adj: -16
	I0719 14:21:15.319793   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:15.820414   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:16.320358   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:16.820017   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:17.320281   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:17.820678   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:18.320161   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:18.820283   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:19.320293   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:19.820642   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:20.320673   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:20.820280   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:21.320791   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:21.820357   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:22.319886   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:22.820529   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:23.320547   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:23.820361   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:24.320322   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:24.820185   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:25.320137   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:25.819975   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:26.320291   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:26.820302   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:27.320621   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:27.820195   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:28.319959   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:28.381734   12135 kubeadm.go:1113] duration metric: took 13.153593221s to wait for elevateKubeSystemPrivileges
	I0719 14:21:28.381772   12135 kubeadm.go:394] duration metric: took 23.100580134s to StartCluster
	I0719 14:21:28.381793   12135 settings.go:142] acquiring lock: {Name:mk03931aa280612e3609bf647a4a4bd483081418 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:28.381918   12135 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19302-3646/kubeconfig
	I0719 14:21:28.382317   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/kubeconfig: {Name:mkb2863548ac7a80b84f3a38815a1131315e5d25 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:28.382483   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0719 14:21:28.382505   12135 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0719 14:21:28.382576   12135 addons.go:507] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:true 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]
	I0719 14:21:28.382658   12135 addons.go:69] Setting yakd=true in profile "addons-464709"
	I0719 14:21:28.382757   12135 addons.go:234] Setting addon yakd=true in "addons-464709"
	I0719 14:21:28.382802   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.382665   12135 addons.go:69] Setting metrics-server=true in profile "addons-464709"
	I0719 14:21:28.382869   12135 addons.go:234] Setting addon metrics-server=true in "addons-464709"
	I0719 14:21:28.382908   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.382661   12135 addons.go:69] Setting default-storageclass=true in profile "addons-464709"
	I0719 14:21:28.382953   12135 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-464709"
	I0719 14:21:28.382671   12135 addons.go:69] Setting gcp-auth=true in profile "addons-464709"
	I0719 14:21:28.383044   12135 mustload.go:65] Loading cluster: addons-464709
	I0719 14:21:28.382676   12135 addons.go:69] Setting helm-tiller=true in profile "addons-464709"
	I0719 14:21:28.383133   12135 addons.go:234] Setting addon helm-tiller=true in "addons-464709"
	I0719 14:21:28.382681   12135 addons.go:69] Setting ingress=true in profile "addons-464709"
	I0719 14:21:28.383171   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.383189   12135 addons.go:234] Setting addon ingress=true in "addons-464709"
	I0719 14:21:28.383220   12135 config.go:182] Loaded profile config "addons-464709": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0719 14:21:28.383228   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.383246   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.383333   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.383388   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.383439   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.383626   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.383626   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.382676   12135 addons.go:69] Setting cloud-spanner=true in profile "addons-464709"
	I0719 14:21:28.384073   12135 addons.go:234] Setting addon cloud-spanner=true in "addons-464709"
	I0719 14:21:28.384102   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.382685   12135 addons.go:69] Setting ingress-dns=true in profile "addons-464709"
	I0719 14:21:28.384190   12135 addons.go:234] Setting addon ingress-dns=true in "addons-464709"
	I0719 14:21:28.384216   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.384519   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.384605   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.385830   12135 out.go:177] * Verifying Kubernetes components...
	I0719 14:21:28.387579   12135 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0719 14:21:28.382694   12135 addons.go:69] Setting storage-provisioner=true in profile "addons-464709"
	I0719 14:21:28.387843   12135 addons.go:234] Setting addon storage-provisioner=true in "addons-464709"
	I0719 14:21:28.387878   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.382695   12135 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-464709"
	I0719 14:21:28.388329   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.382689   12135 addons.go:69] Setting inspektor-gadget=true in profile "addons-464709"
	I0719 14:21:28.388377   12135 addons.go:234] Setting addon inspektor-gadget=true in "addons-464709"
	I0719 14:21:28.382693   12135 config.go:182] Loaded profile config "addons-464709": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0719 14:21:28.382701   12135 addons.go:69] Setting volumesnapshots=true in profile "addons-464709"
	I0719 14:21:28.388742   12135 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-464709"
	I0719 14:21:28.388785   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.382703   12135 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-464709"
	I0719 14:21:28.388843   12135 addons.go:234] Setting addon volumesnapshots=true in "addons-464709"
	I0719 14:21:28.388855   12135 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-464709"
	I0719 14:21:28.388861   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.382703   12135 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-464709"
	I0719 14:21:28.388938   12135 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-464709"
	I0719 14:21:28.388958   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.389141   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.389547   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.389891   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.388822   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.382698   12135 addons.go:69] Setting registry=true in profile "addons-464709"
	I0719 14:21:28.393180   12135 addons.go:234] Setting addon registry=true in "addons-464709"
	I0719 14:21:28.393219   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.393496   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.393693   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.382705   12135 addons.go:69] Setting volcano=true in profile "addons-464709"
	I0719 14:21:28.407408   12135 addons.go:234] Setting addon volcano=true in "addons-464709"
	I0719 14:21:28.407490   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.390063   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.431782   12135 addons.go:234] Setting addon default-storageclass=true in "addons-464709"
	I0719 14:21:28.431828   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.432284   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.435814   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.438475   12135 out.go:177]   - Using image ghcr.io/helm/tiller:v2.17.0
	I0719 14:21:28.438963   12135 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-464709"
	I0719 14:21:28.439003   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.439471   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.441057   12135 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
	I0719 14:21:28.441077   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
	I0719 14:21:28.441124   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.441309   12135 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0719 14:21:28.442820   12135 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0719 14:21:28.442838   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0719 14:21:28.442884   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.450792   12135 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0719 14:21:28.452767   12135 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0719 14:21:28.452803   12135 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0719 14:21:28.452882   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.454661   12135 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0719 14:21:28.457700   12135 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0719 14:21:28.457720   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0719 14:21:28.457776   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.461181   12135 out.go:177]   - Using image docker.io/registry:2.8.3
	I0719 14:21:28.462575   12135 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
	I0719 14:21:28.464512   12135 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0719 14:21:28.464521   12135 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0719 14:21:28.464539   12135 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0719 14:21:28.464635   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.465513   12135 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0719 14:21:28.465922   12135 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0719 14:21:28.465943   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0719 14:21:28.465995   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.470456   12135 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0719 14:21:28.470495   12135 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.1
	I0719 14:21:28.471820   12135 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0719 14:21:28.471843   12135 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0719 14:21:28.471918   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.473169   12135 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0719 14:21:28.474511   12135 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0719 14:21:28.474766   12135 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0719 14:21:28.474787   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0719 14:21:28.474838   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.476546   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.479661   12135 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
	I0719 14:21:28.479729   12135 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0719 14:21:28.481335   12135 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0719 14:21:28.481349   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0719 14:21:28.481396   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.483026   12135 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
	I0719 14:21:28.483070   12135 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0719 14:21:28.484314   12135 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0719 14:21:28.484340   12135 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0719 14:21:28.484400   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.485636   12135 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0719 14:21:28.487480   12135 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0719 14:21:28.491327   12135 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0719 14:21:28.493160   12135 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0719 14:21:28.497279   12135 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0719 14:21:28.499438   12135 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0719 14:21:28.499474   12135 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0719 14:21:28.499535   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.503743   12135 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.0
	I0719 14:21:28.505484   12135 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0719 14:21:28.505507   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0719 14:21:28.505571   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.506644   12135 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0719 14:21:28.506661   12135 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0719 14:21:28.506713   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.512621   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.513735   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.522421   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.527120   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.533101   12135 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0719 14:21:28.539472   12135 out.go:177]   - Using image docker.io/busybox:stable
	I0719 14:21:28.541160   12135 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0719 14:21:28.541181   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0719 14:21:28.541248   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.548465   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.551057   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/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.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	W0719 14:21:28.552726   12135 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0719 14:21:28.556604   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.561860   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.561852   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.563645   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.571182   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.573026   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.580322   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.580405   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.587180   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	W0719 14:21:28.619596   12135 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0719 14:21:28.619641   12135 retry.go:31] will retry after 167.977151ms: ssh: handshake failed: EOF
	I0719 14:21:28.715719   12135 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0719 14:21:28.830024   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0719 14:21:28.839548   12135 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0719 14:21:28.839574   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0719 14:21:28.926747   12135 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0719 14:21:28.926769   12135 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0719 14:21:28.926739   12135 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
	I0719 14:21:28.926814   12135 ssh_runner.go:362] scp helm-tiller/helm-tiller-rbac.yaml --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
	I0719 14:21:29.032038   12135 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0719 14:21:29.032070   12135 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0719 14:21:29.036965   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0719 14:21:29.116924   12135 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0719 14:21:29.117030   12135 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0719 14:21:29.118586   12135 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0719 14:21:29.118616   12135 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0719 14:21:29.124700   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0719 14:21:29.135309   12135 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0719 14:21:29.135389   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0719 14:21:29.217611   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0719 14:21:29.223343   12135 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0719 14:21:29.223444   12135 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0719 14:21:29.225222   12135 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0719 14:21:29.225301   12135 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0719 14:21:29.231037   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0719 14:21:29.233483   12135 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
	I0719 14:21:29.233552   12135 ssh_runner.go:362] scp helm-tiller/helm-tiller-svc.yaml --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
	I0719 14:21:29.235136   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0719 14:21:29.235889   12135 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0719 14:21:29.235938   12135 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0719 14:21:29.238615   12135 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0719 14:21:29.238635   12135 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0719 14:21:29.324602   12135 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0719 14:21:29.324710   12135 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0719 14:21:29.434741   12135 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0719 14:21:29.434785   12135 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)
	I0719 14:21:29.435429   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
	I0719 14:21:29.437170   12135 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0719 14:21:29.437190   12135 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0719 14:21:29.516948   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0719 14:21:29.520148   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0719 14:21:29.531521   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml
	I0719 14:21:29.717220   12135 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0719 14:21:29.717277   12135 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0719 14:21:29.723205   12135 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0719 14:21:29.723233   12135 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0719 14:21:29.826386   12135 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0719 14:21:29.826418   12135 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0719 14:21:30.215835   12135 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0719 14:21:30.215868   12135 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0719 14:21:30.232620   12135 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0719 14:21:30.232703   12135 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0719 14:21:30.319173   12135 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0719 14:21:30.319264   12135 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0719 14:21:30.426073   12135 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0719 14:21:30.426159   12135 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0719 14:21:30.623660   12135 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.907898267s)
	I0719 14:21:30.624688   12135 node_ready.go:35] waiting up to 6m0s for node "addons-464709" to be "Ready" ...
	I0719 14:21:30.625058   12135 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/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.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.073956029s)
	I0719 14:21:30.625103   12135 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0719 14:21:30.631452   12135 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0719 14:21:30.631481   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0719 14:21:30.824833   12135 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0719 14:21:30.824878   12135 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0719 14:21:30.831748   12135 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0719 14:21:30.831777   12135 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0719 14:21:31.017833   12135 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0719 14:21:31.017863   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0719 14:21:31.019228   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
	I0719 14:21:31.119409   12135 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0719 14:21:31.119439   12135 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0719 14:21:31.216647   12135 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0719 14:21:31.216673   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0719 14:21:31.238006   12135 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-464709" context rescaled to 1 replicas
	I0719 14:21:31.525284   12135 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0719 14:21:31.525310   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0719 14:21:31.528588   12135 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0719 14:21:31.528664   12135 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0719 14:21:31.531167   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
	I0719 14:21:31.917171   12135 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0719 14:21:31.917264   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0719 14:21:31.925682   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
	I0719 14:21:31.925986   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.095881084s)
	I0719 14:21:31.926086   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (2.889092865s)
	I0719 14:21:32.120821   12135 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0719 14:21:32.120909   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0719 14:21:32.235775   12135 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0719 14:21:32.235852   12135 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0719 14:21:32.338844   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
	I0719 14:21:32.724380   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:34.519602   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.394866788s)
	I0719 14:21:34.519637   12135 addons.go:475] Verifying addon ingress=true in "addons-464709"
	I0719 14:21:34.519639   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (5.301990258s)
	I0719 14:21:34.519743   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.288585841s)
	I0719 14:21:34.519956   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (5.284783124s)
	I0719 14:21:34.520052   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (5.08457696s)
	I0719 14:21:34.520074   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.003091301s)
	I0719 14:21:34.520093   12135 addons.go:475] Verifying addon registry=true in "addons-464709"
	I0719 14:21:34.520126   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.999904963s)
	I0719 14:21:34.520074   12135 addons.go:475] Verifying addon metrics-server=true in "addons-464709"
	I0719 14:21:34.520178   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml: (4.988566095s)
	I0719 14:21:34.520274   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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.501004681s)
	I0719 14:21:34.521892   12135 out.go:177] * Verifying ingress addon...
	I0719 14:21:34.522770   12135 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-464709 service yakd-dashboard -n yakd-dashboard
	
	I0719 14:21:34.522777   12135 out.go:177] * Verifying registry addon...
	I0719 14:21:34.524700   12135 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0719 14:21:34.525812   12135 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0719 14:21:34.530703   12135 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0719 14:21:34.530727   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:34.531058   12135 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0719 14:21:34.531145   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:35.028538   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:35.030610   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:35.128760   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:35.137455   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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: (3.606189679s)
	W0719 14:21:35.137555   12135 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
	I0719 14:21:35.137596   12135 retry.go:31] will retry after 135.704557ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
	I0719 14:21:35.137570   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (3.211780497s)
	I0719 14:21:35.273488   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
	I0719 14:21:35.531326   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:35.532517   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:35.616573   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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: (3.277626348s)
	I0719 14:21:35.616617   12135 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-464709"
	I0719 14:21:35.619789   12135 out.go:177] * Verifying csi-hostpath-driver addon...
	I0719 14:21:35.623051   12135 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0719 14:21:35.626382   12135 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0719 14:21:35.626402   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:35.683711   12135 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0719 14:21:35.683784   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:35.702101   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:35.803714   12135 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0719 14:21:35.818832   12135 addons.go:234] Setting addon gcp-auth=true in "addons-464709"
	I0719 14:21:35.818880   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:35.819306   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:35.836420   12135 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0719 14:21:35.836475   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:35.853356   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:36.029388   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:36.030026   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:36.128025   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:36.532635   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:36.535218   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:36.627174   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:37.028752   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:37.029702   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:37.128142   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:37.529194   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:37.529628   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:37.626988   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:37.627396   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:38.029275   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:38.029936   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:38.068485   12135 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.232041856s)
	I0719 14:21:38.068479   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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.794942883s)
	I0719 14:21:38.070985   12135 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0719 14:21:38.072598   12135 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0719 14:21:38.074040   12135 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0719 14:21:38.074058   12135 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0719 14:21:38.127205   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:38.127570   12135 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0719 14:21:38.127594   12135 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0719 14:21:38.145267   12135 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0719 14:21:38.145288   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0719 14:21:38.162444   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
	I0719 14:21:38.528311   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:38.530021   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:38.627282   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:38.761744   12135 addons.go:475] Verifying addon gcp-auth=true in "addons-464709"
	I0719 14:21:38.764604   12135 out.go:177] * Verifying gcp-auth addon...
	I0719 14:21:38.766800   12135 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0719 14:21:38.821733   12135 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0719 14:21:38.821754   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:39.029256   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:39.029700   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:39.126919   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:39.270730   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:39.528979   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:39.529322   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:39.627860   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:39.628034   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:39.770540   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:40.028831   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:40.029271   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:40.127495   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:40.270062   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:40.528511   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:40.529180   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:40.626779   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:40.770558   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:41.028819   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:41.029069   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:41.129305   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:41.269726   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:41.529594   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:41.529972   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:41.627162   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:41.627884   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:41.771022   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:42.028541   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:42.028771   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:42.127206   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:42.269800   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:42.527978   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:42.529015   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:42.627370   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:42.770033   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:43.028411   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:43.029229   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:43.128027   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:43.270209   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:43.528054   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:43.528861   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:43.627439   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:43.628206   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:43.770024   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:44.028023   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:44.029036   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:44.127522   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:44.270525   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:44.529019   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:44.529613   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:44.627347   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:44.769709   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:45.028802   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:45.030959   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:45.126950   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:45.269969   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:45.528239   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:45.528819   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:45.627546   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:45.769792   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:46.028102   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:46.028827   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:46.127175   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:46.127330   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:46.269755   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:46.529221   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:46.529221   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:46.627993   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:46.770070   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:47.028229   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:47.029073   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:47.127557   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:47.270133   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:47.528437   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:47.529065   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:47.627747   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:47.770272   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:48.028686   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:48.029347   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:48.126672   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:48.127452   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:48.270213   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:48.528983   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:48.529681   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:48.628888   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:48.770461   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:49.028959   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:49.029765   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:49.127247   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:49.269595   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:49.528961   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:49.529779   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:49.627652   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:49.770367   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:50.028968   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:50.029633   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:50.127435   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:50.128110   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:50.269896   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:50.528524   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:50.529094   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:50.627849   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:50.770492   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:51.029149   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:51.029271   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:51.127748   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:51.270238   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:51.528707   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:51.529620   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:51.627289   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:51.769807   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:52.028297   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:52.029256   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:52.127038   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:52.270421   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:52.529275   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:52.529503   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:52.627246   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:52.628214   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:52.769956   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:53.028417   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:53.028838   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:53.127518   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:53.270099   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:53.527892   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:53.528834   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:53.627404   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:53.770042   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:54.028452   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:54.029162   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:54.127824   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:54.270262   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:54.528733   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:54.529173   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:54.626687   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:54.770058   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:55.029108   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:55.029674   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:55.126871   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:55.128050   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:55.269556   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:55.528736   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:55.529644   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:55.627273   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:55.770527   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:56.028994   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:56.029586   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:56.127157   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:56.269562   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:56.529050   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:56.529259   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:56.627483   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:56.769811   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:57.029268   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:57.029377   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:57.126916   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:57.270383   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:57.528951   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:57.529365   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:57.627062   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:57.627786   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:57.770527   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:58.028665   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:58.028929   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:58.127429   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:58.270438   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:58.529121   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:58.529292   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:58.627760   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:58.770198   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:59.029504   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:59.038213   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:59.127005   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:59.270380   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:59.528934   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:59.529548   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:59.627143   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:59.770347   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:00.028861   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:00.029686   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:00.127281   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:22:00.127311   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:00.269759   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:00.528267   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:00.528896   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:00.627532   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:00.770384   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:01.028647   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:01.029536   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:01.126795   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:01.269717   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:01.529086   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:01.529254   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:01.626908   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:01.770385   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:02.028829   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:02.029996   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:02.127384   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:22:02.127458   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:02.269861   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:02.528351   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:02.529119   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:02.627704   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:02.770199   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:03.028735   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:03.029264   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:03.126932   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:03.270141   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:03.528363   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:03.529180   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:03.627704   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:03.770335   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:04.028869   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:04.029541   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:04.127074   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:04.269809   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:04.528414   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:04.529010   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:04.627666   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:22:04.627742   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:04.770265   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:05.028481   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:05.029122   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:05.126410   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:05.270086   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:05.528438   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:05.529205   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:05.627745   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:05.770557   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:06.030342   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:06.030570   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:06.127181   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:06.269705   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:06.529016   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:06.529186   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:06.627296   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:06.769862   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:07.028437   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:07.029257   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:07.126937   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:07.127759   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:22:07.270281   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:07.528464   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:07.529509   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:07.626908   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:07.769622   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:08.029054   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:08.029136   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:08.127498   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:08.269934   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:08.528455   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:08.529234   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:08.626564   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:08.770443   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:09.028853   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:09.029633   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:09.127191   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:09.269349   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:09.528597   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:09.529346   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:09.626374   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:09.627519   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:22:09.769827   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:10.028324   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:10.029009   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:10.127617   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:10.270067   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:10.528504   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:10.529103   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:10.627658   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:10.770152   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:11.028400   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:11.029171   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:11.127515   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:11.270078   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:11.528417   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:11.529171   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:11.626468   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:11.627807   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:22:11.770383   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:12.028739   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:12.029412   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:12.126753   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:12.270478   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:12.529038   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:12.529526   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:12.627605   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:12.769601   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:13.029302   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:13.029479   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:13.126945   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:13.269229   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:13.536155   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:13.536165   12135 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0719 14:22:13.536192   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:13.628118   12135 node_ready.go:49] node "addons-464709" has status "Ready":"True"
	I0719 14:22:13.628143   12135 node_ready.go:38] duration metric: took 43.003419677s for node "addons-464709" to be "Ready" ...
	I0719 14:22:13.628151   12135 pod_ready.go:35] 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" ...
	I0719 14:22:13.628716   12135 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0719 14:22:13.628736   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:13.638494   12135 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-2bvjm" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:13.822078   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:14.030596   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:14.032516   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:14.131460   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:14.270302   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:14.529329   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:14.531310   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:14.630708   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:14.643512   12135 pod_ready.go:92] pod "coredns-7db6d8ff4d-2bvjm" in "kube-system" namespace has status "Ready":"True"
	I0719 14:22:14.643533   12135 pod_ready.go:81] duration metric: took 1.005010631s for pod "coredns-7db6d8ff4d-2bvjm" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:14.643552   12135 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-464709" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:14.647573   12135 pod_ready.go:92] pod "etcd-addons-464709" in "kube-system" namespace has status "Ready":"True"
	I0719 14:22:14.647593   12135 pod_ready.go:81] duration metric: took 4.03519ms for pod "etcd-addons-464709" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:14.647604   12135 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-464709" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:14.651586   12135 pod_ready.go:92] pod "kube-apiserver-addons-464709" in "kube-system" namespace has status "Ready":"True"
	I0719 14:22:14.651607   12135 pod_ready.go:81] duration metric: took 3.997298ms for pod "kube-apiserver-addons-464709" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:14.651617   12135 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-464709" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:14.655804   12135 pod_ready.go:92] pod "kube-controller-manager-addons-464709" in "kube-system" namespace has status "Ready":"True"
	I0719 14:22:14.655822   12135 pod_ready.go:81] duration metric: took 4.198501ms for pod "kube-controller-manager-addons-464709" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:14.655833   12135 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-d62n4" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:14.770564   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:14.829303   12135 pod_ready.go:92] pod "kube-proxy-d62n4" in "kube-system" namespace has status "Ready":"True"
	I0719 14:22:14.829336   12135 pod_ready.go:81] duration metric: took 173.493586ms for pod "kube-proxy-d62n4" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:14.829350   12135 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-464709" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:15.029875   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:15.031249   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:15.128349   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:15.229034   12135 pod_ready.go:92] pod "kube-scheduler-addons-464709" in "kube-system" namespace has status "Ready":"True"
	I0719 14:22:15.229065   12135 pod_ready.go:81] duration metric: took 399.706451ms for pod "kube-scheduler-addons-464709" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:15.229077   12135 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:15.271309   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:15.530187   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:15.530888   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:15.628801   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:15.770696   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:16.029486   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:16.030492   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:16.128674   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:16.270581   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:16.528906   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:16.530013   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:16.628639   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:16.770056   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:17.029311   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:17.030595   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:17.129114   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:17.234876   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:17.270442   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:17.528917   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:17.529837   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:17.627853   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:17.770299   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:18.029945   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:18.030805   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:18.128377   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:18.318395   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:18.529605   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:18.530863   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:18.629134   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:18.816795   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:19.030990   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:19.031147   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:19.128910   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:19.234966   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:19.270809   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:19.528440   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:19.529799   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:19.628837   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:19.770900   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:20.028602   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:20.029469   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:20.130260   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:20.269975   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:20.528505   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:20.529724   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:20.628431   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:20.770683   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:21.031251   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:21.031818   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:21.128400   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:21.271259   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:21.529155   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:21.530325   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:21.629609   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:21.733844   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:21.770749   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:22.030041   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:22.030110   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:22.128513   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:22.270642   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:22.529099   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:22.529356   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:22.628355   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:22.769559   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:23.029439   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:23.030992   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:23.127635   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:23.270269   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:23.528567   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:23.529505   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:23.628554   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:23.734477   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:23.770051   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:24.028597   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:24.029381   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:24.128544   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:24.270027   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:24.528963   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:24.529631   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:24.628688   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:24.770652   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:25.028617   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:25.029623   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:25.127800   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:25.270000   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:25.530290   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:25.531401   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:25.629442   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:25.734713   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:25.770698   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:26.029926   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:26.030608   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:26.128629   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:26.270408   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:26.529497   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:26.530139   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:26.628552   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:26.770653   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:27.029160   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:27.030246   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:27.128455   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:27.270472   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:27.529254   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:27.530289   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:27.628508   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:27.734804   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:27.770500   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:28.029669   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:28.030678   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:28.128176   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:28.270657   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:28.530878   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:28.531011   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:28.630545   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:28.770034   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:29.029477   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:29.046924   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:29.128758   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:29.270817   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:29.530274   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:29.530449   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:29.632833   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:29.735259   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:29.770170   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:30.029757   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:30.030002   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:30.127376   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:30.270437   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:30.529758   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:30.530502   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:30.629262   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:30.818117   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:31.028557   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:31.029865   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:31.128688   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:31.271160   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:31.529524   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:31.529812   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:31.628861   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:31.769687   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:32.029640   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:32.029762   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:32.128796   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:32.237258   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:32.269442   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:32.528998   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:32.530039   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:32.629551   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:32.818123   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:33.029534   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:33.031034   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:33.128904   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:33.316909   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:33.529905   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:33.530917   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:33.628400   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:33.770364   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:34.029092   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:34.030426   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:34.128890   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:34.269870   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:34.528749   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:34.529469   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:34.630237   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:34.734448   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:34.770313   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:35.029354   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:35.030429   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:35.129249   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:35.270753   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:35.529438   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:35.529824   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:35.627539   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:35.769984   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:36.028924   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:36.029716   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:36.127646   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:36.269993   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:36.528555   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:36.529608   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:36.627520   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:36.769676   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:37.029575   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:37.029616   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:37.127616   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:37.234306   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:37.269776   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:37.528370   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:37.529974   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:37.628945   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:37.770741   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:38.029290   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:38.030259   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:38.128945   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:38.318430   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:38.529911   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:38.530299   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:38.629218   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:38.769693   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:39.030002   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:39.030103   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:39.128491   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:39.270615   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:39.529533   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:39.530174   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:39.628335   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:39.734614   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:39.770192   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:40.029266   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:40.029972   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:40.128642   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:40.270355   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:40.529093   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:40.530136   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:40.630199   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:40.769458   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:41.028996   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:41.029993   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:41.127938   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:41.270311   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:41.528987   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:41.529761   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:41.627696   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:41.769895   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:42.029632   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:42.029774   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:42.127574   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:42.234443   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:42.270006   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:42.528641   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:42.529560   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:42.628327   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:42.769808   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:43.028238   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:43.029417   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:43.128716   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:43.269879   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:43.528706   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:43.529573   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:43.628868   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:43.770234   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:44.029042   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:44.029967   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:44.128223   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:44.270079   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:44.529394   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:44.532056   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:44.640842   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:44.743126   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:44.820736   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:45.029178   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:45.030624   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:45.131592   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:45.318308   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:45.531539   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:45.533418   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:45.630192   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:45.831260   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:46.030492   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:46.031314   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:46.129315   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:46.270568   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:46.531253   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:46.531544   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:46.628852   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:46.770071   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:47.029162   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:47.030323   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:47.129730   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:47.235405   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:47.270522   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:47.529399   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:47.530123   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:47.628355   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:47.818323   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:48.028782   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:48.029783   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:48.129191   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:48.270232   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:48.528954   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:48.530033   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:48.628717   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:48.770330   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:49.029167   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:49.030066   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:49.128536   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:49.270104   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:49.529135   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:49.529934   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:49.629017   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:49.734684   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:49.770307   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:50.029259   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:50.030217   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:50.128156   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:50.269828   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:50.528200   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:50.529245   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:50.628401   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:50.769802   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:51.028489   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:51.029632   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:51.127554   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:51.270282   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:51.528886   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:51.529825   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:51.627989   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:51.770213   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:52.029122   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:52.029558   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:52.127540   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:52.234641   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:52.270678   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:52.531794   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:52.532040   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:52.628557   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:52.770630   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:53.029077   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:53.030271   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:53.128836   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:53.270359   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:53.529338   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:53.531260   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:53.629092   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:53.818463   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:54.029381   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:54.034229   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:54.129102   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:54.235489   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:54.315823   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:54.530294   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:54.530401   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:54.628929   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:54.770642   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:55.029825   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:55.030249   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:55.128202   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:55.270585   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:55.529493   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:55.529643   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:55.629222   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:55.770692   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:56.028865   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:56.030174   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:56.128033   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:56.270022   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:56.528837   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:56.530096   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:56.628421   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:56.735723   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:56.771855   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:57.035760   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:57.037058   12135 kapi.go:107] duration metric: took 1m22.51124566s to wait for kubernetes.io/minikube-addons=registry ...
	I0719 14:22:57.129142   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:57.329091   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:57.529109   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:57.629697   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:57.819161   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:58.029637   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:58.130538   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:58.337887   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:58.530454   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:58.628837   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:58.818167   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:59.029109   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:59.128501   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:59.235469   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:59.318519   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:59.528995   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:59.634073   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:59.771149   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:00.028831   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:23:00.127805   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:00.271148   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:00.528892   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:23:00.627786   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:00.770843   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:01.028980   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:23:01.127874   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:01.270078   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:01.529014   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:23:01.629463   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:01.734438   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:01.770146   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:02.029043   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:23:02.129019   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:02.270389   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:02.529804   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:23:02.629596   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:02.770356   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:03.029184   12135 kapi.go:107] duration metric: took 1m28.504480813s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0719 14:23:03.128276   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:03.269958   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:03.656301   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:03.735443   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:03.791914   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:04.129439   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:04.270659   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:04.628654   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:04.770043   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:05.128892   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:05.318341   12135 kapi.go:107] duration metric: took 1m26.551535352s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0719 14:23:05.321135   12135 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-464709 cluster.
	I0719 14:23:05.322861   12135 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.
	I0719 14:23:05.324536   12135 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0719 14:23:05.628220   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:06.129286   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:06.234362   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:06.628687   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:07.128491   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:07.628058   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:08.127533   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:08.234452   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:08.627932   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:09.127713   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:09.628286   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:10.127593   12135 kapi.go:107] duration metric: took 1m34.504543692s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0719 14:23:10.129549   12135 out.go:177] * Enabled addons: ingress-dns, default-storageclass, nvidia-device-plugin, cloud-spanner, storage-provisioner, metrics-server, helm-tiller, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
	I0719 14:23:10.131251   12135 addons.go:510] duration metric: took 1m41.748674022s for enable addons: enabled=[ingress-dns default-storageclass nvidia-device-plugin cloud-spanner storage-provisioner metrics-server helm-tiller yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
	I0719 14:23:10.234559   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:12.734801   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:15.234134   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:17.234413   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:19.234877   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:21.734164   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:23.734382   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:26.234585   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:28.734232   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:30.734823   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:33.233969   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:33.734310   12135 pod_ready.go:92] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"True"
	I0719 14:23:33.734331   12135 pod_ready.go:81] duration metric: took 1m18.505246471s for pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace to be "Ready" ...
	I0719 14:23:33.734344   12135 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-4m7pr" in "kube-system" namespace to be "Ready" ...
	I0719 14:23:33.738477   12135 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-4m7pr" in "kube-system" namespace has status "Ready":"True"
	I0719 14:23:33.738498   12135 pod_ready.go:81] duration metric: took 4.147703ms for pod "nvidia-device-plugin-daemonset-4m7pr" in "kube-system" namespace to be "Ready" ...
	I0719 14:23:33.738521   12135 pod_ready.go:38] duration metric: took 1m20.110358248s 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" ...
	I0719 14:23:33.738541   12135 api_server.go:52] waiting for apiserver process to appear ...
	I0719 14:23:33.738574   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0719 14:23:33.738630   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0719 14:23:33.772645   12135 cri.go:89] found id: "5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c"
	I0719 14:23:33.772663   12135 cri.go:89] found id: ""
	I0719 14:23:33.772670   12135 logs.go:276] 1 containers: [5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c]
	I0719 14:23:33.772720   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:33.775896   12135 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0719 14:23:33.775964   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0719 14:23:33.808191   12135 cri.go:89] found id: "dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d"
	I0719 14:23:33.808210   12135 cri.go:89] found id: ""
	I0719 14:23:33.808217   12135 logs.go:276] 1 containers: [dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d]
	I0719 14:23:33.808258   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:33.811353   12135 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0719 14:23:33.811406   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0719 14:23:33.843435   12135 cri.go:89] found id: "1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24"
	I0719 14:23:33.843460   12135 cri.go:89] found id: ""
	I0719 14:23:33.843471   12135 logs.go:276] 1 containers: [1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24]
	I0719 14:23:33.843514   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:33.846698   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0719 14:23:33.846751   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0719 14:23:33.880112   12135 cri.go:89] found id: "957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e"
	I0719 14:23:33.880142   12135 cri.go:89] found id: ""
	I0719 14:23:33.880154   12135 logs.go:276] 1 containers: [957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e]
	I0719 14:23:33.880207   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:33.883726   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0719 14:23:33.883789   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0719 14:23:33.917659   12135 cri.go:89] found id: "1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77"
	I0719 14:23:33.917678   12135 cri.go:89] found id: ""
	I0719 14:23:33.917685   12135 logs.go:276] 1 containers: [1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77]
	I0719 14:23:33.917723   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:33.920912   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0719 14:23:33.920994   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0719 14:23:33.954036   12135 cri.go:89] found id: "cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00"
	I0719 14:23:33.954058   12135 cri.go:89] found id: ""
	I0719 14:23:33.954066   12135 logs.go:276] 1 containers: [cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00]
	I0719 14:23:33.954113   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:33.957260   12135 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0719 14:23:33.957321   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0719 14:23:33.989679   12135 cri.go:89] found id: "63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6"
	I0719 14:23:33.989700   12135 cri.go:89] found id: ""
	I0719 14:23:33.989708   12135 logs.go:276] 1 containers: [63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6]
	I0719 14:23:33.989757   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:33.992897   12135 logs.go:123] Gathering logs for coredns [1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24] ...
	I0719 14:23:33.992923   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24"
	I0719 14:23:34.027393   12135 logs.go:123] Gathering logs for kube-scheduler [957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e] ...
	I0719 14:23:34.027424   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e"
	I0719 14:23:34.064277   12135 logs.go:123] Gathering logs for kube-proxy [1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77] ...
	I0719 14:23:34.064307   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77"
	I0719 14:23:34.095954   12135 logs.go:123] Gathering logs for kube-controller-manager [cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00] ...
	I0719 14:23:34.095980   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00"
	I0719 14:23:34.150278   12135 logs.go:123] Gathering logs for kubelet ...
	I0719 14:23:34.150311   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0719 14:23:34.216238   12135 logs.go:123] Gathering logs for dmesg ...
	I0719 14:23:34.216272   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0719 14:23:34.228232   12135 logs.go:123] Gathering logs for describe nodes ...
	I0719 14:23:34.228259   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0719 14:23:34.321544   12135 logs.go:123] Gathering logs for CRI-O ...
	I0719 14:23:34.321573   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0719 14:23:34.395862   12135 logs.go:123] Gathering logs for container status ...
	I0719 14:23:34.395896   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0719 14:23:34.436002   12135 logs.go:123] Gathering logs for kube-apiserver [5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c] ...
	I0719 14:23:34.436030   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c"
	I0719 14:23:34.481902   12135 logs.go:123] Gathering logs for etcd [dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d] ...
	I0719 14:23:34.481932   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d"
	I0719 14:23:34.528161   12135 logs.go:123] Gathering logs for kindnet [63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6] ...
	I0719 14:23:34.528194   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6"
	I0719 14:23:37.067434   12135 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0719 14:23:37.080919   12135 api_server.go:72] duration metric: took 2m8.698388918s to wait for apiserver process to appear ...
	I0719 14:23:37.080944   12135 api_server.go:88] waiting for apiserver healthz status ...
	I0719 14:23:37.080972   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0719 14:23:37.081016   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0719 14:23:37.114713   12135 cri.go:89] found id: "5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c"
	I0719 14:23:37.114736   12135 cri.go:89] found id: ""
	I0719 14:23:37.114746   12135 logs.go:276] 1 containers: [5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c]
	I0719 14:23:37.114793   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:37.117951   12135 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0719 14:23:37.118027   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0719 14:23:37.150702   12135 cri.go:89] found id: "dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d"
	I0719 14:23:37.150727   12135 cri.go:89] found id: ""
	I0719 14:23:37.150736   12135 logs.go:276] 1 containers: [dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d]
	I0719 14:23:37.150783   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:37.154063   12135 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0719 14:23:37.154132   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0719 14:23:37.187811   12135 cri.go:89] found id: "1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24"
	I0719 14:23:37.187832   12135 cri.go:89] found id: ""
	I0719 14:23:37.187841   12135 logs.go:276] 1 containers: [1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24]
	I0719 14:23:37.187890   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:37.190996   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0719 14:23:37.191070   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0719 14:23:37.224124   12135 cri.go:89] found id: "957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e"
	I0719 14:23:37.224148   12135 cri.go:89] found id: ""
	I0719 14:23:37.224158   12135 logs.go:276] 1 containers: [957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e]
	I0719 14:23:37.224204   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:37.227429   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0719 14:23:37.227481   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0719 14:23:37.260540   12135 cri.go:89] found id: "1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77"
	I0719 14:23:37.260563   12135 cri.go:89] found id: ""
	I0719 14:23:37.260578   12135 logs.go:276] 1 containers: [1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77]
	I0719 14:23:37.260623   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:37.263814   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0719 14:23:37.263874   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0719 14:23:37.296327   12135 cri.go:89] found id: "cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00"
	I0719 14:23:37.296346   12135 cri.go:89] found id: ""
	I0719 14:23:37.296354   12135 logs.go:276] 1 containers: [cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00]
	I0719 14:23:37.296405   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:37.299664   12135 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0719 14:23:37.299724   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0719 14:23:37.332332   12135 cri.go:89] found id: "63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6"
	I0719 14:23:37.332353   12135 cri.go:89] found id: ""
	I0719 14:23:37.332361   12135 logs.go:276] 1 containers: [63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6]
	I0719 14:23:37.332401   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:37.335615   12135 logs.go:123] Gathering logs for kube-scheduler [957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e] ...
	I0719 14:23:37.335645   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e"
	I0719 14:23:37.375891   12135 logs.go:123] Gathering logs for kube-proxy [1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77] ...
	I0719 14:23:37.375922   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77"
	I0719 14:23:37.407567   12135 logs.go:123] Gathering logs for kindnet [63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6] ...
	I0719 14:23:37.407592   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6"
	I0719 14:23:37.447756   12135 logs.go:123] Gathering logs for CRI-O ...
	I0719 14:23:37.447785   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0719 14:23:37.519561   12135 logs.go:123] Gathering logs for kubelet ...
	I0719 14:23:37.519596   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0719 14:23:37.588285   12135 logs.go:123] Gathering logs for dmesg ...
	I0719 14:23:37.588318   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0719 14:23:37.600221   12135 logs.go:123] Gathering logs for kube-apiserver [5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c] ...
	I0719 14:23:37.600246   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c"
	I0719 14:23:37.645370   12135 logs.go:123] Gathering logs for kube-controller-manager [cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00] ...
	I0719 14:23:37.645403   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00"
	I0719 14:23:37.700622   12135 logs.go:123] Gathering logs for container status ...
	I0719 14:23:37.700655   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0719 14:23:37.742610   12135 logs.go:123] Gathering logs for describe nodes ...
	I0719 14:23:37.742639   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0719 14:23:37.837966   12135 logs.go:123] Gathering logs for etcd [dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d] ...
	I0719 14:23:37.837998   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d"
	I0719 14:23:37.887844   12135 logs.go:123] Gathering logs for coredns [1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24] ...
	I0719 14:23:37.887878   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24"
	I0719 14:23:40.424267   12135 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0719 14:23:40.428991   12135 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0719 14:23:40.429814   12135 api_server.go:141] control plane version: v1.30.3
	I0719 14:23:40.429834   12135 api_server.go:131] duration metric: took 3.348884249s to wait for apiserver health ...
	I0719 14:23:40.429841   12135 system_pods.go:43] waiting for kube-system pods to appear ...
	I0719 14:23:40.429860   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0719 14:23:40.429905   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0719 14:23:40.463191   12135 cri.go:89] found id: "5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c"
	I0719 14:23:40.463214   12135 cri.go:89] found id: ""
	I0719 14:23:40.463224   12135 logs.go:276] 1 containers: [5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c]
	I0719 14:23:40.463286   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:40.466523   12135 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0719 14:23:40.466580   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0719 14:23:40.500177   12135 cri.go:89] found id: "dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d"
	I0719 14:23:40.500199   12135 cri.go:89] found id: ""
	I0719 14:23:40.500207   12135 logs.go:276] 1 containers: [dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d]
	I0719 14:23:40.500247   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:40.503573   12135 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0719 14:23:40.503643   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0719 14:23:40.537134   12135 cri.go:89] found id: "1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24"
	I0719 14:23:40.537156   12135 cri.go:89] found id: ""
	I0719 14:23:40.537164   12135 logs.go:276] 1 containers: [1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24]
	I0719 14:23:40.537206   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:40.540604   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0719 14:23:40.540670   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0719 14:23:40.572719   12135 cri.go:89] found id: "957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e"
	I0719 14:23:40.572741   12135 cri.go:89] found id: ""
	I0719 14:23:40.572750   12135 logs.go:276] 1 containers: [957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e]
	I0719 14:23:40.572800   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:40.575895   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0719 14:23:40.575948   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0719 14:23:40.608911   12135 cri.go:89] found id: "1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77"
	I0719 14:23:40.608933   12135 cri.go:89] found id: ""
	I0719 14:23:40.608941   12135 logs.go:276] 1 containers: [1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77]
	I0719 14:23:40.608991   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:40.612237   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0719 14:23:40.612305   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0719 14:23:40.645870   12135 cri.go:89] found id: "cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00"
	I0719 14:23:40.645891   12135 cri.go:89] found id: ""
	I0719 14:23:40.645899   12135 logs.go:276] 1 containers: [cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00]
	I0719 14:23:40.645949   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:40.649272   12135 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0719 14:23:40.649342   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0719 14:23:40.682553   12135 cri.go:89] found id: "63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6"
	I0719 14:23:40.682579   12135 cri.go:89] found id: ""
	I0719 14:23:40.682587   12135 logs.go:276] 1 containers: [63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6]
	I0719 14:23:40.682632   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:40.685815   12135 logs.go:123] Gathering logs for describe nodes ...
	I0719 14:23:40.685834   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0719 14:23:40.781253   12135 logs.go:123] Gathering logs for kube-apiserver [5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c] ...
	I0719 14:23:40.781285   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c"
	I0719 14:23:40.827614   12135 logs.go:123] Gathering logs for coredns [1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24] ...
	I0719 14:23:40.827648   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24"
	I0719 14:23:40.862145   12135 logs.go:123] Gathering logs for CRI-O ...
	I0719 14:23:40.862171   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0719 14:23:40.935940   12135 logs.go:123] Gathering logs for container status ...
	I0719 14:23:40.935986   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0719 14:23:40.979323   12135 logs.go:123] Gathering logs for kindnet [63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6] ...
	I0719 14:23:40.979355   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6"
	I0719 14:23:41.018698   12135 logs.go:123] Gathering logs for kubelet ...
	I0719 14:23:41.018731   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0719 14:23:41.082754   12135 logs.go:123] Gathering logs for dmesg ...
	I0719 14:23:41.082792   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0719 14:23:41.094742   12135 logs.go:123] Gathering logs for etcd [dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d] ...
	I0719 14:23:41.094773   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d"
	I0719 14:23:41.142324   12135 logs.go:123] Gathering logs for kube-scheduler [957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e] ...
	I0719 14:23:41.142359   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e"
	I0719 14:23:41.182592   12135 logs.go:123] Gathering logs for kube-proxy [1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77] ...
	I0719 14:23:41.182634   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77"
	I0719 14:23:41.215639   12135 logs.go:123] Gathering logs for kube-controller-manager [cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00] ...
	I0719 14:23:41.215665   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00"
	I0719 14:23:43.784502   12135 system_pods.go:59] 19 kube-system pods found
	I0719 14:23:43.784531   12135 system_pods.go:61] "coredns-7db6d8ff4d-2bvjm" [05228a0b-8b91-4101-8e26-9d03360307d5] Running
	I0719 14:23:43.784535   12135 system_pods.go:61] "csi-hostpath-attacher-0" [d4bff485-5eea-475f-8f56-eeccccfdfe68] Running
	I0719 14:23:43.784539   12135 system_pods.go:61] "csi-hostpath-resizer-0" [888652c5-8019-4490-bac5-fbc3c1e57773] Running
	I0719 14:23:43.784543   12135 system_pods.go:61] "csi-hostpathplugin-8ccgm" [5b0a8074-abe9-457c-aef2-90158fce5203] Running
	I0719 14:23:43.784546   12135 system_pods.go:61] "etcd-addons-464709" [b25131b7-98ae-4461-9e90-c93185719475] Running
	I0719 14:23:43.784549   12135 system_pods.go:61] "kindnet-c7msl" [76c2e35f-2666-4c89-8e29-dd7029c01983] Running
	I0719 14:23:43.784552   12135 system_pods.go:61] "kube-apiserver-addons-464709" [756adec3-ee0a-454c-8d28-87451943dbb2] Running
	I0719 14:23:43.784555   12135 system_pods.go:61] "kube-controller-manager-addons-464709" [89578feb-2a0c-4594-a96a-6115c03942ed] Running
	I0719 14:23:43.784557   12135 system_pods.go:61] "kube-ingress-dns-minikube" [9be0ad54-98bc-4be2-b56d-54897545fb8d] Running
	I0719 14:23:43.784560   12135 system_pods.go:61] "kube-proxy-d62n4" [a4613d2b-42ec-44d7-904a-18c7b0e6b8d8] Running
	I0719 14:23:43.784563   12135 system_pods.go:61] "kube-scheduler-addons-464709" [83cbab4a-5f85-4fa5-919a-024987a120dc] Running
	I0719 14:23:43.784567   12135 system_pods.go:61] "metrics-server-c59844bb4-fkdf5" [a0460895-0444-406c-85e8-ee911b864282] Running
	I0719 14:23:43.784570   12135 system_pods.go:61] "nvidia-device-plugin-daemonset-4m7pr" [08394056-a5b8-4297-88ee-d12ad949637e] Running
	I0719 14:23:43.784572   12135 system_pods.go:61] "registry-656c9c8d9c-lzpdq" [5ab62a22-8669-4600-bf94-fc177444bfe1] Running
	I0719 14:23:43.784575   12135 system_pods.go:61] "registry-proxy-m5zp7" [eff1db78-e1ba-45b7-9085-44a4f2e51c38] Running
	I0719 14:23:43.784578   12135 system_pods.go:61] "snapshot-controller-745499f584-k9qqc" [328b8c64-c308-49c6-b61b-5ba47aa59823] Running
	I0719 14:23:43.784581   12135 system_pods.go:61] "snapshot-controller-745499f584-ps8j4" [7522c61f-99e1-421e-a3dd-41046b56405d] Running
	I0719 14:23:43.784584   12135 system_pods.go:61] "storage-provisioner" [3e180711-624b-4b72-8236-b15484e98f26] Running
	I0719 14:23:43.784587   12135 system_pods.go:61] "tiller-deploy-6677d64bcd-8fxjj" [3ce47b55-3c4d-4b7d-aa8c-c5bc9b1422b0] Running
	I0719 14:23:43.784593   12135 system_pods.go:74] duration metric: took 3.354746612s to wait for pod list to return data ...
	I0719 14:23:43.784604   12135 default_sa.go:34] waiting for default service account to be created ...
	I0719 14:23:43.786519   12135 default_sa.go:45] found service account: "default"
	I0719 14:23:43.786540   12135 default_sa.go:55] duration metric: took 1.930738ms for default service account to be created ...
	I0719 14:23:43.786549   12135 system_pods.go:116] waiting for k8s-apps to be running ...
	I0719 14:23:43.794973   12135 system_pods.go:86] 19 kube-system pods found
	I0719 14:23:43.795004   12135 system_pods.go:89] "coredns-7db6d8ff4d-2bvjm" [05228a0b-8b91-4101-8e26-9d03360307d5] Running
	I0719 14:23:43.795011   12135 system_pods.go:89] "csi-hostpath-attacher-0" [d4bff485-5eea-475f-8f56-eeccccfdfe68] Running
	I0719 14:23:43.795017   12135 system_pods.go:89] "csi-hostpath-resizer-0" [888652c5-8019-4490-bac5-fbc3c1e57773] Running
	I0719 14:23:43.795021   12135 system_pods.go:89] "csi-hostpathplugin-8ccgm" [5b0a8074-abe9-457c-aef2-90158fce5203] Running
	I0719 14:23:43.795025   12135 system_pods.go:89] "etcd-addons-464709" [b25131b7-98ae-4461-9e90-c93185719475] Running
	I0719 14:23:43.795033   12135 system_pods.go:89] "kindnet-c7msl" [76c2e35f-2666-4c89-8e29-dd7029c01983] Running
	I0719 14:23:43.795037   12135 system_pods.go:89] "kube-apiserver-addons-464709" [756adec3-ee0a-454c-8d28-87451943dbb2] Running
	I0719 14:23:43.795041   12135 system_pods.go:89] "kube-controller-manager-addons-464709" [89578feb-2a0c-4594-a96a-6115c03942ed] Running
	I0719 14:23:43.795045   12135 system_pods.go:89] "kube-ingress-dns-minikube" [9be0ad54-98bc-4be2-b56d-54897545fb8d] Running
	I0719 14:23:43.795050   12135 system_pods.go:89] "kube-proxy-d62n4" [a4613d2b-42ec-44d7-904a-18c7b0e6b8d8] Running
	I0719 14:23:43.795054   12135 system_pods.go:89] "kube-scheduler-addons-464709" [83cbab4a-5f85-4fa5-919a-024987a120dc] Running
	I0719 14:23:43.795063   12135 system_pods.go:89] "metrics-server-c59844bb4-fkdf5" [a0460895-0444-406c-85e8-ee911b864282] Running
	I0719 14:23:43.795067   12135 system_pods.go:89] "nvidia-device-plugin-daemonset-4m7pr" [08394056-a5b8-4297-88ee-d12ad949637e] Running
	I0719 14:23:43.795073   12135 system_pods.go:89] "registry-656c9c8d9c-lzpdq" [5ab62a22-8669-4600-bf94-fc177444bfe1] Running
	I0719 14:23:43.795077   12135 system_pods.go:89] "registry-proxy-m5zp7" [eff1db78-e1ba-45b7-9085-44a4f2e51c38] Running
	I0719 14:23:43.795097   12135 system_pods.go:89] "snapshot-controller-745499f584-k9qqc" [328b8c64-c308-49c6-b61b-5ba47aa59823] Running
	I0719 14:23:43.795106   12135 system_pods.go:89] "snapshot-controller-745499f584-ps8j4" [7522c61f-99e1-421e-a3dd-41046b56405d] Running
	I0719 14:23:43.795111   12135 system_pods.go:89] "storage-provisioner" [3e180711-624b-4b72-8236-b15484e98f26] Running
	I0719 14:23:43.795119   12135 system_pods.go:89] "tiller-deploy-6677d64bcd-8fxjj" [3ce47b55-3c4d-4b7d-aa8c-c5bc9b1422b0] Running
	I0719 14:23:43.795127   12135 system_pods.go:126] duration metric: took 8.57311ms to wait for k8s-apps to be running ...
	I0719 14:23:43.795140   12135 system_svc.go:44] waiting for kubelet service to be running ....
	I0719 14:23:43.795187   12135 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0719 14:23:43.806103   12135 system_svc.go:56] duration metric: took 10.956359ms WaitForService to wait for kubelet
	I0719 14:23:43.806135   12135 kubeadm.go:582] duration metric: took 2m15.423608843s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0719 14:23:43.806161   12135 node_conditions.go:102] verifying NodePressure condition ...
	I0719 14:23:43.808986   12135 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0719 14:23:43.809018   12135 node_conditions.go:123] node cpu capacity is 8
	I0719 14:23:43.809031   12135 node_conditions.go:105] duration metric: took 2.8645ms to run NodePressure ...
	I0719 14:23:43.809041   12135 start.go:241] waiting for startup goroutines ...
	I0719 14:23:43.809047   12135 start.go:246] waiting for cluster config update ...
	I0719 14:23:43.809061   12135 start.go:255] writing updated cluster config ...
	I0719 14:23:43.809334   12135 ssh_runner.go:195] Run: rm -f paused
	I0719 14:23:43.857585   12135 start.go:600] kubectl: 1.30.3, cluster: 1.30.3 (minor skew: 0)
	I0719 14:23:43.863390   12135 out.go:177] * Done! kubectl is now configured to use "addons-464709" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Jul 19 14:26:37 addons-464709 crio[1036]: time="2024-07-19 14:26:37.501550020Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86],Size_:4944818,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=49de2cf5-aa7f-4780-90f3-d376dbb79657 name=/runtime.v1.ImageService/ImageStatus
	Jul 19 14:26:37 addons-464709 crio[1036]: time="2024-07-19 14:26:37.502224927Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=25b2af54-b0a8-493b-b66a-a76cf58a20f3 name=/runtime.v1.ImageService/ImageStatus
	Jul 19 14:26:37 addons-464709 crio[1036]: time="2024-07-19 14:26:37.502759991Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86],Size_:4944818,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=25b2af54-b0a8-493b-b66a-a76cf58a20f3 name=/runtime.v1.ImageService/ImageStatus
	Jul 19 14:26:37 addons-464709 crio[1036]: time="2024-07-19 14:26:37.503753619Z" level=info msg="Creating container: default/hello-world-app-6778b5fc9f-fz89w/hello-world-app" id=58b1fcb6-a534-4ae0-a52c-dc58ecdc4afd name=/runtime.v1.RuntimeService/CreateContainer
	Jul 19 14:26:37 addons-464709 crio[1036]: time="2024-07-19 14:26:37.503851556Z" level=warning msg="Allowed annotations are specified for workload []"
	Jul 19 14:26:37 addons-464709 crio[1036]: time="2024-07-19 14:26:37.518976182Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/0c731d7a70dbc496a67a16a575682a7086eb625554338028c1733d791d68f7e4/merged/etc/passwd: no such file or directory"
	Jul 19 14:26:37 addons-464709 crio[1036]: time="2024-07-19 14:26:37.519017038Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/0c731d7a70dbc496a67a16a575682a7086eb625554338028c1733d791d68f7e4/merged/etc/group: no such file or directory"
	Jul 19 14:26:37 addons-464709 crio[1036]: time="2024-07-19 14:26:37.555635200Z" level=info msg="Created container eb0ccb850fffb3b60db8bae66e064b8f031b322bf1fe521d725a31fd4fd47968: default/hello-world-app-6778b5fc9f-fz89w/hello-world-app" id=58b1fcb6-a534-4ae0-a52c-dc58ecdc4afd name=/runtime.v1.RuntimeService/CreateContainer
	Jul 19 14:26:37 addons-464709 crio[1036]: time="2024-07-19 14:26:37.556365184Z" level=info msg="Starting container: eb0ccb850fffb3b60db8bae66e064b8f031b322bf1fe521d725a31fd4fd47968" id=2b4770de-bbca-461e-8bdd-0c01413dc161 name=/runtime.v1.RuntimeService/StartContainer
	Jul 19 14:26:37 addons-464709 crio[1036]: time="2024-07-19 14:26:37.562704801Z" level=info msg="Started container" PID=10944 containerID=eb0ccb850fffb3b60db8bae66e064b8f031b322bf1fe521d725a31fd4fd47968 description=default/hello-world-app-6778b5fc9f-fz89w/hello-world-app id=2b4770de-bbca-461e-8bdd-0c01413dc161 name=/runtime.v1.RuntimeService/StartContainer sandboxID=94a8e43297b56999086a0e9fa61965355636ed9e5ad3a6dd09d5b75a367f5e38
	Jul 19 14:26:38 addons-464709 crio[1036]: time="2024-07-19 14:26:38.964549315Z" level=info msg="Stopping container: 639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e (timeout: 2s)" id=52f4c1c1-ac9d-4426-b66c-9b4db5c54496 name=/runtime.v1.RuntimeService/StopContainer
	Jul 19 14:26:40 addons-464709 crio[1036]: time="2024-07-19 14:26:40.970937275Z" level=warning msg="Stopping container 639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=52f4c1c1-ac9d-4426-b66c-9b4db5c54496 name=/runtime.v1.RuntimeService/StopContainer
	Jul 19 14:26:41 addons-464709 conmon[6188]: conmon 639513c6b711954bf20e <ninfo>: container 6200 exited with status 137
	Jul 19 14:26:41 addons-464709 crio[1036]: time="2024-07-19 14:26:41.101220057Z" level=info msg="Stopped container 639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e: ingress-nginx/ingress-nginx-controller-6d9bd977d4-vrg5q/controller" id=52f4c1c1-ac9d-4426-b66c-9b4db5c54496 name=/runtime.v1.RuntimeService/StopContainer
	Jul 19 14:26:41 addons-464709 crio[1036]: time="2024-07-19 14:26:41.101742971Z" level=info msg="Stopping pod sandbox: 0d5f5346961920f0f03ed552cb0d9f564a3ba23e194764d0dcaec40af261082f" id=4893e470-730c-437b-bddc-f7c3598266e3 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 19 14:26:41 addons-464709 crio[1036]: time="2024-07-19 14:26:41.104735881Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-7LI5P2A4G24NSZA7 - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-5P5UFY7AL2FLEQGU - [0:0]\n-X KUBE-HP-7LI5P2A4G24NSZA7\n-X KUBE-HP-5P5UFY7AL2FLEQGU\nCOMMIT\n"
	Jul 19 14:26:41 addons-464709 crio[1036]: time="2024-07-19 14:26:41.106116399Z" level=info msg="Closing host port tcp:80"
	Jul 19 14:26:41 addons-464709 crio[1036]: time="2024-07-19 14:26:41.106151783Z" level=info msg="Closing host port tcp:443"
	Jul 19 14:26:41 addons-464709 crio[1036]: time="2024-07-19 14:26:41.107584898Z" level=info msg="Host port tcp:80 does not have an open socket"
	Jul 19 14:26:41 addons-464709 crio[1036]: time="2024-07-19 14:26:41.107603196Z" level=info msg="Host port tcp:443 does not have an open socket"
	Jul 19 14:26:41 addons-464709 crio[1036]: time="2024-07-19 14:26:41.107738555Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-6d9bd977d4-vrg5q Namespace:ingress-nginx ID:0d5f5346961920f0f03ed552cb0d9f564a3ba23e194764d0dcaec40af261082f UID:3192caee-bd49-41f1-aa33-c6911afe39bb NetNS:/var/run/netns/7d37f3b2-e453-46bb-9f3a-fdd4771223e1 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Jul 19 14:26:41 addons-464709 crio[1036]: time="2024-07-19 14:26:41.107858229Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-6d9bd977d4-vrg5q from CNI network \"kindnet\" (type=ptp)"
	Jul 19 14:26:41 addons-464709 crio[1036]: time="2024-07-19 14:26:41.140417396Z" level=info msg="Stopped pod sandbox: 0d5f5346961920f0f03ed552cb0d9f564a3ba23e194764d0dcaec40af261082f" id=4893e470-730c-437b-bddc-f7c3598266e3 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 19 14:26:41 addons-464709 crio[1036]: time="2024-07-19 14:26:41.437372769Z" level=info msg="Removing container: 639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e" id=afd7bb33-1f6f-4e6d-80bb-fd48818d9ca2 name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 19 14:26:41 addons-464709 crio[1036]: time="2024-07-19 14:26:41.449809576Z" level=info msg="Removed container 639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e: ingress-nginx/ingress-nginx-controller-6d9bd977d4-vrg5q/controller" id=afd7bb33-1f6f-4e6d-80bb-fd48818d9ca2 name=/runtime.v1.RuntimeService/RemoveContainer
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	eb0ccb850fffb       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                        8 seconds ago       Running             hello-world-app           0                   94a8e43297b56       hello-world-app-6778b5fc9f-fz89w
	91c3aff32c398       docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55                              2 minutes ago       Running             nginx                     0                   bd5ae639c104b       nginx
	60db1c31dec2a       ghcr.io/headlamp-k8s/headlamp@sha256:1c3f42aacd8eee1d3f1c63efb5a3b42da387ca1d87b77b0f486e8443201fcb37                        2 minutes ago       Running             headlamp                  0                   c8f7c5527f3a1       headlamp-7867546754-p5p9g
	10581339cd459       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:507b9d2f77a65700ff2462a02aa2c83780ff74ecb06c9275c5b5b9b1fa44269b                 3 minutes ago       Running             gcp-auth                  0                   0135014c6be54       gcp-auth-5db96cd9b4-twkr2
	aac057ac3d8b3       docker.io/marcnuri/yakd@sha256:8ebd1692ed5271719f13b728d9af7acb839aa04821e931c8993d908ad68b69fd                              4 minutes ago       Running             yakd                      0                   98accc5d3e85e       yakd-dashboard-799879c74f-7xh77
	3706ab93fbb4e       registry.k8s.io/metrics-server/metrics-server@sha256:31f034feb3f16062e93be7c40efc596553c89de172e2e412e588f02382388872        4 minutes ago       Running             metrics-server            0                   70ab34b41074d       metrics-server-c59844bb4-fkdf5
	5a185a4c2527f       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:35379defc3e7025b1c00d37092f560ce87d06ea5ab35d04ff8a0cf22d316bcf2   4 minutes ago       Exited              patch                     0                   52f13902dd8f0       ingress-nginx-admission-patch-txvvr
	8a6e3747035b1       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:35379defc3e7025b1c00d37092f560ce87d06ea5ab35d04ff8a0cf22d316bcf2   4 minutes ago       Exited              create                    0                   fca242b5a5b2d       ingress-nginx-admission-create-mt862
	1baf60c01a034       cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797ed5bc34fcc6bb4                                                             4 minutes ago       Running             coredns                   0                   43acc6c4b0050       coredns-7db6d8ff4d-2bvjm
	50e5bca1309a3       6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562                                                             4 minutes ago       Running             storage-provisioner       0                   a90bc11c73ad4       storage-provisioner
	63eee1c50dd7c       5cc3abe5717dbf8e0db6fc2e890c3f82fe95e2ce5c5d7320f98a5b71c767d42f                                                             5 minutes ago       Running             kindnet-cni               0                   f80bfc3e50bdf       kindnet-c7msl
	1501ba6c380e9       55bb025d2cfa592b9381d01e122e72a1ed4b29ca32f86b7d289d99da794784d1                                                             5 minutes ago       Running             kube-proxy                0                   2f0c8c87af1bf       kube-proxy-d62n4
	957f6717a49d1       3edc18e7b76722eb2eb37a0858c09caacbd422d6e0cae4c2e5ce67bc9a9795e2                                                             5 minutes ago       Running             kube-scheduler            0                   3dae29a1d5abb       kube-scheduler-addons-464709
	5bba3fba41727       1f6d574d502f3b61c851b1bbd4ef2a964ce4c70071dd8da556f2d490d36b095d                                                             5 minutes ago       Running             kube-apiserver            0                   9aec12fab38d3       kube-apiserver-addons-464709
	cfe8184b75626       76932a3b37d7eb138c8f47c9a2b4218f0466dd273badf856f2ce2f0277e15b5e                                                             5 minutes ago       Running             kube-controller-manager   0                   6189f9d1dd7e3       kube-controller-manager-addons-464709
	dba289ec290df       3861cfcd7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899                                                             5 minutes ago       Running             etcd                      0                   f785789e9471d       etcd-addons-464709
	
	
	==> coredns [1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24] <==
	[INFO] 10.244.0.18:57881 - 45188 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000057204s
	[INFO] 10.244.0.18:38465 - 17744 "A IN registry.kube-system.svc.cluster.local.us-central1-a.c.k8s-minikube.internal. udp 94 false 512" NXDOMAIN qr,rd,ra 94 0.003528193s
	[INFO] 10.244.0.18:38465 - 37458 "AAAA IN registry.kube-system.svc.cluster.local.us-central1-a.c.k8s-minikube.internal. udp 94 false 512" NXDOMAIN qr,rd,ra 94 0.008517865s
	[INFO] 10.244.0.18:52477 - 49414 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.006294321s
	[INFO] 10.244.0.18:52477 - 49674 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.006778786s
	[INFO] 10.244.0.18:49189 - 9419 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.005134888s
	[INFO] 10.244.0.18:49189 - 26582 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.006680087s
	[INFO] 10.244.0.18:45690 - 27245 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000067779s
	[INFO] 10.244.0.18:45690 - 28520 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000105604s
	[INFO] 10.244.0.21:36744 - 34607 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000156194s
	[INFO] 10.244.0.21:46291 - 10675 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000204478s
	[INFO] 10.244.0.21:41043 - 43213 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000104748s
	[INFO] 10.244.0.21:35558 - 55662 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000120057s
	[INFO] 10.244.0.21:55059 - 38269 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000098165s
	[INFO] 10.244.0.21:32799 - 64897 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000126s
	[INFO] 10.244.0.21:60096 - 51267 "A IN storage.googleapis.com.us-central1-a.c.k8s-minikube.internal. udp 89 false 1232" NXDOMAIN qr,rd,ra 78 0.004933705s
	[INFO] 10.244.0.21:57573 - 25478 "AAAA IN storage.googleapis.com.us-central1-a.c.k8s-minikube.internal. udp 89 false 1232" NXDOMAIN qr,rd,ra 78 0.004993833s
	[INFO] 10.244.0.21:45893 - 19034 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.006625126s
	[INFO] 10.244.0.21:47906 - 19489 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.007025285s
	[INFO] 10.244.0.21:59697 - 53440 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.005825436s
	[INFO] 10.244.0.21:46736 - 20332 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.005847811s
	[INFO] 10.244.0.21:35410 - 33751 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.000868825s
	[INFO] 10.244.0.21:38234 - 28874 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001025245s
	[INFO] 10.244.0.25:51973 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000200546s
	[INFO] 10.244.0.25:39107 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000114819s
	
	
	==> describe nodes <==
	Name:               addons-464709
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-464709
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=405f18a5a62536f49733886cdc838e8ec36975de
	                    minikube.k8s.io/name=addons-464709
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_07_19T14_21_15_0700
	                    minikube.k8s.io/version=v1.33.1
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-464709
	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:  Fri, 19 Jul 2024 14:21:12 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-464709
	  AcquireTime:     <unset>
	  RenewTime:       Fri, 19 Jul 2024 14:26:41 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Fri, 19 Jul 2024 14:24:48 +0000   Fri, 19 Jul 2024 14:21:10 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Fri, 19 Jul 2024 14:24:48 +0000   Fri, 19 Jul 2024 14:21:10 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Fri, 19 Jul 2024 14:24:48 +0000   Fri, 19 Jul 2024 14:21:10 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Fri, 19 Jul 2024 14:24:48 +0000   Fri, 19 Jul 2024 14:22:13 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-464709
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859324Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859324Ki
	  pods:               110
	System Info:
	  Machine ID:                 525467d931584c66975a76b168191877
	  System UUID:                225e0995-edac-42b6-b1ba-a264ecaeb670
	  Boot ID:                    ca976b89-b33f-4bb0-a664-24c88d83bad8
	  Kernel Version:             5.15.0-1062-gcp
	  OS Image:                   Ubuntu 22.04.4 LTS
	  Operating System:           linux
	  Architecture:               amd64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.30.3
	  Kube-Proxy Version:         v1.30.3
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (14 in total)
	  Namespace                   Name                                     CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                     ------------  ----------  ---------------  -------------  ---
	  default                     hello-world-app-6778b5fc9f-fz89w         0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         11s
	  default                     nginx                                    0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         2m29s
	  gcp-auth                    gcp-auth-5db96cd9b4-twkr2                0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m8s
	  headlamp                    headlamp-7867546754-p5p9g                0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         2m51s
	  kube-system                 coredns-7db6d8ff4d-2bvjm                 100m (1%!)(MISSING)     0 (0%!)(MISSING)      70Mi (0%!)(MISSING)        170Mi (0%!)(MISSING)     5m17s
	  kube-system                 etcd-addons-464709                       100m (1%!)(MISSING)     0 (0%!)(MISSING)      100Mi (0%!)(MISSING)       0 (0%!)(MISSING)         5m32s
	  kube-system                 kindnet-c7msl                            100m (1%!)(MISSING)     100m (1%!)(MISSING)   50Mi (0%!)(MISSING)        50Mi (0%!)(MISSING)      5m17s
	  kube-system                 kube-apiserver-addons-464709             250m (3%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m32s
	  kube-system                 kube-controller-manager-addons-464709    200m (2%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m32s
	  kube-system                 kube-proxy-d62n4                         0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m17s
	  kube-system                 kube-scheduler-addons-464709             100m (1%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m32s
	  kube-system                 metrics-server-c59844bb4-fkdf5           100m (1%!)(MISSING)     0 (0%!)(MISSING)      200Mi (0%!)(MISSING)       0 (0%!)(MISSING)         5m14s
	  kube-system                 storage-provisioner                      0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m13s
	  yakd-dashboard              yakd-dashboard-799879c74f-7xh77          0 (0%!)(MISSING)        0 (0%!)(MISSING)      128Mi (0%!)(MISSING)       256Mi (0%!)(MISSING)     5m13s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (11%!)(MISSING)  100m (1%!)(MISSING)
	  memory             548Mi (1%!)(MISSING)  476Mi (1%!)(MISSING)
	  ephemeral-storage  0 (0%!)(MISSING)      0 (0%!)(MISSING)
	  hugepages-1Gi      0 (0%!)(MISSING)      0 (0%!)(MISSING)
	  hugepages-2Mi      0 (0%!)(MISSING)      0 (0%!)(MISSING)
	Events:
	  Type    Reason                   Age    From             Message
	  ----    ------                   ----   ----             -------
	  Normal  Starting                 5m13s  kube-proxy       
	  Normal  Starting                 5m32s  kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  5m32s  kubelet          Node addons-464709 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    5m32s  kubelet          Node addons-464709 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     5m32s  kubelet          Node addons-464709 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           5m19s  node-controller  Node addons-464709 event: Registered Node addons-464709 in Controller
	  Normal  NodeReady                4m33s  kubelet          Node addons-464709 status is now: NodeReady
	
	
	==> dmesg <==
	[  +0.000787] platform eisa.0: Cannot allocate resource for EISA slot 5
	[  +0.001399] platform eisa.0: Cannot allocate resource for EISA slot 6
	[  +0.001994] platform eisa.0: Cannot allocate resource for EISA slot 7
	[  +0.000001] platform eisa.0: Cannot allocate resource for EISA slot 8
	[  +0.627088] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
	[  +0.049686] systemd[1]: /lib/systemd/system/cloud-init-local.service:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.006948] systemd[1]: /lib/systemd/system/cloud-init.service:19: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.014680] systemd[1]: /lib/systemd/system/cloud-final.service:9: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.002596] systemd[1]: /lib/systemd/system/cloud-config.service:8: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.015008] systemd[1]: /lib/systemd/system/cloud-init.target:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +7.389392] kauditd_printk_skb: 46 callbacks suppressed
	[Jul19 14:24] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000008] ll header: 00000000: d2 9f ff 5a a0 c3 0e 9f 89 2f 35 dd 08 00
	[  +1.003398] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000026] ll header: 00000000: d2 9f ff 5a a0 c3 0e 9f 89 2f 35 dd 08 00
	[  +2.015796] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000005] ll header: 00000000: d2 9f ff 5a a0 c3 0e 9f 89 2f 35 dd 08 00
	[  +4.031566] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000025] ll header: 00000000: d2 9f ff 5a a0 c3 0e 9f 89 2f 35 dd 08 00
	[  +8.191125] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000008] ll header: 00000000: d2 9f ff 5a a0 c3 0e 9f 89 2f 35 dd 08 00
	[ +16.126381] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: d2 9f ff 5a a0 c3 0e 9f 89 2f 35 dd 08 00
	[Jul19 14:25] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: d2 9f ff 5a a0 c3 0e 9f 89 2f 35 dd 08 00
	
	
	==> etcd [dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d] <==
	{"level":"info","ts":"2024-07-19T14:21:31.53357Z","caller":"traceutil/trace.go:171","msg":"trace[1295587820] transaction","detail":"{read_only:false; response_revision:394; number_of_response:1; }","duration":"104.760684ms","start":"2024-07-19T14:21:31.428793Z","end":"2024-07-19T14:21:31.533553Z","steps":["trace[1295587820] 'process raft request'  (duration: 93.068553ms)","trace[1295587820] 'compare'  (duration: 10.942729ms)"],"step_count":2}
	{"level":"warn","ts":"2024-07-19T14:21:31.616227Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"187.878128ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-07-19T14:21:31.616531Z","caller":"traceutil/trace.go:171","msg":"trace[153147538] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:399; }","duration":"188.209544ms","start":"2024-07-19T14:21:31.428304Z","end":"2024-07-19T14:21:31.616513Z","steps":["trace[153147538] 'agreement among raft nodes before linearized reading'  (duration: 187.878004ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-19T14:21:31.617017Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"101.184441ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/events/kube-system/coredns-7db6d8ff4d-2bvjm.17e3a32b9eb4454b\" ","response":"range_response_count:1 size:844"}
	{"level":"info","ts":"2024-07-19T14:21:31.620551Z","caller":"traceutil/trace.go:171","msg":"trace[1344176442] range","detail":"{range_begin:/registry/events/kube-system/coredns-7db6d8ff4d-2bvjm.17e3a32b9eb4454b; range_end:; response_count:1; response_revision:400; }","duration":"104.730591ms","start":"2024-07-19T14:21:31.515793Z","end":"2024-07-19T14:21:31.620523Z","steps":["trace[1344176442] 'agreement among raft nodes before linearized reading'  (duration: 101.167643ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-19T14:21:31.619801Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"103.881152ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/kube-ingress-dns-minikube\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-07-19T14:21:31.620782Z","caller":"traceutil/trace.go:171","msg":"trace[1340175991] range","detail":"{range_begin:/registry/pods/kube-system/kube-ingress-dns-minikube; range_end:; response_count:0; response_revision:400; }","duration":"104.884375ms","start":"2024-07-19T14:21:31.515888Z","end":"2024-07-19T14:21:31.620772Z","steps":["trace[1340175991] 'agreement among raft nodes before linearized reading'  (duration: 103.891256ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-19T14:21:31.825522Z","caller":"traceutil/trace.go:171","msg":"trace[952451305] linearizableReadLoop","detail":"{readStateIndex:421; appliedIndex:419; }","duration":"107.821153ms","start":"2024-07-19T14:21:31.717684Z","end":"2024-07-19T14:21:31.825505Z","steps":["trace[952451305] 'read index received'  (duration: 17.62729ms)","trace[952451305] 'applied index is now lower than readState.Index'  (duration: 90.193295ms)"],"step_count":2}
	{"level":"info","ts":"2024-07-19T14:21:31.916114Z","caller":"traceutil/trace.go:171","msg":"trace[1026765924] transaction","detail":"{read_only:false; response_revision:406; number_of_response:1; }","duration":"198.965304ms","start":"2024-07-19T14:21:31.717134Z","end":"2024-07-19T14:21:31.9161Z","steps":["trace[1026765924] 'process raft request'  (duration: 107.940529ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-19T14:21:31.916291Z","caller":"traceutil/trace.go:171","msg":"trace[190257193] transaction","detail":"{read_only:false; response_revision:408; number_of_response:1; }","duration":"180.054841ms","start":"2024-07-19T14:21:31.736228Z","end":"2024-07-19T14:21:31.916283Z","steps":["trace[190257193] 'process raft request'  (duration: 179.685675ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-19T14:21:31.91612Z","caller":"traceutil/trace.go:171","msg":"trace[520382469] transaction","detail":"{read_only:false; response_revision:411; number_of_response:1; }","duration":"100.12784ms","start":"2024-07-19T14:21:31.815979Z","end":"2024-07-19T14:21:31.916107Z","steps":["trace[520382469] 'process raft request'  (duration: 100.101272ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-19T14:21:31.916484Z","caller":"traceutil/trace.go:171","msg":"trace[1600990560] transaction","detail":"{read_only:false; response_revision:410; number_of_response:1; }","duration":"100.55007ms","start":"2024-07-19T14:21:31.81593Z","end":"2024-07-19T14:21:31.91648Z","steps":["trace[1600990560] 'process raft request'  (duration: 100.120275ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-19T14:21:31.916465Z","caller":"traceutil/trace.go:171","msg":"trace[455642218] transaction","detail":"{read_only:false; response_revision:409; number_of_response:1; }","duration":"100.91335ms","start":"2024-07-19T14:21:31.815544Z","end":"2024-07-19T14:21:31.916458Z","steps":["trace[455642218] 'process raft request'  (duration: 100.466015ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-19T14:21:31.916963Z","caller":"traceutil/trace.go:171","msg":"trace[1773525381] transaction","detail":"{read_only:false; response_revision:407; number_of_response:1; }","duration":"199.514212ms","start":"2024-07-19T14:21:31.717441Z","end":"2024-07-19T14:21:31.916956Z","steps":["trace[1773525381] 'process raft request'  (duration: 107.997889ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-19T14:21:31.918247Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"200.543076ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
	{"level":"info","ts":"2024-07-19T14:21:31.91833Z","caller":"traceutil/trace.go:171","msg":"trace[694680092] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:411; }","duration":"200.661127ms","start":"2024-07-19T14:21:31.717658Z","end":"2024-07-19T14:21:31.918319Z","steps":["trace[694680092] 'agreement among raft nodes before linearized reading'  (duration: 200.478222ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-19T14:21:32.015871Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"284.796529ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/ranges/servicenodeports\" ","response":"range_response_count:1 size:240"}
	{"level":"info","ts":"2024-07-19T14:21:32.028652Z","caller":"traceutil/trace.go:171","msg":"trace[1950847751] range","detail":"{range_begin:/registry/ranges/servicenodeports; range_end:; response_count:1; response_revision:411; }","duration":"297.573723ms","start":"2024-07-19T14:21:31.731053Z","end":"2024-07-19T14:21:32.028627Z","steps":["trace[1950847751] 'agreement among raft nodes before linearized reading'  (duration: 199.956732ms)","trace[1950847751] 'range keys from in-memory index tree'  (duration: 84.790217ms)"],"step_count":2}
	{"level":"info","ts":"2024-07-19T14:21:32.030512Z","caller":"traceutil/trace.go:171","msg":"trace[952325460] transaction","detail":"{read_only:false; response_revision:413; number_of_response:1; }","duration":"103.366327ms","start":"2024-07-19T14:21:31.927132Z","end":"2024-07-19T14:21:32.030499Z","steps":["trace[952325460] 'process raft request'  (duration: 103.15159ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-19T14:21:32.031404Z","caller":"traceutil/trace.go:171","msg":"trace[2114176991] transaction","detail":"{read_only:false; response_revision:414; number_of_response:1; }","duration":"101.096909ms","start":"2024-07-19T14:21:31.930292Z","end":"2024-07-19T14:21:32.031389Z","steps":["trace[2114176991] 'process raft request'  (duration: 100.072371ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-19T14:21:32.031508Z","caller":"traceutil/trace.go:171","msg":"trace[974738358] transaction","detail":"{read_only:false; response_revision:416; number_of_response:1; }","duration":"106.368827ms","start":"2024-07-19T14:21:31.925132Z","end":"2024-07-19T14:21:32.0315Z","steps":["trace[974738358] 'process raft request'  (duration: 105.31799ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-19T14:21:32.031716Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"115.753168ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-464709\" ","response":"range_response_count:1 size:5654"}
	{"level":"info","ts":"2024-07-19T14:21:32.035305Z","caller":"traceutil/trace.go:171","msg":"trace[821984722] range","detail":"{range_begin:/registry/minions/addons-464709; range_end:; response_count:1; response_revision:416; }","duration":"119.37081ms","start":"2024-07-19T14:21:31.915917Z","end":"2024-07-19T14:21:32.035288Z","steps":["trace[821984722] 'agreement among raft nodes before linearized reading'  (duration: 115.751115ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-19T14:21:33.038034Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"100.243055ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
	{"level":"info","ts":"2024-07-19T14:21:33.038108Z","caller":"traceutil/trace.go:171","msg":"trace[365572615] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:502; }","duration":"100.325658ms","start":"2024-07-19T14:21:32.937766Z","end":"2024-07-19T14:21:33.038092Z","steps":["trace[365572615] 'agreement among raft nodes before linearized reading'  (duration: 100.077178ms)"],"step_count":1}
	
	
	==> gcp-auth [10581339cd459e38c376a6a7a42ea9a5187eb8f76bfe1fa58cfd85d46b8f1f03] <==
	2024/07/19 14:23:04 GCP Auth Webhook started!
	2024/07/19 14:23:44 Ready to marshal response ...
	2024/07/19 14:23:44 Ready to write response ...
	2024/07/19 14:23:44 Ready to marshal response ...
	2024/07/19 14:23:44 Ready to write response ...
	2024/07/19 14:23:53 Ready to marshal response ...
	2024/07/19 14:23:53 Ready to write response ...
	2024/07/19 14:23:54 Ready to marshal response ...
	2024/07/19 14:23:54 Ready to write response ...
	2024/07/19 14:23:55 Ready to marshal response ...
	2024/07/19 14:23:55 Ready to write response ...
	2024/07/19 14:23:55 Ready to marshal response ...
	2024/07/19 14:23:55 Ready to write response ...
	2024/07/19 14:23:55 Ready to marshal response ...
	2024/07/19 14:23:55 Ready to write response ...
	2024/07/19 14:24:02 Ready to marshal response ...
	2024/07/19 14:24:02 Ready to write response ...
	2024/07/19 14:24:12 Ready to marshal response ...
	2024/07/19 14:24:12 Ready to write response ...
	2024/07/19 14:24:17 Ready to marshal response ...
	2024/07/19 14:24:17 Ready to write response ...
	2024/07/19 14:24:35 Ready to marshal response ...
	2024/07/19 14:24:35 Ready to write response ...
	2024/07/19 14:26:35 Ready to marshal response ...
	2024/07/19 14:26:35 Ready to write response ...
	
	
	==> kernel <==
	 14:26:46 up 9 min,  0 users,  load average: 0.30, 0.86, 0.52
	Linux addons-464709 5.15.0-1062-gcp #70~20.04.1-Ubuntu SMP Fri May 24 20:12:18 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.4 LTS"
	
	
	==> kindnet [63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6] <==
	I0719 14:25:32.618791       1 main.go:303] handling current node
	W0719 14:25:41.796536       1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
	E0719 14:25:41.796575       1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
	I0719 14:25:42.618651       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0719 14:25:42.618682       1 main.go:303] handling current node
	W0719 14:25:43.676652       1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
	E0719 14:25:43.676680       1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
	I0719 14:25:52.618259       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0719 14:25:52.618288       1 main.go:303] handling current node
	W0719 14:26:00.501254       1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
	E0719 14:26:00.501298       1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
	I0719 14:26:02.618835       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0719 14:26:02.618866       1 main.go:303] handling current node
	I0719 14:26:12.618214       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0719 14:26:12.618251       1 main.go:303] handling current node
	I0719 14:26:22.617839       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0719 14:26:22.617877       1 main.go:303] handling current node
	W0719 14:26:24.391411       1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
	E0719 14:26:24.391452       1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
	I0719 14:26:32.618609       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0719 14:26:32.618646       1 main.go:303] handling current node
	W0719 14:26:40.506427       1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
	E0719 14:26:40.506464       1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
	I0719 14:26:42.618095       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0719 14:26:42.618125       1 main.go:303] handling current node
	
	
	==> kube-apiserver [5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c] <==
	E0719 14:23:54.653227       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0719 14:23:54.658743       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0719 14:23:54.664340       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	I0719 14:23:55.069842       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.100.85.37"}
	E0719 14:24:09.665033       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	I0719 14:24:13.935647       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	E0719 14:24:14.769352       1 upgradeaware.go:427] Error proxying data from client to backend: read tcp 192.168.49.2:8443->10.244.0.28:53006: read: connection reset by peer
	I0719 14:24:16.906514       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0719 14:24:17.077905       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.103.69.122"}
	I0719 14:24:42.394482       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0719 14:24:43.410156       1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0719 14:24:51.426169       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0719 14:24:51.426227       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0719 14:24:51.441226       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0719 14:24:51.441354       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0719 14:24:51.441887       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0719 14:24:51.441930       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0719 14:24:51.451788       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0719 14:24:51.451833       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0719 14:24:51.464547       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0719 14:24:51.464672       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0719 14:24:52.442903       1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0719 14:24:52.464827       1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0719 14:24:52.470783       1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0719 14:26:35.747142       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.105.27.78"}
	
	
	==> kube-controller-manager [cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00] <==
	W0719 14:25:37.219419       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:25:37.219451       1 reflector.go:150] 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
	W0719 14:25:52.823663       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:25:52.823698       1 reflector.go:150] 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
	W0719 14:25:55.892445       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:25:55.892485       1 reflector.go:150] 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
	W0719 14:26:05.299022       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:26:05.299059       1 reflector.go:150] 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
	W0719 14:26:12.323416       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:26:12.323454       1 reflector.go:150] 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
	W0719 14:26:31.714662       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:26:31.714697       1 reflector.go:150] 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
	I0719 14:26:35.603341       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="17.546127ms"
	I0719 14:26:35.607920       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="4.4544ms"
	I0719 14:26:35.607999       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="42.064µs"
	I0719 14:26:35.611908       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="40.624µs"
	I0719 14:26:37.951961       1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
	I0719 14:26:37.954884       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-6d9bd977d4" duration="5.113µs"
	I0719 14:26:37.956061       1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
	I0719 14:26:38.442887       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="4.915101ms"
	I0719 14:26:38.442967       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="45.319µs"
	W0719 14:26:42.375697       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:26:42.375746       1 reflector.go:150] 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
	W0719 14:26:44.772389       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:26:44.772426       1 reflector.go:150] 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
	
	
	==> kube-proxy [1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77] <==
	I0719 14:21:31.541011       1 server_linux.go:69] "Using iptables proxy"
	I0719 14:21:32.117848       1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	I0719 14:21:33.039252       1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0719 14:21:33.039310       1 server_linux.go:165] "Using iptables Proxier"
	I0719 14:21:33.121172       1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
	I0719 14:21:33.121274       1 server_linux.go:528] "Defaulting to no-op detect-local"
	I0719 14:21:33.121328       1 proxier.go:243] "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"
	I0719 14:21:33.121596       1 server.go:872] "Version info" version="v1.30.3"
	I0719 14:21:33.122001       1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0719 14:21:33.123336       1 config.go:192] "Starting service config controller"
	I0719 14:21:33.124579       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0719 14:21:33.123847       1 config.go:101] "Starting endpoint slice config controller"
	I0719 14:21:33.124700       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0719 14:21:33.124292       1 config.go:319] "Starting node config controller"
	I0719 14:21:33.124752       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0719 14:21:33.224751       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0719 14:21:33.224819       1 shared_informer.go:320] Caches are synced for node config
	I0719 14:21:33.224862       1 shared_informer.go:320] Caches are synced for service config
	
	
	==> kube-scheduler [957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e] <==
	W0719 14:21:12.032635       1 reflector.go:547] 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
	E0719 14:21:12.032657       1 reflector.go:150] 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
	W0719 14:21:12.032693       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	E0719 14:21:12.032714       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	W0719 14:21:12.032752       1 reflector.go:547] 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
	E0719 14:21:12.032773       1 reflector.go:150] 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
	W0719 14:21:12.032794       1 reflector.go:547] runtime/asm_amd64.s:1695: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	E0719 14:21:12.032825       1 reflector.go:150] runtime/asm_amd64.s:1695: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	W0719 14:21:12.032801       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	E0719 14:21:12.032868       1 reflector.go:150] 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
	W0719 14:21:12.840191       1 reflector.go:547] 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
	E0719 14:21:12.840234       1 reflector.go:150] 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
	W0719 14:21:12.913469       1 reflector.go:547] 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
	E0719 14:21:12.913505       1 reflector.go:150] 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
	W0719 14:21:13.059270       1 reflector.go:547] 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
	E0719 14:21:13.059310       1 reflector.go:150] 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
	W0719 14:21:13.137691       1 reflector.go:547] runtime/asm_amd64.s:1695: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	E0719 14:21:13.137720       1 reflector.go:150] runtime/asm_amd64.s:1695: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	W0719 14:21:13.143837       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	E0719 14:21:13.143872       1 reflector.go:150] 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
	W0719 14:21:13.163847       1 reflector.go:547] 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
	E0719 14:21:13.163880       1 reflector.go:150] 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
	W0719 14:21:13.173165       1 reflector.go:547] 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
	E0719 14:21:13.173196       1 reflector.go:150] 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
	I0719 14:21:15.830531       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Jul 19 14:26:35 addons-464709 kubelet[1744]: I0719 14:26:35.603496    1744 memory_manager.go:354] "RemoveStaleState removing state" podUID="9a73d20c-478e-4176-8f2c-3ce7c4a36211" containerName="task-pv-container"
	Jul 19 14:26:35 addons-464709 kubelet[1744]: I0719 14:26:35.726743    1744 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/18389bdb-7d3d-4c92-b21b-f4245400dcdd-gcp-creds\") pod \"hello-world-app-6778b5fc9f-fz89w\" (UID: \"18389bdb-7d3d-4c92-b21b-f4245400dcdd\") " pod="default/hello-world-app-6778b5fc9f-fz89w"
	Jul 19 14:26:35 addons-464709 kubelet[1744]: I0719 14:26:35.726822    1744 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-hshfx\" (UniqueName: \"kubernetes.io/projected/18389bdb-7d3d-4c92-b21b-f4245400dcdd-kube-api-access-hshfx\") pod \"hello-world-app-6778b5fc9f-fz89w\" (UID: \"18389bdb-7d3d-4c92-b21b-f4245400dcdd\") " pod="default/hello-world-app-6778b5fc9f-fz89w"
	Jul 19 14:26:36 addons-464709 kubelet[1744]: I0719 14:26:36.632616    1744 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-tbc2k\" (UniqueName: \"kubernetes.io/projected/9be0ad54-98bc-4be2-b56d-54897545fb8d-kube-api-access-tbc2k\") pod \"9be0ad54-98bc-4be2-b56d-54897545fb8d\" (UID: \"9be0ad54-98bc-4be2-b56d-54897545fb8d\") "
	Jul 19 14:26:36 addons-464709 kubelet[1744]: I0719 14:26:36.634458    1744 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/9be0ad54-98bc-4be2-b56d-54897545fb8d-kube-api-access-tbc2k" (OuterVolumeSpecName: "kube-api-access-tbc2k") pod "9be0ad54-98bc-4be2-b56d-54897545fb8d" (UID: "9be0ad54-98bc-4be2-b56d-54897545fb8d"). InnerVolumeSpecName "kube-api-access-tbc2k". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Jul 19 14:26:36 addons-464709 kubelet[1744]: I0719 14:26:36.733134    1744 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-tbc2k\" (UniqueName: \"kubernetes.io/projected/9be0ad54-98bc-4be2-b56d-54897545fb8d-kube-api-access-tbc2k\") on node \"addons-464709\" DevicePath \"\""
	Jul 19 14:26:37 addons-464709 kubelet[1744]: I0719 14:26:37.425064    1744 scope.go:117] "RemoveContainer" containerID="5cf6a69aee8ab8d7ab2adb326d04916bf4d453089e8e73c127f90465f83d68b8"
	Jul 19 14:26:37 addons-464709 kubelet[1744]: I0719 14:26:37.467971    1744 scope.go:117] "RemoveContainer" containerID="5cf6a69aee8ab8d7ab2adb326d04916bf4d453089e8e73c127f90465f83d68b8"
	Jul 19 14:26:37 addons-464709 kubelet[1744]: E0719 14:26:37.468462    1744 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"5cf6a69aee8ab8d7ab2adb326d04916bf4d453089e8e73c127f90465f83d68b8\": container with ID starting with 5cf6a69aee8ab8d7ab2adb326d04916bf4d453089e8e73c127f90465f83d68b8 not found: ID does not exist" containerID="5cf6a69aee8ab8d7ab2adb326d04916bf4d453089e8e73c127f90465f83d68b8"
	Jul 19 14:26:37 addons-464709 kubelet[1744]: I0719 14:26:37.468506    1744 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"5cf6a69aee8ab8d7ab2adb326d04916bf4d453089e8e73c127f90465f83d68b8"} err="failed to get container status \"5cf6a69aee8ab8d7ab2adb326d04916bf4d453089e8e73c127f90465f83d68b8\": rpc error: code = NotFound desc = could not find container \"5cf6a69aee8ab8d7ab2adb326d04916bf4d453089e8e73c127f90465f83d68b8\": container with ID starting with 5cf6a69aee8ab8d7ab2adb326d04916bf4d453089e8e73c127f90465f83d68b8 not found: ID does not exist"
	Jul 19 14:26:38 addons-464709 kubelet[1744]: I0719 14:26:38.358329    1744 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="8da4562f-e601-4470-9c6f-4097e829d1a9" path="/var/lib/kubelet/pods/8da4562f-e601-4470-9c6f-4097e829d1a9/volumes"
	Jul 19 14:26:38 addons-464709 kubelet[1744]: I0719 14:26:38.358653    1744 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="9be0ad54-98bc-4be2-b56d-54897545fb8d" path="/var/lib/kubelet/pods/9be0ad54-98bc-4be2-b56d-54897545fb8d/volumes"
	Jul 19 14:26:38 addons-464709 kubelet[1744]: I0719 14:26:38.359005    1744 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="f4c43c2c-8945-4df6-80de-d29eebbc9ffe" path="/var/lib/kubelet/pods/f4c43c2c-8945-4df6-80de-d29eebbc9ffe/volumes"
	Jul 19 14:26:38 addons-464709 kubelet[1744]: I0719 14:26:38.438208    1744 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-6778b5fc9f-fz89w" podStartSLOduration=1.886583366 podStartE2EDuration="3.438188665s" podCreationTimestamp="2024-07-19 14:26:35 +0000 UTC" firstStartedPulling="2024-07-19 14:26:35.950158757 +0000 UTC m=+321.768768630" lastFinishedPulling="2024-07-19 14:26:37.501764057 +0000 UTC m=+323.320373929" observedRunningTime="2024-07-19 14:26:38.437703729 +0000 UTC m=+324.256313609" watchObservedRunningTime="2024-07-19 14:26:38.438188665 +0000 UTC m=+324.256798545"
	Jul 19 14:26:41 addons-464709 kubelet[1744]: I0719 14:26:41.265829    1744 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-slrnx\" (UniqueName: \"kubernetes.io/projected/3192caee-bd49-41f1-aa33-c6911afe39bb-kube-api-access-slrnx\") pod \"3192caee-bd49-41f1-aa33-c6911afe39bb\" (UID: \"3192caee-bd49-41f1-aa33-c6911afe39bb\") "
	Jul 19 14:26:41 addons-464709 kubelet[1744]: I0719 14:26:41.265873    1744 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/3192caee-bd49-41f1-aa33-c6911afe39bb-webhook-cert\") pod \"3192caee-bd49-41f1-aa33-c6911afe39bb\" (UID: \"3192caee-bd49-41f1-aa33-c6911afe39bb\") "
	Jul 19 14:26:41 addons-464709 kubelet[1744]: I0719 14:26:41.267704    1744 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/3192caee-bd49-41f1-aa33-c6911afe39bb-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "3192caee-bd49-41f1-aa33-c6911afe39bb" (UID: "3192caee-bd49-41f1-aa33-c6911afe39bb"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
	Jul 19 14:26:41 addons-464709 kubelet[1744]: I0719 14:26:41.267710    1744 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/3192caee-bd49-41f1-aa33-c6911afe39bb-kube-api-access-slrnx" (OuterVolumeSpecName: "kube-api-access-slrnx") pod "3192caee-bd49-41f1-aa33-c6911afe39bb" (UID: "3192caee-bd49-41f1-aa33-c6911afe39bb"). InnerVolumeSpecName "kube-api-access-slrnx". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Jul 19 14:26:41 addons-464709 kubelet[1744]: I0719 14:26:41.366290    1744 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-slrnx\" (UniqueName: \"kubernetes.io/projected/3192caee-bd49-41f1-aa33-c6911afe39bb-kube-api-access-slrnx\") on node \"addons-464709\" DevicePath \"\""
	Jul 19 14:26:41 addons-464709 kubelet[1744]: I0719 14:26:41.366326    1744 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/3192caee-bd49-41f1-aa33-c6911afe39bb-webhook-cert\") on node \"addons-464709\" DevicePath \"\""
	Jul 19 14:26:41 addons-464709 kubelet[1744]: I0719 14:26:41.436270    1744 scope.go:117] "RemoveContainer" containerID="639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e"
	Jul 19 14:26:41 addons-464709 kubelet[1744]: I0719 14:26:41.450021    1744 scope.go:117] "RemoveContainer" containerID="639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e"
	Jul 19 14:26:41 addons-464709 kubelet[1744]: E0719 14:26:41.450360    1744 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e\": container with ID starting with 639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e not found: ID does not exist" containerID="639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e"
	Jul 19 14:26:41 addons-464709 kubelet[1744]: I0719 14:26:41.450388    1744 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e"} err="failed to get container status \"639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e\": rpc error: code = NotFound desc = could not find container \"639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e\": container with ID starting with 639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e not found: ID does not exist"
	Jul 19 14:26:42 addons-464709 kubelet[1744]: I0719 14:26:42.358449    1744 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="3192caee-bd49-41f1-aa33-c6911afe39bb" path="/var/lib/kubelet/pods/3192caee-bd49-41f1-aa33-c6911afe39bb/volumes"
	
	
	==> storage-provisioner [50e5bca1309a39a02eff747b860acd6be0c370bc7d3c7c87be33a266e92a199b] <==
	I0719 14:22:13.864595       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0719 14:22:13.916740       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0719 14:22:13.916774       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0719 14:22:13.928132       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0719 14:22:13.928352       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-464709_71a26017-0f56-439d-b0d3-23ccea0045cf!
	I0719 14:22:13.928583       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"c43f6ce1-f25e-4b17-ba9f-995373aae805", APIVersion:"v1", ResourceVersion:"925", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-464709_71a26017-0f56-439d-b0d3-23ccea0045cf became leader
	I0719 14:22:14.028964       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-464709_71a26017-0f56-439d-b0d3-23ccea0045cf!
	

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

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (324.33s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:409: metrics-server stabilized in 2.366039ms
addons_test.go:411: (dbg) TestAddons/parallel/MetricsServer: waiting 6m0s for pods matching "k8s-app=metrics-server" in namespace "kube-system" ...
helpers_test.go:344: "metrics-server-c59844bb4-fkdf5" [a0460895-0444-406c-85e8-ee911b864282] Running
addons_test.go:411: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 6.005490918s
addons_test.go:417: (dbg) Run:  kubectl --context addons-464709 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-464709 top pods -n kube-system: exit status 1 (63.316052ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-2bvjm, age: 2m27.460035667s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-464709 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-464709 top pods -n kube-system: exit status 1 (84.342231ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-2bvjm, age: 2m29.677628077s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-464709 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-464709 top pods -n kube-system: exit status 1 (66.027489ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-2bvjm, age: 2m32.653633451s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-464709 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-464709 top pods -n kube-system: exit status 1 (71.691788ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-2bvjm, age: 2m38.860079983s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-464709 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-464709 top pods -n kube-system: exit status 1 (70.864451ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-2bvjm, age: 2m49.701008984s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-464709 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-464709 top pods -n kube-system: exit status 1 (66.166883ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-2bvjm, age: 3m6.42648596s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-464709 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-464709 top pods -n kube-system: exit status 1 (63.340778ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-2bvjm, age: 3m34.153634851s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-464709 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-464709 top pods -n kube-system: exit status 1 (60.320765ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-2bvjm, age: 4m2.896720321s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-464709 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-464709 top pods -n kube-system: exit status 1 (63.206622ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-2bvjm, age: 5m6.265018231s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-464709 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-464709 top pods -n kube-system: exit status 1 (62.371718ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-2bvjm, age: 5m56.115498094s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-464709 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-464709 top pods -n kube-system: exit status 1 (61.770078ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-2bvjm, age: 7m1.509295498s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-464709 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-464709 top pods -n kube-system: exit status 1 (63.621026ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-2bvjm, age: 7m43.156406082s

                                                
                                                
** /stderr **
addons_test.go:431: failed checking metric server: exit status 1
addons_test.go:434: (dbg) Run:  out/minikube-linux-amd64 -p addons-464709 addons disable metrics-server --alsologtostderr -v=1
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestAddons/parallel/MetricsServer]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect addons-464709
helpers_test.go:235: (dbg) docker inspect addons-464709:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "223efc3e9cf8e44ac0f67afd2f3094e2e288e5400debc3ba4f69d7708cdfdc28",
	        "Created": "2024-07-19T14:20:58.351745747Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 12887,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-07-19T14:20:58.495208819Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:7bda27423b38cbebec7632cdf15a8fcb063ff209d17af249e6b3f1fbdb5fa681",
	        "ResolvConfPath": "/var/lib/docker/containers/223efc3e9cf8e44ac0f67afd2f3094e2e288e5400debc3ba4f69d7708cdfdc28/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/223efc3e9cf8e44ac0f67afd2f3094e2e288e5400debc3ba4f69d7708cdfdc28/hostname",
	        "HostsPath": "/var/lib/docker/containers/223efc3e9cf8e44ac0f67afd2f3094e2e288e5400debc3ba4f69d7708cdfdc28/hosts",
	        "LogPath": "/var/lib/docker/containers/223efc3e9cf8e44ac0f67afd2f3094e2e288e5400debc3ba4f69d7708cdfdc28/223efc3e9cf8e44ac0f67afd2f3094e2e288e5400debc3ba4f69d7708cdfdc28-json.log",
	        "Name": "/addons-464709",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-464709:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-464709",
	            "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/de850f819a00a1f3ff9d2d3cb6bb57d1fdcc6c47f99c7477d182649a0c2813b5-init/diff:/var/lib/docker/overlay2/9d3878b1132e1fbffff5c2fc4b9cb8cc13eaa1ffb95f96359c471ec55d38c416/diff",
	                "MergedDir": "/var/lib/docker/overlay2/de850f819a00a1f3ff9d2d3cb6bb57d1fdcc6c47f99c7477d182649a0c2813b5/merged",
	                "UpperDir": "/var/lib/docker/overlay2/de850f819a00a1f3ff9d2d3cb6bb57d1fdcc6c47f99c7477d182649a0c2813b5/diff",
	                "WorkDir": "/var/lib/docker/overlay2/de850f819a00a1f3ff9d2d3cb6bb57d1fdcc6c47f99c7477d182649a0c2813b5/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-464709",
	                "Source": "/var/lib/docker/volumes/addons-464709/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-464709",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f",
	            "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-464709",
	                "name.minikube.sigs.k8s.io": "addons-464709",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "fb914d689cc90b904ec53cd7d7c6e95456af38131022337e2371472a07944abd",
	            "SandboxKey": "/var/run/docker/netns/fb914d689cc9",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32768"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32769"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32772"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32770"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32771"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-464709": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "f33a3ea8e3220d546f9a353bd50647639a5e390591173d4cf0853ef498d1ebf5",
	                    "EndpointID": "1b752552784f136d44900ed2d6462a82a2f82593287cf7a8acc5497619619ea9",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-464709",
	                        "223efc3e9cf8"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-464709 -n addons-464709
helpers_test.go:244: <<< TestAddons/parallel/MetricsServer FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestAddons/parallel/MetricsServer]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 -p addons-464709 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-464709 logs -n 25: (1.18720647s)
helpers_test.go:252: TestAddons/parallel/MetricsServer logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-295851                                                                     | download-only-295851   | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC | 19 Jul 24 14:20 UTC |
	| delete  | -p download-only-708191                                                                     | download-only-708191   | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC | 19 Jul 24 14:20 UTC |
	| start   | --download-only -p                                                                          | download-docker-851826 | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC |                     |
	|         | download-docker-851826                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-851826                                                                   | download-docker-851826 | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC | 19 Jul 24 14:20 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-573620   | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC |                     |
	|         | binary-mirror-573620                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:46757                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-573620                                                                     | binary-mirror-573620   | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC | 19 Jul 24 14:20 UTC |
	| addons  | disable dashboard -p                                                                        | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC |                     |
	|         | addons-464709                                                                               |                        |         |         |                     |                     |
	| addons  | enable dashboard -p                                                                         | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC |                     |
	|         | addons-464709                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-464709 --wait=true                                                                | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC | 19 Jul 24 14:23 UTC |
	|         | --memory=4000 --alsologtostderr                                                             |                        |         |         |                     |                     |
	|         | --addons=registry                                                                           |                        |         |         |                     |                     |
	|         | --addons=metrics-server                                                                     |                        |         |         |                     |                     |
	|         | --addons=volumesnapshots                                                                    |                        |         |         |                     |                     |
	|         | --addons=csi-hostpath-driver                                                                |                        |         |         |                     |                     |
	|         | --addons=gcp-auth                                                                           |                        |         |         |                     |                     |
	|         | --addons=cloud-spanner                                                                      |                        |         |         |                     |                     |
	|         | --addons=inspektor-gadget                                                                   |                        |         |         |                     |                     |
	|         | --addons=storage-provisioner-rancher                                                        |                        |         |         |                     |                     |
	|         | --addons=nvidia-device-plugin                                                               |                        |         |         |                     |                     |
	|         | --addons=yakd --addons=volcano                                                              |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	|         | --addons=ingress                                                                            |                        |         |         |                     |                     |
	|         | --addons=ingress-dns                                                                        |                        |         |         |                     |                     |
	|         | --addons=helm-tiller                                                                        |                        |         |         |                     |                     |
	| addons  | disable cloud-spanner -p                                                                    | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:23 UTC | 19 Jul 24 14:23 UTC |
	|         | addons-464709                                                                               |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:23 UTC | 19 Jul 24 14:23 UTC |
	|         | -p addons-464709                                                                            |                        |         |         |                     |                     |
	| ssh     | addons-464709 ssh cat                                                                       | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:23 UTC | 19 Jul 24 14:23 UTC |
	|         | /opt/local-path-provisioner/pvc-1089bf71-f1e1-4117-a53a-5f7f6f5acff2_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-464709 addons disable                                                                | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:23 UTC | 19 Jul 24 14:24 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:23 UTC | 19 Jul 24 14:23 UTC |
	|         | -p addons-464709                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-464709 ip                                                                            | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:23 UTC | 19 Jul 24 14:23 UTC |
	| addons  | addons-464709 addons disable                                                                | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:23 UTC | 19 Jul 24 14:23 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-464709 addons disable                                                                | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:24 UTC | 19 Jul 24 14:24 UTC |
	|         | helm-tiller --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| ssh     | addons-464709 ssh curl -s                                                                   | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:24 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p                                                                 | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:24 UTC | 19 Jul 24 14:24 UTC |
	|         | addons-464709                                                                               |                        |         |         |                     |                     |
	| addons  | addons-464709 addons                                                                        | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:24 UTC | 19 Jul 24 14:24 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-464709 addons                                                                        | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:24 UTC | 19 Jul 24 14:24 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-464709 ip                                                                            | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:26 UTC | 19 Jul 24 14:26 UTC |
	| addons  | addons-464709 addons disable                                                                | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:26 UTC | 19 Jul 24 14:26 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-464709 addons disable                                                                | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:26 UTC | 19 Jul 24 14:26 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	| addons  | addons-464709 addons                                                                        | addons-464709          | jenkins | v1.33.1 | 19 Jul 24 14:29 UTC | 19 Jul 24 14:29 UTC |
	|         | disable metrics-server                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/07/19 14:20:34
	Running on machine: ubuntu-20-agent-15
	Binary: Built with gc go1.22.5 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0719 14:20:34.939057   12135 out.go:291] Setting OutFile to fd 1 ...
	I0719 14:20:34.939179   12135 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:20:34.939187   12135 out.go:304] Setting ErrFile to fd 2...
	I0719 14:20:34.939191   12135 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:20:34.939370   12135 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19302-3646/.minikube/bin
	I0719 14:20:34.939938   12135 out.go:298] Setting JSON to false
	I0719 14:20:34.940755   12135 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":182,"bootTime":1721398653,"procs":180,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0719 14:20:34.940805   12135 start.go:139] virtualization: kvm guest
	I0719 14:20:34.943039   12135 out.go:177] * [addons-464709] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0719 14:20:34.944439   12135 out.go:177]   - MINIKUBE_LOCATION=19302
	I0719 14:20:34.944432   12135 notify.go:220] Checking for updates...
	I0719 14:20:34.945793   12135 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0719 14:20:34.947447   12135 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19302-3646/kubeconfig
	I0719 14:20:34.948863   12135 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19302-3646/.minikube
	I0719 14:20:34.950172   12135 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0719 14:20:34.951747   12135 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0719 14:20:34.953299   12135 driver.go:392] Setting default libvirt URI to qemu:///system
	I0719 14:20:34.974139   12135 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
	I0719 14:20:34.974256   12135 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0719 14:20:35.021168   12135 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:true BridgeNfIP6Tables:true Debug:false NFd:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-19 14:20:35.012071174 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1] 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>}}
	I0719 14:20:35.021283   12135 docker.go:307] overlay module found
	I0719 14:20:35.023238   12135 out.go:177] * Using the docker driver based on user configuration
	I0719 14:20:35.024451   12135 start.go:297] selected driver: docker
	I0719 14:20:35.024465   12135 start.go:901] validating driver "docker" against <nil>
	I0719 14:20:35.024475   12135 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0719 14:20:35.025172   12135 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0719 14:20:35.070685   12135 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:true BridgeNfIP6Tables:true Debug:false NFd:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-19 14:20:35.062464806 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1] 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>}}
	I0719 14:20:35.070855   12135 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0719 14:20:35.071057   12135 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]
	I0719 14:20:35.072921   12135 out.go:177] * Using Docker driver with root privileges
	I0719 14:20:35.074587   12135 cni.go:84] Creating CNI manager for ""
	I0719 14:20:35.074611   12135 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0719 14:20:35.074621   12135 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0719 14:20:35.074693   12135 start.go:340] cluster config:
	{Name:addons-464709 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f 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.30.3 ClusterName:addons-464709 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.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0719 14:20:35.076359   12135 out.go:177] * Starting "addons-464709" primary control-plane node in "addons-464709" cluster
	I0719 14:20:35.077737   12135 cache.go:121] Beginning downloading kic base image for docker with crio
	I0719 14:20:35.079279   12135 out.go:177] * Pulling base image v0.0.44-1721324606-19298 ...
	I0719 14:20:35.080694   12135 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0719 14:20:35.080734   12135 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19302-3646/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4
	I0719 14:20:35.080751   12135 cache.go:56] Caching tarball of preloaded images
	I0719 14:20:35.080760   12135 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f in local docker daemon
	I0719 14:20:35.080834   12135 preload.go:172] Found /home/jenkins/minikube-integration/19302-3646/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
	I0719 14:20:35.080847   12135 cache.go:59] Finished verifying existence of preloaded tar for v1.30.3 on crio
	I0719 14:20:35.081226   12135 profile.go:143] Saving config to /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/config.json ...
	I0719 14:20:35.081265   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/config.json: {Name:mk074eca5012bf1e41cd8a9d6e25667ed8e15f28 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:20:35.096727   12135 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f to local cache
	I0719 14:20:35.096862   12135 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f in local cache directory
	I0719 14:20:35.096877   12135 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f in local cache directory, skipping pull
	I0719 14:20:35.096881   12135 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f exists in cache, skipping pull
	I0719 14:20:35.096889   12135 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f as a tarball
	I0719 14:20:35.096896   12135 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f from local cache
	I0719 14:20:48.017106   12135 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f from cached tarball
	I0719 14:20:48.017149   12135 cache.go:194] Successfully downloaded all kic artifacts
	I0719 14:20:48.017178   12135 start.go:360] acquireMachinesLock for addons-464709: {Name:mkb819a1056f304dd93a41e49cd27cb8149511d3 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0719 14:20:48.017309   12135 start.go:364] duration metric: took 102.698µs to acquireMachinesLock for "addons-464709"
	I0719 14:20:48.017341   12135 start.go:93] Provisioning new machine with config: &{Name:addons-464709 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f 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.30.3 ClusterName:addons-464709 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0719 14:20:48.017410   12135 start.go:125] createHost starting for "" (driver="docker")
	I0719 14:20:48.075763   12135 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0719 14:20:48.076097   12135 start.go:159] libmachine.API.Create for "addons-464709" (driver="docker")
	I0719 14:20:48.076137   12135 client.go:168] LocalClient.Create starting
	I0719 14:20:48.076662   12135 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19302-3646/.minikube/certs/ca.pem
	I0719 14:20:48.185354   12135 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19302-3646/.minikube/certs/cert.pem
	I0719 14:20:48.301583   12135 cli_runner.go:164] Run: docker network inspect addons-464709 --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}}]}"
	W0719 14:20:48.317281   12135 cli_runner.go:211] docker network inspect addons-464709 --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
	I0719 14:20:48.317352   12135 network_create.go:284] running [docker network inspect addons-464709] to gather additional debugging logs...
	I0719 14:20:48.317371   12135 cli_runner.go:164] Run: docker network inspect addons-464709
	W0719 14:20:48.333510   12135 cli_runner.go:211] docker network inspect addons-464709 returned with exit code 1
	I0719 14:20:48.333540   12135 network_create.go:287] error running [docker network inspect addons-464709]: docker network inspect addons-464709: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-464709 not found
	I0719 14:20:48.333555   12135 network_create.go:289] output of [docker network inspect addons-464709]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-464709 not found
	
	** /stderr **
	I0719 14:20:48.333643   12135 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}}]}"
	I0719 14:20:48.350538   12135 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:0xc00012f720}
	I0719 14:20:48.350584   12135 network_create.go:124] attempt to create docker network addons-464709 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0719 14:20:48.350624   12135 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-464709 addons-464709
	I0719 14:20:48.611801   12135 network_create.go:108] docker network addons-464709 192.168.49.0/24 created
	I0719 14:20:48.611831   12135 kic.go:121] calculated static IP "192.168.49.2" for the "addons-464709" container
	I0719 14:20:48.611891   12135 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0719 14:20:48.626193   12135 cli_runner.go:164] Run: docker volume create addons-464709 --label name.minikube.sigs.k8s.io=addons-464709 --label created_by.minikube.sigs.k8s.io=true
	I0719 14:20:48.726403   12135 oci.go:103] Successfully created a docker volume addons-464709
	I0719 14:20:48.726506   12135 cli_runner.go:164] Run: docker run --rm --name addons-464709-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-464709 --entrypoint /usr/bin/test -v addons-464709:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f -d /var/lib
	I0719 14:20:53.706929   12135 cli_runner.go:217] Completed: docker run --rm --name addons-464709-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-464709 --entrypoint /usr/bin/test -v addons-464709:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f -d /var/lib: (4.980385072s)
	I0719 14:20:53.706963   12135 oci.go:107] Successfully prepared a docker volume addons-464709
	I0719 14:20:53.706998   12135 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0719 14:20:53.707018   12135 kic.go:194] Starting extracting preloaded images to volume ...
	I0719 14:20:53.707067   12135 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19302-3646/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-464709:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f -I lz4 -xf /preloaded.tar -C /extractDir
	I0719 14:20:58.285080   12135 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19302-3646/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-464709:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f -I lz4 -xf /preloaded.tar -C /extractDir: (4.577982169s)
	I0719 14:20:58.285107   12135 kic.go:203] duration metric: took 4.578087169s to extract preloaded images to volume ...
	W0719 14:20:58.285235   12135 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0719 14:20:58.285318   12135 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0719 14:20:58.336451   12135 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-464709 --name addons-464709 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-464709 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-464709 --network addons-464709 --ip 192.168.49.2 --volume addons-464709:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f
	I0719 14:20:58.657207   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Running}}
	I0719 14:20:58.675494   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:20:58.693831   12135 cli_runner.go:164] Run: docker exec addons-464709 stat /var/lib/dpkg/alternatives/iptables
	I0719 14:20:58.737789   12135 oci.go:144] the created container "addons-464709" has a running status.
	I0719 14:20:58.737822   12135 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa...
	I0719 14:20:58.802394   12135 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0719 14:20:58.822820   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:20:58.840034   12135 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0719 14:20:58.840054   12135 kic_runner.go:114] Args: [docker exec --privileged addons-464709 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0719 14:20:58.882949   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:20:58.899859   12135 machine.go:94] provisionDockerMachine start ...
	I0719 14:20:58.899956   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:20:58.920063   12135 main.go:141] libmachine: Using SSH client type: native
	I0719 14:20:58.920322   12135 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0719 14:20:58.920341   12135 main.go:141] libmachine: About to run SSH command:
	hostname
	I0719 14:20:58.920935   12135 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44074->127.0.0.1:32768: read: connection reset by peer
	I0719 14:21:02.030322   12135 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-464709
	
	I0719 14:21:02.030350   12135 ubuntu.go:169] provisioning hostname "addons-464709"
	I0719 14:21:02.030412   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:02.048975   12135 main.go:141] libmachine: Using SSH client type: native
	I0719 14:21:02.049147   12135 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0719 14:21:02.049161   12135 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-464709 && echo "addons-464709" | sudo tee /etc/hostname
	I0719 14:21:02.169541   12135 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-464709
	
	I0719 14:21:02.169611   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:02.186019   12135 main.go:141] libmachine: Using SSH client type: native
	I0719 14:21:02.186173   12135 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0719 14:21:02.186190   12135 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-464709' /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-464709/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-464709' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0719 14:21:02.295321   12135 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0719 14:21:02.295359   12135 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19302-3646/.minikube CaCertPath:/home/jenkins/minikube-integration/19302-3646/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19302-3646/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19302-3646/.minikube}
	I0719 14:21:02.295391   12135 ubuntu.go:177] setting up certificates
	I0719 14:21:02.295405   12135 provision.go:84] configureAuth start
	I0719 14:21:02.295472   12135 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-464709
	I0719 14:21:02.311833   12135 provision.go:143] copyHostCerts
	I0719 14:21:02.311898   12135 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19302-3646/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19302-3646/.minikube/ca.pem (1082 bytes)
	I0719 14:21:02.312000   12135 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19302-3646/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19302-3646/.minikube/cert.pem (1123 bytes)
	I0719 14:21:02.312059   12135 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19302-3646/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19302-3646/.minikube/key.pem (1675 bytes)
	I0719 14:21:02.312109   12135 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19302-3646/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19302-3646/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19302-3646/.minikube/certs/ca-key.pem org=jenkins.addons-464709 san=[127.0.0.1 192.168.49.2 addons-464709 localhost minikube]
	I0719 14:21:02.402292   12135 provision.go:177] copyRemoteCerts
	I0719 14:21:02.402341   12135 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0719 14:21:02.402372   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:02.419479   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:02.503328   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
	I0719 14:21:02.525507   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0719 14:21:02.547066   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0719 14:21:02.569504   12135 provision.go:87] duration metric: took 274.087672ms to configureAuth
	I0719 14:21:02.569533   12135 ubuntu.go:193] setting minikube options for container-runtime
	I0719 14:21:02.569711   12135 config.go:182] Loaded profile config "addons-464709": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0719 14:21:02.569799   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:02.585293   12135 main.go:141] libmachine: Using SSH client type: native
	I0719 14:21:02.585488   12135 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0719 14:21:02.585509   12135 main.go:141] libmachine: About to run SSH command:
	sudo mkdir -p /etc/sysconfig && printf %!s(MISSING) "
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
	I0719 14:21:02.786633   12135 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0719 14:21:02.786660   12135 machine.go:97] duration metric: took 3.886769118s to provisionDockerMachine
	I0719 14:21:02.786672   12135 client.go:171] duration metric: took 14.710528413s to LocalClient.Create
	I0719 14:21:02.786692   12135 start.go:167] duration metric: took 14.710595374s to libmachine.API.Create "addons-464709"
	I0719 14:21:02.786702   12135 start.go:293] postStartSetup for "addons-464709" (driver="docker")
	I0719 14:21:02.786715   12135 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]
	I0719 14:21:02.786766   12135 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
	I0719 14:21:02.786832   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:02.803835   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:02.887896   12135 ssh_runner.go:195] Run: cat /etc/os-release
	I0719 14:21:02.891108   12135 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0719 14:21:02.891145   12135 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0719 14:21:02.891153   12135 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0719 14:21:02.891160   12135 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0719 14:21:02.891170   12135 filesync.go:126] Scanning /home/jenkins/minikube-integration/19302-3646/.minikube/addons for local assets ...
	I0719 14:21:02.891232   12135 filesync.go:126] Scanning /home/jenkins/minikube-integration/19302-3646/.minikube/files for local assets ...
	I0719 14:21:02.891260   12135 start.go:296] duration metric: took 104.552122ms for postStartSetup
	I0719 14:21:02.891518   12135 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-464709
	I0719 14:21:02.908577   12135 profile.go:143] Saving config to /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/config.json ...
	I0719 14:21:02.908818   12135 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0719 14:21:02.908854   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:02.924939   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:03.004268   12135 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0719 14:21:03.008998   12135 start.go:128] duration metric: took 14.991574358s to createHost
	I0719 14:21:03.009028   12135 start.go:83] releasing machines lock for "addons-464709", held for 14.991707064s
	I0719 14:21:03.009102   12135 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-464709
	I0719 14:21:03.027147   12135 ssh_runner.go:195] Run: cat /version.json
	I0719 14:21:03.027162   12135 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0719 14:21:03.027191   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:03.027214   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:03.045216   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:03.045753   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:03.201392   12135 ssh_runner.go:195] Run: systemctl --version
	I0719 14:21:03.205569   12135 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0719 14:21:03.344213   12135 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0719 14:21:03.348695   12135 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" ;
	I0719 14:21:03.367439   12135 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0719 14:21:03.367509   12135 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(MISSING), " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0719 14:21:03.393260   12135 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0719 14:21:03.393284   12135 start.go:495] detecting cgroup driver to use...
	I0719 14:21:03.393311   12135 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0719 14:21:03.393353   12135 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0719 14:21:03.406746   12135 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0719 14:21:03.416634   12135 docker.go:217] disabling cri-docker service (if available) ...
	I0719 14:21:03.416684   12135 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0719 14:21:03.428740   12135 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0719 14:21:03.441478   12135 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0719 14:21:03.517454   12135 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0719 14:21:03.597154   12135 docker.go:233] disabling docker service ...
	I0719 14:21:03.597216   12135 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0719 14:21:03.614349   12135 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0719 14:21:03.624560   12135 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0719 14:21:03.700179   12135 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0719 14:21:03.776893   12135 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0719 14:21:03.787513   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/crio/crio.sock
	" | sudo tee /etc/crictl.yaml"
	I0719 14:21:03.801513   12135 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
	I0719 14:21:03.801571   12135 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.9"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0719 14:21:03.810227   12135 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0719 14:21:03.810279   12135 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0719 14:21:03.819075   12135 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0719 14:21:03.827672   12135 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0719 14:21:03.836030   12135 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0719 14:21:03.844075   12135 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"
	I0719 14:21:03.852990   12135 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"
	I0719 14:21:03.867187   12135 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"
	I0719 14:21:03.876159   12135 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0719 14:21:03.883629   12135 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0719 14:21:03.890943   12135 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0719 14:21:03.963687   12135 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0719 14:21:04.070632   12135 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0719 14:21:04.070707   12135 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0719 14:21:04.074020   12135 start.go:563] Will wait 60s for crictl version
	I0719 14:21:04.074064   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:21:04.076908   12135 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0719 14:21:04.107900   12135 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0719 14:21:04.108029   12135 ssh_runner.go:195] Run: crio --version
	I0719 14:21:04.141297   12135 ssh_runner.go:195] Run: crio --version
	I0719 14:21:04.175443   12135 out.go:177] * Preparing Kubernetes v1.30.3 on CRI-O 1.24.6 ...
	I0719 14:21:04.177004   12135 cli_runner.go:164] Run: docker network inspect addons-464709 --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}}]}"
	I0719 14:21:04.193986   12135 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0719 14:21:04.197411   12135 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""
	I0719 14:21:04.207167   12135 kubeadm.go:883] updating cluster {Name:addons-464709 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f 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.30.3 ClusterName:addons-464709 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0719 14:21:04.207287   12135 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0719 14:21:04.207342   12135 ssh_runner.go:195] Run: sudo crictl images --output json
	I0719 14:21:04.267550   12135 crio.go:514] all images are preloaded for cri-o runtime.
	I0719 14:21:04.267571   12135 crio.go:433] Images already preloaded, skipping extraction
	I0719 14:21:04.267610   12135 ssh_runner.go:195] Run: sudo crictl images --output json
	I0719 14:21:04.298549   12135 crio.go:514] all images are preloaded for cri-o runtime.
	I0719 14:21:04.298569   12135 cache_images.go:84] Images are preloaded, skipping loading
	I0719 14:21:04.298576   12135 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.3 crio true true} ...
	I0719 14:21:04.298667   12135 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.30.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-464709 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.30.3 ClusterName:addons-464709 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:}
	I0719 14:21:04.298726   12135 ssh_runner.go:195] Run: crio config
	I0719 14:21:04.338937   12135 cni.go:84] Creating CNI manager for ""
	I0719 14:21:04.338958   12135 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0719 14:21:04.338966   12135 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0719 14:21:04.338985   12135 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.30.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-464709 NodeName:addons-464709 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}
	I0719 14:21:04.339141   12135 kubeadm.go:187] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: InitConfiguration
	localAPIEndpoint:
	  advertiseAddress: 192.168.49.2
	  bindPort: 8443
	bootstrapTokens:
	  - groups:
	      - system:bootstrappers:kubeadm:default-node-token
	    ttl: 24h0m0s
	    usages:
	      - signing
	      - authentication
	nodeRegistration:
	  criSocket: unix:///var/run/crio/crio.sock
	  name: "addons-464709"
	  kubeletExtraArgs:
	    node-ip: 192.168.49.2
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
	  extraArgs:
	    enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	controllerManager:
	  extraArgs:
	    allocate-node-cidrs: "true"
	    leader-elect: "false"
	scheduler:
	  extraArgs:
	    leader-elect: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      proxy-refresh-interval: "70000"
	kubernetesVersion: v1.30.3
	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%!"(MISSING)
	  nodefs.inodesFree: "0%!"(MISSING)
	  imagefs.available: "0%!"(MISSING)
	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
	
	I0719 14:21:04.339199   12135 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.3
	I0719 14:21:04.347141   12135 binaries.go:44] Found k8s binaries, skipping transfer
	I0719 14:21:04.347210   12135 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0719 14:21:04.354698   12135 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0719 14:21:04.370460   12135 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0719 14:21:04.386613   12135 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0719 14:21:04.402525   12135 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0719 14:21:04.406038   12135 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""
	I0719 14:21:04.415756   12135 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0719 14:21:04.487788   12135 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0719 14:21:04.500030   12135 certs.go:68] Setting up /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709 for IP: 192.168.49.2
	I0719 14:21:04.500050   12135 certs.go:194] generating shared ca certs ...
	I0719 14:21:04.500064   12135 certs.go:226] acquiring lock for ca certs: {Name:mke8e9e6bb7195afeed7d086112ad46f07ec34a3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:04.500183   12135 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19302-3646/.minikube/ca.key
	I0719 14:21:04.618777   12135 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19302-3646/.minikube/ca.crt ...
	I0719 14:21:04.618805   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/ca.crt: {Name:mk71925b7c5b24f0e3b973d261c167b9c5f9f3a4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:04.618977   12135 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19302-3646/.minikube/ca.key ...
	I0719 14:21:04.618988   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/ca.key: {Name:mk3855e6df3b492d48ff18f48ce3153b5b068247 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:04.619058   12135 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19302-3646/.minikube/proxy-client-ca.key
	I0719 14:21:04.680494   12135 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19302-3646/.minikube/proxy-client-ca.crt ...
	I0719 14:21:04.680524   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/proxy-client-ca.crt: {Name:mk2aab8f70ccfd68de2f4a28e98387b21dd20edf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:04.680671   12135 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19302-3646/.minikube/proxy-client-ca.key ...
	I0719 14:21:04.680684   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/proxy-client-ca.key: {Name:mk8d1446e43326e6523de9926bf32d49d1f1f4d3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:04.680758   12135 certs.go:256] generating profile certs ...
	I0719 14:21:04.680809   12135 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.key
	I0719 14:21:04.680822   12135 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt with IP's: []
	I0719 14:21:04.796647   12135 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt ...
	I0719 14:21:04.796678   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: {Name:mk9bc280259fcf6e50bec02fd1de8395eaf4fd61 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:04.796847   12135 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.key ...
	I0719 14:21:04.796859   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.key: {Name:mk03b14fffa09312c0995426d0b982c816c2b2b7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:04.796936   12135 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.key.81e9494f
	I0719 14:21:04.796960   12135 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.crt.81e9494f with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0719 14:21:04.885788   12135 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.crt.81e9494f ...
	I0719 14:21:04.885821   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.crt.81e9494f: {Name:mk1115d4b16040e8ba86818de58066413d9b793c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:04.885992   12135 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.key.81e9494f ...
	I0719 14:21:04.886004   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.key.81e9494f: {Name:mkde3c70f846cef073c4188e30c4e7dc5e2ebd86 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:04.886077   12135 certs.go:381] copying /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.crt.81e9494f -> /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.crt
	I0719 14:21:04.886144   12135 certs.go:385] copying /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.key.81e9494f -> /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.key
	I0719 14:21:04.886187   12135 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/proxy-client.key
	I0719 14:21:04.886202   12135 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/proxy-client.crt with IP's: []
	I0719 14:21:05.038029   12135 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/proxy-client.crt ...
	I0719 14:21:05.038057   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/proxy-client.crt: {Name:mk9e70dec772d3fc826b13a59e40120ea36095a5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:05.038216   12135 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/proxy-client.key ...
	I0719 14:21:05.038227   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/proxy-client.key: {Name:mk652fc23ede986fcebf27f20c56f2ee2f507ebc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:05.038378   12135 certs.go:484] found cert: /home/jenkins/minikube-integration/19302-3646/.minikube/certs/ca-key.pem (1675 bytes)
	I0719 14:21:05.038410   12135 certs.go:484] found cert: /home/jenkins/minikube-integration/19302-3646/.minikube/certs/ca.pem (1082 bytes)
	I0719 14:21:05.038431   12135 certs.go:484] found cert: /home/jenkins/minikube-integration/19302-3646/.minikube/certs/cert.pem (1123 bytes)
	I0719 14:21:05.038454   12135 certs.go:484] found cert: /home/jenkins/minikube-integration/19302-3646/.minikube/certs/key.pem (1675 bytes)
	I0719 14:21:05.039009   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0719 14:21:05.060830   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0719 14:21:05.082323   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0719 14:21:05.103721   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0719 14:21:05.126215   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0719 14:21:05.148045   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0719 14:21:05.169733   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0719 14:21:05.191376   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0719 14:21:05.212203   12135 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19302-3646/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0719 14:21:05.232550   12135 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0719 14:21:05.247470   12135 ssh_runner.go:195] Run: openssl version
	I0719 14:21:05.252279   12135 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"
	I0719 14:21:05.260684   12135 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0719 14:21:05.263699   12135 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 19 14:21 /usr/share/ca-certificates/minikubeCA.pem
	I0719 14:21:05.263754   12135 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0719 14:21:05.269761   12135 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"
	I0719 14:21:05.278190   12135 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0719 14:21:05.281148   12135 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
	I0719 14:21:05.281194   12135 kubeadm.go:392] StartCluster: {Name:addons-464709 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f 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.30.3 ClusterName:addons-464709 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0719 14:21:05.281268   12135 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0719 14:21:05.281321   12135 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0719 14:21:05.314520   12135 cri.go:89] found id: ""
	I0719 14:21:05.314604   12135 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0719 14:21:05.323573   12135 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0719 14:21:05.332253   12135 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0719 14:21:05.332334   12135 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
	I0719 14:21:05.340200   12135 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
	I0719 14:21:05.340224   12135 kubeadm.go:157] found existing configuration files:
	
	I0719 14:21:05.340261   12135 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0719 14:21:05.348035   12135 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
	I0719 14:21:05.348097   12135 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0719 14:21:05.355555   12135 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0719 14:21:05.363062   12135 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
	I0719 14:21:05.363135   12135 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0719 14:21:05.370356   12135 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0719 14:21:05.378009   12135 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
	I0719 14:21:05.378062   12135 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0719 14:21:05.385621   12135 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0719 14:21:05.393264   12135 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
	I0719 14:21:05.393314   12135 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0719 14:21:05.400720   12135 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.3:$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"
	I0719 14:21:05.473083   12135 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-1062-gcp\n", err: exit status 1
	I0719 14:21:05.528004   12135 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0719 14:21:15.009670   12135 kubeadm.go:310] [init] Using Kubernetes version: v1.30.3
	I0719 14:21:15.009724   12135 kubeadm.go:310] [preflight] Running pre-flight checks
	I0719 14:21:15.009810   12135 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0719 14:21:15.009879   12135 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1062-gcp
	I0719 14:21:15.009925   12135 kubeadm.go:310] OS: Linux
	I0719 14:21:15.009964   12135 kubeadm.go:310] CGROUPS_CPU: enabled
	I0719 14:21:15.010032   12135 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0719 14:21:15.010106   12135 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0719 14:21:15.010165   12135 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0719 14:21:15.010251   12135 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0719 14:21:15.010306   12135 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0719 14:21:15.010344   12135 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0719 14:21:15.010385   12135 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0719 14:21:15.010423   12135 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0719 14:21:15.010505   12135 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0719 14:21:15.010637   12135 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0719 14:21:15.010833   12135 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
	I0719 14:21:15.010899   12135 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0719 14:21:15.012764   12135 out.go:204]   - Generating certificates and keys ...
	I0719 14:21:15.012832   12135 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0719 14:21:15.012885   12135 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0719 14:21:15.012945   12135 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0719 14:21:15.013019   12135 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0719 14:21:15.013090   12135 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0719 14:21:15.013138   12135 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0719 14:21:15.013209   12135 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0719 14:21:15.013364   12135 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-464709 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0719 14:21:15.013437   12135 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0719 14:21:15.013586   12135 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-464709 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0719 14:21:15.013672   12135 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0719 14:21:15.013726   12135 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0719 14:21:15.013789   12135 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0719 14:21:15.013847   12135 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0719 14:21:15.013893   12135 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0719 14:21:15.013943   12135 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0719 14:21:15.013999   12135 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0719 14:21:15.014052   12135 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0719 14:21:15.014102   12135 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0719 14:21:15.014187   12135 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0719 14:21:15.014255   12135 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0719 14:21:15.015715   12135 out.go:204]   - Booting up control plane ...
	I0719 14:21:15.015814   12135 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0719 14:21:15.015900   12135 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0719 14:21:15.015987   12135 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0719 14:21:15.016111   12135 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0719 14:21:15.016223   12135 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0719 14:21:15.016288   12135 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0719 14:21:15.016423   12135 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0719 14:21:15.016519   12135 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
	I0719 14:21:15.016577   12135 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 501.534897ms
	I0719 14:21:15.016638   12135 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0719 14:21:15.016686   12135 kubeadm.go:310] [api-check] The API server is healthy after 4.502077354s
	I0719 14:21:15.016811   12135 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0719 14:21:15.016930   12135 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0719 14:21:15.016985   12135 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0719 14:21:15.017140   12135 kubeadm.go:310] [mark-control-plane] Marking the node addons-464709 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0719 14:21:15.017199   12135 kubeadm.go:310] [bootstrap-token] Using token: 5eqoop.pdf8x2nuy7nt9ezx
	I0719 14:21:15.019601   12135 out.go:204]   - Configuring RBAC rules ...
	I0719 14:21:15.019698   12135 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0719 14:21:15.019781   12135 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0719 14:21:15.019918   12135 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
	I0719 14:21:15.020073   12135 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0719 14:21:15.020207   12135 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0719 14:21:15.020291   12135 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0719 14:21:15.020406   12135 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0719 14:21:15.020452   12135 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0719 14:21:15.020492   12135 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0719 14:21:15.020501   12135 kubeadm.go:310] 
	I0719 14:21:15.020565   12135 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0719 14:21:15.020571   12135 kubeadm.go:310] 
	I0719 14:21:15.020632   12135 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0719 14:21:15.020638   12135 kubeadm.go:310] 
	I0719 14:21:15.020665   12135 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0719 14:21:15.020714   12135 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0719 14:21:15.020764   12135 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0719 14:21:15.020771   12135 kubeadm.go:310] 
	I0719 14:21:15.020831   12135 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0719 14:21:15.020843   12135 kubeadm.go:310] 
	I0719 14:21:15.020910   12135 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0719 14:21:15.020919   12135 kubeadm.go:310] 
	I0719 14:21:15.020982   12135 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0719 14:21:15.021074   12135 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0719 14:21:15.021137   12135 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0719 14:21:15.021143   12135 kubeadm.go:310] 
	I0719 14:21:15.021214   12135 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0719 14:21:15.021289   12135 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0719 14:21:15.021295   12135 kubeadm.go:310] 
	I0719 14:21:15.021373   12135 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token 5eqoop.pdf8x2nuy7nt9ezx \
	I0719 14:21:15.021475   12135 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:bcdcc00fcae272f5cdb347b8bbc78d0292bf5218ac32ebbeb0d996483a6b206c \
	I0719 14:21:15.021512   12135 kubeadm.go:310] 	--control-plane 
	I0719 14:21:15.021527   12135 kubeadm.go:310] 
	I0719 14:21:15.021633   12135 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0719 14:21:15.021641   12135 kubeadm.go:310] 
	I0719 14:21:15.021706   12135 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 5eqoop.pdf8x2nuy7nt9ezx \
	I0719 14:21:15.021808   12135 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:bcdcc00fcae272f5cdb347b8bbc78d0292bf5218ac32ebbeb0d996483a6b206c 
	I0719 14:21:15.021826   12135 cni.go:84] Creating CNI manager for ""
	I0719 14:21:15.021835   12135 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0719 14:21:15.023565   12135 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0719 14:21:15.025213   12135 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0719 14:21:15.028823   12135 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.3/kubectl ...
	I0719 14:21:15.028838   12135 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
	I0719 14:21:15.044903   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0719 14:21:15.228114   12135 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0719 14:21:15.228194   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:15.228246   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-464709 minikube.k8s.io/updated_at=2024_07_19T14_21_15_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=405f18a5a62536f49733886cdc838e8ec36975de minikube.k8s.io/name=addons-464709 minikube.k8s.io/primary=true
	I0719 14:21:15.235017   12135 ops.go:34] apiserver oom_adj: -16
	I0719 14:21:15.319793   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:15.820414   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:16.320358   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:16.820017   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:17.320281   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:17.820678   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:18.320161   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:18.820283   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:19.320293   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:19.820642   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:20.320673   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:20.820280   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:21.320791   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:21.820357   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:22.319886   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:22.820529   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:23.320547   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:23.820361   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:24.320322   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:24.820185   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:25.320137   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:25.819975   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:26.320291   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:26.820302   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:27.320621   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:27.820195   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:28.319959   12135 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0719 14:21:28.381734   12135 kubeadm.go:1113] duration metric: took 13.153593221s to wait for elevateKubeSystemPrivileges
	I0719 14:21:28.381772   12135 kubeadm.go:394] duration metric: took 23.100580134s to StartCluster
	I0719 14:21:28.381793   12135 settings.go:142] acquiring lock: {Name:mk03931aa280612e3609bf647a4a4bd483081418 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:28.381918   12135 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19302-3646/kubeconfig
	I0719 14:21:28.382317   12135 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19302-3646/kubeconfig: {Name:mkb2863548ac7a80b84f3a38815a1131315e5d25 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0719 14:21:28.382483   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0719 14:21:28.382505   12135 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0719 14:21:28.382576   12135 addons.go:507] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:true 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]
	I0719 14:21:28.382658   12135 addons.go:69] Setting yakd=true in profile "addons-464709"
	I0719 14:21:28.382757   12135 addons.go:234] Setting addon yakd=true in "addons-464709"
	I0719 14:21:28.382802   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.382665   12135 addons.go:69] Setting metrics-server=true in profile "addons-464709"
	I0719 14:21:28.382869   12135 addons.go:234] Setting addon metrics-server=true in "addons-464709"
	I0719 14:21:28.382908   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.382661   12135 addons.go:69] Setting default-storageclass=true in profile "addons-464709"
	I0719 14:21:28.382953   12135 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-464709"
	I0719 14:21:28.382671   12135 addons.go:69] Setting gcp-auth=true in profile "addons-464709"
	I0719 14:21:28.383044   12135 mustload.go:65] Loading cluster: addons-464709
	I0719 14:21:28.382676   12135 addons.go:69] Setting helm-tiller=true in profile "addons-464709"
	I0719 14:21:28.383133   12135 addons.go:234] Setting addon helm-tiller=true in "addons-464709"
	I0719 14:21:28.382681   12135 addons.go:69] Setting ingress=true in profile "addons-464709"
	I0719 14:21:28.383171   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.383189   12135 addons.go:234] Setting addon ingress=true in "addons-464709"
	I0719 14:21:28.383220   12135 config.go:182] Loaded profile config "addons-464709": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0719 14:21:28.383228   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.383246   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.383333   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.383388   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.383439   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.383626   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.383626   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.382676   12135 addons.go:69] Setting cloud-spanner=true in profile "addons-464709"
	I0719 14:21:28.384073   12135 addons.go:234] Setting addon cloud-spanner=true in "addons-464709"
	I0719 14:21:28.384102   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.382685   12135 addons.go:69] Setting ingress-dns=true in profile "addons-464709"
	I0719 14:21:28.384190   12135 addons.go:234] Setting addon ingress-dns=true in "addons-464709"
	I0719 14:21:28.384216   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.384519   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.384605   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.385830   12135 out.go:177] * Verifying Kubernetes components...
	I0719 14:21:28.387579   12135 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0719 14:21:28.382694   12135 addons.go:69] Setting storage-provisioner=true in profile "addons-464709"
	I0719 14:21:28.387843   12135 addons.go:234] Setting addon storage-provisioner=true in "addons-464709"
	I0719 14:21:28.387878   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.382695   12135 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-464709"
	I0719 14:21:28.388329   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.382689   12135 addons.go:69] Setting inspektor-gadget=true in profile "addons-464709"
	I0719 14:21:28.388377   12135 addons.go:234] Setting addon inspektor-gadget=true in "addons-464709"
	I0719 14:21:28.382693   12135 config.go:182] Loaded profile config "addons-464709": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0719 14:21:28.382701   12135 addons.go:69] Setting volumesnapshots=true in profile "addons-464709"
	I0719 14:21:28.388742   12135 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-464709"
	I0719 14:21:28.388785   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.382703   12135 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-464709"
	I0719 14:21:28.388843   12135 addons.go:234] Setting addon volumesnapshots=true in "addons-464709"
	I0719 14:21:28.388855   12135 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-464709"
	I0719 14:21:28.388861   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.382703   12135 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-464709"
	I0719 14:21:28.388938   12135 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-464709"
	I0719 14:21:28.388958   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.389141   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.389547   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.389891   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.388822   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.382698   12135 addons.go:69] Setting registry=true in profile "addons-464709"
	I0719 14:21:28.393180   12135 addons.go:234] Setting addon registry=true in "addons-464709"
	I0719 14:21:28.393219   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.393496   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.393693   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.382705   12135 addons.go:69] Setting volcano=true in profile "addons-464709"
	I0719 14:21:28.407408   12135 addons.go:234] Setting addon volcano=true in "addons-464709"
	I0719 14:21:28.407490   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.390063   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.431782   12135 addons.go:234] Setting addon default-storageclass=true in "addons-464709"
	I0719 14:21:28.431828   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.432284   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.435814   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.438475   12135 out.go:177]   - Using image ghcr.io/helm/tiller:v2.17.0
	I0719 14:21:28.438963   12135 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-464709"
	I0719 14:21:28.439003   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.439471   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:28.441057   12135 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
	I0719 14:21:28.441077   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
	I0719 14:21:28.441124   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.441309   12135 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0719 14:21:28.442820   12135 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0719 14:21:28.442838   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0719 14:21:28.442884   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.450792   12135 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0719 14:21:28.452767   12135 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0719 14:21:28.452803   12135 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0719 14:21:28.452882   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.454661   12135 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0719 14:21:28.457700   12135 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0719 14:21:28.457720   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0719 14:21:28.457776   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.461181   12135 out.go:177]   - Using image docker.io/registry:2.8.3
	I0719 14:21:28.462575   12135 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
	I0719 14:21:28.464512   12135 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0719 14:21:28.464521   12135 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0719 14:21:28.464539   12135 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0719 14:21:28.464635   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.465513   12135 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0719 14:21:28.465922   12135 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0719 14:21:28.465943   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0719 14:21:28.465995   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.470456   12135 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0719 14:21:28.470495   12135 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.1
	I0719 14:21:28.471820   12135 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0719 14:21:28.471843   12135 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0719 14:21:28.471918   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.473169   12135 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0719 14:21:28.474511   12135 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0719 14:21:28.474766   12135 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0719 14:21:28.474787   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0719 14:21:28.474838   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.476546   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:28.479661   12135 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
	I0719 14:21:28.479729   12135 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0719 14:21:28.481335   12135 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0719 14:21:28.481349   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0719 14:21:28.481396   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.483026   12135 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
	I0719 14:21:28.483070   12135 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0719 14:21:28.484314   12135 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0719 14:21:28.484340   12135 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0719 14:21:28.484400   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.485636   12135 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0719 14:21:28.487480   12135 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0719 14:21:28.491327   12135 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0719 14:21:28.493160   12135 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0719 14:21:28.497279   12135 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0719 14:21:28.499438   12135 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0719 14:21:28.499474   12135 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0719 14:21:28.499535   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.503743   12135 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.0
	I0719 14:21:28.505484   12135 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0719 14:21:28.505507   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0719 14:21:28.505571   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.506644   12135 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0719 14:21:28.506661   12135 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0719 14:21:28.506713   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.512621   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.513735   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.522421   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.527120   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.533101   12135 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0719 14:21:28.539472   12135 out.go:177]   - Using image docker.io/busybox:stable
	I0719 14:21:28.541160   12135 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0719 14:21:28.541181   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0719 14:21:28.541248   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:28.548465   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.551057   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/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.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	W0719 14:21:28.552726   12135 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0719 14:21:28.556604   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.561860   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.561852   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.563645   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.571182   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.573026   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.580322   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.580405   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:28.587180   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	W0719 14:21:28.619596   12135 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0719 14:21:28.619641   12135 retry.go:31] will retry after 167.977151ms: ssh: handshake failed: EOF
	I0719 14:21:28.715719   12135 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0719 14:21:28.830024   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0719 14:21:28.839548   12135 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0719 14:21:28.839574   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0719 14:21:28.926747   12135 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0719 14:21:28.926769   12135 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0719 14:21:28.926739   12135 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
	I0719 14:21:28.926814   12135 ssh_runner.go:362] scp helm-tiller/helm-tiller-rbac.yaml --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
	I0719 14:21:29.032038   12135 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0719 14:21:29.032070   12135 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0719 14:21:29.036965   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0719 14:21:29.116924   12135 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0719 14:21:29.117030   12135 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0719 14:21:29.118586   12135 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0719 14:21:29.118616   12135 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0719 14:21:29.124700   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0719 14:21:29.135309   12135 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0719 14:21:29.135389   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0719 14:21:29.217611   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0719 14:21:29.223343   12135 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0719 14:21:29.223444   12135 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0719 14:21:29.225222   12135 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0719 14:21:29.225301   12135 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0719 14:21:29.231037   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0719 14:21:29.233483   12135 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
	I0719 14:21:29.233552   12135 ssh_runner.go:362] scp helm-tiller/helm-tiller-svc.yaml --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
	I0719 14:21:29.235136   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0719 14:21:29.235889   12135 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0719 14:21:29.235938   12135 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0719 14:21:29.238615   12135 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0719 14:21:29.238635   12135 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0719 14:21:29.324602   12135 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0719 14:21:29.324710   12135 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0719 14:21:29.434741   12135 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0719 14:21:29.434785   12135 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)
	I0719 14:21:29.435429   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
	I0719 14:21:29.437170   12135 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0719 14:21:29.437190   12135 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0719 14:21:29.516948   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0719 14:21:29.520148   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0719 14:21:29.531521   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml
	I0719 14:21:29.717220   12135 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0719 14:21:29.717277   12135 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0719 14:21:29.723205   12135 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0719 14:21:29.723233   12135 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0719 14:21:29.826386   12135 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0719 14:21:29.826418   12135 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0719 14:21:30.215835   12135 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0719 14:21:30.215868   12135 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0719 14:21:30.232620   12135 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0719 14:21:30.232703   12135 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0719 14:21:30.319173   12135 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0719 14:21:30.319264   12135 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0719 14:21:30.426073   12135 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0719 14:21:30.426159   12135 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0719 14:21:30.623660   12135 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.907898267s)
	I0719 14:21:30.624688   12135 node_ready.go:35] waiting up to 6m0s for node "addons-464709" to be "Ready" ...
	I0719 14:21:30.625058   12135 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/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.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.073956029s)
	I0719 14:21:30.625103   12135 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0719 14:21:30.631452   12135 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0719 14:21:30.631481   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0719 14:21:30.824833   12135 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0719 14:21:30.824878   12135 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0719 14:21:30.831748   12135 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0719 14:21:30.831777   12135 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0719 14:21:31.017833   12135 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0719 14:21:31.017863   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0719 14:21:31.019228   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
	I0719 14:21:31.119409   12135 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0719 14:21:31.119439   12135 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0719 14:21:31.216647   12135 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0719 14:21:31.216673   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0719 14:21:31.238006   12135 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-464709" context rescaled to 1 replicas
	I0719 14:21:31.525284   12135 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0719 14:21:31.525310   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0719 14:21:31.528588   12135 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0719 14:21:31.528664   12135 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0719 14:21:31.531167   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
	I0719 14:21:31.917171   12135 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0719 14:21:31.917264   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0719 14:21:31.925682   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
	I0719 14:21:31.925986   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.095881084s)
	I0719 14:21:31.926086   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (2.889092865s)
	I0719 14:21:32.120821   12135 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0719 14:21:32.120909   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0719 14:21:32.235775   12135 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0719 14:21:32.235852   12135 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0719 14:21:32.338844   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
	I0719 14:21:32.724380   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:34.519602   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.394866788s)
	I0719 14:21:34.519637   12135 addons.go:475] Verifying addon ingress=true in "addons-464709"
	I0719 14:21:34.519639   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (5.301990258s)
	I0719 14:21:34.519743   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.288585841s)
	I0719 14:21:34.519956   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (5.284783124s)
	I0719 14:21:34.520052   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (5.08457696s)
	I0719 14:21:34.520074   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.003091301s)
	I0719 14:21:34.520093   12135 addons.go:475] Verifying addon registry=true in "addons-464709"
	I0719 14:21:34.520126   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.999904963s)
	I0719 14:21:34.520074   12135 addons.go:475] Verifying addon metrics-server=true in "addons-464709"
	I0719 14:21:34.520178   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml: (4.988566095s)
	I0719 14:21:34.520274   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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.501004681s)
	I0719 14:21:34.521892   12135 out.go:177] * Verifying ingress addon...
	I0719 14:21:34.522770   12135 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-464709 service yakd-dashboard -n yakd-dashboard
	
	I0719 14:21:34.522777   12135 out.go:177] * Verifying registry addon...
	I0719 14:21:34.524700   12135 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0719 14:21:34.525812   12135 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0719 14:21:34.530703   12135 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0719 14:21:34.530727   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:34.531058   12135 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0719 14:21:34.531145   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:35.028538   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:35.030610   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:35.128760   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:35.137455   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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: (3.606189679s)
	W0719 14:21:35.137555   12135 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
	I0719 14:21:35.137596   12135 retry.go:31] will retry after 135.704557ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
	I0719 14:21:35.137570   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (3.211780497s)
	I0719 14:21:35.273488   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
	I0719 14:21:35.531326   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:35.532517   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:35.616573   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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: (3.277626348s)
	I0719 14:21:35.616617   12135 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-464709"
	I0719 14:21:35.619789   12135 out.go:177] * Verifying csi-hostpath-driver addon...
	I0719 14:21:35.623051   12135 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0719 14:21:35.626382   12135 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0719 14:21:35.626402   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:35.683711   12135 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0719 14:21:35.683784   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:35.702101   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:35.803714   12135 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0719 14:21:35.818832   12135 addons.go:234] Setting addon gcp-auth=true in "addons-464709"
	I0719 14:21:35.818880   12135 host.go:66] Checking if "addons-464709" exists ...
	I0719 14:21:35.819306   12135 cli_runner.go:164] Run: docker container inspect addons-464709 --format={{.State.Status}}
	I0719 14:21:35.836420   12135 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0719 14:21:35.836475   12135 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-464709
	I0719 14:21:35.853356   12135 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/addons-464709/id_rsa Username:docker}
	I0719 14:21:36.029388   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:36.030026   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:36.128025   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:36.532635   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:36.535218   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:36.627174   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:37.028752   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:37.029702   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:37.128142   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:37.529194   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:37.529628   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:37.626988   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:37.627396   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:38.029275   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:38.029936   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:38.068485   12135 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.232041856s)
	I0719 14:21:38.068479   12135 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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.794942883s)
	I0719 14:21:38.070985   12135 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0719 14:21:38.072598   12135 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0719 14:21:38.074040   12135 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0719 14:21:38.074058   12135 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0719 14:21:38.127205   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:38.127570   12135 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0719 14:21:38.127594   12135 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0719 14:21:38.145267   12135 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0719 14:21:38.145288   12135 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0719 14:21:38.162444   12135 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
	I0719 14:21:38.528311   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:38.530021   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:38.627282   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:38.761744   12135 addons.go:475] Verifying addon gcp-auth=true in "addons-464709"
	I0719 14:21:38.764604   12135 out.go:177] * Verifying gcp-auth addon...
	I0719 14:21:38.766800   12135 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0719 14:21:38.821733   12135 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0719 14:21:38.821754   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:39.029256   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:39.029700   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:39.126919   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:39.270730   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:39.528979   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:39.529322   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:39.627860   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:39.628034   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:39.770540   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:40.028831   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:40.029271   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:40.127495   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:40.270062   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:40.528511   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:40.529180   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:40.626779   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:40.770558   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:41.028819   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:41.029069   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:41.129305   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:41.269726   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:41.529594   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:41.529972   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:41.627162   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:41.627884   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:41.771022   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:42.028541   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:42.028771   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:42.127206   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:42.269800   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:42.527978   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:42.529015   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:42.627370   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:42.770033   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:43.028411   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:43.029229   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:43.128027   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:43.270209   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:43.528054   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:43.528861   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:43.627439   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:43.628206   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:43.770024   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:44.028023   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:44.029036   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:44.127522   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:44.270525   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:44.529019   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:44.529613   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:44.627347   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:44.769709   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:45.028802   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:45.030959   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:45.126950   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:45.269969   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:45.528239   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:45.528819   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:45.627546   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:45.769792   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:46.028102   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:46.028827   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:46.127175   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:46.127330   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:46.269755   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:46.529221   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:46.529221   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:46.627993   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:46.770070   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:47.028229   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:47.029073   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:47.127557   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:47.270133   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:47.528437   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:47.529065   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:47.627747   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:47.770272   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:48.028686   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:48.029347   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:48.126672   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:48.127452   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:48.270213   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:48.528983   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:48.529681   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:48.628888   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:48.770461   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:49.028959   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:49.029765   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:49.127247   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:49.269595   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:49.528961   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:49.529779   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:49.627652   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:49.770367   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:50.028968   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:50.029633   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:50.127435   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:50.128110   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:50.269896   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:50.528524   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:50.529094   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:50.627849   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:50.770492   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:51.029149   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:51.029271   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:51.127748   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:51.270238   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:51.528707   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:51.529620   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:51.627289   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:51.769807   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:52.028297   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:52.029256   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:52.127038   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:52.270421   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:52.529275   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:52.529503   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:52.627246   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:52.628214   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:52.769956   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:53.028417   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:53.028838   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:53.127518   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:53.270099   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:53.527892   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:53.528834   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:53.627404   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:53.770042   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:54.028452   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:54.029162   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:54.127824   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:54.270262   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:54.528733   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:54.529173   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:54.626687   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:54.770058   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:55.029108   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:55.029674   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:55.126871   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:55.128050   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:55.269556   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:55.528736   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:55.529644   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:55.627273   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:55.770527   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:56.028994   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:56.029586   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:56.127157   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:56.269562   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:56.529050   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:56.529259   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:56.627483   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:56.769811   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:57.029268   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:57.029377   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:57.126916   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:57.270383   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:57.528951   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:57.529365   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:57.627062   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:57.627786   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:21:57.770527   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:58.028665   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:58.028929   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:58.127429   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:58.270438   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:58.529121   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:58.529292   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:58.627760   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:58.770198   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:59.029504   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:59.038213   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:59.127005   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:59.270380   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:21:59.528934   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:21:59.529548   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:21:59.627143   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:21:59.770347   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:00.028861   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:00.029686   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:00.127281   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:22:00.127311   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:00.269759   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:00.528267   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:00.528896   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:00.627532   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:00.770384   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:01.028647   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:01.029536   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:01.126795   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:01.269717   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:01.529086   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:01.529254   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:01.626908   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:01.770385   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:02.028829   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:02.029996   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:02.127384   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:22:02.127458   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:02.269861   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:02.528351   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:02.529119   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:02.627704   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:02.770199   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:03.028735   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:03.029264   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:03.126932   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:03.270141   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:03.528363   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:03.529180   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:03.627704   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:03.770335   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:04.028869   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:04.029541   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:04.127074   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:04.269809   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:04.528414   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:04.529010   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:04.627666   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:22:04.627742   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:04.770265   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:05.028481   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:05.029122   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:05.126410   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:05.270086   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:05.528438   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:05.529205   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:05.627745   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:05.770557   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:06.030342   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:06.030570   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:06.127181   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:06.269705   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:06.529016   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:06.529186   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:06.627296   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:06.769862   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:07.028437   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:07.029257   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:07.126937   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:07.127759   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:22:07.270281   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:07.528464   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:07.529509   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:07.626908   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:07.769622   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:08.029054   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:08.029136   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:08.127498   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:08.269934   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:08.528455   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:08.529234   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:08.626564   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:08.770443   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:09.028853   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:09.029633   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:09.127191   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:09.269349   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:09.528597   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:09.529346   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:09.626374   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:09.627519   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:22:09.769827   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:10.028324   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:10.029009   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:10.127617   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:10.270067   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:10.528504   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:10.529103   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:10.627658   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:10.770152   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:11.028400   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:11.029171   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:11.127515   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:11.270078   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:11.528417   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:11.529171   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:11.626468   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:11.627807   12135 node_ready.go:53] node "addons-464709" has status "Ready":"False"
	I0719 14:22:11.770383   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:12.028739   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:12.029412   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:12.126753   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:12.270478   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:12.529038   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:12.529526   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:12.627605   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:12.769601   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:13.029302   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:13.029479   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:13.126945   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:13.269229   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:13.536155   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:13.536165   12135 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0719 14:22:13.536192   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:13.628118   12135 node_ready.go:49] node "addons-464709" has status "Ready":"True"
	I0719 14:22:13.628143   12135 node_ready.go:38] duration metric: took 43.003419677s for node "addons-464709" to be "Ready" ...
	I0719 14:22:13.628151   12135 pod_ready.go:35] 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" ...
	I0719 14:22:13.628716   12135 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0719 14:22:13.628736   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:13.638494   12135 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-2bvjm" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:13.822078   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:14.030596   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:14.032516   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:14.131460   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:14.270302   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:14.529329   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:14.531310   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:14.630708   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:14.643512   12135 pod_ready.go:92] pod "coredns-7db6d8ff4d-2bvjm" in "kube-system" namespace has status "Ready":"True"
	I0719 14:22:14.643533   12135 pod_ready.go:81] duration metric: took 1.005010631s for pod "coredns-7db6d8ff4d-2bvjm" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:14.643552   12135 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-464709" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:14.647573   12135 pod_ready.go:92] pod "etcd-addons-464709" in "kube-system" namespace has status "Ready":"True"
	I0719 14:22:14.647593   12135 pod_ready.go:81] duration metric: took 4.03519ms for pod "etcd-addons-464709" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:14.647604   12135 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-464709" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:14.651586   12135 pod_ready.go:92] pod "kube-apiserver-addons-464709" in "kube-system" namespace has status "Ready":"True"
	I0719 14:22:14.651607   12135 pod_ready.go:81] duration metric: took 3.997298ms for pod "kube-apiserver-addons-464709" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:14.651617   12135 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-464709" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:14.655804   12135 pod_ready.go:92] pod "kube-controller-manager-addons-464709" in "kube-system" namespace has status "Ready":"True"
	I0719 14:22:14.655822   12135 pod_ready.go:81] duration metric: took 4.198501ms for pod "kube-controller-manager-addons-464709" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:14.655833   12135 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-d62n4" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:14.770564   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:14.829303   12135 pod_ready.go:92] pod "kube-proxy-d62n4" in "kube-system" namespace has status "Ready":"True"
	I0719 14:22:14.829336   12135 pod_ready.go:81] duration metric: took 173.493586ms for pod "kube-proxy-d62n4" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:14.829350   12135 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-464709" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:15.029875   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:15.031249   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:15.128349   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:15.229034   12135 pod_ready.go:92] pod "kube-scheduler-addons-464709" in "kube-system" namespace has status "Ready":"True"
	I0719 14:22:15.229065   12135 pod_ready.go:81] duration metric: took 399.706451ms for pod "kube-scheduler-addons-464709" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:15.229077   12135 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace to be "Ready" ...
	I0719 14:22:15.271309   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:15.530187   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:15.530888   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:15.628801   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:15.770696   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:16.029486   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:16.030492   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:16.128674   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:16.270581   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:16.528906   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:16.530013   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:16.628639   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:16.770056   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:17.029311   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:17.030595   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:17.129114   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:17.234876   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:17.270442   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:17.528917   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:17.529837   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:17.627853   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:17.770299   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:18.029945   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:18.030805   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:18.128377   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:18.318395   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:18.529605   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:18.530863   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:18.629134   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:18.816795   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:19.030990   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:19.031147   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:19.128910   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:19.234966   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:19.270809   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:19.528440   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:19.529799   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:19.628837   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:19.770900   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:20.028602   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:20.029469   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:20.130260   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:20.269975   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:20.528505   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:20.529724   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:20.628431   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:20.770683   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:21.031251   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:21.031818   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:21.128400   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:21.271259   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:21.529155   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:21.530325   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:21.629609   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:21.733844   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:21.770749   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:22.030041   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:22.030110   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:22.128513   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:22.270642   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:22.529099   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:22.529356   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:22.628355   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:22.769559   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:23.029439   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:23.030992   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:23.127635   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:23.270269   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:23.528567   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:23.529505   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:23.628554   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:23.734477   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:23.770051   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:24.028597   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:24.029381   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:24.128544   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:24.270027   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:24.528963   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:24.529631   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:24.628688   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:24.770652   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:25.028617   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:25.029623   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:25.127800   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:25.270000   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:25.530290   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:25.531401   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:25.629442   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:25.734713   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:25.770698   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:26.029926   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:26.030608   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:26.128629   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:26.270408   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:26.529497   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:26.530139   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:26.628552   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:26.770653   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:27.029160   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:27.030246   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:27.128455   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:27.270472   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:27.529254   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:27.530289   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:27.628508   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:27.734804   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:27.770500   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:28.029669   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:28.030678   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:28.128176   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:28.270657   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:28.530878   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:28.531011   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:28.630545   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:28.770034   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:29.029477   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:29.046924   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:29.128758   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:29.270817   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:29.530274   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:29.530449   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:29.632833   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:29.735259   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:29.770170   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:30.029757   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:30.030002   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:30.127376   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:30.270437   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:30.529758   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:30.530502   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:30.629262   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:30.818117   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:31.028557   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:31.029865   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:31.128688   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:31.271160   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:31.529524   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:31.529812   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:31.628861   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:31.769687   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:32.029640   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:32.029762   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:32.128796   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:32.237258   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:32.269442   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:32.528998   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:32.530039   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:32.629551   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:32.818123   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:33.029534   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:33.031034   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:33.128904   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:33.316909   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:33.529905   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:33.530917   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:33.628400   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:33.770364   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:34.029092   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:34.030426   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:34.128890   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:34.269870   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:34.528749   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:34.529469   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:34.630237   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:34.734448   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:34.770313   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:35.029354   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:35.030429   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:35.129249   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:35.270753   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:35.529438   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:35.529824   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:35.627539   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:35.769984   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:36.028924   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:36.029716   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:36.127646   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:36.269993   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:36.528555   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:36.529608   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:36.627520   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:36.769676   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:37.029575   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:37.029616   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:37.127616   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:37.234306   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:37.269776   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:37.528370   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:37.529974   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:37.628945   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:37.770741   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:38.029290   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:38.030259   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:38.128945   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:38.318430   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:38.529911   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:38.530299   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:38.629218   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:38.769693   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:39.030002   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:39.030103   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:39.128491   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:39.270615   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:39.529533   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:39.530174   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:39.628335   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:39.734614   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:39.770192   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:40.029266   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:40.029972   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:40.128642   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:40.270355   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:40.529093   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:40.530136   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:40.630199   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:40.769458   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:41.028996   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:41.029993   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:41.127938   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:41.270311   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:41.528987   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:41.529761   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:41.627696   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:41.769895   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:42.029632   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:42.029774   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:42.127574   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:42.234443   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:42.270006   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:42.528641   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:42.529560   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:42.628327   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:42.769808   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:43.028238   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:43.029417   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:43.128716   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:43.269879   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:43.528706   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:43.529573   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:43.628868   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:43.770234   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:44.029042   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:44.029967   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:44.128223   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:44.270079   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:44.529394   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:44.532056   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:44.640842   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:44.743126   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:44.820736   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:45.029178   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:45.030624   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:45.131592   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:45.318308   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:45.531539   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:45.533418   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:45.630192   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:45.831260   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:46.030492   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:46.031314   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:46.129315   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:46.270568   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:46.531253   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:46.531544   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:46.628852   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:46.770071   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:47.029162   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:47.030323   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:47.129730   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:47.235405   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:47.270522   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:47.529399   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:47.530123   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:47.628355   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:47.818323   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:48.028782   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:48.029783   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:48.129191   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:48.270232   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:48.528954   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:48.530033   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:48.628717   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:48.770330   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:49.029167   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:49.030066   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:49.128536   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:49.270104   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:49.529135   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:49.529934   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:49.629017   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:49.734684   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:49.770307   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:50.029259   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:50.030217   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:50.128156   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:50.269828   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:50.528200   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:50.529245   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:50.628401   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:50.769802   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:51.028489   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:51.029632   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:51.127554   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:51.270282   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:51.528886   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:51.529825   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:51.627989   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:51.770213   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:52.029122   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:52.029558   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:52.127540   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:52.234641   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:52.270678   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:52.531794   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:52.532040   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:52.628557   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:52.770630   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:53.029077   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:53.030271   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:53.128836   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:53.270359   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:53.529338   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:53.531260   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:53.629092   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:53.818463   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:54.029381   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:54.034229   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:54.129102   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:54.235489   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:54.315823   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:54.530294   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:54.530401   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:54.628929   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:54.770642   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:55.029825   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:55.030249   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:55.128202   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:55.270585   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:55.529493   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:55.529643   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:55.629222   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:55.770692   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:56.028865   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:56.030174   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:56.128033   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:56.270022   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:56.528837   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:56.530096   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0719 14:22:56.628421   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:56.735723   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:56.771855   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:57.035760   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:57.037058   12135 kapi.go:107] duration metric: took 1m22.51124566s to wait for kubernetes.io/minikube-addons=registry ...
	I0719 14:22:57.129142   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:57.329091   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:57.529109   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:57.629697   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:57.819161   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:58.029637   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:58.130538   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:58.337887   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:58.530454   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:58.628837   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:58.818167   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:59.029109   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:59.128501   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:59.235469   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:22:59.318519   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:22:59.528995   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:22:59.634073   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:22:59.771149   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:00.028831   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:23:00.127805   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:00.271148   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:00.528892   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:23:00.627786   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:00.770843   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:01.028980   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:23:01.127874   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:01.270078   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:01.529014   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:23:01.629463   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:01.734438   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:01.770146   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:02.029043   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:23:02.129019   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:02.270389   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:02.529804   12135 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0719 14:23:02.629596   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:02.770356   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:03.029184   12135 kapi.go:107] duration metric: took 1m28.504480813s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0719 14:23:03.128276   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:03.269958   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:03.656301   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:03.735443   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:03.791914   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:04.129439   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:04.270659   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:04.628654   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:04.770043   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0719 14:23:05.128892   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:05.318341   12135 kapi.go:107] duration metric: took 1m26.551535352s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0719 14:23:05.321135   12135 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-464709 cluster.
	I0719 14:23:05.322861   12135 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.
	I0719 14:23:05.324536   12135 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0719 14:23:05.628220   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:06.129286   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:06.234362   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:06.628687   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:07.128491   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:07.628058   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:08.127533   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:08.234452   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:08.627932   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:09.127713   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:09.628286   12135 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0719 14:23:10.127593   12135 kapi.go:107] duration metric: took 1m34.504543692s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0719 14:23:10.129549   12135 out.go:177] * Enabled addons: ingress-dns, default-storageclass, nvidia-device-plugin, cloud-spanner, storage-provisioner, metrics-server, helm-tiller, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
	I0719 14:23:10.131251   12135 addons.go:510] duration metric: took 1m41.748674022s for enable addons: enabled=[ingress-dns default-storageclass nvidia-device-plugin cloud-spanner storage-provisioner metrics-server helm-tiller yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
	I0719 14:23:10.234559   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:12.734801   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:15.234134   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:17.234413   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:19.234877   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:21.734164   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:23.734382   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:26.234585   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:28.734232   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:30.734823   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:33.233969   12135 pod_ready.go:102] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"False"
	I0719 14:23:33.734310   12135 pod_ready.go:92] pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace has status "Ready":"True"
	I0719 14:23:33.734331   12135 pod_ready.go:81] duration metric: took 1m18.505246471s for pod "metrics-server-c59844bb4-fkdf5" in "kube-system" namespace to be "Ready" ...
	I0719 14:23:33.734344   12135 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-4m7pr" in "kube-system" namespace to be "Ready" ...
	I0719 14:23:33.738477   12135 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-4m7pr" in "kube-system" namespace has status "Ready":"True"
	I0719 14:23:33.738498   12135 pod_ready.go:81] duration metric: took 4.147703ms for pod "nvidia-device-plugin-daemonset-4m7pr" in "kube-system" namespace to be "Ready" ...
	I0719 14:23:33.738521   12135 pod_ready.go:38] duration metric: took 1m20.110358248s 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" ...
	I0719 14:23:33.738541   12135 api_server.go:52] waiting for apiserver process to appear ...
	I0719 14:23:33.738574   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0719 14:23:33.738630   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0719 14:23:33.772645   12135 cri.go:89] found id: "5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c"
	I0719 14:23:33.772663   12135 cri.go:89] found id: ""
	I0719 14:23:33.772670   12135 logs.go:276] 1 containers: [5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c]
	I0719 14:23:33.772720   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:33.775896   12135 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0719 14:23:33.775964   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0719 14:23:33.808191   12135 cri.go:89] found id: "dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d"
	I0719 14:23:33.808210   12135 cri.go:89] found id: ""
	I0719 14:23:33.808217   12135 logs.go:276] 1 containers: [dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d]
	I0719 14:23:33.808258   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:33.811353   12135 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0719 14:23:33.811406   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0719 14:23:33.843435   12135 cri.go:89] found id: "1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24"
	I0719 14:23:33.843460   12135 cri.go:89] found id: ""
	I0719 14:23:33.843471   12135 logs.go:276] 1 containers: [1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24]
	I0719 14:23:33.843514   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:33.846698   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0719 14:23:33.846751   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0719 14:23:33.880112   12135 cri.go:89] found id: "957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e"
	I0719 14:23:33.880142   12135 cri.go:89] found id: ""
	I0719 14:23:33.880154   12135 logs.go:276] 1 containers: [957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e]
	I0719 14:23:33.880207   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:33.883726   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0719 14:23:33.883789   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0719 14:23:33.917659   12135 cri.go:89] found id: "1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77"
	I0719 14:23:33.917678   12135 cri.go:89] found id: ""
	I0719 14:23:33.917685   12135 logs.go:276] 1 containers: [1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77]
	I0719 14:23:33.917723   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:33.920912   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0719 14:23:33.920994   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0719 14:23:33.954036   12135 cri.go:89] found id: "cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00"
	I0719 14:23:33.954058   12135 cri.go:89] found id: ""
	I0719 14:23:33.954066   12135 logs.go:276] 1 containers: [cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00]
	I0719 14:23:33.954113   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:33.957260   12135 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0719 14:23:33.957321   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0719 14:23:33.989679   12135 cri.go:89] found id: "63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6"
	I0719 14:23:33.989700   12135 cri.go:89] found id: ""
	I0719 14:23:33.989708   12135 logs.go:276] 1 containers: [63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6]
	I0719 14:23:33.989757   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:33.992897   12135 logs.go:123] Gathering logs for coredns [1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24] ...
	I0719 14:23:33.992923   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24"
	I0719 14:23:34.027393   12135 logs.go:123] Gathering logs for kube-scheduler [957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e] ...
	I0719 14:23:34.027424   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e"
	I0719 14:23:34.064277   12135 logs.go:123] Gathering logs for kube-proxy [1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77] ...
	I0719 14:23:34.064307   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77"
	I0719 14:23:34.095954   12135 logs.go:123] Gathering logs for kube-controller-manager [cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00] ...
	I0719 14:23:34.095980   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00"
	I0719 14:23:34.150278   12135 logs.go:123] Gathering logs for kubelet ...
	I0719 14:23:34.150311   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0719 14:23:34.216238   12135 logs.go:123] Gathering logs for dmesg ...
	I0719 14:23:34.216272   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0719 14:23:34.228232   12135 logs.go:123] Gathering logs for describe nodes ...
	I0719 14:23:34.228259   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0719 14:23:34.321544   12135 logs.go:123] Gathering logs for CRI-O ...
	I0719 14:23:34.321573   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0719 14:23:34.395862   12135 logs.go:123] Gathering logs for container status ...
	I0719 14:23:34.395896   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0719 14:23:34.436002   12135 logs.go:123] Gathering logs for kube-apiserver [5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c] ...
	I0719 14:23:34.436030   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c"
	I0719 14:23:34.481902   12135 logs.go:123] Gathering logs for etcd [dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d] ...
	I0719 14:23:34.481932   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d"
	I0719 14:23:34.528161   12135 logs.go:123] Gathering logs for kindnet [63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6] ...
	I0719 14:23:34.528194   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6"
	I0719 14:23:37.067434   12135 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0719 14:23:37.080919   12135 api_server.go:72] duration metric: took 2m8.698388918s to wait for apiserver process to appear ...
	I0719 14:23:37.080944   12135 api_server.go:88] waiting for apiserver healthz status ...
	I0719 14:23:37.080972   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0719 14:23:37.081016   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0719 14:23:37.114713   12135 cri.go:89] found id: "5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c"
	I0719 14:23:37.114736   12135 cri.go:89] found id: ""
	I0719 14:23:37.114746   12135 logs.go:276] 1 containers: [5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c]
	I0719 14:23:37.114793   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:37.117951   12135 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0719 14:23:37.118027   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0719 14:23:37.150702   12135 cri.go:89] found id: "dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d"
	I0719 14:23:37.150727   12135 cri.go:89] found id: ""
	I0719 14:23:37.150736   12135 logs.go:276] 1 containers: [dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d]
	I0719 14:23:37.150783   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:37.154063   12135 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0719 14:23:37.154132   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0719 14:23:37.187811   12135 cri.go:89] found id: "1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24"
	I0719 14:23:37.187832   12135 cri.go:89] found id: ""
	I0719 14:23:37.187841   12135 logs.go:276] 1 containers: [1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24]
	I0719 14:23:37.187890   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:37.190996   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0719 14:23:37.191070   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0719 14:23:37.224124   12135 cri.go:89] found id: "957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e"
	I0719 14:23:37.224148   12135 cri.go:89] found id: ""
	I0719 14:23:37.224158   12135 logs.go:276] 1 containers: [957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e]
	I0719 14:23:37.224204   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:37.227429   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0719 14:23:37.227481   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0719 14:23:37.260540   12135 cri.go:89] found id: "1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77"
	I0719 14:23:37.260563   12135 cri.go:89] found id: ""
	I0719 14:23:37.260578   12135 logs.go:276] 1 containers: [1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77]
	I0719 14:23:37.260623   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:37.263814   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0719 14:23:37.263874   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0719 14:23:37.296327   12135 cri.go:89] found id: "cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00"
	I0719 14:23:37.296346   12135 cri.go:89] found id: ""
	I0719 14:23:37.296354   12135 logs.go:276] 1 containers: [cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00]
	I0719 14:23:37.296405   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:37.299664   12135 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0719 14:23:37.299724   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0719 14:23:37.332332   12135 cri.go:89] found id: "63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6"
	I0719 14:23:37.332353   12135 cri.go:89] found id: ""
	I0719 14:23:37.332361   12135 logs.go:276] 1 containers: [63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6]
	I0719 14:23:37.332401   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:37.335615   12135 logs.go:123] Gathering logs for kube-scheduler [957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e] ...
	I0719 14:23:37.335645   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e"
	I0719 14:23:37.375891   12135 logs.go:123] Gathering logs for kube-proxy [1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77] ...
	I0719 14:23:37.375922   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77"
	I0719 14:23:37.407567   12135 logs.go:123] Gathering logs for kindnet [63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6] ...
	I0719 14:23:37.407592   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6"
	I0719 14:23:37.447756   12135 logs.go:123] Gathering logs for CRI-O ...
	I0719 14:23:37.447785   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0719 14:23:37.519561   12135 logs.go:123] Gathering logs for kubelet ...
	I0719 14:23:37.519596   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0719 14:23:37.588285   12135 logs.go:123] Gathering logs for dmesg ...
	I0719 14:23:37.588318   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0719 14:23:37.600221   12135 logs.go:123] Gathering logs for kube-apiserver [5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c] ...
	I0719 14:23:37.600246   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c"
	I0719 14:23:37.645370   12135 logs.go:123] Gathering logs for kube-controller-manager [cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00] ...
	I0719 14:23:37.645403   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00"
	I0719 14:23:37.700622   12135 logs.go:123] Gathering logs for container status ...
	I0719 14:23:37.700655   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0719 14:23:37.742610   12135 logs.go:123] Gathering logs for describe nodes ...
	I0719 14:23:37.742639   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0719 14:23:37.837966   12135 logs.go:123] Gathering logs for etcd [dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d] ...
	I0719 14:23:37.837998   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d"
	I0719 14:23:37.887844   12135 logs.go:123] Gathering logs for coredns [1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24] ...
	I0719 14:23:37.887878   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24"
	I0719 14:23:40.424267   12135 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0719 14:23:40.428991   12135 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0719 14:23:40.429814   12135 api_server.go:141] control plane version: v1.30.3
	I0719 14:23:40.429834   12135 api_server.go:131] duration metric: took 3.348884249s to wait for apiserver health ...
	I0719 14:23:40.429841   12135 system_pods.go:43] waiting for kube-system pods to appear ...
	I0719 14:23:40.429860   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0719 14:23:40.429905   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0719 14:23:40.463191   12135 cri.go:89] found id: "5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c"
	I0719 14:23:40.463214   12135 cri.go:89] found id: ""
	I0719 14:23:40.463224   12135 logs.go:276] 1 containers: [5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c]
	I0719 14:23:40.463286   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:40.466523   12135 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0719 14:23:40.466580   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0719 14:23:40.500177   12135 cri.go:89] found id: "dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d"
	I0719 14:23:40.500199   12135 cri.go:89] found id: ""
	I0719 14:23:40.500207   12135 logs.go:276] 1 containers: [dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d]
	I0719 14:23:40.500247   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:40.503573   12135 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0719 14:23:40.503643   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0719 14:23:40.537134   12135 cri.go:89] found id: "1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24"
	I0719 14:23:40.537156   12135 cri.go:89] found id: ""
	I0719 14:23:40.537164   12135 logs.go:276] 1 containers: [1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24]
	I0719 14:23:40.537206   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:40.540604   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0719 14:23:40.540670   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0719 14:23:40.572719   12135 cri.go:89] found id: "957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e"
	I0719 14:23:40.572741   12135 cri.go:89] found id: ""
	I0719 14:23:40.572750   12135 logs.go:276] 1 containers: [957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e]
	I0719 14:23:40.572800   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:40.575895   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0719 14:23:40.575948   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0719 14:23:40.608911   12135 cri.go:89] found id: "1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77"
	I0719 14:23:40.608933   12135 cri.go:89] found id: ""
	I0719 14:23:40.608941   12135 logs.go:276] 1 containers: [1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77]
	I0719 14:23:40.608991   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:40.612237   12135 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0719 14:23:40.612305   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0719 14:23:40.645870   12135 cri.go:89] found id: "cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00"
	I0719 14:23:40.645891   12135 cri.go:89] found id: ""
	I0719 14:23:40.645899   12135 logs.go:276] 1 containers: [cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00]
	I0719 14:23:40.645949   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:40.649272   12135 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0719 14:23:40.649342   12135 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0719 14:23:40.682553   12135 cri.go:89] found id: "63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6"
	I0719 14:23:40.682579   12135 cri.go:89] found id: ""
	I0719 14:23:40.682587   12135 logs.go:276] 1 containers: [63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6]
	I0719 14:23:40.682632   12135 ssh_runner.go:195] Run: which crictl
	I0719 14:23:40.685815   12135 logs.go:123] Gathering logs for describe nodes ...
	I0719 14:23:40.685834   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0719 14:23:40.781253   12135 logs.go:123] Gathering logs for kube-apiserver [5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c] ...
	I0719 14:23:40.781285   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c"
	I0719 14:23:40.827614   12135 logs.go:123] Gathering logs for coredns [1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24] ...
	I0719 14:23:40.827648   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24"
	I0719 14:23:40.862145   12135 logs.go:123] Gathering logs for CRI-O ...
	I0719 14:23:40.862171   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0719 14:23:40.935940   12135 logs.go:123] Gathering logs for container status ...
	I0719 14:23:40.935986   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0719 14:23:40.979323   12135 logs.go:123] Gathering logs for kindnet [63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6] ...
	I0719 14:23:40.979355   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6"
	I0719 14:23:41.018698   12135 logs.go:123] Gathering logs for kubelet ...
	I0719 14:23:41.018731   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0719 14:23:41.082754   12135 logs.go:123] Gathering logs for dmesg ...
	I0719 14:23:41.082792   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0719 14:23:41.094742   12135 logs.go:123] Gathering logs for etcd [dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d] ...
	I0719 14:23:41.094773   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d"
	I0719 14:23:41.142324   12135 logs.go:123] Gathering logs for kube-scheduler [957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e] ...
	I0719 14:23:41.142359   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e"
	I0719 14:23:41.182592   12135 logs.go:123] Gathering logs for kube-proxy [1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77] ...
	I0719 14:23:41.182634   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77"
	I0719 14:23:41.215639   12135 logs.go:123] Gathering logs for kube-controller-manager [cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00] ...
	I0719 14:23:41.215665   12135 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00"
	I0719 14:23:43.784502   12135 system_pods.go:59] 19 kube-system pods found
	I0719 14:23:43.784531   12135 system_pods.go:61] "coredns-7db6d8ff4d-2bvjm" [05228a0b-8b91-4101-8e26-9d03360307d5] Running
	I0719 14:23:43.784535   12135 system_pods.go:61] "csi-hostpath-attacher-0" [d4bff485-5eea-475f-8f56-eeccccfdfe68] Running
	I0719 14:23:43.784539   12135 system_pods.go:61] "csi-hostpath-resizer-0" [888652c5-8019-4490-bac5-fbc3c1e57773] Running
	I0719 14:23:43.784543   12135 system_pods.go:61] "csi-hostpathplugin-8ccgm" [5b0a8074-abe9-457c-aef2-90158fce5203] Running
	I0719 14:23:43.784546   12135 system_pods.go:61] "etcd-addons-464709" [b25131b7-98ae-4461-9e90-c93185719475] Running
	I0719 14:23:43.784549   12135 system_pods.go:61] "kindnet-c7msl" [76c2e35f-2666-4c89-8e29-dd7029c01983] Running
	I0719 14:23:43.784552   12135 system_pods.go:61] "kube-apiserver-addons-464709" [756adec3-ee0a-454c-8d28-87451943dbb2] Running
	I0719 14:23:43.784555   12135 system_pods.go:61] "kube-controller-manager-addons-464709" [89578feb-2a0c-4594-a96a-6115c03942ed] Running
	I0719 14:23:43.784557   12135 system_pods.go:61] "kube-ingress-dns-minikube" [9be0ad54-98bc-4be2-b56d-54897545fb8d] Running
	I0719 14:23:43.784560   12135 system_pods.go:61] "kube-proxy-d62n4" [a4613d2b-42ec-44d7-904a-18c7b0e6b8d8] Running
	I0719 14:23:43.784563   12135 system_pods.go:61] "kube-scheduler-addons-464709" [83cbab4a-5f85-4fa5-919a-024987a120dc] Running
	I0719 14:23:43.784567   12135 system_pods.go:61] "metrics-server-c59844bb4-fkdf5" [a0460895-0444-406c-85e8-ee911b864282] Running
	I0719 14:23:43.784570   12135 system_pods.go:61] "nvidia-device-plugin-daemonset-4m7pr" [08394056-a5b8-4297-88ee-d12ad949637e] Running
	I0719 14:23:43.784572   12135 system_pods.go:61] "registry-656c9c8d9c-lzpdq" [5ab62a22-8669-4600-bf94-fc177444bfe1] Running
	I0719 14:23:43.784575   12135 system_pods.go:61] "registry-proxy-m5zp7" [eff1db78-e1ba-45b7-9085-44a4f2e51c38] Running
	I0719 14:23:43.784578   12135 system_pods.go:61] "snapshot-controller-745499f584-k9qqc" [328b8c64-c308-49c6-b61b-5ba47aa59823] Running
	I0719 14:23:43.784581   12135 system_pods.go:61] "snapshot-controller-745499f584-ps8j4" [7522c61f-99e1-421e-a3dd-41046b56405d] Running
	I0719 14:23:43.784584   12135 system_pods.go:61] "storage-provisioner" [3e180711-624b-4b72-8236-b15484e98f26] Running
	I0719 14:23:43.784587   12135 system_pods.go:61] "tiller-deploy-6677d64bcd-8fxjj" [3ce47b55-3c4d-4b7d-aa8c-c5bc9b1422b0] Running
	I0719 14:23:43.784593   12135 system_pods.go:74] duration metric: took 3.354746612s to wait for pod list to return data ...
	I0719 14:23:43.784604   12135 default_sa.go:34] waiting for default service account to be created ...
	I0719 14:23:43.786519   12135 default_sa.go:45] found service account: "default"
	I0719 14:23:43.786540   12135 default_sa.go:55] duration metric: took 1.930738ms for default service account to be created ...
	I0719 14:23:43.786549   12135 system_pods.go:116] waiting for k8s-apps to be running ...
	I0719 14:23:43.794973   12135 system_pods.go:86] 19 kube-system pods found
	I0719 14:23:43.795004   12135 system_pods.go:89] "coredns-7db6d8ff4d-2bvjm" [05228a0b-8b91-4101-8e26-9d03360307d5] Running
	I0719 14:23:43.795011   12135 system_pods.go:89] "csi-hostpath-attacher-0" [d4bff485-5eea-475f-8f56-eeccccfdfe68] Running
	I0719 14:23:43.795017   12135 system_pods.go:89] "csi-hostpath-resizer-0" [888652c5-8019-4490-bac5-fbc3c1e57773] Running
	I0719 14:23:43.795021   12135 system_pods.go:89] "csi-hostpathplugin-8ccgm" [5b0a8074-abe9-457c-aef2-90158fce5203] Running
	I0719 14:23:43.795025   12135 system_pods.go:89] "etcd-addons-464709" [b25131b7-98ae-4461-9e90-c93185719475] Running
	I0719 14:23:43.795033   12135 system_pods.go:89] "kindnet-c7msl" [76c2e35f-2666-4c89-8e29-dd7029c01983] Running
	I0719 14:23:43.795037   12135 system_pods.go:89] "kube-apiserver-addons-464709" [756adec3-ee0a-454c-8d28-87451943dbb2] Running
	I0719 14:23:43.795041   12135 system_pods.go:89] "kube-controller-manager-addons-464709" [89578feb-2a0c-4594-a96a-6115c03942ed] Running
	I0719 14:23:43.795045   12135 system_pods.go:89] "kube-ingress-dns-minikube" [9be0ad54-98bc-4be2-b56d-54897545fb8d] Running
	I0719 14:23:43.795050   12135 system_pods.go:89] "kube-proxy-d62n4" [a4613d2b-42ec-44d7-904a-18c7b0e6b8d8] Running
	I0719 14:23:43.795054   12135 system_pods.go:89] "kube-scheduler-addons-464709" [83cbab4a-5f85-4fa5-919a-024987a120dc] Running
	I0719 14:23:43.795063   12135 system_pods.go:89] "metrics-server-c59844bb4-fkdf5" [a0460895-0444-406c-85e8-ee911b864282] Running
	I0719 14:23:43.795067   12135 system_pods.go:89] "nvidia-device-plugin-daemonset-4m7pr" [08394056-a5b8-4297-88ee-d12ad949637e] Running
	I0719 14:23:43.795073   12135 system_pods.go:89] "registry-656c9c8d9c-lzpdq" [5ab62a22-8669-4600-bf94-fc177444bfe1] Running
	I0719 14:23:43.795077   12135 system_pods.go:89] "registry-proxy-m5zp7" [eff1db78-e1ba-45b7-9085-44a4f2e51c38] Running
	I0719 14:23:43.795097   12135 system_pods.go:89] "snapshot-controller-745499f584-k9qqc" [328b8c64-c308-49c6-b61b-5ba47aa59823] Running
	I0719 14:23:43.795106   12135 system_pods.go:89] "snapshot-controller-745499f584-ps8j4" [7522c61f-99e1-421e-a3dd-41046b56405d] Running
	I0719 14:23:43.795111   12135 system_pods.go:89] "storage-provisioner" [3e180711-624b-4b72-8236-b15484e98f26] Running
	I0719 14:23:43.795119   12135 system_pods.go:89] "tiller-deploy-6677d64bcd-8fxjj" [3ce47b55-3c4d-4b7d-aa8c-c5bc9b1422b0] Running
	I0719 14:23:43.795127   12135 system_pods.go:126] duration metric: took 8.57311ms to wait for k8s-apps to be running ...
	I0719 14:23:43.795140   12135 system_svc.go:44] waiting for kubelet service to be running ....
	I0719 14:23:43.795187   12135 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0719 14:23:43.806103   12135 system_svc.go:56] duration metric: took 10.956359ms WaitForService to wait for kubelet
	I0719 14:23:43.806135   12135 kubeadm.go:582] duration metric: took 2m15.423608843s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0719 14:23:43.806161   12135 node_conditions.go:102] verifying NodePressure condition ...
	I0719 14:23:43.808986   12135 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0719 14:23:43.809018   12135 node_conditions.go:123] node cpu capacity is 8
	I0719 14:23:43.809031   12135 node_conditions.go:105] duration metric: took 2.8645ms to run NodePressure ...
	I0719 14:23:43.809041   12135 start.go:241] waiting for startup goroutines ...
	I0719 14:23:43.809047   12135 start.go:246] waiting for cluster config update ...
	I0719 14:23:43.809061   12135 start.go:255] writing updated cluster config ...
	I0719 14:23:43.809334   12135 ssh_runner.go:195] Run: rm -f paused
	I0719 14:23:43.857585   12135 start.go:600] kubectl: 1.30.3, cluster: 1.30.3 (minor skew: 0)
	I0719 14:23:43.863390   12135 out.go:177] * Done! kubectl is now configured to use "addons-464709" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Jul 19 14:26:41 addons-464709 crio[1036]: time="2024-07-19 14:26:41.107858229Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-6d9bd977d4-vrg5q from CNI network \"kindnet\" (type=ptp)"
	Jul 19 14:26:41 addons-464709 crio[1036]: time="2024-07-19 14:26:41.140417396Z" level=info msg="Stopped pod sandbox: 0d5f5346961920f0f03ed552cb0d9f564a3ba23e194764d0dcaec40af261082f" id=4893e470-730c-437b-bddc-f7c3598266e3 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 19 14:26:41 addons-464709 crio[1036]: time="2024-07-19 14:26:41.437372769Z" level=info msg="Removing container: 639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e" id=afd7bb33-1f6f-4e6d-80bb-fd48818d9ca2 name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 19 14:26:41 addons-464709 crio[1036]: time="2024-07-19 14:26:41.449809576Z" level=info msg="Removed container 639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e: ingress-nginx/ingress-nginx-controller-6d9bd977d4-vrg5q/controller" id=afd7bb33-1f6f-4e6d-80bb-fd48818d9ca2 name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.785910498Z" level=info msg="Removing container: 5a185a4c2527f3de4db62d3381e24ba196f108b46f134b9b3903579d436768e4" id=d63d2d00-fd92-4d36-b08c-25fad7a1b5fe name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.800368735Z" level=info msg="Removed container 5a185a4c2527f3de4db62d3381e24ba196f108b46f134b9b3903579d436768e4: ingress-nginx/ingress-nginx-admission-patch-txvvr/patch" id=d63d2d00-fd92-4d36-b08c-25fad7a1b5fe name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.801580755Z" level=info msg="Removing container: 8a6e3747035b11c21d837c70e367b5cb4bae6b213df690c34a2034f7579bb0ba" id=19a2820d-b709-4829-8316-039e5801946f name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.816162407Z" level=info msg="Removed container 8a6e3747035b11c21d837c70e367b5cb4bae6b213df690c34a2034f7579bb0ba: ingress-nginx/ingress-nginx-admission-create-mt862/create" id=19a2820d-b709-4829-8316-039e5801946f name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.817465518Z" level=info msg="Stopping pod sandbox: a87b47ffae933cddef0b855b2256b766537fcb743919de6854d7d7e3ee788898" id=69acfd88-1680-4a20-a443-6c09b3127ce8 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.817499187Z" level=info msg="Stopped pod sandbox (already stopped): a87b47ffae933cddef0b855b2256b766537fcb743919de6854d7d7e3ee788898" id=69acfd88-1680-4a20-a443-6c09b3127ce8 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.817771495Z" level=info msg="Removing pod sandbox: a87b47ffae933cddef0b855b2256b766537fcb743919de6854d7d7e3ee788898" id=d74738c7-56dd-4109-bd6e-4fae91b25ccd name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.824849934Z" level=info msg="Removed pod sandbox: a87b47ffae933cddef0b855b2256b766537fcb743919de6854d7d7e3ee788898" id=d74738c7-56dd-4109-bd6e-4fae91b25ccd name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.825168284Z" level=info msg="Stopping pod sandbox: 0d5f5346961920f0f03ed552cb0d9f564a3ba23e194764d0dcaec40af261082f" id=782bd78f-e7d3-4e45-97ef-ae4b38a5e419 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.825194057Z" level=info msg="Stopped pod sandbox (already stopped): 0d5f5346961920f0f03ed552cb0d9f564a3ba23e194764d0dcaec40af261082f" id=782bd78f-e7d3-4e45-97ef-ae4b38a5e419 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.825462215Z" level=info msg="Removing pod sandbox: 0d5f5346961920f0f03ed552cb0d9f564a3ba23e194764d0dcaec40af261082f" id=045b88dc-c3b8-4c82-97c9-56ee9575ba4f name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.831700443Z" level=info msg="Removed pod sandbox: 0d5f5346961920f0f03ed552cb0d9f564a3ba23e194764d0dcaec40af261082f" id=045b88dc-c3b8-4c82-97c9-56ee9575ba4f name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.831987413Z" level=info msg="Stopping pod sandbox: 52f13902dd8f040fd98d17c5e81855845988f71e86a77f9c1f02fd8c96d39234" id=05ef3332-dbe3-4d16-982f-a3753ef8d43d name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.832010392Z" level=info msg="Stopped pod sandbox (already stopped): 52f13902dd8f040fd98d17c5e81855845988f71e86a77f9c1f02fd8c96d39234" id=05ef3332-dbe3-4d16-982f-a3753ef8d43d name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.832214993Z" level=info msg="Removing pod sandbox: 52f13902dd8f040fd98d17c5e81855845988f71e86a77f9c1f02fd8c96d39234" id=7f6861e3-2c9c-4f43-9730-1a89000f7cc3 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.838662385Z" level=info msg="Removed pod sandbox: 52f13902dd8f040fd98d17c5e81855845988f71e86a77f9c1f02fd8c96d39234" id=7f6861e3-2c9c-4f43-9730-1a89000f7cc3 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.839009796Z" level=info msg="Stopping pod sandbox: fca242b5a5b2daac76c8bde8a9b0448af59e2c02dde2f99e11420ca1f379eea5" id=6f587f00-c0d3-4dee-bb52-71199be1243e name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.839035147Z" level=info msg="Stopped pod sandbox (already stopped): fca242b5a5b2daac76c8bde8a9b0448af59e2c02dde2f99e11420ca1f379eea5" id=6f587f00-c0d3-4dee-bb52-71199be1243e name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.839331087Z" level=info msg="Removing pod sandbox: fca242b5a5b2daac76c8bde8a9b0448af59e2c02dde2f99e11420ca1f379eea5" id=e1338fbe-2e41-4cf6-807e-28e2d1e0e92b name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 19 14:27:14 addons-464709 crio[1036]: time="2024-07-19 14:27:14.847604381Z" level=info msg="Removed pod sandbox: fca242b5a5b2daac76c8bde8a9b0448af59e2c02dde2f99e11420ca1f379eea5" id=e1338fbe-2e41-4cf6-807e-28e2d1e0e92b name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 19 14:29:12 addons-464709 crio[1036]: time="2024-07-19 14:29:12.570134570Z" level=info msg="Stopping container: 3706ab93fbb4e4aa0f6978035d7115b23f3160e510dc4e5ac9fc0dc3949a54ef (timeout: 30s)" id=9ae9ff0b-7e8e-4b32-a997-48f5f38ff0c9 name=/runtime.v1.RuntimeService/StopContainer
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                   CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	eb0ccb850fffb       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                   2 minutes ago       Running             hello-world-app           0                   94a8e43297b56       hello-world-app-6778b5fc9f-fz89w
	91c3aff32c398       docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55                         4 minutes ago       Running             nginx                     0                   bd5ae639c104b       nginx
	60db1c31dec2a       ghcr.io/headlamp-k8s/headlamp@sha256:1c3f42aacd8eee1d3f1c63efb5a3b42da387ca1d87b77b0f486e8443201fcb37                   5 minutes ago       Running             headlamp                  0                   c8f7c5527f3a1       headlamp-7867546754-p5p9g
	10581339cd459       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:507b9d2f77a65700ff2462a02aa2c83780ff74ecb06c9275c5b5b9b1fa44269b            6 minutes ago       Running             gcp-auth                  0                   0135014c6be54       gcp-auth-5db96cd9b4-twkr2
	aac057ac3d8b3       docker.io/marcnuri/yakd@sha256:8ebd1692ed5271719f13b728d9af7acb839aa04821e931c8993d908ad68b69fd                         6 minutes ago       Running             yakd                      0                   98accc5d3e85e       yakd-dashboard-799879c74f-7xh77
	3706ab93fbb4e       registry.k8s.io/metrics-server/metrics-server@sha256:31f034feb3f16062e93be7c40efc596553c89de172e2e412e588f02382388872   6 minutes ago       Running             metrics-server            0                   70ab34b41074d       metrics-server-c59844bb4-fkdf5
	1baf60c01a034       cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797ed5bc34fcc6bb4                                                        6 minutes ago       Running             coredns                   0                   43acc6c4b0050       coredns-7db6d8ff4d-2bvjm
	50e5bca1309a3       6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562                                                        6 minutes ago       Running             storage-provisioner       0                   a90bc11c73ad4       storage-provisioner
	63eee1c50dd7c       5cc3abe5717dbf8e0db6fc2e890c3f82fe95e2ce5c5d7320f98a5b71c767d42f                                                        7 minutes ago       Running             kindnet-cni               0                   f80bfc3e50bdf       kindnet-c7msl
	1501ba6c380e9       55bb025d2cfa592b9381d01e122e72a1ed4b29ca32f86b7d289d99da794784d1                                                        7 minutes ago       Running             kube-proxy                0                   2f0c8c87af1bf       kube-proxy-d62n4
	957f6717a49d1       3edc18e7b76722eb2eb37a0858c09caacbd422d6e0cae4c2e5ce67bc9a9795e2                                                        8 minutes ago       Running             kube-scheduler            0                   3dae29a1d5abb       kube-scheduler-addons-464709
	5bba3fba41727       1f6d574d502f3b61c851b1bbd4ef2a964ce4c70071dd8da556f2d490d36b095d                                                        8 minutes ago       Running             kube-apiserver            0                   9aec12fab38d3       kube-apiserver-addons-464709
	cfe8184b75626       76932a3b37d7eb138c8f47c9a2b4218f0466dd273badf856f2ce2f0277e15b5e                                                        8 minutes ago       Running             kube-controller-manager   0                   6189f9d1dd7e3       kube-controller-manager-addons-464709
	dba289ec290df       3861cfcd7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899                                                        8 minutes ago       Running             etcd                      0                   f785789e9471d       etcd-addons-464709
	
	
	==> coredns [1baf60c01a034422fe682f758d46dc7b49163b7fb15958665b3c8234f064dd24] <==
	[INFO] 10.244.0.18:57881 - 45188 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000057204s
	[INFO] 10.244.0.18:38465 - 17744 "A IN registry.kube-system.svc.cluster.local.us-central1-a.c.k8s-minikube.internal. udp 94 false 512" NXDOMAIN qr,rd,ra 94 0.003528193s
	[INFO] 10.244.0.18:38465 - 37458 "AAAA IN registry.kube-system.svc.cluster.local.us-central1-a.c.k8s-minikube.internal. udp 94 false 512" NXDOMAIN qr,rd,ra 94 0.008517865s
	[INFO] 10.244.0.18:52477 - 49414 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.006294321s
	[INFO] 10.244.0.18:52477 - 49674 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.006778786s
	[INFO] 10.244.0.18:49189 - 9419 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.005134888s
	[INFO] 10.244.0.18:49189 - 26582 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.006680087s
	[INFO] 10.244.0.18:45690 - 27245 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000067779s
	[INFO] 10.244.0.18:45690 - 28520 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000105604s
	[INFO] 10.244.0.21:36744 - 34607 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000156194s
	[INFO] 10.244.0.21:46291 - 10675 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000204478s
	[INFO] 10.244.0.21:41043 - 43213 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000104748s
	[INFO] 10.244.0.21:35558 - 55662 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000120057s
	[INFO] 10.244.0.21:55059 - 38269 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000098165s
	[INFO] 10.244.0.21:32799 - 64897 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000126s
	[INFO] 10.244.0.21:60096 - 51267 "A IN storage.googleapis.com.us-central1-a.c.k8s-minikube.internal. udp 89 false 1232" NXDOMAIN qr,rd,ra 78 0.004933705s
	[INFO] 10.244.0.21:57573 - 25478 "AAAA IN storage.googleapis.com.us-central1-a.c.k8s-minikube.internal. udp 89 false 1232" NXDOMAIN qr,rd,ra 78 0.004993833s
	[INFO] 10.244.0.21:45893 - 19034 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.006625126s
	[INFO] 10.244.0.21:47906 - 19489 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.007025285s
	[INFO] 10.244.0.21:59697 - 53440 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.005825436s
	[INFO] 10.244.0.21:46736 - 20332 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.005847811s
	[INFO] 10.244.0.21:35410 - 33751 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.000868825s
	[INFO] 10.244.0.21:38234 - 28874 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001025245s
	[INFO] 10.244.0.25:51973 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000200546s
	[INFO] 10.244.0.25:39107 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000114819s
	
	
	==> describe nodes <==
	Name:               addons-464709
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-464709
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=405f18a5a62536f49733886cdc838e8ec36975de
	                    minikube.k8s.io/name=addons-464709
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_07_19T14_21_15_0700
	                    minikube.k8s.io/version=v1.33.1
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-464709
	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:  Fri, 19 Jul 2024 14:21:12 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-464709
	  AcquireTime:     <unset>
	  RenewTime:       Fri, 19 Jul 2024 14:29:04 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Fri, 19 Jul 2024 14:26:50 +0000   Fri, 19 Jul 2024 14:21:10 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Fri, 19 Jul 2024 14:26:50 +0000   Fri, 19 Jul 2024 14:21:10 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Fri, 19 Jul 2024 14:26:50 +0000   Fri, 19 Jul 2024 14:21:10 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Fri, 19 Jul 2024 14:26:50 +0000   Fri, 19 Jul 2024 14:22:13 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-464709
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859324Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859324Ki
	  pods:               110
	System Info:
	  Machine ID:                 525467d931584c66975a76b168191877
	  System UUID:                225e0995-edac-42b6-b1ba-a264ecaeb670
	  Boot ID:                    ca976b89-b33f-4bb0-a664-24c88d83bad8
	  Kernel Version:             5.15.0-1062-gcp
	  OS Image:                   Ubuntu 22.04.4 LTS
	  Operating System:           linux
	  Architecture:               amd64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.30.3
	  Kube-Proxy Version:         v1.30.3
	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                     hello-world-app-6778b5fc9f-fz89w         0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         2m38s
	  default                     nginx                                    0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         4m56s
	  gcp-auth                    gcp-auth-5db96cd9b4-twkr2                0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         7m35s
	  headlamp                    headlamp-7867546754-p5p9g                0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m18s
	  kube-system                 coredns-7db6d8ff4d-2bvjm                 100m (1%!)(MISSING)     0 (0%!)(MISSING)      70Mi (0%!)(MISSING)        170Mi (0%!)(MISSING)     7m44s
	  kube-system                 etcd-addons-464709                       100m (1%!)(MISSING)     0 (0%!)(MISSING)      100Mi (0%!)(MISSING)       0 (0%!)(MISSING)         7m59s
	  kube-system                 kindnet-c7msl                            100m (1%!)(MISSING)     100m (1%!)(MISSING)   50Mi (0%!)(MISSING)        50Mi (0%!)(MISSING)      7m44s
	  kube-system                 kube-apiserver-addons-464709             250m (3%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         7m59s
	  kube-system                 kube-controller-manager-addons-464709    200m (2%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         7m59s
	  kube-system                 kube-proxy-d62n4                         0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         7m44s
	  kube-system                 kube-scheduler-addons-464709             100m (1%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         7m59s
	  kube-system                 storage-provisioner                      0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         7m40s
	  yakd-dashboard              yakd-dashboard-799879c74f-7xh77          0 (0%!)(MISSING)        0 (0%!)(MISSING)      128Mi (0%!)(MISSING)       256Mi (0%!)(MISSING)     7m40s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                850m (10%!)(MISSING)  100m (1%!)(MISSING)
	  memory             348Mi (1%!)(MISSING)  476Mi (1%!)(MISSING)
	  ephemeral-storage  0 (0%!)(MISSING)      0 (0%!)(MISSING)
	  hugepages-1Gi      0 (0%!)(MISSING)      0 (0%!)(MISSING)
	  hugepages-2Mi      0 (0%!)(MISSING)      0 (0%!)(MISSING)
	Events:
	  Type    Reason                   Age    From             Message
	  ----    ------                   ----   ----             -------
	  Normal  Starting                 7m40s  kube-proxy       
	  Normal  Starting                 7m59s  kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  7m59s  kubelet          Node addons-464709 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    7m59s  kubelet          Node addons-464709 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     7m59s  kubelet          Node addons-464709 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           7m46s  node-controller  Node addons-464709 event: Registered Node addons-464709 in Controller
	  Normal  NodeReady                7m     kubelet          Node addons-464709 status is now: NodeReady
	
	
	==> dmesg <==
	[  +0.000787] platform eisa.0: Cannot allocate resource for EISA slot 5
	[  +0.001399] platform eisa.0: Cannot allocate resource for EISA slot 6
	[  +0.001994] platform eisa.0: Cannot allocate resource for EISA slot 7
	[  +0.000001] platform eisa.0: Cannot allocate resource for EISA slot 8
	[  +0.627088] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
	[  +0.049686] systemd[1]: /lib/systemd/system/cloud-init-local.service:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.006948] systemd[1]: /lib/systemd/system/cloud-init.service:19: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.014680] systemd[1]: /lib/systemd/system/cloud-final.service:9: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.002596] systemd[1]: /lib/systemd/system/cloud-config.service:8: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.015008] systemd[1]: /lib/systemd/system/cloud-init.target:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +7.389392] kauditd_printk_skb: 46 callbacks suppressed
	[Jul19 14:24] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000008] ll header: 00000000: d2 9f ff 5a a0 c3 0e 9f 89 2f 35 dd 08 00
	[  +1.003398] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000026] ll header: 00000000: d2 9f ff 5a a0 c3 0e 9f 89 2f 35 dd 08 00
	[  +2.015796] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000005] ll header: 00000000: d2 9f ff 5a a0 c3 0e 9f 89 2f 35 dd 08 00
	[  +4.031566] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000025] ll header: 00000000: d2 9f ff 5a a0 c3 0e 9f 89 2f 35 dd 08 00
	[  +8.191125] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000008] ll header: 00000000: d2 9f ff 5a a0 c3 0e 9f 89 2f 35 dd 08 00
	[ +16.126381] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: d2 9f ff 5a a0 c3 0e 9f 89 2f 35 dd 08 00
	[Jul19 14:25] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: d2 9f ff 5a a0 c3 0e 9f 89 2f 35 dd 08 00
	
	
	==> etcd [dba289ec290df2a0d37ae66e1b4663cd88d4900995c2e1678d9f5eb22d081f5d] <==
	{"level":"info","ts":"2024-07-19T14:21:31.53357Z","caller":"traceutil/trace.go:171","msg":"trace[1295587820] transaction","detail":"{read_only:false; response_revision:394; number_of_response:1; }","duration":"104.760684ms","start":"2024-07-19T14:21:31.428793Z","end":"2024-07-19T14:21:31.533553Z","steps":["trace[1295587820] 'process raft request'  (duration: 93.068553ms)","trace[1295587820] 'compare'  (duration: 10.942729ms)"],"step_count":2}
	{"level":"warn","ts":"2024-07-19T14:21:31.616227Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"187.878128ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-07-19T14:21:31.616531Z","caller":"traceutil/trace.go:171","msg":"trace[153147538] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:399; }","duration":"188.209544ms","start":"2024-07-19T14:21:31.428304Z","end":"2024-07-19T14:21:31.616513Z","steps":["trace[153147538] 'agreement among raft nodes before linearized reading'  (duration: 187.878004ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-19T14:21:31.617017Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"101.184441ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/events/kube-system/coredns-7db6d8ff4d-2bvjm.17e3a32b9eb4454b\" ","response":"range_response_count:1 size:844"}
	{"level":"info","ts":"2024-07-19T14:21:31.620551Z","caller":"traceutil/trace.go:171","msg":"trace[1344176442] range","detail":"{range_begin:/registry/events/kube-system/coredns-7db6d8ff4d-2bvjm.17e3a32b9eb4454b; range_end:; response_count:1; response_revision:400; }","duration":"104.730591ms","start":"2024-07-19T14:21:31.515793Z","end":"2024-07-19T14:21:31.620523Z","steps":["trace[1344176442] 'agreement among raft nodes before linearized reading'  (duration: 101.167643ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-19T14:21:31.619801Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"103.881152ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/kube-ingress-dns-minikube\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-07-19T14:21:31.620782Z","caller":"traceutil/trace.go:171","msg":"trace[1340175991] range","detail":"{range_begin:/registry/pods/kube-system/kube-ingress-dns-minikube; range_end:; response_count:0; response_revision:400; }","duration":"104.884375ms","start":"2024-07-19T14:21:31.515888Z","end":"2024-07-19T14:21:31.620772Z","steps":["trace[1340175991] 'agreement among raft nodes before linearized reading'  (duration: 103.891256ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-19T14:21:31.825522Z","caller":"traceutil/trace.go:171","msg":"trace[952451305] linearizableReadLoop","detail":"{readStateIndex:421; appliedIndex:419; }","duration":"107.821153ms","start":"2024-07-19T14:21:31.717684Z","end":"2024-07-19T14:21:31.825505Z","steps":["trace[952451305] 'read index received'  (duration: 17.62729ms)","trace[952451305] 'applied index is now lower than readState.Index'  (duration: 90.193295ms)"],"step_count":2}
	{"level":"info","ts":"2024-07-19T14:21:31.916114Z","caller":"traceutil/trace.go:171","msg":"trace[1026765924] transaction","detail":"{read_only:false; response_revision:406; number_of_response:1; }","duration":"198.965304ms","start":"2024-07-19T14:21:31.717134Z","end":"2024-07-19T14:21:31.9161Z","steps":["trace[1026765924] 'process raft request'  (duration: 107.940529ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-19T14:21:31.916291Z","caller":"traceutil/trace.go:171","msg":"trace[190257193] transaction","detail":"{read_only:false; response_revision:408; number_of_response:1; }","duration":"180.054841ms","start":"2024-07-19T14:21:31.736228Z","end":"2024-07-19T14:21:31.916283Z","steps":["trace[190257193] 'process raft request'  (duration: 179.685675ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-19T14:21:31.91612Z","caller":"traceutil/trace.go:171","msg":"trace[520382469] transaction","detail":"{read_only:false; response_revision:411; number_of_response:1; }","duration":"100.12784ms","start":"2024-07-19T14:21:31.815979Z","end":"2024-07-19T14:21:31.916107Z","steps":["trace[520382469] 'process raft request'  (duration: 100.101272ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-19T14:21:31.916484Z","caller":"traceutil/trace.go:171","msg":"trace[1600990560] transaction","detail":"{read_only:false; response_revision:410; number_of_response:1; }","duration":"100.55007ms","start":"2024-07-19T14:21:31.81593Z","end":"2024-07-19T14:21:31.91648Z","steps":["trace[1600990560] 'process raft request'  (duration: 100.120275ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-19T14:21:31.916465Z","caller":"traceutil/trace.go:171","msg":"trace[455642218] transaction","detail":"{read_only:false; response_revision:409; number_of_response:1; }","duration":"100.91335ms","start":"2024-07-19T14:21:31.815544Z","end":"2024-07-19T14:21:31.916458Z","steps":["trace[455642218] 'process raft request'  (duration: 100.466015ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-19T14:21:31.916963Z","caller":"traceutil/trace.go:171","msg":"trace[1773525381] transaction","detail":"{read_only:false; response_revision:407; number_of_response:1; }","duration":"199.514212ms","start":"2024-07-19T14:21:31.717441Z","end":"2024-07-19T14:21:31.916956Z","steps":["trace[1773525381] 'process raft request'  (duration: 107.997889ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-19T14:21:31.918247Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"200.543076ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
	{"level":"info","ts":"2024-07-19T14:21:31.91833Z","caller":"traceutil/trace.go:171","msg":"trace[694680092] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:411; }","duration":"200.661127ms","start":"2024-07-19T14:21:31.717658Z","end":"2024-07-19T14:21:31.918319Z","steps":["trace[694680092] 'agreement among raft nodes before linearized reading'  (duration: 200.478222ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-19T14:21:32.015871Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"284.796529ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/ranges/servicenodeports\" ","response":"range_response_count:1 size:240"}
	{"level":"info","ts":"2024-07-19T14:21:32.028652Z","caller":"traceutil/trace.go:171","msg":"trace[1950847751] range","detail":"{range_begin:/registry/ranges/servicenodeports; range_end:; response_count:1; response_revision:411; }","duration":"297.573723ms","start":"2024-07-19T14:21:31.731053Z","end":"2024-07-19T14:21:32.028627Z","steps":["trace[1950847751] 'agreement among raft nodes before linearized reading'  (duration: 199.956732ms)","trace[1950847751] 'range keys from in-memory index tree'  (duration: 84.790217ms)"],"step_count":2}
	{"level":"info","ts":"2024-07-19T14:21:32.030512Z","caller":"traceutil/trace.go:171","msg":"trace[952325460] transaction","detail":"{read_only:false; response_revision:413; number_of_response:1; }","duration":"103.366327ms","start":"2024-07-19T14:21:31.927132Z","end":"2024-07-19T14:21:32.030499Z","steps":["trace[952325460] 'process raft request'  (duration: 103.15159ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-19T14:21:32.031404Z","caller":"traceutil/trace.go:171","msg":"trace[2114176991] transaction","detail":"{read_only:false; response_revision:414; number_of_response:1; }","duration":"101.096909ms","start":"2024-07-19T14:21:31.930292Z","end":"2024-07-19T14:21:32.031389Z","steps":["trace[2114176991] 'process raft request'  (duration: 100.072371ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-19T14:21:32.031508Z","caller":"traceutil/trace.go:171","msg":"trace[974738358] transaction","detail":"{read_only:false; response_revision:416; number_of_response:1; }","duration":"106.368827ms","start":"2024-07-19T14:21:31.925132Z","end":"2024-07-19T14:21:32.0315Z","steps":["trace[974738358] 'process raft request'  (duration: 105.31799ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-19T14:21:32.031716Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"115.753168ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-464709\" ","response":"range_response_count:1 size:5654"}
	{"level":"info","ts":"2024-07-19T14:21:32.035305Z","caller":"traceutil/trace.go:171","msg":"trace[821984722] range","detail":"{range_begin:/registry/minions/addons-464709; range_end:; response_count:1; response_revision:416; }","duration":"119.37081ms","start":"2024-07-19T14:21:31.915917Z","end":"2024-07-19T14:21:32.035288Z","steps":["trace[821984722] 'agreement among raft nodes before linearized reading'  (duration: 115.751115ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-19T14:21:33.038034Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"100.243055ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
	{"level":"info","ts":"2024-07-19T14:21:33.038108Z","caller":"traceutil/trace.go:171","msg":"trace[365572615] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:502; }","duration":"100.325658ms","start":"2024-07-19T14:21:32.937766Z","end":"2024-07-19T14:21:33.038092Z","steps":["trace[365572615] 'agreement among raft nodes before linearized reading'  (duration: 100.077178ms)"],"step_count":1}
	
	
	==> gcp-auth [10581339cd459e38c376a6a7a42ea9a5187eb8f76bfe1fa58cfd85d46b8f1f03] <==
	2024/07/19 14:23:04 GCP Auth Webhook started!
	2024/07/19 14:23:44 Ready to marshal response ...
	2024/07/19 14:23:44 Ready to write response ...
	2024/07/19 14:23:44 Ready to marshal response ...
	2024/07/19 14:23:44 Ready to write response ...
	2024/07/19 14:23:53 Ready to marshal response ...
	2024/07/19 14:23:53 Ready to write response ...
	2024/07/19 14:23:54 Ready to marshal response ...
	2024/07/19 14:23:54 Ready to write response ...
	2024/07/19 14:23:55 Ready to marshal response ...
	2024/07/19 14:23:55 Ready to write response ...
	2024/07/19 14:23:55 Ready to marshal response ...
	2024/07/19 14:23:55 Ready to write response ...
	2024/07/19 14:23:55 Ready to marshal response ...
	2024/07/19 14:23:55 Ready to write response ...
	2024/07/19 14:24:02 Ready to marshal response ...
	2024/07/19 14:24:02 Ready to write response ...
	2024/07/19 14:24:12 Ready to marshal response ...
	2024/07/19 14:24:12 Ready to write response ...
	2024/07/19 14:24:17 Ready to marshal response ...
	2024/07/19 14:24:17 Ready to write response ...
	2024/07/19 14:24:35 Ready to marshal response ...
	2024/07/19 14:24:35 Ready to write response ...
	2024/07/19 14:26:35 Ready to marshal response ...
	2024/07/19 14:26:35 Ready to write response ...
	
	
	==> kernel <==
	 14:29:13 up 11 min,  0 users,  load average: 0.15, 0.59, 0.46
	Linux addons-464709 5.15.0-1062-gcp #70~20.04.1-Ubuntu SMP Fri May 24 20:12:18 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.4 LTS"
	
	
	==> kindnet [63eee1c50dd7cc3138393bf13257ec5b4963ab7083aa475cf942b2554bbca1e6] <==
	I0719 14:27:52.618830       1 main.go:303] handling current node
	I0719 14:28:02.618255       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0719 14:28:02.618293       1 main.go:303] handling current node
	I0719 14:28:12.618416       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0719 14:28:12.618455       1 main.go:303] handling current node
	W0719 14:28:12.802069       1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
	E0719 14:28:12.802103       1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
	W0719 14:28:21.916755       1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
	E0719 14:28:21.916786       1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
	I0719 14:28:22.618688       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0719 14:28:22.618723       1 main.go:303] handling current node
	W0719 14:28:30.832863       1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
	E0719 14:28:30.832894       1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
	I0719 14:28:32.618107       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0719 14:28:32.618153       1 main.go:303] handling current node
	I0719 14:28:42.618639       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0719 14:28:42.618682       1 main.go:303] handling current node
	W0719 14:28:49.687623       1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
	E0719 14:28:49.687658       1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
	I0719 14:28:52.618660       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0719 14:28:52.618690       1 main.go:303] handling current node
	I0719 14:29:02.618298       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0719 14:29:02.618341       1 main.go:303] handling current node
	I0719 14:29:12.618634       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0719 14:29:12.618664       1 main.go:303] handling current node
	
	
	==> kube-apiserver [5bba3fba417279cd156dbed4bd894ecd07aa5d6b47c6198a80d4b8e45627412c] <==
	E0719 14:23:54.653227       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0719 14:23:54.658743       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0719 14:23:54.664340       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	I0719 14:23:55.069842       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.100.85.37"}
	E0719 14:24:09.665033       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	I0719 14:24:13.935647       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	E0719 14:24:14.769352       1 upgradeaware.go:427] Error proxying data from client to backend: read tcp 192.168.49.2:8443->10.244.0.28:53006: read: connection reset by peer
	I0719 14:24:16.906514       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0719 14:24:17.077905       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.103.69.122"}
	I0719 14:24:42.394482       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0719 14:24:43.410156       1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0719 14:24:51.426169       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0719 14:24:51.426227       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0719 14:24:51.441226       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0719 14:24:51.441354       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0719 14:24:51.441887       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0719 14:24:51.441930       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0719 14:24:51.451788       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0719 14:24:51.451833       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0719 14:24:51.464547       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0719 14:24:51.464672       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0719 14:24:52.442903       1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0719 14:24:52.464827       1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0719 14:24:52.470783       1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0719 14:26:35.747142       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.105.27.78"}
	
	
	==> kube-controller-manager [cfe8184b75626089b8b081eb4e1e90a0411c0854a8e74b7da42a6c7e0d689c00] <==
	W0719 14:27:30.229893       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:27:30.229926       1 reflector.go:150] 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
	W0719 14:27:42.865779       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:27:42.865814       1 reflector.go:150] 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
	W0719 14:27:48.541818       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:27:48.541858       1 reflector.go:150] 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
	W0719 14:27:59.145851       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:27:59.145883       1 reflector.go:150] 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
	W0719 14:28:18.550230       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:28:18.550261       1 reflector.go:150] 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
	W0719 14:28:26.316956       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:28:26.316989       1 reflector.go:150] 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
	W0719 14:28:28.175805       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:28:28.175836       1 reflector.go:150] 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
	W0719 14:28:32.053654       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:28:32.053687       1 reflector.go:150] 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
	W0719 14:28:54.024952       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:28:54.025006       1 reflector.go:150] 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
	W0719 14:29:00.885112       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:29:00.885146       1 reflector.go:150] 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
	W0719 14:29:05.245139       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:29:05.245167       1 reflector.go:150] 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
	W0719 14:29:09.968257       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0719 14:29:09.968291       1 reflector.go:150] 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
	I0719 14:29:12.560712       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/metrics-server-c59844bb4" duration="9.395µs"
	
	
	==> kube-proxy [1501ba6c380e927728612a174e365d5749b4b1402067976dde8c51d538af0e77] <==
	I0719 14:21:31.541011       1 server_linux.go:69] "Using iptables proxy"
	I0719 14:21:32.117848       1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	I0719 14:21:33.039252       1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0719 14:21:33.039310       1 server_linux.go:165] "Using iptables Proxier"
	I0719 14:21:33.121172       1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
	I0719 14:21:33.121274       1 server_linux.go:528] "Defaulting to no-op detect-local"
	I0719 14:21:33.121328       1 proxier.go:243] "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"
	I0719 14:21:33.121596       1 server.go:872] "Version info" version="v1.30.3"
	I0719 14:21:33.122001       1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0719 14:21:33.123336       1 config.go:192] "Starting service config controller"
	I0719 14:21:33.124579       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0719 14:21:33.123847       1 config.go:101] "Starting endpoint slice config controller"
	I0719 14:21:33.124700       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0719 14:21:33.124292       1 config.go:319] "Starting node config controller"
	I0719 14:21:33.124752       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0719 14:21:33.224751       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0719 14:21:33.224819       1 shared_informer.go:320] Caches are synced for node config
	I0719 14:21:33.224862       1 shared_informer.go:320] Caches are synced for service config
	
	
	==> kube-scheduler [957f6717a49d14f8c3595f299a0e3dcfa1455fe4bbb43fb266bcba33c0e0785e] <==
	W0719 14:21:12.032635       1 reflector.go:547] 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
	E0719 14:21:12.032657       1 reflector.go:150] 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
	W0719 14:21:12.032693       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	E0719 14:21:12.032714       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	W0719 14:21:12.032752       1 reflector.go:547] 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
	E0719 14:21:12.032773       1 reflector.go:150] 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
	W0719 14:21:12.032794       1 reflector.go:547] runtime/asm_amd64.s:1695: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	E0719 14:21:12.032825       1 reflector.go:150] runtime/asm_amd64.s:1695: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	W0719 14:21:12.032801       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	E0719 14:21:12.032868       1 reflector.go:150] 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
	W0719 14:21:12.840191       1 reflector.go:547] 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
	E0719 14:21:12.840234       1 reflector.go:150] 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
	W0719 14:21:12.913469       1 reflector.go:547] 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
	E0719 14:21:12.913505       1 reflector.go:150] 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
	W0719 14:21:13.059270       1 reflector.go:547] 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
	E0719 14:21:13.059310       1 reflector.go:150] 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
	W0719 14:21:13.137691       1 reflector.go:547] runtime/asm_amd64.s:1695: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	E0719 14:21:13.137720       1 reflector.go:150] runtime/asm_amd64.s:1695: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	W0719 14:21:13.143837       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	E0719 14:21:13.143872       1 reflector.go:150] 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
	W0719 14:21:13.163847       1 reflector.go:547] 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
	E0719 14:21:13.163880       1 reflector.go:150] 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
	W0719 14:21:13.173165       1 reflector.go:547] 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
	E0719 14:21:13.173196       1 reflector.go:150] 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
	I0719 14:21:15.830531       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Jul 19 14:26:38 addons-464709 kubelet[1744]: I0719 14:26:38.358653    1744 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="9be0ad54-98bc-4be2-b56d-54897545fb8d" path="/var/lib/kubelet/pods/9be0ad54-98bc-4be2-b56d-54897545fb8d/volumes"
	Jul 19 14:26:38 addons-464709 kubelet[1744]: I0719 14:26:38.359005    1744 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="f4c43c2c-8945-4df6-80de-d29eebbc9ffe" path="/var/lib/kubelet/pods/f4c43c2c-8945-4df6-80de-d29eebbc9ffe/volumes"
	Jul 19 14:26:38 addons-464709 kubelet[1744]: I0719 14:26:38.438208    1744 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-6778b5fc9f-fz89w" podStartSLOduration=1.886583366 podStartE2EDuration="3.438188665s" podCreationTimestamp="2024-07-19 14:26:35 +0000 UTC" firstStartedPulling="2024-07-19 14:26:35.950158757 +0000 UTC m=+321.768768630" lastFinishedPulling="2024-07-19 14:26:37.501764057 +0000 UTC m=+323.320373929" observedRunningTime="2024-07-19 14:26:38.437703729 +0000 UTC m=+324.256313609" watchObservedRunningTime="2024-07-19 14:26:38.438188665 +0000 UTC m=+324.256798545"
	Jul 19 14:26:41 addons-464709 kubelet[1744]: I0719 14:26:41.265829    1744 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-slrnx\" (UniqueName: \"kubernetes.io/projected/3192caee-bd49-41f1-aa33-c6911afe39bb-kube-api-access-slrnx\") pod \"3192caee-bd49-41f1-aa33-c6911afe39bb\" (UID: \"3192caee-bd49-41f1-aa33-c6911afe39bb\") "
	Jul 19 14:26:41 addons-464709 kubelet[1744]: I0719 14:26:41.265873    1744 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/3192caee-bd49-41f1-aa33-c6911afe39bb-webhook-cert\") pod \"3192caee-bd49-41f1-aa33-c6911afe39bb\" (UID: \"3192caee-bd49-41f1-aa33-c6911afe39bb\") "
	Jul 19 14:26:41 addons-464709 kubelet[1744]: I0719 14:26:41.267704    1744 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/3192caee-bd49-41f1-aa33-c6911afe39bb-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "3192caee-bd49-41f1-aa33-c6911afe39bb" (UID: "3192caee-bd49-41f1-aa33-c6911afe39bb"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
	Jul 19 14:26:41 addons-464709 kubelet[1744]: I0719 14:26:41.267710    1744 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/3192caee-bd49-41f1-aa33-c6911afe39bb-kube-api-access-slrnx" (OuterVolumeSpecName: "kube-api-access-slrnx") pod "3192caee-bd49-41f1-aa33-c6911afe39bb" (UID: "3192caee-bd49-41f1-aa33-c6911afe39bb"). InnerVolumeSpecName "kube-api-access-slrnx". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Jul 19 14:26:41 addons-464709 kubelet[1744]: I0719 14:26:41.366290    1744 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-slrnx\" (UniqueName: \"kubernetes.io/projected/3192caee-bd49-41f1-aa33-c6911afe39bb-kube-api-access-slrnx\") on node \"addons-464709\" DevicePath \"\""
	Jul 19 14:26:41 addons-464709 kubelet[1744]: I0719 14:26:41.366326    1744 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/3192caee-bd49-41f1-aa33-c6911afe39bb-webhook-cert\") on node \"addons-464709\" DevicePath \"\""
	Jul 19 14:26:41 addons-464709 kubelet[1744]: I0719 14:26:41.436270    1744 scope.go:117] "RemoveContainer" containerID="639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e"
	Jul 19 14:26:41 addons-464709 kubelet[1744]: I0719 14:26:41.450021    1744 scope.go:117] "RemoveContainer" containerID="639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e"
	Jul 19 14:26:41 addons-464709 kubelet[1744]: E0719 14:26:41.450360    1744 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e\": container with ID starting with 639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e not found: ID does not exist" containerID="639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e"
	Jul 19 14:26:41 addons-464709 kubelet[1744]: I0719 14:26:41.450388    1744 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e"} err="failed to get container status \"639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e\": rpc error: code = NotFound desc = could not find container \"639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e\": container with ID starting with 639513c6b711954bf20e89d5d6c8b34f8add04c760cc62454dec4da00e50337e not found: ID does not exist"
	Jul 19 14:26:42 addons-464709 kubelet[1744]: I0719 14:26:42.358449    1744 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="3192caee-bd49-41f1-aa33-c6911afe39bb" path="/var/lib/kubelet/pods/3192caee-bd49-41f1-aa33-c6911afe39bb/volumes"
	Jul 19 14:26:58 addons-464709 kubelet[1744]: I0719 14:26:58.356592    1744 kubelet_pods.go:988] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/coredns-7db6d8ff4d-2bvjm" secret="" err="secret \"gcp-auth\" not found"
	Jul 19 14:27:14 addons-464709 kubelet[1744]: I0719 14:27:14.784795    1744 scope.go:117] "RemoveContainer" containerID="5a185a4c2527f3de4db62d3381e24ba196f108b46f134b9b3903579d436768e4"
	Jul 19 14:27:14 addons-464709 kubelet[1744]: I0719 14:27:14.800625    1744 scope.go:117] "RemoveContainer" containerID="8a6e3747035b11c21d837c70e367b5cb4bae6b213df690c34a2034f7579bb0ba"
	Jul 19 14:28:10 addons-464709 kubelet[1744]: I0719 14:28:10.356823    1744 kubelet_pods.go:988] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/coredns-7db6d8ff4d-2bvjm" secret="" err="secret \"gcp-auth\" not found"
	Jul 19 14:29:13 addons-464709 kubelet[1744]: I0719 14:29:13.356633    1744 kubelet_pods.go:988] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/coredns-7db6d8ff4d-2bvjm" secret="" err="secret \"gcp-auth\" not found"
	Jul 19 14:29:13 addons-464709 kubelet[1744]: I0719 14:29:13.846691    1744 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/a0460895-0444-406c-85e8-ee911b864282-tmp-dir\") pod \"a0460895-0444-406c-85e8-ee911b864282\" (UID: \"a0460895-0444-406c-85e8-ee911b864282\") "
	Jul 19 14:29:13 addons-464709 kubelet[1744]: I0719 14:29:13.846755    1744 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-4rlb2\" (UniqueName: \"kubernetes.io/projected/a0460895-0444-406c-85e8-ee911b864282-kube-api-access-4rlb2\") pod \"a0460895-0444-406c-85e8-ee911b864282\" (UID: \"a0460895-0444-406c-85e8-ee911b864282\") "
	Jul 19 14:29:13 addons-464709 kubelet[1744]: I0719 14:29:13.847133    1744 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/empty-dir/a0460895-0444-406c-85e8-ee911b864282-tmp-dir" (OuterVolumeSpecName: "tmp-dir") pod "a0460895-0444-406c-85e8-ee911b864282" (UID: "a0460895-0444-406c-85e8-ee911b864282"). InnerVolumeSpecName "tmp-dir". PluginName "kubernetes.io/empty-dir", VolumeGidValue ""
	Jul 19 14:29:13 addons-464709 kubelet[1744]: I0719 14:29:13.849079    1744 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/a0460895-0444-406c-85e8-ee911b864282-kube-api-access-4rlb2" (OuterVolumeSpecName: "kube-api-access-4rlb2") pod "a0460895-0444-406c-85e8-ee911b864282" (UID: "a0460895-0444-406c-85e8-ee911b864282"). InnerVolumeSpecName "kube-api-access-4rlb2". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Jul 19 14:29:13 addons-464709 kubelet[1744]: I0719 14:29:13.947711    1744 reconciler_common.go:289] "Volume detached for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/a0460895-0444-406c-85e8-ee911b864282-tmp-dir\") on node \"addons-464709\" DevicePath \"\""
	Jul 19 14:29:13 addons-464709 kubelet[1744]: I0719 14:29:13.947746    1744 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-4rlb2\" (UniqueName: \"kubernetes.io/projected/a0460895-0444-406c-85e8-ee911b864282-kube-api-access-4rlb2\") on node \"addons-464709\" DevicePath \"\""
	
	
	==> storage-provisioner [50e5bca1309a39a02eff747b860acd6be0c370bc7d3c7c87be33a266e92a199b] <==
	I0719 14:22:13.864595       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0719 14:22:13.916740       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0719 14:22:13.916774       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0719 14:22:13.928132       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0719 14:22:13.928352       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-464709_71a26017-0f56-439d-b0d3-23ccea0045cf!
	I0719 14:22:13.928583       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"c43f6ce1-f25e-4b17-ba9f-995373aae805", APIVersion:"v1", ResourceVersion:"925", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-464709_71a26017-0f56-439d-b0d3-23ccea0045cf became leader
	I0719 14:22:14.028964       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-464709_71a26017-0f56-439d-b0d3-23ccea0045cf!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-464709 -n addons-464709
helpers_test.go:261: (dbg) Run:  kubectl --context addons-464709 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: metrics-server-c59844bb4-fkdf5
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/MetricsServer]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context addons-464709 describe pod metrics-server-c59844bb4-fkdf5
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-464709 describe pod metrics-server-c59844bb4-fkdf5: exit status 1 (60.460124ms)

                                                
                                                
** stderr ** 
	Error from server (NotFound): pods "metrics-server-c59844bb4-fkdf5" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context addons-464709 describe pod metrics-server-c59844bb4-fkdf5: exit status 1
--- FAIL: TestAddons/parallel/MetricsServer (324.33s)

                                                
                                    

Test pass (306/336)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 8.09
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.06
9 TestDownloadOnly/v1.20.0/DeleteAll 0.2
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.12
12 TestDownloadOnly/v1.30.3/json-events 4.64
13 TestDownloadOnly/v1.30.3/preload-exists 0
17 TestDownloadOnly/v1.30.3/LogsDuration 0.06
18 TestDownloadOnly/v1.30.3/DeleteAll 0.19
19 TestDownloadOnly/v1.30.3/DeleteAlwaysSucceeds 0.12
21 TestDownloadOnly/v1.31.0-beta.0/json-events 8.23
22 TestDownloadOnly/v1.31.0-beta.0/preload-exists 0
26 TestDownloadOnly/v1.31.0-beta.0/LogsDuration 0.06
27 TestDownloadOnly/v1.31.0-beta.0/DeleteAll 0.2
28 TestDownloadOnly/v1.31.0-beta.0/DeleteAlwaysSucceeds 0.12
29 TestDownloadOnlyKic 1.1
30 TestBinaryMirror 0.73
31 TestOffline 59.82
34 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.05
35 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.05
36 TestAddons/Setup 188.97
38 TestAddons/parallel/Registry 14.48
40 TestAddons/parallel/InspektorGadget 10.62
42 TestAddons/parallel/HelmTiller 10.44
44 TestAddons/parallel/CSI 53.24
45 TestAddons/parallel/Headlamp 11.86
46 TestAddons/parallel/CloudSpanner 5.47
47 TestAddons/parallel/LocalPath 53.08
48 TestAddons/parallel/NvidiaDevicePlugin 6.51
49 TestAddons/parallel/Yakd 5
53 TestAddons/serial/GCPAuth/Namespaces 0.11
54 TestAddons/StoppedEnableDisable 12.02
55 TestCertOptions 25.9
56 TestCertExpiration 222.24
58 TestForceSystemdFlag 26.43
59 TestForceSystemdEnv 39.66
61 TestKVMDriverInstallOrUpdate 3.29
65 TestErrorSpam/setup 21.05
66 TestErrorSpam/start 0.56
67 TestErrorSpam/status 0.81
68 TestErrorSpam/pause 1.44
69 TestErrorSpam/unpause 1.43
70 TestErrorSpam/stop 1.33
73 TestFunctional/serial/CopySyncFile 0
74 TestFunctional/serial/StartWithProxy 49.22
75 TestFunctional/serial/AuditLog 0
76 TestFunctional/serial/SoftStart 27.95
77 TestFunctional/serial/KubeContext 0.04
78 TestFunctional/serial/KubectlGetPods 0.07
81 TestFunctional/serial/CacheCmd/cache/add_remote 2.78
82 TestFunctional/serial/CacheCmd/cache/add_local 1.1
83 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.05
84 TestFunctional/serial/CacheCmd/cache/list 0.05
85 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.26
86 TestFunctional/serial/CacheCmd/cache/cache_reload 1.58
87 TestFunctional/serial/CacheCmd/cache/delete 0.09
88 TestFunctional/serial/MinikubeKubectlCmd 0.1
89 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.1
90 TestFunctional/serial/ExtraConfig 32.84
91 TestFunctional/serial/ComponentHealth 0.06
92 TestFunctional/serial/LogsCmd 1.3
93 TestFunctional/serial/LogsFileCmd 1.31
94 TestFunctional/serial/InvalidService 4.57
96 TestFunctional/parallel/ConfigCmd 0.36
97 TestFunctional/parallel/DashboardCmd 7.59
98 TestFunctional/parallel/DryRun 0.42
99 TestFunctional/parallel/InternationalLanguage 0.14
100 TestFunctional/parallel/StatusCmd 0.86
104 TestFunctional/parallel/ServiceCmdConnect 8.73
105 TestFunctional/parallel/AddonsCmd 0.15
106 TestFunctional/parallel/PersistentVolumeClaim 32.58
108 TestFunctional/parallel/SSHCmd 0.55
109 TestFunctional/parallel/CpCmd 1.66
110 TestFunctional/parallel/MySQL 21.6
111 TestFunctional/parallel/FileSync 0.28
112 TestFunctional/parallel/CertSync 1.62
116 TestFunctional/parallel/NodeLabels 0.08
118 TestFunctional/parallel/NonActiveRuntimeDisabled 0.55
120 TestFunctional/parallel/License 0.19
121 TestFunctional/parallel/ProfileCmd/profile_not_create 0.42
122 TestFunctional/parallel/Version/short 0.05
123 TestFunctional/parallel/Version/components 0.5
124 TestFunctional/parallel/ImageCommands/ImageListShort 0.2
125 TestFunctional/parallel/ImageCommands/ImageListTable 0.29
126 TestFunctional/parallel/ImageCommands/ImageListJson 0.22
127 TestFunctional/parallel/ImageCommands/ImageListYaml 0.2
128 TestFunctional/parallel/ImageCommands/ImageBuild 2.26
129 TestFunctional/parallel/ImageCommands/Setup 0.99
130 TestFunctional/parallel/ProfileCmd/profile_list 0.36
131 TestFunctional/parallel/UpdateContextCmd/no_changes 0.12
132 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.13
133 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.12
134 TestFunctional/parallel/ProfileCmd/profile_json_output 0.34
135 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 1.36
137 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.4
138 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 1.37
139 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
141 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 17.29
142 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 1.48
143 TestFunctional/parallel/ImageCommands/ImageSaveToFile 2.84
144 TestFunctional/parallel/ImageCommands/ImageRemove 0.67
145 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 2.56
146 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.51
147 TestFunctional/parallel/ServiceCmd/DeployApp 17.15
148 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.08
149 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
153 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
154 TestFunctional/parallel/MountCmd/any-port 5.64
155 TestFunctional/parallel/MountCmd/specific-port 1.7
156 TestFunctional/parallel/ServiceCmd/List 0.89
157 TestFunctional/parallel/MountCmd/VerifyCleanup 1.42
158 TestFunctional/parallel/ServiceCmd/JSONOutput 1.01
159 TestFunctional/parallel/ServiceCmd/HTTPS 0.64
160 TestFunctional/parallel/ServiceCmd/Format 0.51
161 TestFunctional/parallel/ServiceCmd/URL 0.52
162 TestFunctional/delete_echo-server_images 0.04
163 TestFunctional/delete_my-image_image 0.02
164 TestFunctional/delete_minikube_cached_images 0.02
168 TestMultiControlPlane/serial/StartCluster 135.48
169 TestMultiControlPlane/serial/DeployApp 3.67
170 TestMultiControlPlane/serial/PingHostFromPods 0.98
171 TestMultiControlPlane/serial/AddWorkerNode 32.82
172 TestMultiControlPlane/serial/NodeLabels 0.06
173 TestMultiControlPlane/serial/HAppyAfterClusterStart 0.6
174 TestMultiControlPlane/serial/CopyFile 14.85
175 TestMultiControlPlane/serial/StopSecondaryNode 12.45
176 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.45
177 TestMultiControlPlane/serial/RestartSecondaryNode 22.95
178 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 3.75
179 TestMultiControlPlane/serial/RestartClusterKeepsNodes 206.15
180 TestMultiControlPlane/serial/DeleteSecondaryNode 11.68
181 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.44
182 TestMultiControlPlane/serial/StopCluster 35.49
183 TestMultiControlPlane/serial/RestartCluster 88.9
184 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.45
185 TestMultiControlPlane/serial/AddSecondaryNode 64.22
186 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 0.61
190 TestJSONOutput/start/Command 46.84
191 TestJSONOutput/start/Audit 0
193 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
194 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
196 TestJSONOutput/pause/Command 0.65
197 TestJSONOutput/pause/Audit 0
199 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
200 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
202 TestJSONOutput/unpause/Command 0.57
203 TestJSONOutput/unpause/Audit 0
205 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
206 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
208 TestJSONOutput/stop/Command 5.7
209 TestJSONOutput/stop/Audit 0
211 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
212 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
213 TestErrorJSONOutput 0.2
215 TestKicCustomNetwork/create_custom_network 30.75
216 TestKicCustomNetwork/use_default_bridge_network 23.01
217 TestKicExistingNetwork 22.36
218 TestKicCustomSubnet 23.24
219 TestKicStaticIP 26.44
220 TestMainNoArgs 0.04
221 TestMinikubeProfile 50.14
224 TestMountStart/serial/StartWithMountFirst 5.41
225 TestMountStart/serial/VerifyMountFirst 0.23
226 TestMountStart/serial/StartWithMountSecond 8.24
227 TestMountStart/serial/VerifyMountSecond 0.23
228 TestMountStart/serial/DeleteFirst 1.57
229 TestMountStart/serial/VerifyMountPostDelete 0.23
230 TestMountStart/serial/Stop 1.16
231 TestMountStart/serial/RestartStopped 7.2
232 TestMountStart/serial/VerifyMountPostStop 0.23
235 TestMultiNode/serial/FreshStart2Nodes 75.6
236 TestMultiNode/serial/DeployApp2Nodes 3.33
237 TestMultiNode/serial/PingHostFrom2Pods 0.67
238 TestMultiNode/serial/AddNode 28.62
239 TestMultiNode/serial/MultiNodeLabels 0.06
240 TestMultiNode/serial/ProfileList 0.28
241 TestMultiNode/serial/CopyFile 8.58
242 TestMultiNode/serial/StopNode 2.03
243 TestMultiNode/serial/StartAfterStop 8.86
244 TestMultiNode/serial/RestartKeepsNodes 80.7
245 TestMultiNode/serial/DeleteNode 4.88
246 TestMultiNode/serial/StopMultiNode 23.67
247 TestMultiNode/serial/RestartMultiNode 59.69
248 TestMultiNode/serial/ValidateNameConflict 23.96
253 TestPreload 109.03
255 TestScheduledStopUnix 98.85
258 TestInsufficientStorage 12.93
259 TestRunningBinaryUpgrade 64.11
261 TestKubernetesUpgrade 347.84
262 TestMissingContainerUpgrade 130.3
270 TestNetworkPlugins/group/false 6.18
275 TestNoKubernetes/serial/StartNoK8sWithVersion 0.09
276 TestNoKubernetes/serial/StartWithK8s 31.58
277 TestNoKubernetes/serial/StartWithStopK8s 10.07
278 TestNoKubernetes/serial/Start 9.47
279 TestNoKubernetes/serial/VerifyK8sNotRunning 0.26
280 TestNoKubernetes/serial/ProfileList 8.96
281 TestNoKubernetes/serial/Stop 11.67
282 TestNoKubernetes/serial/StartNoArgs 6.63
283 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.29
284 TestStoppedBinaryUpgrade/Setup 0.49
285 TestStoppedBinaryUpgrade/Upgrade 67.96
286 TestStoppedBinaryUpgrade/MinikubeLogs 0.91
295 TestPause/serial/Start 50.7
296 TestPause/serial/SecondStartNoReconfiguration 24.12
297 TestNetworkPlugins/group/auto/Start 51.71
298 TestPause/serial/Pause 0.7
299 TestPause/serial/VerifyStatus 0.32
300 TestPause/serial/Unpause 0.64
301 TestPause/serial/PauseAgain 0.71
302 TestPause/serial/DeletePaused 2.62
303 TestPause/serial/VerifyDeletedResources 13.64
304 TestNetworkPlugins/group/kindnet/Start 48.35
305 TestNetworkPlugins/group/auto/KubeletFlags 0.25
306 TestNetworkPlugins/group/auto/NetCatPod 9.21
307 TestNetworkPlugins/group/auto/DNS 0.15
308 TestNetworkPlugins/group/auto/Localhost 0.1
309 TestNetworkPlugins/group/auto/HairPin 0.11
310 TestNetworkPlugins/group/calico/Start 57.94
311 TestNetworkPlugins/group/custom-flannel/Start 59.74
312 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
313 TestNetworkPlugins/group/kindnet/KubeletFlags 0.27
314 TestNetworkPlugins/group/kindnet/NetCatPod 10.19
315 TestNetworkPlugins/group/kindnet/DNS 0.15
316 TestNetworkPlugins/group/kindnet/Localhost 0.12
317 TestNetworkPlugins/group/kindnet/HairPin 0.11
318 TestNetworkPlugins/group/enable-default-cni/Start 41.49
319 TestNetworkPlugins/group/calico/ControllerPod 6.01
320 TestNetworkPlugins/group/calico/KubeletFlags 0.25
321 TestNetworkPlugins/group/calico/NetCatPod 10.19
322 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.27
323 TestNetworkPlugins/group/custom-flannel/NetCatPod 10.19
324 TestNetworkPlugins/group/calico/DNS 0.16
325 TestNetworkPlugins/group/calico/Localhost 0.11
326 TestNetworkPlugins/group/calico/HairPin 0.13
327 TestNetworkPlugins/group/custom-flannel/DNS 0.13
328 TestNetworkPlugins/group/custom-flannel/Localhost 0.1
329 TestNetworkPlugins/group/custom-flannel/HairPin 0.11
330 TestNetworkPlugins/group/flannel/Start 62.98
331 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.29
332 TestNetworkPlugins/group/enable-default-cni/NetCatPod 10.21
333 TestNetworkPlugins/group/bridge/Start 38.94
334 TestNetworkPlugins/group/enable-default-cni/DNS 0.16
335 TestNetworkPlugins/group/enable-default-cni/Localhost 0.14
336 TestNetworkPlugins/group/enable-default-cni/HairPin 0.13
338 TestStartStop/group/old-k8s-version/serial/FirstStart 147.45
340 TestStartStop/group/no-preload/serial/FirstStart 69.22
341 TestNetworkPlugins/group/bridge/KubeletFlags 0.34
342 TestNetworkPlugins/group/bridge/NetCatPod 10.22
343 TestNetworkPlugins/group/bridge/DNS 33.2
344 TestNetworkPlugins/group/flannel/ControllerPod 6.01
345 TestNetworkPlugins/group/flannel/KubeletFlags 0.27
346 TestNetworkPlugins/group/flannel/NetCatPod 9.2
347 TestNetworkPlugins/group/flannel/DNS 0.13
348 TestNetworkPlugins/group/flannel/Localhost 0.13
349 TestNetworkPlugins/group/flannel/HairPin 0.12
350 TestNetworkPlugins/group/bridge/Localhost 0.12
351 TestNetworkPlugins/group/bridge/HairPin 0.11
353 TestStartStop/group/embed-certs/serial/FirstStart 50.96
354 TestStartStop/group/no-preload/serial/DeployApp 12.33
356 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 50.78
357 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 1
358 TestStartStop/group/no-preload/serial/Stop 11.95
359 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.19
360 TestStartStop/group/no-preload/serial/SecondStart 262.37
361 TestStartStop/group/embed-certs/serial/DeployApp 7.24
362 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 0.87
363 TestStartStop/group/embed-certs/serial/Stop 11.95
364 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 9.25
365 TestStartStop/group/old-k8s-version/serial/DeployApp 8.38
366 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.19
367 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 0.98
368 TestStartStop/group/embed-certs/serial/SecondStart 272.42
369 TestStartStop/group/default-k8s-diff-port/serial/Stop 11.98
370 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 0.88
371 TestStartStop/group/old-k8s-version/serial/Stop 12
372 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.19
373 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 284.35
374 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.21
375 TestStartStop/group/old-k8s-version/serial/SecondStart 25.91
376 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 27.01
377 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.07
378 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.22
379 TestStartStop/group/old-k8s-version/serial/Pause 2.42
381 TestStartStop/group/newest-cni/serial/FirstStart 28.37
382 TestStartStop/group/newest-cni/serial/DeployApp 0
383 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 0.86
384 TestStartStop/group/newest-cni/serial/Stop 1.2
385 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.17
386 TestStartStop/group/newest-cni/serial/SecondStart 12.91
387 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
388 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
389 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.24
390 TestStartStop/group/newest-cni/serial/Pause 2.89
391 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6.01
392 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.07
393 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.22
394 TestStartStop/group/no-preload/serial/Pause 2.64
395 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
396 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.07
397 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.21
398 TestStartStop/group/embed-certs/serial/Pause 2.59
399 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6.01
400 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.07
401 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.21
402 TestStartStop/group/default-k8s-diff-port/serial/Pause 2.54
x
+
TestDownloadOnly/v1.20.0/json-events (8.09s)

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/preload-exists
--- PASS: TestDownloadOnly/v1.20.0/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-402502 | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC |          |
	|         | -p download-only-402502        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2024/07/19 14:20:10
	Running on machine: ubuntu-20-agent-15
	Binary: Built with gc go1.22.5 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0719 14:20:10.578766   10415 out.go:291] Setting OutFile to fd 1 ...
	I0719 14:20:10.579285   10415 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:20:10.579300   10415 out.go:304] Setting ErrFile to fd 2...
	I0719 14:20:10.579307   10415 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:20:10.579753   10415 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19302-3646/.minikube/bin
	W0719 14:20:10.579987   10415 root.go:314] Error reading config file at /home/jenkins/minikube-integration/19302-3646/.minikube/config/config.json: open /home/jenkins/minikube-integration/19302-3646/.minikube/config/config.json: no such file or directory
	I0719 14:20:10.580916   10415 out.go:298] Setting JSON to true
	I0719 14:20:10.581795   10415 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":158,"bootTime":1721398653,"procs":182,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0719 14:20:10.581861   10415 start.go:139] virtualization: kvm guest
	I0719 14:20:10.584582   10415 out.go:97] [download-only-402502] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0719 14:20:10.584728   10415 notify.go:220] Checking for updates...
	W0719 14:20:10.584720   10415 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/19302-3646/.minikube/cache/preloaded-tarball: no such file or directory
	I0719 14:20:10.586404   10415 out.go:169] MINIKUBE_LOCATION=19302
	I0719 14:20:10.588090   10415 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0719 14:20:10.589653   10415 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19302-3646/kubeconfig
	I0719 14:20:10.591244   10415 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19302-3646/.minikube
	I0719 14:20:10.592859   10415 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0719 14:20:10.595740   10415 out.go:267] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0719 14:20:10.595974   10415 driver.go:392] Setting default libvirt URI to qemu:///system
	I0719 14:20:10.618629   10415 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
	I0719 14:20:10.618711   10415 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0719 14:20:11.013480   10415 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:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:true NGoroutines:52 SystemTime:2024-07-19 14:20:11.004559767 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1] 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>}}
	I0719 14:20:11.013577   10415 docker.go:307] overlay module found
	I0719 14:20:11.015702   10415 out.go:97] Using the docker driver based on user configuration
	I0719 14:20:11.015731   10415 start.go:297] selected driver: docker
	I0719 14:20:11.015745   10415 start.go:901] validating driver "docker" against <nil>
	I0719 14:20:11.015840   10415 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0719 14:20:11.062931   10415 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:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:true NGoroutines:52 SystemTime:2024-07-19 14:20:11.05418013 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86_
64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1] 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>}}
	I0719 14:20:11.063119   10415 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0719 14:20:11.063648   10415 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0719 14:20:11.063830   10415 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0719 14:20:11.065978   10415 out.go:169] Using Docker driver with root privileges
	I0719 14:20:11.067898   10415 cni.go:84] Creating CNI manager for ""
	I0719 14:20:11.067923   10415 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0719 14:20:11.067932   10415 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0719 14:20:11.067997   10415 start.go:340] cluster config:
	{Name:download-only-402502 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f 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-402502 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local Co
ntainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.20.0 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0719 14:20:11.069397   10415 out.go:97] Starting "download-only-402502" primary control-plane node in "download-only-402502" cluster
	I0719 14:20:11.069412   10415 cache.go:121] Beginning downloading kic base image for docker with crio
	I0719 14:20:11.070761   10415 out.go:97] Pulling base image v0.0.44-1721324606-19298 ...
	I0719 14:20:11.070783   10415 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0719 14:20:11.070912   10415 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f in local docker daemon
	I0719 14:20:11.086978   10415 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f to local cache
	I0719 14:20:11.087236   10415 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f in local cache directory
	I0719 14:20:11.087326   10415 image.go:148] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f to local cache
	I0719 14:20:11.101465   10415 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
	I0719 14:20:11.101495   10415 cache.go:56] Caching tarball of preloaded images
	I0719 14:20:11.101656   10415 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0719 14:20:11.103850   10415 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0719 14:20:11.103877   10415 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4 ...
	I0719 14:20:11.146554   10415 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4?checksum=md5:f93b07cde9c3289306cbaeb7a1803c19 -> /home/jenkins/minikube-integration/19302-3646/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4
	I0719 14:20:14.268717   10415 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f as a tarball
	I0719 14:20:15.210348   10415 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4 ...
	I0719 14:20:15.210441   10415 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/19302-3646/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4 ...
	
	
	* The control-plane node download-only-402502 host does not exist
	  To start a cluster, run: "minikube start -p download-only-402502"

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.30.3/json-events (4.64s)

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.30.3/preload-exists
--- PASS: TestDownloadOnly/v1.30.3/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-402502 | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC |                     |
	|         | -p download-only-402502        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC | 19 Jul 24 14:20 UTC |
	| delete  | -p download-only-402502        | download-only-402502 | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC | 19 Jul 24 14:20 UTC |
	| start   | -o=json --download-only        | download-only-295851 | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC |                     |
	|         | -p download-only-295851        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.30.3   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/07/19 14:20:19
	Running on machine: ubuntu-20-agent-15
	Binary: Built with gc go1.22.5 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0719 14:20:19.064330   10774 out.go:291] Setting OutFile to fd 1 ...
	I0719 14:20:19.064470   10774 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:20:19.064483   10774 out.go:304] Setting ErrFile to fd 2...
	I0719 14:20:19.064490   10774 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:20:19.064719   10774 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19302-3646/.minikube/bin
	I0719 14:20:19.065298   10774 out.go:298] Setting JSON to true
	I0719 14:20:19.066168   10774 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":166,"bootTime":1721398653,"procs":180,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0719 14:20:19.066234   10774 start.go:139] virtualization: kvm guest
	I0719 14:20:19.068485   10774 out.go:97] [download-only-295851] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0719 14:20:19.068656   10774 notify.go:220] Checking for updates...
	I0719 14:20:19.070328   10774 out.go:169] MINIKUBE_LOCATION=19302
	I0719 14:20:19.072543   10774 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0719 14:20:19.074483   10774 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19302-3646/kubeconfig
	I0719 14:20:19.076218   10774 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19302-3646/.minikube
	I0719 14:20:19.077994   10774 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0719 14:20:19.081617   10774 out.go:267] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0719 14:20:19.081905   10774 driver.go:392] Setting default libvirt URI to qemu:///system
	I0719 14:20:19.106095   10774 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
	I0719 14:20:19.106193   10774 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0719 14:20:19.152646   10774 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:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:true NGoroutines:46 SystemTime:2024-07-19 14:20:19.143695947 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1] 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>}}
	I0719 14:20:19.152752   10774 docker.go:307] overlay module found
	I0719 14:20:19.154650   10774 out.go:97] Using the docker driver based on user configuration
	I0719 14:20:19.154677   10774 start.go:297] selected driver: docker
	I0719 14:20:19.154689   10774 start.go:901] validating driver "docker" against <nil>
	I0719 14:20:19.154765   10774 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0719 14:20:19.199060   10774 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:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:true NGoroutines:46 SystemTime:2024-07-19 14:20:19.190366522 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1] 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>}}
	I0719 14:20:19.199244   10774 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0719 14:20:19.199692   10774 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0719 14:20:19.199829   10774 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0719 14:20:19.202013   10774 out.go:169] Using Docker driver with root privileges
	
	
	* The control-plane node download-only-295851 host does not exist
	  To start a cluster, run: "minikube start -p download-only-295851"

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

                                                
                                    
x
+
TestDownloadOnly/v1.30.3/DeleteAll (0.19s)

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

                                                
                                    
x
+
TestDownloadOnly/v1.30.3/DeleteAlwaysSucceeds (0.12s)

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

                                                
                                    
x
+
TestDownloadOnly/v1.31.0-beta.0/json-events (8.23s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.0-beta.0/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-amd64 start -o=json --download-only -p download-only-708191 --force --alsologtostderr --kubernetes-version=v1.31.0-beta.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-708191 --force --alsologtostderr --kubernetes-version=v1.31.0-beta.0 --container-runtime=crio --driver=docker  --container-runtime=crio: (8.228589876s)
--- PASS: TestDownloadOnly/v1.31.0-beta.0/json-events (8.23s)

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.0-beta.0/preload-exists
--- PASS: TestDownloadOnly/v1.31.0-beta.0/preload-exists (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.31.0-beta.0/LogsDuration (0.06s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.0-beta.0/LogsDuration
aaa_download_only_test.go:184: (dbg) Run:  out/minikube-linux-amd64 logs -p download-only-708191
aaa_download_only_test.go:184: (dbg) Non-zero exit: out/minikube-linux-amd64 logs -p download-only-708191: exit status 85 (60.550005ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|-------------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |                Args                 |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|-------------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only             | download-only-402502 | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC |                     |
	|         | -p download-only-402502             |                      |         |         |                     |                     |
	|         | --force --alsologtostderr           |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0        |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	|         | --driver=docker                     |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	| delete  | --all                               | minikube             | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC | 19 Jul 24 14:20 UTC |
	| delete  | -p download-only-402502             | download-only-402502 | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC | 19 Jul 24 14:20 UTC |
	| start   | -o=json --download-only             | download-only-295851 | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC |                     |
	|         | -p download-only-295851             |                      |         |         |                     |                     |
	|         | --force --alsologtostderr           |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.30.3        |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	|         | --driver=docker                     |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	| delete  | --all                               | minikube             | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC | 19 Jul 24 14:20 UTC |
	| delete  | -p download-only-295851             | download-only-295851 | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC | 19 Jul 24 14:20 UTC |
	| start   | -o=json --download-only             | download-only-708191 | jenkins | v1.33.1 | 19 Jul 24 14:20 UTC |                     |
	|         | -p download-only-708191             |                      |         |         |                     |                     |
	|         | --force --alsologtostderr           |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.0-beta.0 |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	|         | --driver=docker                     |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	|---------|-------------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/07/19 14:20:24
	Running on machine: ubuntu-20-agent-15
	Binary: Built with gc go1.22.5 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0719 14:20:24.076365   11119 out.go:291] Setting OutFile to fd 1 ...
	I0719 14:20:24.076638   11119 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:20:24.076648   11119 out.go:304] Setting ErrFile to fd 2...
	I0719 14:20:24.076652   11119 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:20:24.076821   11119 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19302-3646/.minikube/bin
	I0719 14:20:24.077353   11119 out.go:298] Setting JSON to true
	I0719 14:20:24.078197   11119 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":171,"bootTime":1721398653,"procs":180,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0719 14:20:24.078250   11119 start.go:139] virtualization: kvm guest
	I0719 14:20:24.080489   11119 out.go:97] [download-only-708191] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0719 14:20:24.080601   11119 notify.go:220] Checking for updates...
	I0719 14:20:24.082141   11119 out.go:169] MINIKUBE_LOCATION=19302
	I0719 14:20:24.083747   11119 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0719 14:20:24.085221   11119 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19302-3646/kubeconfig
	I0719 14:20:24.086774   11119 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19302-3646/.minikube
	I0719 14:20:24.088259   11119 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0719 14:20:24.091560   11119 out.go:267] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0719 14:20:24.091803   11119 driver.go:392] Setting default libvirt URI to qemu:///system
	I0719 14:20:24.112830   11119 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
	I0719 14:20:24.112925   11119 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0719 14:20:24.159178   11119 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:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-19 14:20:24.150083651 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1] 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>}}
	I0719 14:20:24.159287   11119 docker.go:307] overlay module found
	I0719 14:20:24.161614   11119 out.go:97] Using the docker driver based on user configuration
	I0719 14:20:24.161642   11119 start.go:297] selected driver: docker
	I0719 14:20:24.161653   11119 start.go:901] validating driver "docker" against <nil>
	I0719 14:20:24.161741   11119 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0719 14:20:24.206100   11119 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:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-19 14:20:24.196816368 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1] 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>}}
	I0719 14:20:24.206294   11119 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0719 14:20:24.206769   11119 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0719 14:20:24.206935   11119 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0719 14:20:24.209028   11119 out.go:169] Using Docker driver with root privileges
	I0719 14:20:24.210302   11119 cni.go:84] Creating CNI manager for ""
	I0719 14:20:24.210322   11119 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0719 14:20:24.210335   11119 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0719 14:20:24.210417   11119 start.go:340] cluster config:
	{Name:download-only-708191 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f 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.31.0-beta.0 ClusterName:download-only-708191 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.l
ocal ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.0-beta.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}
	I0719 14:20:24.212105   11119 out.go:97] Starting "download-only-708191" primary control-plane node in "download-only-708191" cluster
	I0719 14:20:24.212130   11119 cache.go:121] Beginning downloading kic base image for docker with crio
	I0719 14:20:24.213576   11119 out.go:97] Pulling base image v0.0.44-1721324606-19298 ...
	I0719 14:20:24.213606   11119 preload.go:131] Checking if preload exists for k8s version v1.31.0-beta.0 and runtime crio
	I0719 14:20:24.213715   11119 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f in local docker daemon
	I0719 14:20:24.229352   11119 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f to local cache
	I0719 14:20:24.229484   11119 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f in local cache directory
	I0719 14:20:24.229501   11119 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f in local cache directory, skipping pull
	I0719 14:20:24.229507   11119 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f exists in cache, skipping pull
	I0719 14:20:24.229522   11119 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f as a tarball
	I0719 14:20:24.243372   11119 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.31.0-beta.0/preloaded-images-k8s-v18-v1.31.0-beta.0-cri-o-overlay-amd64.tar.lz4
	I0719 14:20:24.243398   11119 cache.go:56] Caching tarball of preloaded images
	I0719 14:20:24.243519   11119 preload.go:131] Checking if preload exists for k8s version v1.31.0-beta.0 and runtime crio
	I0719 14:20:24.245634   11119 out.go:97] Downloading Kubernetes v1.31.0-beta.0 preload ...
	I0719 14:20:24.245656   11119 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.31.0-beta.0-cri-o-overlay-amd64.tar.lz4 ...
	I0719 14:20:24.277703   11119 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.31.0-beta.0/preloaded-images-k8s-v18-v1.31.0-beta.0-cri-o-overlay-amd64.tar.lz4?checksum=md5:3743f5ddb63994a661f14e5a8d3af98c -> /home/jenkins/minikube-integration/19302-3646/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-beta.0-cri-o-overlay-amd64.tar.lz4
	
	
	* The control-plane node download-only-708191 host does not exist
	  To start a cluster, run: "minikube start -p download-only-708191"

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

                                                
                                    
x
+
TestDownloadOnly/v1.31.0-beta.0/DeleteAll (0.2s)

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

                                                
                                    
x
+
TestDownloadOnly/v1.31.0-beta.0/DeleteAlwaysSucceeds (0.12s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.0-beta.0/DeleteAlwaysSucceeds
aaa_download_only_test.go:208: (dbg) Run:  out/minikube-linux-amd64 delete -p download-only-708191
--- PASS: TestDownloadOnly/v1.31.0-beta.0/DeleteAlwaysSucceeds (0.12s)

                                                
                                    
x
+
TestDownloadOnlyKic (1.1s)

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

                                                
                                    
x
+
TestBinaryMirror (0.73s)

                                                
                                                
=== RUN   TestBinaryMirror
aaa_download_only_test.go:314: (dbg) Run:  out/minikube-linux-amd64 start --download-only -p binary-mirror-573620 --alsologtostderr --binary-mirror http://127.0.0.1:46757 --driver=docker  --container-runtime=crio
helpers_test.go:175: Cleaning up "binary-mirror-573620" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p binary-mirror-573620
--- PASS: TestBinaryMirror (0.73s)

                                                
                                    
x
+
TestOffline (59.82s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

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

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.05s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.05s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/Setup (188.97s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:110: (dbg) Run:  out/minikube-linux-amd64 start -p addons-464709 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=storage-provisioner-rancher --addons=nvidia-device-plugin --addons=yakd --addons=volcano --driver=docker  --container-runtime=crio --addons=ingress --addons=ingress-dns --addons=helm-tiller
addons_test.go:110: (dbg) Done: out/minikube-linux-amd64 start -p addons-464709 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=storage-provisioner-rancher --addons=nvidia-device-plugin --addons=yakd --addons=volcano --driver=docker  --container-runtime=crio --addons=ingress --addons=ingress-dns --addons=helm-tiller: (3m8.97286962s)
--- PASS: TestAddons/Setup (188.97s)

                                                
                                    
x
+
TestAddons/parallel/Registry (14.48s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:332: registry stabilized in 13.29104ms
addons_test.go:334: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-656c9c8d9c-lzpdq" [5ab62a22-8669-4600-bf94-fc177444bfe1] Running
addons_test.go:334: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.004299903s
addons_test.go:337: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-proxy-m5zp7" [eff1db78-e1ba-45b7-9085-44a4f2e51c38] Running
addons_test.go:337: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.004274399s
addons_test.go:342: (dbg) Run:  kubectl --context addons-464709 delete po -l run=registry-test --now
addons_test.go:347: (dbg) Run:  kubectl --context addons-464709 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:347: (dbg) Done: kubectl --context addons-464709 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local": (3.278227831s)
addons_test.go:361: (dbg) Run:  out/minikube-linux-amd64 -p addons-464709 ip
2024/07/19 14:23:57 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:390: (dbg) Run:  out/minikube-linux-amd64 -p addons-464709 addons disable registry --alsologtostderr -v=1
--- PASS: TestAddons/parallel/Registry (14.48s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (10.62s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/InspektorGadget
addons_test.go:840: (dbg) TestAddons/parallel/InspektorGadget: waiting 8m0s for pods matching "k8s-app=gadget" in namespace "gadget" ...
helpers_test.go:344: "gadget-kzjpp" [4d56719b-b957-4efe-8eb2-ca70d7e70c81] Running / Ready:ContainersNotReady (containers with unready status: [gadget]) / ContainersReady:ContainersNotReady (containers with unready status: [gadget])
addons_test.go:840: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 5.004109137s
addons_test.go:843: (dbg) Run:  out/minikube-linux-amd64 addons disable inspektor-gadget -p addons-464709
addons_test.go:843: (dbg) Done: out/minikube-linux-amd64 addons disable inspektor-gadget -p addons-464709: (5.618900191s)
--- PASS: TestAddons/parallel/InspektorGadget (10.62s)

                                                
                                    
x
+
TestAddons/parallel/HelmTiller (10.44s)

                                                
                                                
=== RUN   TestAddons/parallel/HelmTiller
=== PAUSE TestAddons/parallel/HelmTiller

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/HelmTiller
addons_test.go:458: tiller-deploy stabilized in 2.279319ms
addons_test.go:460: (dbg) TestAddons/parallel/HelmTiller: waiting 6m0s for pods matching "app=helm" in namespace "kube-system" ...
helpers_test.go:344: "tiller-deploy-6677d64bcd-8fxjj" [3ce47b55-3c4d-4b7d-aa8c-c5bc9b1422b0] Running
addons_test.go:460: (dbg) TestAddons/parallel/HelmTiller: app=helm healthy within 6.004451944s
addons_test.go:475: (dbg) Run:  kubectl --context addons-464709 run --rm helm-test --restart=Never --image=docker.io/alpine/helm:2.16.3 -it --namespace=kube-system -- version
addons_test.go:475: (dbg) Done: kubectl --context addons-464709 run --rm helm-test --restart=Never --image=docker.io/alpine/helm:2.16.3 -it --namespace=kube-system -- version: (3.935502018s)
addons_test.go:492: (dbg) Run:  out/minikube-linux-amd64 -p addons-464709 addons disable helm-tiller --alsologtostderr -v=1
--- PASS: TestAddons/parallel/HelmTiller (10.44s)

                                                
                                    
x
+
TestAddons/parallel/CSI (53.24s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:563: csi-hostpath-driver pods stabilized in 63.034271ms
addons_test.go:566: (dbg) Run:  kubectl --context addons-464709 create -f testdata/csi-hostpath-driver/pvc.yaml
addons_test.go:571: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:576: (dbg) Run:  kubectl --context addons-464709 create -f testdata/csi-hostpath-driver/pv-pod.yaml
addons_test.go:581: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod" in namespace "default" ...
helpers_test.go:344: "task-pv-pod" [1771392a-7fdc-4e6b-9f21-d1695f2ad894] Pending
helpers_test.go:344: "task-pv-pod" [1771392a-7fdc-4e6b-9f21-d1695f2ad894] 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" [1771392a-7fdc-4e6b-9f21-d1695f2ad894] Running
addons_test.go:581: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 11.020259862s
addons_test.go:586: (dbg) Run:  kubectl --context addons-464709 create -f testdata/csi-hostpath-driver/snapshot.yaml
addons_test.go:591: (dbg) TestAddons/parallel/CSI: waiting 6m0s for volume snapshot "new-snapshot-demo" in namespace "default" ...
helpers_test.go:419: (dbg) Run:  kubectl --context addons-464709 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-464709 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:596: (dbg) Run:  kubectl --context addons-464709 delete pod task-pv-pod
addons_test.go:596: (dbg) Done: kubectl --context addons-464709 delete pod task-pv-pod: (1.119167402s)
addons_test.go:602: (dbg) Run:  kubectl --context addons-464709 delete pvc hpvc
addons_test.go:608: (dbg) Run:  kubectl --context addons-464709 create -f testdata/csi-hostpath-driver/pvc-restore.yaml
addons_test.go:613: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc-restore" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:618: (dbg) Run:  kubectl --context addons-464709 create -f testdata/csi-hostpath-driver/pv-pod-restore.yaml
addons_test.go:623: (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" [9a73d20c-478e-4176-8f2c-3ce7c4a36211] Pending
helpers_test.go:344: "task-pv-pod-restore" [9a73d20c-478e-4176-8f2c-3ce7c4a36211] 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" [9a73d20c-478e-4176-8f2c-3ce7c4a36211] Running
addons_test.go:623: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 8.003737275s
addons_test.go:628: (dbg) Run:  kubectl --context addons-464709 delete pod task-pv-pod-restore
addons_test.go:632: (dbg) Run:  kubectl --context addons-464709 delete pvc hpvc-restore
addons_test.go:636: (dbg) Run:  kubectl --context addons-464709 delete volumesnapshot new-snapshot-demo
addons_test.go:640: (dbg) Run:  out/minikube-linux-amd64 -p addons-464709 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:640: (dbg) Done: out/minikube-linux-amd64 -p addons-464709 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.500373233s)
addons_test.go:644: (dbg) Run:  out/minikube-linux-amd64 -p addons-464709 addons disable volumesnapshots --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CSI (53.24s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (11.86s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:826: (dbg) Run:  out/minikube-linux-amd64 addons enable headlamp -p addons-464709 --alsologtostderr -v=1
addons_test.go:831: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:344: "headlamp-7867546754-p5p9g" [eaa0a9c4-eb56-465e-b4ba-63a123477aaa] Pending
helpers_test.go:344: "headlamp-7867546754-p5p9g" [eaa0a9c4-eb56-465e-b4ba-63a123477aaa] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-7867546754-p5p9g" [eaa0a9c4-eb56-465e-b4ba-63a123477aaa] Running
addons_test.go:831: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 11.055368695s
--- PASS: TestAddons/parallel/Headlamp (11.86s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (5.47s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CloudSpanner
addons_test.go:859: (dbg) TestAddons/parallel/CloudSpanner: waiting 6m0s for pods matching "app=cloud-spanner-emulator" in namespace "default" ...
helpers_test.go:344: "cloud-spanner-emulator-6fcd4f6f98-rj4jb" [f2312ae5-1c59-445f-8ed1-173b79aeb621] Running
addons_test.go:859: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 5.003679092s
addons_test.go:862: (dbg) Run:  out/minikube-linux-amd64 addons disable cloud-spanner -p addons-464709
--- PASS: TestAddons/parallel/CloudSpanner (5.47s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (53.08s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:974: (dbg) Run:  kubectl --context addons-464709 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:980: (dbg) Run:  kubectl --context addons-464709 apply -f testdata/storage-provisioner-rancher/pod.yaml
addons_test.go:984: (dbg) TestAddons/parallel/LocalPath: waiting 5m0s for pvc "test-pvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-464709 get pvc test-pvc -o jsonpath={.status.phase} -n default
addons_test.go:987: (dbg) TestAddons/parallel/LocalPath: waiting 3m0s for pods matching "run=test-local-path" in namespace "default" ...
helpers_test.go:344: "test-local-path" [0f9fe8fd-ed0f-47d2-ab6d-d6873104a128] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [0f9fe8fd-ed0f-47d2-ab6d-d6873104a128] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [0f9fe8fd-ed0f-47d2-ab6d-d6873104a128] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:987: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 4.003489646s
addons_test.go:992: (dbg) Run:  kubectl --context addons-464709 get pvc test-pvc -o=json
addons_test.go:1001: (dbg) Run:  out/minikube-linux-amd64 -p addons-464709 ssh "cat /opt/local-path-provisioner/pvc-1089bf71-f1e1-4117-a53a-5f7f6f5acff2_default_test-pvc/file1"
addons_test.go:1013: (dbg) Run:  kubectl --context addons-464709 delete pod test-local-path
addons_test.go:1017: (dbg) Run:  kubectl --context addons-464709 delete pvc test-pvc
addons_test.go:1021: (dbg) Run:  out/minikube-linux-amd64 -p addons-464709 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:1021: (dbg) Done: out/minikube-linux-amd64 -p addons-464709 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (43.230957938s)
--- PASS: TestAddons/parallel/LocalPath (53.08s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (6.51s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/NvidiaDevicePlugin
addons_test.go:1053: (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-4m7pr" [08394056-a5b8-4297-88ee-d12ad949637e] Running
addons_test.go:1053: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 6.00454206s
addons_test.go:1056: (dbg) Run:  out/minikube-linux-amd64 addons disable nvidia-device-plugin -p addons-464709
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (6.51s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (5s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Yakd
addons_test.go:1064: (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-799879c74f-7xh77" [24e0cec3-bd9f-460c-b46e-1e4be18c7401] Running
addons_test.go:1064: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 5.003740091s
--- PASS: TestAddons/parallel/Yakd (5.00s)

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/Namespaces
addons_test.go:652: (dbg) Run:  kubectl --context addons-464709 create ns new-namespace
addons_test.go:666: (dbg) Run:  kubectl --context addons-464709 get secret gcp-auth -n new-namespace
--- PASS: TestAddons/serial/GCPAuth/Namespaces (0.11s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (12.02s)

                                                
                                                
=== RUN   TestAddons/StoppedEnableDisable
addons_test.go:174: (dbg) Run:  out/minikube-linux-amd64 stop -p addons-464709
addons_test.go:174: (dbg) Done: out/minikube-linux-amd64 stop -p addons-464709: (11.792610502s)
addons_test.go:178: (dbg) Run:  out/minikube-linux-amd64 addons enable dashboard -p addons-464709
addons_test.go:182: (dbg) Run:  out/minikube-linux-amd64 addons disable dashboard -p addons-464709
addons_test.go:187: (dbg) Run:  out/minikube-linux-amd64 addons disable gvisor -p addons-464709
--- PASS: TestAddons/StoppedEnableDisable (12.02s)

                                                
                                    
x
+
TestCertOptions (25.9s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

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

                                                
                                    
x
+
TestCertExpiration (222.24s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-linux-amd64 start -p cert-expiration-651080 --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-651080 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=crio: (25.539867038s)
cert_options_test.go:131: (dbg) Run:  out/minikube-linux-amd64 start -p cert-expiration-651080 --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-651080 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=crio: (14.299500373s)
helpers_test.go:175: Cleaning up "cert-expiration-651080" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p cert-expiration-651080
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p cert-expiration-651080: (2.405208647s)
--- PASS: TestCertExpiration (222.24s)

                                                
                                    
x
+
TestForceSystemdFlag (26.43s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

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

                                                
                                    
x
+
TestForceSystemdEnv (39.66s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

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

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (3.29s)

                                                
                                                
=== RUN   TestKVMDriverInstallOrUpdate
=== PAUSE TestKVMDriverInstallOrUpdate

                                                
                                                

                                                
                                                
=== CONT  TestKVMDriverInstallOrUpdate
--- PASS: TestKVMDriverInstallOrUpdate (3.29s)

                                                
                                    
x
+
TestErrorSpam/setup (21.05s)

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

                                                
                                    
x
+
TestErrorSpam/start (0.56s)

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

                                                
                                    
x
+
TestErrorSpam/status (0.81s)

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

                                                
                                    
x
+
TestErrorSpam/pause (1.44s)

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

                                                
                                    
x
+
TestErrorSpam/unpause (1.43s)

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

                                                
                                    
x
+
TestErrorSpam/stop (1.33s)

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

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

                                                
                                                
=== RUN   TestFunctional/serial/CopySyncFile
functional_test.go:1851: local sync path: /home/jenkins/minikube-integration/19302-3646/.minikube/files/etc/test/nested/copy/10403/hosts
--- PASS: TestFunctional/serial/CopySyncFile (0.00s)

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (49.22s)

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

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (27.95s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
functional_test.go:655: (dbg) Run:  out/minikube-linux-amd64 start -p functional-975949 --alsologtostderr -v=8
functional_test.go:655: (dbg) Done: out/minikube-linux-amd64 start -p functional-975949 --alsologtostderr -v=8: (27.948713454s)
functional_test.go:659: soft start took 27.949468329s for "functional-975949" cluster.
--- PASS: TestFunctional/serial/SoftStart (27.95s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.04s)

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

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.07s)

                                                
                                                
=== RUN   TestFunctional/serial/KubectlGetPods
functional_test.go:692: (dbg) Run:  kubectl --context functional-975949 get po -A
--- PASS: TestFunctional/serial/KubectlGetPods (0.07s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_local
functional_test.go:1073: (dbg) Run:  docker build -t minikube-local-cache-test:functional-975949 /tmp/TestFunctionalserialCacheCmdcacheadd_local1316142754/001
functional_test.go:1085: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 cache add minikube-local-cache-test:functional-975949
functional_test.go:1090: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 cache delete minikube-local-cache-test:functional-975949
functional_test.go:1079: (dbg) Run:  docker rmi minikube-local-cache-test:functional-975949
--- PASS: TestFunctional/serial/CacheCmd/cache/add_local (1.10s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/CacheDelete
functional_test.go:1098: (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:1106: (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.26s)

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.1s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.1s)

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

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (32.84s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:753: (dbg) Run:  out/minikube-linux-amd64 start -p functional-975949 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
functional_test.go:753: (dbg) Done: out/minikube-linux-amd64 start -p functional-975949 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (32.842232454s)
functional_test.go:757: restart took 32.842351352s for "functional-975949" cluster.
--- PASS: TestFunctional/serial/ExtraConfig (32.84s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.06s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.3s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsCmd
functional_test.go:1232: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 logs
functional_test.go:1232: (dbg) Done: out/minikube-linux-amd64 -p functional-975949 logs: (1.302506393s)
--- PASS: TestFunctional/serial/LogsCmd (1.30s)

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.31s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1246: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 logs --file /tmp/TestFunctionalserialLogsFileCmd2044021680/001/logs.txt
functional_test.go:1246: (dbg) Done: out/minikube-linux-amd64 -p functional-975949 logs --file /tmp/TestFunctionalserialLogsFileCmd2044021680/001/logs.txt: (1.310320261s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.31s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.57s)

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

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

                                                
                                                
-- /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:2323: (dbg) Run:  kubectl --context functional-975949 delete -f testdata/invalidsvc.yaml
functional_test.go:2323: (dbg) Done: kubectl --context functional-975949 delete -f testdata/invalidsvc.yaml: (1.09444146s)
--- PASS: TestFunctional/serial/InvalidService (4.57s)

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.36s)

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (7.59s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.42s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0719 14:32:54.173733   52949 out.go:291] Setting OutFile to fd 1 ...
	I0719 14:32:54.173990   52949 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:32:54.174005   52949 out.go:304] Setting ErrFile to fd 2...
	I0719 14:32:54.174009   52949 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:32:54.174186   52949 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19302-3646/.minikube/bin
	I0719 14:32:54.174695   52949 out.go:298] Setting JSON to false
	I0719 14:32:54.175777   52949 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":921,"bootTime":1721398653,"procs":242,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0719 14:32:54.175839   52949 start.go:139] virtualization: kvm guest
	I0719 14:32:54.178087   52949 out.go:177] * [functional-975949] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0719 14:32:54.179351   52949 out.go:177]   - MINIKUBE_LOCATION=19302
	I0719 14:32:54.179353   52949 notify.go:220] Checking for updates...
	I0719 14:32:54.182551   52949 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0719 14:32:54.184065   52949 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19302-3646/kubeconfig
	I0719 14:32:54.185339   52949 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19302-3646/.minikube
	I0719 14:32:54.186526   52949 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0719 14:32:54.187785   52949 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0719 14:32:54.189253   52949 config.go:182] Loaded profile config "functional-975949": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0719 14:32:54.189773   52949 driver.go:392] Setting default libvirt URI to qemu:///system
	I0719 14:32:54.212843   52949 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
	I0719 14:32:54.212944   52949 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0719 14:32:54.264897   52949 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:true BridgeNfIP6Tables:true Debug:false NFd:33 OomKillDisable:true NGoroutines:53 SystemTime:2024-07-19 14:32:54.254120603 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1] 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>}}
	I0719 14:32:54.265010   52949 docker.go:307] overlay module found
	I0719 14:32:54.267650   52949 out.go:177] * Using the docker driver based on existing profile
	I0719 14:32:54.268873   52949 start.go:297] selected driver: docker
	I0719 14:32:54.268891   52949 start.go:901] validating driver "docker" against &{Name:functional-975949 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f 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.30.3 ClusterName:functional-975949 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP
: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0719 14:32:54.268971   52949 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0719 14:32:54.270780   52949 out.go:177] 
	W0719 14:32:54.271960   52949 out.go:239] 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
	I0719 14:32:54.273091   52949 out.go:177] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.14s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0719 14:32:46.929617   50775 out.go:291] Setting OutFile to fd 1 ...
	I0719 14:32:46.929753   50775 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:32:46.929764   50775 out.go:304] Setting ErrFile to fd 2...
	I0719 14:32:46.929770   50775 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:32:46.930066   50775 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19302-3646/.minikube/bin
	I0719 14:32:46.930579   50775 out.go:298] Setting JSON to false
	I0719 14:32:46.931597   50775 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":914,"bootTime":1721398653,"procs":234,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0719 14:32:46.931692   50775 start.go:139] virtualization: kvm guest
	I0719 14:32:46.934054   50775 out.go:177] * [functional-975949] minikube v1.33.1 sur Ubuntu 20.04 (kvm/amd64)
	I0719 14:32:46.935505   50775 out.go:177]   - MINIKUBE_LOCATION=19302
	I0719 14:32:46.935513   50775 notify.go:220] Checking for updates...
	I0719 14:32:46.936845   50775 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0719 14:32:46.938323   50775 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19302-3646/kubeconfig
	I0719 14:32:46.939689   50775 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19302-3646/.minikube
	I0719 14:32:46.941181   50775 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0719 14:32:46.942683   50775 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0719 14:32:46.944858   50775 config.go:182] Loaded profile config "functional-975949": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0719 14:32:46.945518   50775 driver.go:392] Setting default libvirt URI to qemu:///system
	I0719 14:32:46.967586   50775 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
	I0719 14:32:46.967736   50775 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0719 14:32:47.015669   50775 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:true BridgeNfIP6Tables:true Debug:false NFd:33 OomKillDisable:true NGoroutines:53 SystemTime:2024-07-19 14:32:47.006378191 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1] 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>}}
	I0719 14:32:47.015775   50775 docker.go:307] overlay module found
	I0719 14:32:47.017498   50775 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0719 14:32:47.018835   50775 start.go:297] selected driver: docker
	I0719 14:32:47.018853   50775 start.go:901] validating driver "docker" against &{Name:functional-975949 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f 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.30.3 ClusterName:functional-975949 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP
: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0719 14:32:47.018939   50775 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0719 14:32:47.021215   50775 out.go:177] 
	W0719 14:32:47.022563   50775 out.go:239] 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
	I0719 14:32:47.023919   50775 out.go:177] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (0.86s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/StatusCmd
functional_test.go:850: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 status
functional_test.go:856: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 status -f host:{{.Host}},kublet:{{.Kubelet}},apiserver:{{.APIServer}},kubeconfig:{{.Kubeconfig}}
functional_test.go:868: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 status -o json
--- PASS: TestFunctional/parallel/StatusCmd (0.86s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (8.73s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1625: (dbg) Run:  kubectl --context functional-975949 create deployment hello-node-connect --image=registry.k8s.io/echoserver:1.8
functional_test.go:1631: (dbg) Run:  kubectl --context functional-975949 expose deployment hello-node-connect --type=NodePort --port=8080
functional_test.go:1636: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:344: "hello-node-connect-57b4589c47-mxrf4" [4c923732-5aac-4bd0-99c1-e45292899dc1] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-connect-57b4589c47-mxrf4" [4c923732-5aac-4bd0-99c1-e45292899dc1] Running
functional_test.go:1636: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 8.004248391s
functional_test.go:1645: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 service hello-node-connect --url
functional_test.go:1651: found endpoint for hello-node-connect: http://192.168.49.2:31850
functional_test.go:1671: http://192.168.49.2:31850: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-57b4589c47-mxrf4

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

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.15s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/AddonsCmd
functional_test.go:1686: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 addons list
functional_test.go:1698: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 addons list -o json
--- PASS: TestFunctional/parallel/AddonsCmd (0.15s)

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (32.58s)

                                                
                                                
=== 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" [0a8e0c57-51e5-488f-b748-c4c120a7799c] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 5.004912711s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-975949 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-975949 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-975949 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-975949 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" [c09af38e-18c7-4990-a417-b60dbd62cb90] Pending
helpers_test.go:344: "sp-pod" [c09af38e-18c7-4990-a417-b60dbd62cb90] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [c09af38e-18c7-4990-a417-b60dbd62cb90] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 18.003986453s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-975949 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-975949 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-975949 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" [30325b9c-9e4f-4f8a-9f25-02c25a6d7459] Pending
helpers_test.go:344: "sp-pod" [30325b9c-9e4f-4f8a-9f25-02c25a6d7459] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [30325b9c-9e4f-4f8a-9f25-02c25a6d7459] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 8.003744706s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-975949 exec sp-pod -- ls /tmp/mount
2024/07/19 14:33:01 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (32.58s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.55s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/SSHCmd
functional_test.go:1721: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh "echo hello"
functional_test.go:1738: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh "cat /etc/hostname"
--- PASS: TestFunctional/parallel/SSHCmd (0.55s)

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (1.66s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/MySQL (21.6s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1789: (dbg) Run:  kubectl --context functional-975949 replace --force -f testdata/mysql.yaml
functional_test.go:1795: (dbg) TestFunctional/parallel/MySQL: waiting 10m0s for pods matching "app=mysql" in namespace "default" ...
helpers_test.go:344: "mysql-64454c8b5c-gs4l4" [2ee9cfec-b111-4c29-a23e-ad320ae7c15b] Pending / Ready:ContainersNotReady (containers with unready status: [mysql]) / ContainersReady:ContainersNotReady (containers with unready status: [mysql])
helpers_test.go:344: "mysql-64454c8b5c-gs4l4" [2ee9cfec-b111-4c29-a23e-ad320ae7c15b] Running
functional_test.go:1795: (dbg) TestFunctional/parallel/MySQL: app=mysql healthy within 16.046364216s
functional_test.go:1803: (dbg) Run:  kubectl --context functional-975949 exec mysql-64454c8b5c-gs4l4 -- mysql -ppassword -e "show databases;"
functional_test.go:1803: (dbg) Non-zero exit: kubectl --context functional-975949 exec mysql-64454c8b5c-gs4l4 -- mysql -ppassword -e "show databases;": exit status 1 (231.856033ms)

                                                
                                                
** stderr ** 
	mysql: [Warning] Using a password on the command line interface can be insecure.
	ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
	command terminated with exit code 1

                                                
                                                
** /stderr **
functional_test.go:1803: (dbg) Run:  kubectl --context functional-975949 exec mysql-64454c8b5c-gs4l4 -- mysql -ppassword -e "show databases;"
functional_test.go:1803: (dbg) Non-zero exit: kubectl --context functional-975949 exec mysql-64454c8b5c-gs4l4 -- mysql -ppassword -e "show databases;": exit status 1 (186.851684ms)

                                                
                                                
** 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 **
functional_test.go:1803: (dbg) Run:  kubectl --context functional-975949 exec mysql-64454c8b5c-gs4l4 -- mysql -ppassword -e "show databases;"
functional_test.go:1803: (dbg) Non-zero exit: kubectl --context functional-975949 exec mysql-64454c8b5c-gs4l4 -- mysql -ppassword -e "show databases;": exit status 1 (245.211661ms)

                                                
                                                
** 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 **
functional_test.go:1803: (dbg) Run:  kubectl --context functional-975949 exec mysql-64454c8b5c-gs4l4 -- mysql -ppassword -e "show databases;"
--- PASS: TestFunctional/parallel/MySQL (21.60s)

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.28s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/FileSync
functional_test.go:1925: Checking for existence of /etc/test/nested/copy/10403/hosts within VM
functional_test.go:1927: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh "sudo cat /etc/test/nested/copy/10403/hosts"
functional_test.go:1932: 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:1968: Checking for existence of /etc/ssl/certs/10403.pem within VM
functional_test.go:1969: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh "sudo cat /etc/ssl/certs/10403.pem"
functional_test.go:1968: Checking for existence of /usr/share/ca-certificates/10403.pem within VM
functional_test.go:1969: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh "sudo cat /usr/share/ca-certificates/10403.pem"
functional_test.go:1968: Checking for existence of /etc/ssl/certs/51391683.0 within VM
functional_test.go:1969: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh "sudo cat /etc/ssl/certs/51391683.0"
functional_test.go:1995: Checking for existence of /etc/ssl/certs/104032.pem within VM
functional_test.go:1996: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh "sudo cat /etc/ssl/certs/104032.pem"
functional_test.go:1995: Checking for existence of /usr/share/ca-certificates/104032.pem within VM
functional_test.go:1996: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh "sudo cat /usr/share/ca-certificates/104032.pem"
functional_test.go:1995: Checking for existence of /etc/ssl/certs/3ec20f2e.0 within VM
functional_test.go:1996: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0"
--- PASS: TestFunctional/parallel/CertSync (1.62s)

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.08s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.55s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.19s)

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

                                                
                                                

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

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

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

                                                
                                    
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:2252: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 version --short
--- PASS: TestFunctional/parallel/Version/short (0.05s)

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

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

                                                
                                                

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

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:260: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 image ls --format short --alsologtostderr
functional_test.go:265: (dbg) Stdout: out/minikube-linux-amd64 -p functional-975949 image ls --format short --alsologtostderr:
registry.k8s.io/pause:latest
registry.k8s.io/pause:3.9
registry.k8s.io/pause:3.3
registry.k8s.io/pause:3.1
registry.k8s.io/kube-scheduler:v1.30.3
registry.k8s.io/kube-proxy:v1.30.3
registry.k8s.io/kube-controller-manager:v1.30.3
registry.k8s.io/kube-apiserver:v1.30.3
registry.k8s.io/etcd:3.5.12-0
registry.k8s.io/echoserver:1.8
registry.k8s.io/coredns/coredns:v1.11.1
gcr.io/k8s-minikube/storage-provisioner:v5
gcr.io/k8s-minikube/busybox:1.28.4-glibc
docker.io/library/nginx:latest
docker.io/library/nginx:alpine
docker.io/library/mysql:5.7
docker.io/kindest/kindnetd:v20240715-585640e9
docker.io/kicbase/echo-server:functional-975949
functional_test.go:268: (dbg) Stderr: out/minikube-linux-amd64 -p functional-975949 image ls --format short --alsologtostderr:
I0719 14:32:56.743297   54769 out.go:291] Setting OutFile to fd 1 ...
I0719 14:32:56.743593   54769 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0719 14:32:56.743611   54769 out.go:304] Setting ErrFile to fd 2...
I0719 14:32:56.743617   54769 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0719 14:32:56.743887   54769 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19302-3646/.minikube/bin
I0719 14:32:56.744425   54769 config.go:182] Loaded profile config "functional-975949": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0719 14:32:56.744520   54769 config.go:182] Loaded profile config "functional-975949": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0719 14:32:56.744948   54769 cli_runner.go:164] Run: docker container inspect functional-975949 --format={{.State.Status}}
I0719 14:32:56.762293   54769 ssh_runner.go:195] Run: systemctl --version
I0719 14:32:56.762344   54769 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-975949
I0719 14:32:56.779470   54769 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/functional-975949/id_rsa Username:docker}
I0719 14:32:56.858848   54769 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.20s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:260: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 image ls --format table --alsologtostderr
functional_test.go:265: (dbg) Stdout: out/minikube-linux-amd64 -p functional-975949 image ls --format table --alsologtostderr:
|-----------------------------------------|--------------------|---------------|--------|
|                  Image                  |        Tag         |   Image ID    |  Size  |
|-----------------------------------------|--------------------|---------------|--------|
| docker.io/library/nginx                 | latest             | fffffc90d343c | 192MB  |
| registry.k8s.io/etcd                    | 3.5.12-0           | 3861cfcd7c04c | 151MB  |
| registry.k8s.io/kube-controller-manager | v1.30.3            | 76932a3b37d7e | 112MB  |
| registry.k8s.io/kube-proxy              | v1.30.3            | 55bb025d2cfa5 | 86MB   |
| registry.k8s.io/kube-scheduler          | v1.30.3            | 3edc18e7b7672 | 63.1MB |
| registry.k8s.io/pause                   | 3.9                | e6f1816883972 | 750kB  |
| docker.io/kicbase/echo-server           | functional-975949  | 9056ab77afb8e | 4.94MB |
| docker.io/library/nginx                 | alpine             | 099a2d701db1f | 45.1MB |
| gcr.io/k8s-minikube/storage-provisioner | v5                 | 6e38f40d628db | 31.5MB |
| registry.k8s.io/echoserver              | 1.8                | 82e4c8a736a4f | 97.8MB |
| registry.k8s.io/kube-apiserver          | v1.30.3            | 1f6d574d502f3 | 118MB  |
| registry.k8s.io/pause                   | 3.1                | da86e6ba6ca19 | 747kB  |
| registry.k8s.io/pause                   | latest             | 350b164e7ae1d | 247kB  |
| docker.io/library/mysql                 | 5.7                | 5107333e08a87 | 520MB  |
| gcr.io/k8s-minikube/busybox             | 1.28.4-glibc       | 56cc512116c8f | 4.63MB |
| docker.io/kindest/kindnetd              | v20240715-585640e9 | 5cc3abe5717db | 87.2MB |
| registry.k8s.io/coredns/coredns         | v1.11.1            | cbb01a7bd410d | 61.2MB |
| registry.k8s.io/pause                   | 3.3                | 0184c1613d929 | 686kB  |
|-----------------------------------------|--------------------|---------------|--------|
functional_test.go:268: (dbg) Stderr: out/minikube-linux-amd64 -p functional-975949 image ls --format table --alsologtostderr:
I0719 14:32:57.391841   55072 out.go:291] Setting OutFile to fd 1 ...
I0719 14:32:57.392090   55072 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0719 14:32:57.392103   55072 out.go:304] Setting ErrFile to fd 2...
I0719 14:32:57.392109   55072 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0719 14:32:57.392468   55072 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19302-3646/.minikube/bin
I0719 14:32:57.393289   55072 config.go:182] Loaded profile config "functional-975949": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0719 14:32:57.393438   55072 config.go:182] Loaded profile config "functional-975949": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0719 14:32:57.393994   55072 cli_runner.go:164] Run: docker container inspect functional-975949 --format={{.State.Status}}
I0719 14:32:57.415518   55072 ssh_runner.go:195] Run: systemctl --version
I0719 14:32:57.415575   55072 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-975949
I0719 14:32:57.435561   55072 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/functional-975949/id_rsa Username:docker}
I0719 14:32:57.519143   55072 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.29s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:260: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 image ls --format json --alsologtostderr
functional_test.go:265: (dbg) Stdout: out/minikube-linux-amd64 -p functional-975949 image ls --format json --alsologtostderr:
[{"id":"9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30","repoDigests":["docker.io/kicbase/echo-server@sha256:d3d0b737c6413dcf7b9393d61285525048f2d10a0aae68296150078d379c30cf"],"repoTags":["docker.io/kicbase/echo-server:functional-975949"],"size":"4943877"},{"id":"fffffc90d343cbcb01a5032edac86db5998c536cd0a366514121a45c6723765c","repoDigests":["docker.io/library/nginx@sha256:67682bda769fae1ccf5183192b8daf37b64cae99c6c3302650f6f8bf5f0f95df","docker.io/library/nginx@sha256:db5e49f40979ce521f05f0bc9f513d0abacce47904e229f3a95c2e6d9b47f244"],"repoTags":["docker.io/library/nginx:latest"],"size":"191746190"},{"id":"cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797ed5bc34fcc6bb4","repoDigests":["registry.k8s.io/coredns/coredns@sha256:1eeb4c7316bacb1d4c8ead65571cd92dd21e27359f0d4917f1a5822a73b75db1","registry.k8s.io/coredns/coredns@sha256:2169b3b96af988cf69d7dd69efbcc59433eb027320eb185c6110e0850b997870"],"repoTags":["registry.k8s.io/coredns/coredns:v1.11.1"],"size":"61245718"},{"id":"3861cfcd
7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899","repoDigests":["registry.k8s.io/etcd@sha256:2e6b9c67730f1f1dce4c6e16d60135e00608728567f537e8ff70c244756cbb62","registry.k8s.io/etcd@sha256:44a8e24dcbba3470ee1fee21d5e88d128c936e9b55d4bc51fbef8086f8ed123b"],"repoTags":["registry.k8s.io/etcd:3.5.12-0"],"size":"150779692"},{"id":"1f6d574d502f3b61c851b1bbd4ef2a964ce4c70071dd8da556f2d490d36b095d","repoDigests":["registry.k8s.io/kube-apiserver@sha256:a36d558835e48950f6d13b1edbe20605b8dfbc81e088f58221796631e107966c","registry.k8s.io/kube-apiserver@sha256:a3a6c80030a6e720734ae3291448388f70b6f1d463f103e4f06f358f8a170315"],"repoTags":["registry.k8s.io/kube-apiserver:v1.30.3"],"size":"117609954"},{"id":"3edc18e7b76722eb2eb37a0858c09caacbd422d6e0cae4c2e5ce67bc9a9795e2","repoDigests":["registry.k8s.io/kube-scheduler@sha256:1738178fb116d10e7cde2cfc3671f5dfdad518d773677af740483f2dfe674266","registry.k8s.io/kube-scheduler@sha256:2147ab5d2c73dd84e28332fcbee6826d1648eed30a531a52a96501b37d7ee4e4"],"repoTags":["registry.k
8s.io/kube-scheduler:v1.30.3"],"size":"63051080"},{"id":"5cc3abe5717dbf8e0db6fc2e890c3f82fe95e2ce5c5d7320f98a5b71c767d42f","repoDigests":["docker.io/kindest/kindnetd@sha256:3b93f681916ee780a9941d48cb20622486c08af54f8d87d801412bcca0832115","docker.io/kindest/kindnetd@sha256:88ed2adbc140254762f98fad7f4b16d279117356ebaf95aebf191713c828a493"],"repoTags":["docker.io/kindest/kindnetd:v20240715-585640e9"],"size":"87165492"},{"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:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e","gcr.io/k8s-minikube/busybox@sha256:a85c92d5aa82aa6db0f92e5af591c
2670a60a762da6bdfec52d960d55295f998"],"repoTags":["gcr.io/k8s-minikube/busybox:1.28.4-glibc"],"size":"4631262"},{"id":"55bb025d2cfa592b9381d01e122e72a1ed4b29ca32f86b7d289d99da794784d1","repoDigests":["registry.k8s.io/kube-proxy@sha256:8c178447597867a03bbcdf0d1ce43fc8f6807ead2321bd1ec0e845a2f12dad80","registry.k8s.io/kube-proxy@sha256:b26e535e8ee1cbd7dc5642fb61bd36e9d23f32e9242ae0010b2905656e664f65"],"repoTags":["registry.k8s.io/kube-proxy:v1.30.3"],"size":"85953945"},{"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:5bcb06ed43da4a16c6e6e33898eb0506e940bd66822659ecf0a898bbb0da7cb9"],"repoTags":["registry.k8s.io/pause:latest"],"size":"247077"},{"id":"099a2d701db1f36dcc012419be04b7da299f48b4d2054fa8ab51e776
4891e233","repoDigests":["docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55","docker.io/library/nginx@sha256:d0540253e168c1c4a6ec65d259aadc293efa9b35ad9bf8575a81fa414f79e0c6"],"repoTags":["docker.io/library/nginx:alpine"],"size":"45068814"},{"id":"82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410","repoDigests":["registry.k8s.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969"],"repoTags":["registry.k8s.io/echoserver:1.8"],"size":"97846543"},{"id":"e6f1816883972d4be47bd48879a08919b96afcd344132622e4d444987919323c","repoDigests":["registry.k8s.io/pause@sha256:7031c1b283388d2c2e09b57badb803c05ebed362dc88d84b480cc47f72a21097","registry.k8s.io/pause@sha256:8d4106c88ec0bd28001e34c975d65175d994072d65341f62a8ab0754b0fafe10"],"repoTags":["registry.k8s.io/pause:3.9"],"size":"750414"},{"id":"6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562","repoDigests":["gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d
1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944","gcr.io/k8s-minikube/storage-provisioner@sha256:c4c05d6ad6c0f24d87b39e596d4dddf64bec3e0d84f5b36e4511d4ebf583f38f"],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"31470524"},{"id":"76932a3b37d7eb138c8f47c9a2b4218f0466dd273badf856f2ce2f0277e15b5e","repoDigests":["registry.k8s.io/kube-controller-manager@sha256:eff43da55a29a5e66ec9480f28233d733a6a8433b7a46f6e8c07086fa4ef69b7","registry.k8s.io/kube-controller-manager@sha256:fa179d147c6bacddd1586f6d12ff79a844e951c7b159fdcb92cdf56f3033d91e"],"repoTags":["registry.k8s.io/kube-controller-manager:v1.30.3"],"size":"112198984"},{"id":"da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e","repoDigests":["registry.k8s.io/pause@sha256:84805ddcaaae94434d8eacb7e843f549ec1da0cd277787b97ad9d9ac2cea929e"],"repoTags":["registry.k8s.io/pause:3.1"],"size":"746911"}]
functional_test.go:268: (dbg) Stderr: out/minikube-linux-amd64 -p functional-975949 image ls --format json --alsologtostderr:
I0719 14:32:57.176233   54940 out.go:291] Setting OutFile to fd 1 ...
I0719 14:32:57.176342   54940 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0719 14:32:57.176348   54940 out.go:304] Setting ErrFile to fd 2...
I0719 14:32:57.176352   54940 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0719 14:32:57.176527   54940 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19302-3646/.minikube/bin
I0719 14:32:57.177060   54940 config.go:182] Loaded profile config "functional-975949": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0719 14:32:57.177188   54940 config.go:182] Loaded profile config "functional-975949": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0719 14:32:57.177552   54940 cli_runner.go:164] Run: docker container inspect functional-975949 --format={{.State.Status}}
I0719 14:32:57.197598   54940 ssh_runner.go:195] Run: systemctl --version
I0719 14:32:57.197648   54940 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-975949
I0719 14:32:57.216280   54940 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/functional-975949/id_rsa Username:docker}
I0719 14:32:57.303533   54940 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.22s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:260: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 image ls --format yaml --alsologtostderr
functional_test.go:265: (dbg) Stdout: out/minikube-linux-amd64 -p functional-975949 image ls --format yaml --alsologtostderr:
- id: 3861cfcd7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899
repoDigests:
- registry.k8s.io/etcd@sha256:2e6b9c67730f1f1dce4c6e16d60135e00608728567f537e8ff70c244756cbb62
- registry.k8s.io/etcd@sha256:44a8e24dcbba3470ee1fee21d5e88d128c936e9b55d4bc51fbef8086f8ed123b
repoTags:
- registry.k8s.io/etcd:3.5.12-0
size: "150779692"
- id: 76932a3b37d7eb138c8f47c9a2b4218f0466dd273badf856f2ce2f0277e15b5e
repoDigests:
- registry.k8s.io/kube-controller-manager@sha256:eff43da55a29a5e66ec9480f28233d733a6a8433b7a46f6e8c07086fa4ef69b7
- registry.k8s.io/kube-controller-manager@sha256:fa179d147c6bacddd1586f6d12ff79a844e951c7b159fdcb92cdf56f3033d91e
repoTags:
- registry.k8s.io/kube-controller-manager:v1.30.3
size: "112198984"
- id: 3edc18e7b76722eb2eb37a0858c09caacbd422d6e0cae4c2e5ce67bc9a9795e2
repoDigests:
- registry.k8s.io/kube-scheduler@sha256:1738178fb116d10e7cde2cfc3671f5dfdad518d773677af740483f2dfe674266
- registry.k8s.io/kube-scheduler@sha256:2147ab5d2c73dd84e28332fcbee6826d1648eed30a531a52a96501b37d7ee4e4
repoTags:
- registry.k8s.io/kube-scheduler:v1.30.3
size: "63051080"
- id: 0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da
repoDigests:
- registry.k8s.io/pause@sha256:1000de19145c53d83aab989956fa8fca08dcbcc5b0208bdc193517905e6ccd04
repoTags:
- registry.k8s.io/pause:3.3
size: "686139"
- id: 099a2d701db1f36dcc012419be04b7da299f48b4d2054fa8ab51e7764891e233
repoDigests:
- docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55
- docker.io/library/nginx@sha256:d0540253e168c1c4a6ec65d259aadc293efa9b35ad9bf8575a81fa414f79e0c6
repoTags:
- docker.io/library/nginx:alpine
size: "45068814"
- id: 82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410
repoDigests:
- registry.k8s.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969
repoTags:
- registry.k8s.io/echoserver:1.8
size: "97846543"
- 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:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
- gcr.io/k8s-minikube/busybox@sha256:a85c92d5aa82aa6db0f92e5af591c2670a60a762da6bdfec52d960d55295f998
repoTags:
- gcr.io/k8s-minikube/busybox:1.28.4-glibc
size: "4631262"
- id: cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797ed5bc34fcc6bb4
repoDigests:
- registry.k8s.io/coredns/coredns@sha256:1eeb4c7316bacb1d4c8ead65571cd92dd21e27359f0d4917f1a5822a73b75db1
- registry.k8s.io/coredns/coredns@sha256:2169b3b96af988cf69d7dd69efbcc59433eb027320eb185c6110e0850b997870
repoTags:
- registry.k8s.io/coredns/coredns:v1.11.1
size: "61245718"
- id: 1f6d574d502f3b61c851b1bbd4ef2a964ce4c70071dd8da556f2d490d36b095d
repoDigests:
- registry.k8s.io/kube-apiserver@sha256:a36d558835e48950f6d13b1edbe20605b8dfbc81e088f58221796631e107966c
- registry.k8s.io/kube-apiserver@sha256:a3a6c80030a6e720734ae3291448388f70b6f1d463f103e4f06f358f8a170315
repoTags:
- registry.k8s.io/kube-apiserver:v1.30.3
size: "117609954"
- id: 55bb025d2cfa592b9381d01e122e72a1ed4b29ca32f86b7d289d99da794784d1
repoDigests:
- registry.k8s.io/kube-proxy@sha256:8c178447597867a03bbcdf0d1ce43fc8f6807ead2321bd1ec0e845a2f12dad80
- registry.k8s.io/kube-proxy@sha256:b26e535e8ee1cbd7dc5642fb61bd36e9d23f32e9242ae0010b2905656e664f65
repoTags:
- registry.k8s.io/kube-proxy:v1.30.3
size: "85953945"
- id: da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e
repoDigests:
- registry.k8s.io/pause@sha256:84805ddcaaae94434d8eacb7e843f549ec1da0cd277787b97ad9d9ac2cea929e
repoTags:
- registry.k8s.io/pause:3.1
size: "746911"
- id: 9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30
repoDigests:
- docker.io/kicbase/echo-server@sha256:d3d0b737c6413dcf7b9393d61285525048f2d10a0aae68296150078d379c30cf
repoTags:
- docker.io/kicbase/echo-server:functional-975949
size: "4943877"
- 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: e6f1816883972d4be47bd48879a08919b96afcd344132622e4d444987919323c
repoDigests:
- registry.k8s.io/pause@sha256:7031c1b283388d2c2e09b57badb803c05ebed362dc88d84b480cc47f72a21097
- registry.k8s.io/pause@sha256:8d4106c88ec0bd28001e34c975d65175d994072d65341f62a8ab0754b0fafe10
repoTags:
- registry.k8s.io/pause:3.9
size: "750414"
- id: 350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06
repoDigests:
- registry.k8s.io/pause@sha256:5bcb06ed43da4a16c6e6e33898eb0506e940bd66822659ecf0a898bbb0da7cb9
repoTags:
- registry.k8s.io/pause:latest
size: "247077"
- id: 5cc3abe5717dbf8e0db6fc2e890c3f82fe95e2ce5c5d7320f98a5b71c767d42f
repoDigests:
- docker.io/kindest/kindnetd@sha256:3b93f681916ee780a9941d48cb20622486c08af54f8d87d801412bcca0832115
- docker.io/kindest/kindnetd@sha256:88ed2adbc140254762f98fad7f4b16d279117356ebaf95aebf191713c828a493
repoTags:
- docker.io/kindest/kindnetd:v20240715-585640e9
size: "87165492"
- id: fffffc90d343cbcb01a5032edac86db5998c536cd0a366514121a45c6723765c
repoDigests:
- docker.io/library/nginx@sha256:67682bda769fae1ccf5183192b8daf37b64cae99c6c3302650f6f8bf5f0f95df
- docker.io/library/nginx@sha256:db5e49f40979ce521f05f0bc9f513d0abacce47904e229f3a95c2e6d9b47f244
repoTags:
- docker.io/library/nginx:latest
size: "191746190"

                                                
                                                
functional_test.go:268: (dbg) Stderr: out/minikube-linux-amd64 -p functional-975949 image ls --format yaml --alsologtostderr:
I0719 14:32:56.940357   54866 out.go:291] Setting OutFile to fd 1 ...
I0719 14:32:56.940612   54866 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0719 14:32:56.940622   54866 out.go:304] Setting ErrFile to fd 2...
I0719 14:32:56.940628   54866 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0719 14:32:56.940836   54866 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19302-3646/.minikube/bin
I0719 14:32:56.941398   54866 config.go:182] Loaded profile config "functional-975949": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0719 14:32:56.941514   54866 config.go:182] Loaded profile config "functional-975949": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0719 14:32:56.941878   54866 cli_runner.go:164] Run: docker container inspect functional-975949 --format={{.State.Status}}
I0719 14:32:56.958484   54866 ssh_runner.go:195] Run: systemctl --version
I0719 14:32:56.958543   54866 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-975949
I0719 14:32:56.975820   54866 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/functional-975949/id_rsa Username:docker}
I0719 14:32:57.059250   54866 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.20s)

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

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

                                                
                                                

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

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

                                                
                                                
** /stderr **
functional_test.go:314: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 image build -t localhost/my-image:functional-975949 testdata/build --alsologtostderr
functional_test.go:314: (dbg) Done: out/minikube-linux-amd64 -p functional-975949 image build -t localhost/my-image:functional-975949 testdata/build --alsologtostderr: (1.798609144s)
functional_test.go:319: (dbg) Stdout: out/minikube-linux-amd64 -p functional-975949 image build -t localhost/my-image:functional-975949 testdata/build --alsologtostderr:
STEP 1/3: FROM gcr.io/k8s-minikube/busybox
STEP 2/3: RUN true
--> 8629a197965
STEP 3/3: ADD content.txt /
COMMIT localhost/my-image:functional-975949
--> 94298684162
Successfully tagged localhost/my-image:functional-975949
94298684162b0e252bbfe366e451171d0d6d4a1593e1c023cb979aa4ef87b35e
functional_test.go:322: (dbg) Stderr: out/minikube-linux-amd64 -p functional-975949 image build -t localhost/my-image:functional-975949 testdata/build --alsologtostderr:
I0719 14:32:57.388444   55073 out.go:291] Setting OutFile to fd 1 ...
I0719 14:32:57.388922   55073 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0719 14:32:57.388978   55073 out.go:304] Setting ErrFile to fd 2...
I0719 14:32:57.388996   55073 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0719 14:32:57.389517   55073 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19302-3646/.minikube/bin
I0719 14:32:57.390787   55073 config.go:182] Loaded profile config "functional-975949": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0719 14:32:57.391632   55073 config.go:182] Loaded profile config "functional-975949": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0719 14:32:57.392117   55073 cli_runner.go:164] Run: docker container inspect functional-975949 --format={{.State.Status}}
I0719 14:32:57.413654   55073 ssh_runner.go:195] Run: systemctl --version
I0719 14:32:57.413701   55073 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-975949
I0719 14:32:57.437539   55073 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32778 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/functional-975949/id_rsa Username:docker}
I0719 14:32:57.523806   55073 build_images.go:161] Building image from path: /tmp/build.3007514258.tar
I0719 14:32:57.523875   55073 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0719 14:32:57.533269   55073 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.3007514258.tar
I0719 14:32:57.536985   55073 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.3007514258.tar: stat -c "%s %y" /var/lib/minikube/build/build.3007514258.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.3007514258.tar': No such file or directory
I0719 14:32:57.537021   55073 ssh_runner.go:362] scp /tmp/build.3007514258.tar --> /var/lib/minikube/build/build.3007514258.tar (3072 bytes)
I0719 14:32:57.562831   55073 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.3007514258
I0719 14:32:57.625344   55073 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.3007514258 -xf /var/lib/minikube/build/build.3007514258.tar
I0719 14:32:57.634327   55073 crio.go:315] Building image: /var/lib/minikube/build/build.3007514258
I0719 14:32:57.634398   55073 ssh_runner.go:195] Run: sudo podman build -t localhost/my-image:functional-975949 /var/lib/minikube/build/build.3007514258 --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
I0719 14:32:59.120898   55073 ssh_runner.go:235] Completed: sudo podman build -t localhost/my-image:functional-975949 /var/lib/minikube/build/build.3007514258 --cgroup-manager=cgroupfs: (1.486472232s)
I0719 14:32:59.120968   55073 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.3007514258
I0719 14:32:59.129129   55073 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.3007514258.tar
I0719 14:32:59.137076   55073 build_images.go:217] Built localhost/my-image:functional-975949 from /tmp/build.3007514258.tar
I0719 14:32:59.137115   55073 build_images.go:133] succeeded building to: functional-975949
I0719 14:32:59.137121   55073 build_images.go:134] failed building to: 
functional_test.go:447: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (2.26s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/Setup
functional_test.go:341: (dbg) Run:  docker pull docker.io/kicbase/echo-server:1.0
functional_test.go:346: (dbg) Run:  docker tag docker.io/kicbase/echo-server:1.0 docker.io/kicbase/echo-server:functional-975949
--- PASS: TestFunctional/parallel/ImageCommands/Setup (0.99s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_list
functional_test.go:1306: (dbg) Run:  out/minikube-linux-amd64 profile list
functional_test.go:1311: Took "310.595823ms" to run "out/minikube-linux-amd64 profile list"
functional_test.go:1320: (dbg) Run:  out/minikube-linux-amd64 profile list -l
functional_test.go:1325: Took "52.660152ms" to run "out/minikube-linux-amd64 profile list -l"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_list (0.36s)

                                                
                                    
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:2115: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_changes (0.12s)

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

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

                                                
                                                

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

                                                
                                    
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:2115: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_clusters (0.12s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_json_output
functional_test.go:1357: (dbg) Run:  out/minikube-linux-amd64 profile list -o json
functional_test.go:1362: Took "294.644153ms" to run "out/minikube-linux-amd64 profile list -o json"
functional_test.go:1370: (dbg) Run:  out/minikube-linux-amd64 profile list -o json --light
functional_test.go:1375: Took "49.670009ms" to run "out/minikube-linux-amd64 profile list -o json --light"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_json_output (0.34s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:354: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 image load --daemon docker.io/kicbase/echo-server:functional-975949 --alsologtostderr
functional_test.go:354: (dbg) Done: out/minikube-linux-amd64 -p functional-975949 image load --daemon docker.io/kicbase/echo-server:functional-975949 --alsologtostderr: (1.102677838s)
functional_test.go:447: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadDaemon (1.36s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageReloadDaemon
functional_test.go:364: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 image load --daemon docker.io/kicbase/echo-server:functional-975949 --alsologtostderr
functional_test.go:447: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageReloadDaemon (1.37s)

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-975949 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" [2168fe03-4f65-43c0-9cdb-358b82d7429f] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [2168fe03-4f65-43c0-9cdb-358b82d7429f] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 17.003717677s
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (17.29s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon
functional_test.go:234: (dbg) Run:  docker pull docker.io/kicbase/echo-server:latest
functional_test.go:239: (dbg) Run:  docker tag docker.io/kicbase/echo-server:latest docker.io/kicbase/echo-server:functional-975949
functional_test.go:244: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 image load --daemon docker.io/kicbase/echo-server:functional-975949 --alsologtostderr
functional_test.go:447: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (1.48s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveToFile
functional_test.go:379: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 image save docker.io/kicbase/echo-server:functional-975949 /home/jenkins/workspace/Docker_Linux_crio_integration/echo-server-save.tar --alsologtostderr
functional_test.go:379: (dbg) Done: out/minikube-linux-amd64 -p functional-975949 image save docker.io/kicbase/echo-server:functional-975949 /home/jenkins/workspace/Docker_Linux_crio_integration/echo-server-save.tar --alsologtostderr: (2.838298405s)
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveToFile (2.84s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageRemove
functional_test.go:391: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 image rm docker.io/kicbase/echo-server:functional-975949 --alsologtostderr
functional_test.go:447: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageRemove (0.67s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadFromFile
functional_test.go:408: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 image load /home/jenkins/workspace/Docker_Linux_crio_integration/echo-server-save.tar --alsologtostderr
functional_test.go:408: (dbg) Done: out/minikube-linux-amd64 -p functional-975949 image load /home/jenkins/workspace/Docker_Linux_crio_integration/echo-server-save.tar --alsologtostderr: (2.350178569s)
functional_test.go:447: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadFromFile (2.56s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveDaemon
functional_test.go:418: (dbg) Run:  docker rmi docker.io/kicbase/echo-server:functional-975949
functional_test.go:423: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 image save --daemon docker.io/kicbase/echo-server:functional-975949 --alsologtostderr
functional_test.go:428: (dbg) Run:  docker image inspect docker.io/kicbase/echo-server:functional-975949
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveDaemon (0.51s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1435: (dbg) Run:  kubectl --context functional-975949 create deployment hello-node --image=registry.k8s.io/echoserver:1.8
functional_test.go:1441: (dbg) Run:  kubectl --context functional-975949 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1446: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:344: "hello-node-6d85cfcfd8-s42xh" [07f2dbad-5940-4c3e-94da-fd0ee30442ed] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-6d85cfcfd8-s42xh" [07f2dbad-5940-4c3e-94da-fd0ee30442ed] Running
functional_test.go:1446: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 17.004653438s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (17.15s)

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

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

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

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

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

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

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh -- ls -la /mount-9p
functional_test_mount_test.go:133: guest mount directory contents
total 2
-rw-r--r-- 1 docker docker 24 Jul 19 14:32 created-by-test
-rw-r--r-- 1 docker docker 24 Jul 19 14:32 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Jul 19 14:32 test-1721399567028973017
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh cat /mount-9p/test-1721399567028973017
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-975949 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" [27816516-ffa6-4a59-8b08-e931a6d302cb] Pending
helpers_test.go:344: "busybox-mount" [27816516-ffa6-4a59-8b08-e931a6d302cb] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [27816516-ffa6-4a59-8b08-e931a6d302cb] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [27816516-ffa6-4a59-8b08-e931a6d302cb] 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 3.004035346s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-975949 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-975949 /tmp/TestFunctionalparallelMountCmdany-port2273296032/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (5.64s)

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

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

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 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-975949 /tmp/TestFunctionalparallelMountCmdspecific-port211235919/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-975949 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-975949 ssh "sudo umount -f /mount-9p": exit status 1 (246.562686ms)

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

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

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

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

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

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh "findmnt -T" /mount2
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 ssh "findmnt -T" /mount3
functional_test_mount_test.go:370: (dbg) Run:  out/minikube-linux-amd64 mount -p functional-975949 --kill=true
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-975949 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3382088402/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-975949 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3382088402/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-975949 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3382088402/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.42s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/JSONOutput
functional_test.go:1485: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 service list -o json
functional_test.go:1485: (dbg) Done: out/minikube-linux-amd64 -p functional-975949 service list -o json: (1.006847214s)
functional_test.go:1490: Took "1.006965545s" to run "out/minikube-linux-amd64 -p functional-975949 service list -o json"
--- PASS: TestFunctional/parallel/ServiceCmd/JSONOutput (1.01s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/HTTPS
functional_test.go:1505: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 service --namespace=default --https --url hello-node
functional_test.go:1518: found endpoint: https://192.168.49.2:31593
--- PASS: TestFunctional/parallel/ServiceCmd/HTTPS (0.64s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/URL
functional_test.go:1555: (dbg) Run:  out/minikube-linux-amd64 -p functional-975949 service hello-node --url
functional_test.go:1561: found endpoint for hello-node: http://192.168.49.2:31593
--- PASS: TestFunctional/parallel/ServiceCmd/URL (0.52s)

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.04s)

                                                
                                                
=== RUN   TestFunctional/delete_echo-server_images
functional_test.go:189: (dbg) Run:  docker rmi -f docker.io/kicbase/echo-server:1.0
functional_test.go:189: (dbg) Run:  docker rmi -f docker.io/kicbase/echo-server:functional-975949
--- 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:197: (dbg) Run:  docker rmi -f localhost/my-image:functional-975949
--- 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:205: (dbg) Run:  docker rmi -f minikube-local-cache-test:functional-975949
--- PASS: TestFunctional/delete_minikube_cached_images (0.02s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (135.48s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-amd64 start -p ha-210579 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0719 14:33:43.879814   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
E0719 14:33:43.885505   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
E0719 14:33:43.895765   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
E0719 14:33:43.916047   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
E0719 14:33:43.956352   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
E0719 14:33:44.036704   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
E0719 14:33:44.197318   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
E0719 14:33:44.517934   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
E0719 14:33:45.158888   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
E0719 14:33:46.439221   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
E0719 14:33:48.999988   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
E0719 14:33:54.120319   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
E0719 14:34:04.360518   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
E0719 14:34:24.841671   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
E0719 14:35:05.801937   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
ha_test.go:101: (dbg) Done: out/minikube-linux-amd64 start -p ha-210579 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (2m14.842779029s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-amd64 -p ha-210579 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (135.48s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (3.67s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeployApp
ha_test.go:128: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-210579 -- apply -f ./testdata/ha/ha-pod-dns-test.yaml
ha_test.go:133: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-210579 -- rollout status deployment/busybox
ha_test.go:133: (dbg) Done: out/minikube-linux-amd64 kubectl -p ha-210579 -- rollout status deployment/busybox: (1.854057947s)
ha_test.go:140: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-210579 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:163: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-210579 -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:171: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-210579 -- exec busybox-fc5497c4f-76wlg -- nslookup kubernetes.io
ha_test.go:171: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-210579 -- exec busybox-fc5497c4f-gn87t -- nslookup kubernetes.io
ha_test.go:171: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-210579 -- exec busybox-fc5497c4f-wkpm4 -- nslookup kubernetes.io
ha_test.go:181: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-210579 -- exec busybox-fc5497c4f-76wlg -- nslookup kubernetes.default
ha_test.go:181: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-210579 -- exec busybox-fc5497c4f-gn87t -- nslookup kubernetes.default
ha_test.go:181: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-210579 -- exec busybox-fc5497c4f-wkpm4 -- nslookup kubernetes.default
ha_test.go:189: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-210579 -- exec busybox-fc5497c4f-76wlg -- nslookup kubernetes.default.svc.cluster.local
ha_test.go:189: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-210579 -- exec busybox-fc5497c4f-gn87t -- nslookup kubernetes.default.svc.cluster.local
ha_test.go:189: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-210579 -- exec busybox-fc5497c4f-wkpm4 -- nslookup kubernetes.default.svc.cluster.local
--- PASS: TestMultiControlPlane/serial/DeployApp (3.67s)

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (0.98s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/PingHostFromPods
ha_test.go:199: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-210579 -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-210579 -- exec busybox-fc5497c4f-76wlg -- 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-210579 -- exec busybox-fc5497c4f-76wlg -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-210579 -- exec busybox-fc5497c4f-gn87t -- 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-210579 -- exec busybox-fc5497c4f-gn87t -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-210579 -- exec busybox-fc5497c4f-wkpm4 -- 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-210579 -- exec busybox-fc5497c4f-wkpm4 -- sh -c "ping -c 1 192.168.49.1"
--- PASS: TestMultiControlPlane/serial/PingHostFromPods (0.98s)

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (32.82s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.06s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (0.6s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (14.85s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (12.45s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopSecondaryNode
ha_test.go:363: (dbg) Run:  out/minikube-linux-amd64 -p ha-210579 node stop m02 -v=7 --alsologtostderr
E0719 14:36:27.723270   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
ha_test.go:363: (dbg) Done: out/minikube-linux-amd64 -p ha-210579 node stop m02 -v=7 --alsologtostderr: (11.799472261s)
ha_test.go:369: (dbg) Run:  out/minikube-linux-amd64 -p ha-210579 status -v=7 --alsologtostderr
ha_test.go:369: (dbg) Non-zero exit: out/minikube-linux-amd64 -p ha-210579 status -v=7 --alsologtostderr: exit status 7 (648.46097ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0719 14:36:28.253202   76738 out.go:291] Setting OutFile to fd 1 ...
	I0719 14:36:28.253456   76738 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:36:28.253465   76738 out.go:304] Setting ErrFile to fd 2...
	I0719 14:36:28.253469   76738 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:36:28.253721   76738 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19302-3646/.minikube/bin
	I0719 14:36:28.253923   76738 out.go:298] Setting JSON to false
	I0719 14:36:28.253960   76738 mustload.go:65] Loading cluster: ha-210579
	I0719 14:36:28.254023   76738 notify.go:220] Checking for updates...
	I0719 14:36:28.254454   76738 config.go:182] Loaded profile config "ha-210579": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0719 14:36:28.254472   76738 status.go:255] checking status of ha-210579 ...
	I0719 14:36:28.254849   76738 cli_runner.go:164] Run: docker container inspect ha-210579 --format={{.State.Status}}
	I0719 14:36:28.276513   76738 status.go:330] ha-210579 host status = "Running" (err=<nil>)
	I0719 14:36:28.276554   76738 host.go:66] Checking if "ha-210579" exists ...
	I0719 14:36:28.276811   76738 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-210579
	I0719 14:36:28.293522   76738 host.go:66] Checking if "ha-210579" exists ...
	I0719 14:36:28.293773   76738 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0719 14:36:28.293819   76738 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-210579
	I0719 14:36:28.311491   76738 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32783 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/ha-210579/id_rsa Username:docker}
	I0719 14:36:28.427861   76738 ssh_runner.go:195] Run: systemctl --version
	I0719 14:36:28.431787   76738 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0719 14:36:28.443042   76738 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0719 14:36:28.491933   76738 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:true BridgeNfIP6Tables:true Debug:false NFd:54 OomKillDisable:true NGoroutines:72 SystemTime:2024-07-19 14:36:28.48214909 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86_
64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1] 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>}}
	I0719 14:36:28.492481   76738 kubeconfig.go:125] found "ha-210579" server: "https://192.168.49.254:8443"
	I0719 14:36:28.492507   76738 api_server.go:166] Checking apiserver status ...
	I0719 14:36:28.492547   76738 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0719 14:36:28.502470   76738 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1579/cgroup
	I0719 14:36:28.510947   76738 api_server.go:182] apiserver freezer: "9:freezer:/docker/7bd82d7c22588b94406d95b8134f5f6df50c3ec5663e48692aa027b0e303a313/crio/crio-023c4572aab88c7d9c34ee3f40738cff4ce28796c8f446a1a17e102175f030b2"
	I0719 14:36:28.511008   76738 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/7bd82d7c22588b94406d95b8134f5f6df50c3ec5663e48692aa027b0e303a313/crio/crio-023c4572aab88c7d9c34ee3f40738cff4ce28796c8f446a1a17e102175f030b2/freezer.state
	I0719 14:36:28.519225   76738 api_server.go:204] freezer state: "THAWED"
	I0719 14:36:28.519249   76738 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0719 14:36:28.522715   76738 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0719 14:36:28.522736   76738 status.go:422] ha-210579 apiserver status = Running (err=<nil>)
	I0719 14:36:28.522745   76738 status.go:257] ha-210579 status: &{Name:ha-210579 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0719 14:36:28.522760   76738 status.go:255] checking status of ha-210579-m02 ...
	I0719 14:36:28.522981   76738 cli_runner.go:164] Run: docker container inspect ha-210579-m02 --format={{.State.Status}}
	I0719 14:36:28.540373   76738 status.go:330] ha-210579-m02 host status = "Stopped" (err=<nil>)
	I0719 14:36:28.540393   76738 status.go:343] host is not running, skipping remaining checks
	I0719 14:36:28.540400   76738 status.go:257] ha-210579-m02 status: &{Name:ha-210579-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0719 14:36:28.540428   76738 status.go:255] checking status of ha-210579-m03 ...
	I0719 14:36:28.540735   76738 cli_runner.go:164] Run: docker container inspect ha-210579-m03 --format={{.State.Status}}
	I0719 14:36:28.557392   76738 status.go:330] ha-210579-m03 host status = "Running" (err=<nil>)
	I0719 14:36:28.557415   76738 host.go:66] Checking if "ha-210579-m03" exists ...
	I0719 14:36:28.557655   76738 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-210579-m03
	I0719 14:36:28.574174   76738 host.go:66] Checking if "ha-210579-m03" exists ...
	I0719 14:36:28.574472   76738 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0719 14:36:28.574531   76738 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-210579-m03
	I0719 14:36:28.591674   76738 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32793 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/ha-210579-m03/id_rsa Username:docker}
	I0719 14:36:28.671944   76738 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0719 14:36:28.682475   76738 kubeconfig.go:125] found "ha-210579" server: "https://192.168.49.254:8443"
	I0719 14:36:28.682500   76738 api_server.go:166] Checking apiserver status ...
	I0719 14:36:28.682527   76738 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0719 14:36:28.692274   76738 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1499/cgroup
	I0719 14:36:28.701055   76738 api_server.go:182] apiserver freezer: "9:freezer:/docker/8de2420083004c6576b0239152e9951bab7e40f207adab535bbf94ee7e194c86/crio/crio-63dec492e840cf45afc617b25bd6ca2b5fac31ea6f6527c05fc66d72e0ef0b3a"
	I0719 14:36:28.701110   76738 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/8de2420083004c6576b0239152e9951bab7e40f207adab535bbf94ee7e194c86/crio/crio-63dec492e840cf45afc617b25bd6ca2b5fac31ea6f6527c05fc66d72e0ef0b3a/freezer.state
	I0719 14:36:28.708890   76738 api_server.go:204] freezer state: "THAWED"
	I0719 14:36:28.708916   76738 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0719 14:36:28.712505   76738 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0719 14:36:28.712541   76738 status.go:422] ha-210579-m03 apiserver status = Running (err=<nil>)
	I0719 14:36:28.712560   76738 status.go:257] ha-210579-m03 status: &{Name:ha-210579-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0719 14:36:28.712575   76738 status.go:255] checking status of ha-210579-m04 ...
	I0719 14:36:28.712833   76738 cli_runner.go:164] Run: docker container inspect ha-210579-m04 --format={{.State.Status}}
	I0719 14:36:28.732038   76738 status.go:330] ha-210579-m04 host status = "Running" (err=<nil>)
	I0719 14:36:28.732063   76738 host.go:66] Checking if "ha-210579-m04" exists ...
	I0719 14:36:28.732415   76738 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-210579-m04
	I0719 14:36:28.749423   76738 host.go:66] Checking if "ha-210579-m04" exists ...
	I0719 14:36:28.749712   76738 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0719 14:36:28.749759   76738 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-210579-m04
	I0719 14:36:28.766610   76738 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32798 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/ha-210579-m04/id_rsa Username:docker}
	I0719 14:36:28.847815   76738 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0719 14:36:28.858527   76738 status.go:257] ha-210579-m04 status: &{Name:ha-210579-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.45s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (22.95s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartSecondaryNode
ha_test.go:420: (dbg) Run:  out/minikube-linux-amd64 -p ha-210579 node start m02 -v=7 --alsologtostderr
ha_test.go:420: (dbg) Done: out/minikube-linux-amd64 -p ha-210579 node start m02 -v=7 --alsologtostderr: (21.644048901s)
ha_test.go:428: (dbg) Run:  out/minikube-linux-amd64 -p ha-210579 status -v=7 --alsologtostderr
ha_test.go:428: (dbg) Done: out/minikube-linux-amd64 -p ha-210579 status -v=7 --alsologtostderr: (1.23072514s)
ha_test.go:448: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiControlPlane/serial/RestartSecondaryNode (22.95s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (3.75s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (206.15s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:456: (dbg) Run:  out/minikube-linux-amd64 node list -p ha-210579 -v=7 --alsologtostderr
ha_test.go:462: (dbg) Run:  out/minikube-linux-amd64 stop -p ha-210579 -v=7 --alsologtostderr
E0719 14:37:25.473727   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
E0719 14:37:25.478997   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
E0719 14:37:25.489266   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
E0719 14:37:25.509631   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
E0719 14:37:25.550014   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
E0719 14:37:25.630410   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
E0719 14:37:25.790899   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
E0719 14:37:26.111501   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
E0719 14:37:26.752499   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
E0719 14:37:28.033019   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
E0719 14:37:30.594117   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
ha_test.go:462: (dbg) Done: out/minikube-linux-amd64 stop -p ha-210579 -v=7 --alsologtostderr: (36.598266213s)
ha_test.go:467: (dbg) Run:  out/minikube-linux-amd64 start -p ha-210579 --wait=true -v=7 --alsologtostderr
E0719 14:37:35.715067   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
E0719 14:37:45.955520   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
E0719 14:38:06.436313   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
E0719 14:38:43.879605   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
E0719 14:38:47.396835   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
E0719 14:39:11.564367   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
E0719 14:40:09.317056   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
ha_test.go:467: (dbg) Done: out/minikube-linux-amd64 start -p ha-210579 --wait=true -v=7 --alsologtostderr: (2m49.455038359s)
ha_test.go:472: (dbg) Run:  out/minikube-linux-amd64 node list -p ha-210579
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (206.15s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (11.68s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeleteSecondaryNode
ha_test.go:487: (dbg) Run:  out/minikube-linux-amd64 -p ha-210579 node delete m03 -v=7 --alsologtostderr
ha_test.go:487: (dbg) Done: out/minikube-linux-amd64 -p ha-210579 node delete m03 -v=7 --alsologtostderr: (10.952465268s)
ha_test.go:493: (dbg) Run:  out/minikube-linux-amd64 -p ha-210579 status -v=7 --alsologtostderr
ha_test.go:511: (dbg) Run:  kubectl get nodes
ha_test.go:519: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiControlPlane/serial/DeleteSecondaryNode (11.68s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.44s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (35.49s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0719 14:41:09.713116   94987 out.go:291] Setting OutFile to fd 1 ...
	I0719 14:41:09.713413   94987 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:41:09.713424   94987 out.go:304] Setting ErrFile to fd 2...
	I0719 14:41:09.713430   94987 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:41:09.713648   94987 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19302-3646/.minikube/bin
	I0719 14:41:09.713875   94987 out.go:298] Setting JSON to false
	I0719 14:41:09.713918   94987 mustload.go:65] Loading cluster: ha-210579
	I0719 14:41:09.713991   94987 notify.go:220] Checking for updates...
	I0719 14:41:09.714353   94987 config.go:182] Loaded profile config "ha-210579": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0719 14:41:09.714372   94987 status.go:255] checking status of ha-210579 ...
	I0719 14:41:09.714889   94987 cli_runner.go:164] Run: docker container inspect ha-210579 --format={{.State.Status}}
	I0719 14:41:09.734674   94987 status.go:330] ha-210579 host status = "Stopped" (err=<nil>)
	I0719 14:41:09.734702   94987 status.go:343] host is not running, skipping remaining checks
	I0719 14:41:09.734712   94987 status.go:257] ha-210579 status: &{Name:ha-210579 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0719 14:41:09.734758   94987 status.go:255] checking status of ha-210579-m02 ...
	I0719 14:41:09.735164   94987 cli_runner.go:164] Run: docker container inspect ha-210579-m02 --format={{.State.Status}}
	I0719 14:41:09.752996   94987 status.go:330] ha-210579-m02 host status = "Stopped" (err=<nil>)
	I0719 14:41:09.753047   94987 status.go:343] host is not running, skipping remaining checks
	I0719 14:41:09.753058   94987 status.go:257] ha-210579-m02 status: &{Name:ha-210579-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0719 14:41:09.753090   94987 status.go:255] checking status of ha-210579-m04 ...
	I0719 14:41:09.753342   94987 cli_runner.go:164] Run: docker container inspect ha-210579-m04 --format={{.State.Status}}
	I0719 14:41:09.771789   94987 status.go:330] ha-210579-m04 host status = "Stopped" (err=<nil>)
	I0719 14:41:09.771831   94987 status.go:343] host is not running, skipping remaining checks
	I0719 14:41:09.771847   94987 status.go:257] ha-210579-m04 status: &{Name:ha-210579-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (88.9s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:560: (dbg) Run:  out/minikube-linux-amd64 start -p ha-210579 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0719 14:42:25.473000   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
ha_test.go:560: (dbg) Done: out/minikube-linux-amd64 start -p ha-210579 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (1m28.16598665s)
ha_test.go:566: (dbg) Run:  out/minikube-linux-amd64 -p ha-210579 status -v=7 --alsologtostderr
ha_test.go:584: (dbg) Run:  kubectl get nodes
ha_test.go:592: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiControlPlane/serial/RestartCluster (88.90s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.45s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (64.22s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:605: (dbg) Run:  out/minikube-linux-amd64 node add -p ha-210579 --control-plane -v=7 --alsologtostderr
E0719 14:42:53.159054   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
ha_test.go:605: (dbg) Done: out/minikube-linux-amd64 node add -p ha-210579 --control-plane -v=7 --alsologtostderr: (1m3.417597496s)
ha_test.go:611: (dbg) Run:  out/minikube-linux-amd64 -p ha-210579 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (64.22s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (0.61s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd
ha_test.go:281: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
E0719 14:43:43.879185   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
--- PASS: TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (0.61s)

                                                
                                    
x
+
TestJSONOutput/start/Command (46.84s)

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

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

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

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

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

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

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

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

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"7e20dfa5-e79c-482b-b650-fea1e68ef146","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-140996] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"7d924115-e936-4c5d-9147-dd9e6b9ea42b","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19302"}}
	{"specversion":"1.0","id":"0852a1b8-f850-4927-8951-929d71f0bfdc","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":"56644bff-2cd3-4a5f-9da4-13611103ad3d","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19302-3646/kubeconfig"}}
	{"specversion":"1.0","id":"1ae3408a-3966-48a5-879d-56840df38961","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19302-3646/.minikube"}}
	{"specversion":"1.0","id":"24c4b942-d61c-4fb9-9ef6-2c82e49fc179","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":"7e7eaf32-3a4c-4406-b6c6-faecdac0a19c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"5ecef582-50a3-49a8-b63b-dd0ab43e610f","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-140996" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p json-output-error-140996
--- PASS: TestErrorJSONOutput (0.20s)

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (30.75s)

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

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (23.01s)

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

                                                
                                    
x
+
TestKicExistingNetwork (22.36s)

                                                
                                                
=== RUN   TestKicExistingNetwork
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-104500 --network=existing-network
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-amd64 start -p existing-network-104500 --network=existing-network: (20.39337511s)
helpers_test.go:175: Cleaning up "existing-network-104500" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p existing-network-104500
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p existing-network-104500: (1.82673301s)
--- PASS: TestKicExistingNetwork (22.36s)

                                                
                                    
x
+
TestKicCustomSubnet (23.24s)

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

                                                
                                    
x
+
TestKicStaticIP (26.44s)

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

                                                
                                    
x
+
TestMainNoArgs (0.04s)

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

                                                
                                    
x
+
TestMinikubeProfile (50.14s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p first-609528 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p first-609528 --driver=docker  --container-runtime=crio: (20.755325436s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p second-613341 --driver=docker  --container-runtime=crio
E0719 14:47:25.474392   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p second-613341 --driver=docker  --container-runtime=crio: (24.283867921s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-amd64 profile first-609528
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-613341
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-amd64 profile list -ojson
helpers_test.go:175: Cleaning up "second-613341" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p second-613341
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p second-613341: (1.846332415s)
helpers_test.go:175: Cleaning up "first-609528" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p first-609528
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p first-609528: (2.162649482s)
--- PASS: TestMinikubeProfile (50.14s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (5.41s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (0.23s)

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

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (8.24s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.23s)

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

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.57s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.23s)

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

                                                
                                    
x
+
TestMountStart/serial/Stop (1.16s)

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

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (7.2s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.23s)

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

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (75.6s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-919999 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E0719 14:48:43.879595   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
multinode_test.go:96: (dbg) Done: out/minikube-linux-amd64 start -p multinode-919999 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (1m15.177373553s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (75.60s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (3.33s)

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

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (0.67s)

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

                                                
                                    
x
+
TestMultiNode/serial/AddNode (28.62s)

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

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.06s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.28s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (8.58s)

                                                
                                                
=== RUN   TestMultiNode/serial/CopyFile
multinode_test.go:184: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 status --output json --alsologtostderr
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 cp testdata/cp-test.txt multinode-919999:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 ssh -n multinode-919999 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 cp multinode-919999:/home/docker/cp-test.txt /tmp/TestMultiNodeserialCopyFile4033113521/001/cp-test_multinode-919999.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 ssh -n multinode-919999 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 cp multinode-919999:/home/docker/cp-test.txt multinode-919999-m02:/home/docker/cp-test_multinode-919999_multinode-919999-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 ssh -n multinode-919999 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 ssh -n multinode-919999-m02 "sudo cat /home/docker/cp-test_multinode-919999_multinode-919999-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 cp multinode-919999:/home/docker/cp-test.txt multinode-919999-m03:/home/docker/cp-test_multinode-919999_multinode-919999-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 ssh -n multinode-919999 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 ssh -n multinode-919999-m03 "sudo cat /home/docker/cp-test_multinode-919999_multinode-919999-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 cp testdata/cp-test.txt multinode-919999-m02:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 ssh -n multinode-919999-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 cp multinode-919999-m02:/home/docker/cp-test.txt /tmp/TestMultiNodeserialCopyFile4033113521/001/cp-test_multinode-919999-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 ssh -n multinode-919999-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 cp multinode-919999-m02:/home/docker/cp-test.txt multinode-919999:/home/docker/cp-test_multinode-919999-m02_multinode-919999.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 ssh -n multinode-919999-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 ssh -n multinode-919999 "sudo cat /home/docker/cp-test_multinode-919999-m02_multinode-919999.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 cp multinode-919999-m02:/home/docker/cp-test.txt multinode-919999-m03:/home/docker/cp-test_multinode-919999-m02_multinode-919999-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 ssh -n multinode-919999-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 ssh -n multinode-919999-m03 "sudo cat /home/docker/cp-test_multinode-919999-m02_multinode-919999-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 cp testdata/cp-test.txt multinode-919999-m03:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 ssh -n multinode-919999-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 cp multinode-919999-m03:/home/docker/cp-test.txt /tmp/TestMultiNodeserialCopyFile4033113521/001/cp-test_multinode-919999-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 ssh -n multinode-919999-m03 "sudo cat /home/docker/cp-test.txt"
E0719 14:50:06.925053   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 cp multinode-919999-m03:/home/docker/cp-test.txt multinode-919999:/home/docker/cp-test_multinode-919999-m03_multinode-919999.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 ssh -n multinode-919999-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 ssh -n multinode-919999 "sudo cat /home/docker/cp-test_multinode-919999-m03_multinode-919999.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 cp multinode-919999-m03:/home/docker/cp-test.txt multinode-919999-m02:/home/docker/cp-test_multinode-919999-m03_multinode-919999-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 ssh -n multinode-919999-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 ssh -n multinode-919999-m02 "sudo cat /home/docker/cp-test_multinode-919999-m03_multinode-919999-m02.txt"
--- PASS: TestMultiNode/serial/CopyFile (8.58s)

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.03s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0719 14:50:10.404564  161349 out.go:291] Setting OutFile to fd 1 ...
	I0719 14:50:10.404691  161349 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:50:10.404700  161349 out.go:304] Setting ErrFile to fd 2...
	I0719 14:50:10.404706  161349 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:50:10.404880  161349 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19302-3646/.minikube/bin
	I0719 14:50:10.405072  161349 out.go:298] Setting JSON to false
	I0719 14:50:10.405106  161349 mustload.go:65] Loading cluster: multinode-919999
	I0719 14:50:10.405204  161349 notify.go:220] Checking for updates...
	I0719 14:50:10.405539  161349 config.go:182] Loaded profile config "multinode-919999": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0719 14:50:10.405557  161349 status.go:255] checking status of multinode-919999 ...
	I0719 14:50:10.405958  161349 cli_runner.go:164] Run: docker container inspect multinode-919999 --format={{.State.Status}}
	I0719 14:50:10.424570  161349 status.go:330] multinode-919999 host status = "Running" (err=<nil>)
	I0719 14:50:10.424597  161349 host.go:66] Checking if "multinode-919999" exists ...
	I0719 14:50:10.424837  161349 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-919999
	I0719 14:50:10.440971  161349 host.go:66] Checking if "multinode-919999" exists ...
	I0719 14:50:10.441291  161349 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0719 14:50:10.441328  161349 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-919999
	I0719 14:50:10.458296  161349 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32903 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/multinode-919999/id_rsa Username:docker}
	I0719 14:50:10.540291  161349 ssh_runner.go:195] Run: systemctl --version
	I0719 14:50:10.544209  161349 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0719 14:50:10.554121  161349 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0719 14:50:10.603556  161349 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:true BridgeNfIP6Tables:true Debug:false NFd:42 OomKillDisable:true NGoroutines:62 SystemTime:2024-07-19 14:50:10.593618127 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1] 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>}}
	I0719 14:50:10.604075  161349 kubeconfig.go:125] found "multinode-919999" server: "https://192.168.67.2:8443"
	I0719 14:50:10.604096  161349 api_server.go:166] Checking apiserver status ...
	I0719 14:50:10.604133  161349 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0719 14:50:10.614380  161349 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1604/cgroup
	I0719 14:50:10.622535  161349 api_server.go:182] apiserver freezer: "9:freezer:/docker/95ba25360b5e677fdea7fbb84325003d0eb350c3e079c4048d5b3ffcf8081c5c/crio/crio-1c14e9efd84620e0957a11a2324cce442b2413d4a8e5f2c8dee71e4a1ef6d5b7"
	I0719 14:50:10.622603  161349 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/95ba25360b5e677fdea7fbb84325003d0eb350c3e079c4048d5b3ffcf8081c5c/crio/crio-1c14e9efd84620e0957a11a2324cce442b2413d4a8e5f2c8dee71e4a1ef6d5b7/freezer.state
	I0719 14:50:10.630188  161349 api_server.go:204] freezer state: "THAWED"
	I0719 14:50:10.630213  161349 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0719 14:50:10.634649  161349 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0719 14:50:10.634670  161349 status.go:422] multinode-919999 apiserver status = Running (err=<nil>)
	I0719 14:50:10.634679  161349 status.go:257] multinode-919999 status: &{Name:multinode-919999 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0719 14:50:10.634693  161349 status.go:255] checking status of multinode-919999-m02 ...
	I0719 14:50:10.634911  161349 cli_runner.go:164] Run: docker container inspect multinode-919999-m02 --format={{.State.Status}}
	I0719 14:50:10.652368  161349 status.go:330] multinode-919999-m02 host status = "Running" (err=<nil>)
	I0719 14:50:10.652390  161349 host.go:66] Checking if "multinode-919999-m02" exists ...
	I0719 14:50:10.652646  161349 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-919999-m02
	I0719 14:50:10.669042  161349 host.go:66] Checking if "multinode-919999-m02" exists ...
	I0719 14:50:10.669285  161349 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0719 14:50:10.669319  161349 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-919999-m02
	I0719 14:50:10.686369  161349 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32908 SSHKeyPath:/home/jenkins/minikube-integration/19302-3646/.minikube/machines/multinode-919999-m02/id_rsa Username:docker}
	I0719 14:50:10.767893  161349 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0719 14:50:10.778016  161349 status.go:257] multinode-919999-m02 status: &{Name:multinode-919999-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0719 14:50:10.778049  161349 status.go:255] checking status of multinode-919999-m03 ...
	I0719 14:50:10.778305  161349 cli_runner.go:164] Run: docker container inspect multinode-919999-m03 --format={{.State.Status}}
	I0719 14:50:10.795152  161349 status.go:330] multinode-919999-m03 host status = "Stopped" (err=<nil>)
	I0719 14:50:10.795174  161349 status.go:343] host is not running, skipping remaining checks
	I0719 14:50:10.795182  161349 status.go:257] multinode-919999-m03 status: &{Name:multinode-919999-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (8.86s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (80.7s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-919999
multinode_test.go:321: (dbg) Run:  out/minikube-linux-amd64 stop -p multinode-919999
multinode_test.go:321: (dbg) Done: out/minikube-linux-amd64 stop -p multinode-919999: (24.690675618s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-919999 --wait=true -v=8 --alsologtostderr
multinode_test.go:326: (dbg) Done: out/minikube-linux-amd64 start -p multinode-919999 --wait=true -v=8 --alsologtostderr: (55.922052458s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-919999
--- PASS: TestMultiNode/serial/RestartKeepsNodes (80.70s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (4.88s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (23.67s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0719 14:52:08.871690  170652 out.go:291] Setting OutFile to fd 1 ...
	I0719 14:52:08.871970  170652 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:52:08.871981  170652 out.go:304] Setting ErrFile to fd 2...
	I0719 14:52:08.871985  170652 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:52:08.872156  170652 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19302-3646/.minikube/bin
	I0719 14:52:08.872322  170652 out.go:298] Setting JSON to false
	I0719 14:52:08.872352  170652 mustload.go:65] Loading cluster: multinode-919999
	I0719 14:52:08.872403  170652 notify.go:220] Checking for updates...
	I0719 14:52:08.872826  170652 config.go:182] Loaded profile config "multinode-919999": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0719 14:52:08.872850  170652 status.go:255] checking status of multinode-919999 ...
	I0719 14:52:08.873285  170652 cli_runner.go:164] Run: docker container inspect multinode-919999 --format={{.State.Status}}
	I0719 14:52:08.890685  170652 status.go:330] multinode-919999 host status = "Stopped" (err=<nil>)
	I0719 14:52:08.890708  170652 status.go:343] host is not running, skipping remaining checks
	I0719 14:52:08.890717  170652 status.go:257] multinode-919999 status: &{Name:multinode-919999 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0719 14:52:08.890742  170652 status.go:255] checking status of multinode-919999-m02 ...
	I0719 14:52:08.890975  170652 cli_runner.go:164] Run: docker container inspect multinode-919999-m02 --format={{.State.Status}}
	I0719 14:52:08.906834  170652 status.go:330] multinode-919999-m02 host status = "Stopped" (err=<nil>)
	I0719 14:52:08.906855  170652 status.go:343] host is not running, skipping remaining checks
	I0719 14:52:08.906861  170652 status.go:257] multinode-919999-m02 status: &{Name:multinode-919999-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 (59.69s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:376: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-919999 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E0719 14:52:25.473327   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
multinode_test.go:376: (dbg) Done: out/minikube-linux-amd64 start -p multinode-919999 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (59.155709459s)
multinode_test.go:382: (dbg) Run:  out/minikube-linux-amd64 -p multinode-919999 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 (59.69s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (23.96s)

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

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

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

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

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

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

                                                
                                    
x
+
TestPreload (109.03s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-159099 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4
E0719 14:53:43.879050   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
E0719 14:53:48.520189   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
preload_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p test-preload-159099 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4: (1m23.613141821s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-159099 image pull gcr.io/k8s-minikube/busybox
preload_test.go:58: (dbg) Run:  out/minikube-linux-amd64 stop -p test-preload-159099
preload_test.go:58: (dbg) Done: out/minikube-linux-amd64 stop -p test-preload-159099: (5.712673057s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-159099 --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-159099 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio: (16.740375202s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-159099 image list
helpers_test.go:175: Cleaning up "test-preload-159099" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p test-preload-159099
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p test-preload-159099: (1.974927565s)
--- PASS: TestPreload (109.03s)

                                                
                                    
x
+
TestScheduledStopUnix (98.85s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-amd64 start -p scheduled-stop-868608 --memory=2048 --driver=docker  --container-runtime=crio
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-amd64 start -p scheduled-stop-868608 --memory=2048 --driver=docker  --container-runtime=crio: (23.207787653s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-868608 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-amd64 status --format={{.TimeToStop}} -p scheduled-stop-868608 -n scheduled-stop-868608
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-868608 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-868608 --cancel-scheduled
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p scheduled-stop-868608 -n scheduled-stop-868608
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-amd64 status -p scheduled-stop-868608
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-868608 --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-868608
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p scheduled-stop-868608: exit status 7 (63.40176ms)

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestInsufficientStorage (12.93s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"b56812a6-36bb-49a5-921a-4fd8c1bd98a4","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-281001] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"07a31533-8600-4d82-9dcf-38b2f3c733c1","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19302"}}
	{"specversion":"1.0","id":"10a343e1-056c-42c4-82ba-b7daa3b86c47","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":"a54dd89b-8a06-4228-91df-3f4a7bcc5b95","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19302-3646/kubeconfig"}}
	{"specversion":"1.0","id":"8447a274-da8a-42b8-a96b-ca120ebd2fc7","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19302-3646/.minikube"}}
	{"specversion":"1.0","id":"5465244a-d429-4f4f-a08a-a8550f48e655","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":"de8bbef9-911d-4aca-ae59-aac93385fe89","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"e4ff16c3-2bbc-409e-bab6-2a968ab9fdb4","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":"ca7712b4-6c4a-4ee5-a4cf-fc350a53b9d0","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":"4b1a3a2a-2f39-474b-a9bc-b36479adfd93","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":"4b10ccbc-a107-49c4-943a-642b5d9b33c0","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":"9b3d622b-b2c0-43c3-8117-abe50738ece2","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-281001\" primary control-plane node in \"insufficient-storage-281001\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"79a2e9bf-c233-4843-9b75-d5a8928c6cc1","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image v0.0.44-1721324606-19298 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"d82cdf4b-4907-452b-8bca-5707c239ec4b","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":"7649bc11-bbce-4d8e-b4ad-31ccaccfb691","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-281001 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p insufficient-storage-281001 --output=json --layout=cluster: exit status 7 (253.832355ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0719 14:57:15.112563  193184 status.go:417] kubeconfig endpoint: get endpoint: "insufficient-storage-281001" does not appear in /home/jenkins/minikube-integration/19302-3646/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0719 14:57:15.370265  193285 status.go:417] kubeconfig endpoint: get endpoint: "insufficient-storage-281001" does not appear in /home/jenkins/minikube-integration/19302-3646/kubeconfig
	E0719 14:57:15.379919  193285 status.go:560] unable to read event log: stat: stat /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/insufficient-storage-281001/events.json: no such file or directory

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

                                                
                                    
x
+
TestRunningBinaryUpgrade (64.11s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

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

                                                
                                    
x
+
TestKubernetesUpgrade (347.84s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

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

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

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

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

                                                
                                                
** /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-259426 --memory=2200 --kubernetes-version=v1.31.0-beta.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:275: (dbg) Done: out/minikube-linux-amd64 start -p kubernetes-upgrade-259426 --memory=2200 --kubernetes-version=v1.31.0-beta.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (29.5662924s)
helpers_test.go:175: Cleaning up "kubernetes-upgrade-259426" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p kubernetes-upgrade-259426
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p kubernetes-upgrade-259426: (2.362801811s)
--- PASS: TestKubernetesUpgrade (347.84s)

                                                
                                    
x
+
TestMissingContainerUpgrade (130.3s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.1509003578 start -p missing-upgrade-894853 --memory=2200 --driver=docker  --container-runtime=crio
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.1509003578 start -p missing-upgrade-894853 --memory=2200 --driver=docker  --container-runtime=crio: (1m4.717162273s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-894853
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-894853: (11.862569113s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-894853
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-amd64 start -p missing-upgrade-894853 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
E0719 14:58:43.879735   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
version_upgrade_test.go:329: (dbg) Done: out/minikube-linux-amd64 start -p missing-upgrade-894853 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (49.374790577s)
helpers_test.go:175: Cleaning up "missing-upgrade-894853" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p missing-upgrade-894853
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p missing-upgrade-894853: (3.614944302s)
--- PASS: TestMissingContainerUpgrade (130.30s)

                                                
                                    
x
+
TestNetworkPlugins/group/false (6.18s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0719 14:57:20.889258  195102 out.go:291] Setting OutFile to fd 1 ...
	I0719 14:57:20.889558  195102 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:57:20.889572  195102 out.go:304] Setting ErrFile to fd 2...
	I0719 14:57:20.889579  195102 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0719 14:57:20.889885  195102 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19302-3646/.minikube/bin
	I0719 14:57:20.890706  195102 out.go:298] Setting JSON to false
	I0719 14:57:20.892110  195102 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":2388,"bootTime":1721398653,"procs":222,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0719 14:57:20.892201  195102 start.go:139] virtualization: kvm guest
	I0719 14:57:20.894813  195102 out.go:177] * [false-993699] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0719 14:57:20.896363  195102 out.go:177]   - MINIKUBE_LOCATION=19302
	I0719 14:57:20.896481  195102 notify.go:220] Checking for updates...
	I0719 14:57:20.898970  195102 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0719 14:57:20.900773  195102 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19302-3646/kubeconfig
	I0719 14:57:20.903235  195102 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19302-3646/.minikube
	I0719 14:57:20.904979  195102 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0719 14:57:20.906612  195102 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0719 14:57:20.908798  195102 config.go:182] Loaded profile config "force-systemd-env-999494": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0719 14:57:20.908966  195102 config.go:182] Loaded profile config "offline-crio-005085": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0719 14:57:20.909068  195102 driver.go:392] Setting default libvirt URI to qemu:///system
	I0719 14:57:20.940228  195102 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
	I0719 14:57:20.940373  195102 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0719 14:57:21.010190  195102 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:true BridgeNfIP6Tables:true Debug:false NFd:41 OomKillDisable:true NGoroutines:64 SystemTime:2024-07-19 14:57:20.998328245 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1] 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>}}
	I0719 14:57:21.010430  195102 docker.go:307] overlay module found
	I0719 14:57:21.013057  195102 out.go:177] * Using the docker driver based on user configuration
	I0719 14:57:21.014499  195102 start.go:297] selected driver: docker
	I0719 14:57:21.014526  195102 start.go:901] validating driver "docker" against <nil>
	I0719 14:57:21.014545  195102 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0719 14:57:21.017830  195102 out.go:177] 
	W0719 14:57:21.019432  195102 out.go:239] X Exiting due to MK_USAGE: The "crio" container runtime requires CNI
	X Exiting due to MK_USAGE: The "crio" container runtime requires CNI
	I0719 14:57:21.020927  195102 out.go:177] 

                                                
                                                
** /stderr **
E0719 14:57:25.473099   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
net_test.go:88: 
----------------------- debugLogs start: false-993699 [pass: true] --------------------------------
>>> netcat: nslookup kubernetes.default:
Error in configuration: context was not found for specified context: false-993699

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> 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: false-993699

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.09s)

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

                                                
                                                
-- stdout --
	* [NoKubernetes-656873] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=19302
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19302-3646/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19302-3646/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (31.58s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (10.07s)

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/Start (9.47s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.26s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (8.96s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (11.67s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (6.63s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.29s)

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

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (0.49s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (67.96s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.2690400214 start -p stopped-upgrade-907784 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.2690400214 start -p stopped-upgrade-907784 --memory=2200 --vm-driver=docker  --container-runtime=crio: (40.543676826s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.2690400214 -p stopped-upgrade-907784 stop
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.2690400214 -p stopped-upgrade-907784 stop: (2.184425488s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-amd64 start -p stopped-upgrade-907784 --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-907784 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (25.23127179s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (67.96s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (0.91s)

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

                                                
                                    
x
+
TestPause/serial/Start (50.7s)

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

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (24.12s)

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

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

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

                                                
                                    
x
+
TestPause/serial/Pause (0.7s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.32s)

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

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

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

                                                
                                    
x
+
TestPause/serial/Unpause (0.64s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (0.71s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (2.62s)

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (13.64s)

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

                                                
                                                
-- stdout --
	[]

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-993699 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-6bc787d567-f2g8b" [4a51c534-9436-4c26-ada5-32e20cea1b09] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-f2g8b" [4a51c534-9436-4c26-ada5-32e20cea1b09] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 9.003640202s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (9.21s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p custom-flannel-993699 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio
E0719 15:02:25.472958   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p custom-flannel-993699 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio: (59.740107498s)
--- PASS: TestNetworkPlugins/group/custom-flannel/Start (59.74s)

                                                
                                    
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-jbhmb" [536f97bf-1528-406b-89f9-c6a46852c1f0] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.004580941s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-993699 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-6bc787d567-rvg5f" [14543a8a-30cf-4185-a3e6-7e122ae685e5] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-rvg5f" [14543a8a-30cf-4185-a3e6-7e122ae685e5] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 10.003516482s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (10.19s)

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

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

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

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

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

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

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

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

                                                
                                    
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-dh2qt" [f2acc70b-3cfa-4ace-ae63-a65021d7f9f7] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.00475196s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-993699 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-6bc787d567-h6b7q" [454bbcbd-e0ab-49ce-a350-3be4d1128cf7] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-h6b7q" [454bbcbd-e0ab-49ce-a350-3be4d1128cf7] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 10.003463096s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (10.19s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-993699 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-6bc787d567-b7zw8" [8ef4a223-1298-4d85-bb5c-8a22cd56bdc3] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-b7zw8" [8ef4a223-1298-4d85-bb5c-8a22cd56bdc3] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 10.00310038s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (10.19s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
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-993699 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-6bc787d567-lwf2x" [80c1977a-09e1-4b45-a932-b89f5a2c6f25] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-lwf2x" [80c1977a-09e1-4b45-a932-b89f5a2c6f25] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 10.003795577s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (10.21s)

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p no-preload-745803 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0-beta.0
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p no-preload-745803 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0-beta.0: (1m9.222385971s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (69.22s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-993699 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-6bc787d567-kbrr6" [f582862b-1d1e-46b9-a050-d12ac6a42ad9] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-kbrr6" [f582862b-1d1e-46b9-a050-d12ac6a42ad9] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 10.003685897s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (10.22s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/DNS
net_test.go:175: (dbg) Run:  kubectl --context bridge-993699 exec deployment/netcat -- nslookup kubernetes.default
net_test.go:175: (dbg) Non-zero exit: kubectl --context bridge-993699 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.133127637s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:175: (dbg) Run:  kubectl --context bridge-993699 exec deployment/netcat -- nslookup kubernetes.default
net_test.go:175: (dbg) Non-zero exit: kubectl --context bridge-993699 exec deployment/netcat -- nslookup kubernetes.default: exit status 1 (15.130154772s)

                                                
                                                
-- stdout --
	;; connection timed out; no servers could be reached
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:175: (dbg) Run:  kubectl --context bridge-993699 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/bridge/DNS (33.20s)

                                                
                                    
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-2hzm4" [9678a846-b9bd-4b4b-a965-695b8e9d583d] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.003420411s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-993699 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-6bc787d567-ltvtb" [9a6eb009-1308-4edf-abb1-84bb337c54e3] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-ltvtb" [9a6eb009-1308-4edf-abb1-84bb337c54e3] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 9.003754902s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (9.20s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/HairPin
net_test.go:264: (dbg) Run:  kubectl --context bridge-993699 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/bridge/HairPin (0.11s)
E0719 15:08:47.001886   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/enable-default-cni-993699/client.crt: no such file or directory
E0719 15:08:47.082230   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/enable-default-cni-993699/client.crt: no such file or directory
E0719 15:08:47.243193   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/enable-default-cni-993699/client.crt: no such file or directory
E0719 15:08:47.563759   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/enable-default-cni-993699/client.crt: no such file or directory
E0719 15:08:47.722254   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/calico-993699/client.crt: no such file or directory
E0719 15:08:48.204568   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/enable-default-cni-993699/client.crt: no such file or directory
E0719 15:08:49.484792   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/enable-default-cni-993699/client.crt: no such file or directory
E0719 15:08:49.641968   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/kindnet-993699/client.crt: no such file or directory
E0719 15:08:52.045783   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/enable-default-cni-993699/client.crt: no such file or directory
E0719 15:08:57.166737   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/enable-default-cni-993699/client.crt: no such file or directory
E0719 15:08:59.434960   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/custom-flannel-993699/client.crt: no such file or directory
E0719 15:09:07.407737   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/enable-default-cni-993699/client.crt: no such file or directory
E0719 15:09:27.887978   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/enable-default-cni-993699/client.crt: no such file or directory
E0719 15:09:28.682879   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/calico-993699/client.crt: no such file or directory
E0719 15:09:30.716858   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/bridge-993699/client.crt: no such file or directory
E0719 15:09:30.722136   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/bridge-993699/client.crt: no such file or directory
E0719 15:09:30.732351   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/bridge-993699/client.crt: no such file or directory
E0719 15:09:30.752648   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/bridge-993699/client.crt: no such file or directory
E0719 15:09:30.792987   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/bridge-993699/client.crt: no such file or directory
E0719 15:09:30.873322   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/bridge-993699/client.crt: no such file or directory
E0719 15:09:31.033729   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/bridge-993699/client.crt: no such file or directory
E0719 15:09:31.354773   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/bridge-993699/client.crt: no such file or directory
E0719 15:09:31.994918   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/bridge-993699/client.crt: no such file or directory
E0719 15:09:33.275510   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/bridge-993699/client.crt: no such file or directory
E0719 15:09:33.503887   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/auto-993699/client.crt: no such file or directory
E0719 15:09:35.836296   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/bridge-993699/client.crt: no such file or directory
E0719 15:09:40.395755   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/custom-flannel-993699/client.crt: no such file or directory
E0719 15:09:40.956935   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/bridge-993699/client.crt: no such file or directory
E0719 15:09:47.122718   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/flannel-993699/client.crt: no such file or directory
E0719 15:09:47.128858   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/flannel-993699/client.crt: no such file or directory
E0719 15:09:47.139214   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/flannel-993699/client.crt: no such file or directory
E0719 15:09:47.159535   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/flannel-993699/client.crt: no such file or directory
E0719 15:09:47.199819   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/flannel-993699/client.crt: no such file or directory
E0719 15:09:47.280115   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/flannel-993699/client.crt: no such file or directory
E0719 15:09:47.440487   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/flannel-993699/client.crt: no such file or directory
E0719 15:09:47.761316   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/flannel-993699/client.crt: no such file or directory
E0719 15:09:48.402255   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/flannel-993699/client.crt: no such file or directory
E0719 15:09:49.683339   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/flannel-993699/client.crt: no such file or directory
E0719 15:09:51.198197   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/bridge-993699/client.crt: no such file or directory
E0719 15:09:52.243784   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/flannel-993699/client.crt: no such file or directory
E0719 15:09:57.363925   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/flannel-993699/client.crt: no such file or directory
E0719 15:10:07.604386   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/flannel-993699/client.crt: no such file or directory
E0719 15:10:08.848137   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/enable-default-cni-993699/client.crt: no such file or directory
E0719 15:10:11.562926   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/kindnet-993699/client.crt: no such file or directory
E0719 15:10:11.678891   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/bridge-993699/client.crt: no such file or directory

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-745803 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [732b41f9-6761-40e2-927f-30acf865d760] Pending
helpers_test.go:344: "busybox" [732b41f9-6761-40e2-927f-30acf865d760] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [732b41f9-6761-40e2-927f-30acf865d760] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 12.00431537s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-745803 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (12.33s)

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

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

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

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

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

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

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-865856 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [7ecee285-4192-47f1-9265-c1920309c165] Pending
helpers_test.go:344: "busybox" [7ecee285-4192-47f1-9265-c1920309c165] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [7ecee285-4192-47f1-9265-c1920309c165] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 7.004174789s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-865856 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (7.24s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-747409 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [826a861c-c0bf-4672-aaaa-3874ee2a7e47] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [826a861c-c0bf-4672-aaaa-3874ee2a7e47] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 9.003156746s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-747409 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (9.25s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-842379 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [780f7bd9-af51-4a99-a2d9-506d0eb680f9] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [780f7bd9-af51-4a99-a2d9-506d0eb680f9] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 8.004593461s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-842379 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (8.38s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-amd64 stop -p old-k8s-version-842379 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-amd64 stop -p old-k8s-version-842379 --alsologtostderr -v=3: (12.003113669s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (12.00s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p default-k8s-diff-port-747409 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.3
E0719 15:06:46.926207   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
E0719 15:06:49.660394   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/auto-993699/client.crt: no such file or directory
E0719 15:06:49.665718   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/auto-993699/client.crt: no such file or directory
E0719 15:06:49.676007   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/auto-993699/client.crt: no such file or directory
E0719 15:06:49.696304   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/auto-993699/client.crt: no such file or directory
E0719 15:06:49.736632   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/auto-993699/client.crt: no such file or directory
E0719 15:06:49.816960   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/auto-993699/client.crt: no such file or directory
E0719 15:06:49.977375   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/auto-993699/client.crt: no such file or directory
E0719 15:06:50.298528   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/auto-993699/client.crt: no such file or directory
E0719 15:06:50.938938   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/auto-993699/client.crt: no such file or directory
E0719 15:06:52.219326   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/auto-993699/client.crt: no such file or directory
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p default-k8s-diff-port-747409 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.3: (4m44.066732183s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p default-k8s-diff-port-747409 -n default-k8s-diff-port-747409
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (284.35s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p old-k8s-version-842379 --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
E0719 15:06:54.780349   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/auto-993699/client.crt: no such file or directory
E0719 15:06:59.901463   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/auto-993699/client.crt: no such file or directory
E0719 15:07:10.141844   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/auto-993699/client.crt: no such file or directory
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p old-k8s-version-842379 --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: (25.570672875s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p old-k8s-version-842379 -n old-k8s-version-842379
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (25.91s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
E0719 15:07:25.473969   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
E0719 15:07:27.718570   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/kindnet-993699/client.crt: no such file or directory
E0719 15:07:27.723877   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/kindnet-993699/client.crt: no such file or directory
E0719 15:07:27.734109   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/kindnet-993699/client.crt: no such file or directory
E0719 15:07:27.754378   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/kindnet-993699/client.crt: no such file or directory
E0719 15:07:27.794654   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/kindnet-993699/client.crt: no such file or directory
E0719 15:07:27.874967   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/kindnet-993699/client.crt: no such file or directory
E0719 15:07:28.035356   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/kindnet-993699/client.crt: no such file or directory
E0719 15:07:28.356279   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/kindnet-993699/client.crt: no such file or directory
E0719 15:07:28.997076   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/kindnet-993699/client.crt: no such file or directory
E0719 15:07:30.278086   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/kindnet-993699/client.crt: no such file or directory
E0719 15:07:30.622412   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/auto-993699/client.crt: no such file or directory
E0719 15:07:32.838674   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/kindnet-993699/client.crt: no such file or directory
helpers_test.go:344: "kubernetes-dashboard-cd95d586-vm2xm" [de6cda90-32a5-4d6f-8ad3-03fd1a46ed70] Pending / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
E0719 15:07:37.959672   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/kindnet-993699/client.crt: no such file or directory
helpers_test.go:344: "kubernetes-dashboard-cd95d586-vm2xm" [de6cda90-32a5-4d6f-8ad3-03fd1a46ed70] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 27.00854312s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (27.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-vm2xm" [de6cda90-32a5-4d6f-8ad3-03fd1a46ed70] Running
E0719 15:07:48.200300   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/kindnet-993699/client.crt: no such file or directory
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.006878638s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context old-k8s-version-842379 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.22s)

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

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p newest-cni-461228 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0-beta.0
E0719 15:08:06.760333   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/calico-993699/client.crt: no such file or directory
E0719 15:08:06.765583   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/calico-993699/client.crt: no such file or directory
E0719 15:08:06.775843   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/calico-993699/client.crt: no such file or directory
E0719 15:08:06.796123   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/calico-993699/client.crt: no such file or directory
E0719 15:08:06.836402   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/calico-993699/client.crt: no such file or directory
E0719 15:08:06.916696   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/calico-993699/client.crt: no such file or directory
E0719 15:08:07.077210   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/calico-993699/client.crt: no such file or directory
E0719 15:08:07.397782   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/calico-993699/client.crt: no such file or directory
E0719 15:08:08.038336   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/calico-993699/client.crt: no such file or directory
E0719 15:08:08.681337   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/kindnet-993699/client.crt: no such file or directory
E0719 15:08:09.319228   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/calico-993699/client.crt: no such file or directory
E0719 15:08:11.583066   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/auto-993699/client.crt: no such file or directory
E0719 15:08:11.880017   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/calico-993699/client.crt: no such file or directory
E0719 15:08:17.000800   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/calico-993699/client.crt: no such file or directory
E0719 15:08:18.472872   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/custom-flannel-993699/client.crt: no such file or directory
E0719 15:08:18.478169   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/custom-flannel-993699/client.crt: no such file or directory
E0719 15:08:18.488436   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/custom-flannel-993699/client.crt: no such file or directory
E0719 15:08:18.508750   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/custom-flannel-993699/client.crt: no such file or directory
E0719 15:08:18.549053   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/custom-flannel-993699/client.crt: no such file or directory
E0719 15:08:18.629598   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/custom-flannel-993699/client.crt: no such file or directory
E0719 15:08:18.790075   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/custom-flannel-993699/client.crt: no such file or directory
E0719 15:08:19.110632   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/custom-flannel-993699/client.crt: no such file or directory
E0719 15:08:19.751544   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/custom-flannel-993699/client.crt: no such file or directory
E0719 15:08:21.032279   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/custom-flannel-993699/client.crt: no such file or directory
E0719 15:08:23.592703   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/custom-flannel-993699/client.crt: no such file or directory
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p newest-cni-461228 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0-beta.0: (28.368011536s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (28.37s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/EnableAddonWhileActive
start_stop_delete_test.go:205: (dbg) Run:  out/minikube-linux-amd64 addons enable metrics-server -p newest-cni-461228 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
E0719 15:08:27.241824   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/calico-993699/client.crt: no such file or directory
start_stop_delete_test.go:211: WARNING: cni mode requires additional setup before pods can schedule :(
--- PASS: TestStartStop/group/newest-cni/serial/EnableAddonWhileActive (0.86s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/EnableAddonAfterStop
start_stop_delete_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p newest-cni-461228 -n newest-cni-461228
E0719 15:08:28.713284   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/custom-flannel-993699/client.crt: no such file or directory
start_stop_delete_test.go:239: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Host}} -p newest-cni-461228 -n newest-cni-461228: exit status 7 (64.402251ms)

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p newest-cni-461228 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0-beta.0
E0719 15:08:38.953817   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/custom-flannel-993699/client.crt: no such file or directory
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p newest-cni-461228 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0-beta.0: (12.5996166s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p newest-cni-461228 -n newest-cni-461228
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (12.91s)

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

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

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

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

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

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

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 unpause -p newest-cni-461228 --alsologtostderr -v=1
E0719 15:08:43.878862   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/addons-464709/client.crt: no such file or directory
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p newest-cni-461228 -n newest-cni-461228
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p newest-cni-461228 -n newest-cni-461228
--- PASS: TestStartStop/group/newest-cni/serial/Pause (2.89s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-5cc9f66cf4-8rzvf" [ecb6b09d-2f78-4543-9ea0-9177b4056a7e] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.005751719s
--- 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:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-5cc9f66cf4-8rzvf" [ecb6b09d-2f78-4543-9ea0-9177b4056a7e] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004283075s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context no-preload-745803 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.07s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p no-preload-745803 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240715-585640e9
start_stop_delete_test.go:304: 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.64s)

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 unpause -p no-preload-745803 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p no-preload-745803 -n no-preload-745803
E0719 15:10:28.085606   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/flannel-993699/client.crt: no such file or directory
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p no-preload-745803 -n no-preload-745803
E0719 15:10:28.520531   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/functional-975949/client.crt: no such file or directory
--- PASS: TestStartStop/group/no-preload/serial/Pause (2.64s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-779776cb65-mt52b" [b08d0eba-fe75-4461-a760-3494ddbf3939] Running
E0719 15:11:09.046026   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/flannel-993699/client.crt: no such file or directory
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003761141s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-779776cb65-mt52b" [b08d0eba-fe75-4461-a760-3494ddbf3939] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.00335224s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context embed-certs-865856 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.07s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p embed-certs-865856 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240715-585640e9
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (0.21s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-779776cb65-9ldnt" [bef5bc87-1a6f-4a24-8ce7-bfd664de6373] Running
E0719 15:11:30.768711   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/enable-default-cni-993699/client.crt: no such file or directory
E0719 15:11:32.546273   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/old-k8s-version-842379/client.crt: no such file or directory
E0719 15:11:32.551542   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/old-k8s-version-842379/client.crt: no such file or directory
E0719 15:11:32.561803   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/old-k8s-version-842379/client.crt: no such file or directory
E0719 15:11:32.582073   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/old-k8s-version-842379/client.crt: no such file or directory
E0719 15:11:32.622377   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/old-k8s-version-842379/client.crt: no such file or directory
E0719 15:11:32.703497   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/old-k8s-version-842379/client.crt: no such file or directory
E0719 15:11:32.863799   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/old-k8s-version-842379/client.crt: no such file or directory
E0719 15:11:33.184263   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/old-k8s-version-842379/client.crt: no such file or directory
E0719 15:11:33.825098   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/old-k8s-version-842379/client.crt: no such file or directory
E0719 15:11:35.105606   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/old-k8s-version-842379/client.crt: no such file or directory
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004280183s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.01s)

                                                
                                    
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:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-779776cb65-9ldnt" [bef5bc87-1a6f-4a24-8ce7-bfd664de6373] Running
E0719 15:11:37.666125   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/old-k8s-version-842379/client.crt: no such file or directory
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004088248s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context default-k8s-diff-port-747409 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.21s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p default-k8s-diff-port-747409 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240715-585640e9
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages (0.21s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 pause -p default-k8s-diff-port-747409 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p default-k8s-diff-port-747409 -n default-k8s-diff-port-747409
E0719 15:11:42.787194   10403 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19302-3646/.minikube/profiles/old-k8s-version-842379/client.crt: no such file or directory
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.APIServer}} -p default-k8s-diff-port-747409 -n default-k8s-diff-port-747409: exit status 2 (265.521859ms)

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    

Test skip (28/336)

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.31.0-beta.0/binaries (0s)

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

                                                
                                    
x
+
TestDownloadOnly/v1.31.0-beta.0/kubectl (0s)

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

                                                
                                    
x
+
TestAddons/parallel/Olm (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestAddons/parallel/Volcano (0s)

                                                
                                                
=== RUN   TestAddons/parallel/Volcano
=== PAUSE TestAddons/parallel/Volcano

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Volcano
addons_test.go:871: skipping: crio not supported
--- SKIP: TestAddons/parallel/Volcano (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:459: 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:546: 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
+
TestNetworkPlugins/group/kubenet (3.63s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> 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-993699

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (6.08s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
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:103: skipping TestStartStop/group/disable-driver-mounts - only runs on virtualbox
helpers_test.go:175: Cleaning up "disable-driver-mounts-100248" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p disable-driver-mounts-100248
--- SKIP: TestStartStop/group/disable-driver-mounts (0.16s)

                                                
                                    
Copied to clipboard