Test Report: Docker_Linux_crio_arm64 19643

                    
                      17d31f5d116bbb5d9ac8f4a1c2873ea47cdfa40f:2024-09-14:36211
                    
                

Test fail (3/328)

Order failed test Duration
33 TestAddons/parallel/Registry 75.72
34 TestAddons/parallel/Ingress 154.45
36 TestAddons/parallel/MetricsServer 368.15
x
+
TestAddons/parallel/Registry (75.72s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:332: registry stabilized in 5.807686ms
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-66c9cd494c-crp84" [59a7b2b3-ee70-4751-931d-cced94b764f4] Running
addons_test.go:334: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 6.004555124s
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-4kg2w" [952e5582-f7fc-4b10-a0eb-360e8482f1da] Running
addons_test.go:337: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 6.002931667s
addons_test.go:342: (dbg) Run:  kubectl --context addons-065265 delete po -l run=registry-test --now
addons_test.go:347: (dbg) Run:  kubectl --context addons-065265 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) Non-zero exit: kubectl --context addons-065265 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": exit status 1 (1m0.104309823s)

                                                
                                                
-- stdout --
	pod "registry-test" deleted

                                                
                                                
-- /stdout --
** stderr ** 
	error: timed out waiting for the condition

                                                
                                                
** /stderr **
addons_test.go:349: failed to hit registry.kube-system.svc.cluster.local. args "kubectl --context addons-065265 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\"" failed: exit status 1
addons_test.go:353: expected curl response be "HTTP/1.1 200", but got *pod "registry-test" deleted
*
addons_test.go:361: (dbg) Run:  out/minikube-linux-arm64 -p addons-065265 ip
2024/09/14 18:05:31 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:390: (dbg) Run:  out/minikube-linux-arm64 -p addons-065265 addons disable registry --alsologtostderr -v=1
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestAddons/parallel/Registry]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect addons-065265
helpers_test.go:235: (dbg) docker inspect addons-065265:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "bcd13610fd30de12bd9c88da0aedbcc76ec9230104da92b2f55bd0d92fecf716",
	        "Created": "2024-09-14T17:53:11.968439943Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 446021,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-09-14T17:53:12.126180053Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:86ef0f8f97fae81f88ea7ff0848cf3d848f7964ac99ca9c948802eb432bfd351",
	        "ResolvConfPath": "/var/lib/docker/containers/bcd13610fd30de12bd9c88da0aedbcc76ec9230104da92b2f55bd0d92fecf716/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/bcd13610fd30de12bd9c88da0aedbcc76ec9230104da92b2f55bd0d92fecf716/hostname",
	        "HostsPath": "/var/lib/docker/containers/bcd13610fd30de12bd9c88da0aedbcc76ec9230104da92b2f55bd0d92fecf716/hosts",
	        "LogPath": "/var/lib/docker/containers/bcd13610fd30de12bd9c88da0aedbcc76ec9230104da92b2f55bd0d92fecf716/bcd13610fd30de12bd9c88da0aedbcc76ec9230104da92b2f55bd0d92fecf716-json.log",
	        "Name": "/addons-065265",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-065265:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-065265",
	            "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/bb246521aef3efc6795f49cf3008ed950b6e4351172273ca2e4d5944cf5fe423-init/diff:/var/lib/docker/overlay2/8d605321b100b3be63b5f55c11d488e1fcd8b090a5611bfb2683e74f9fe55f93/diff",
	                "MergedDir": "/var/lib/docker/overlay2/bb246521aef3efc6795f49cf3008ed950b6e4351172273ca2e4d5944cf5fe423/merged",
	                "UpperDir": "/var/lib/docker/overlay2/bb246521aef3efc6795f49cf3008ed950b6e4351172273ca2e4d5944cf5fe423/diff",
	                "WorkDir": "/var/lib/docker/overlay2/bb246521aef3efc6795f49cf3008ed950b6e4351172273ca2e4d5944cf5fe423/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-065265",
	                "Source": "/var/lib/docker/volumes/addons-065265/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-065265",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e",
	            "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-065265",
	                "name.minikube.sigs.k8s.io": "addons-065265",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "4319e62d4969cd6836c10046fc01c2bdbdcf78e89b5bb442317c694d4a868a34",
	            "SandboxKey": "/var/run/docker/netns/4319e62d4969",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33164"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33165"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33168"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33166"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33167"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-065265": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "11f7cb1a1cef51b43cff2bff9e1797998dad88aecc40124091ff32652b92f5f0",
	                    "EndpointID": "892b7dc4ca98e7839903f96cb0fd81cb057c3d2d047913be11e75f5e693caec8",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-065265",
	                        "bcd13610fd30"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-065265 -n addons-065265
helpers_test.go:244: <<< TestAddons/parallel/Registry FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestAddons/parallel/Registry]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-arm64 -p addons-065265 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-065265 logs -n 25: (1.543393304s)
helpers_test.go:252: TestAddons/parallel/Registry logs: 
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                 Args                 |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only              | download-only-384122   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |                     |
	|         | -p download-only-384122              |                        |         |         |                     |                     |
	|         | --force --alsologtostderr            |                        |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0         |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | --all                                | minikube               | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| delete  | -p download-only-384122              | download-only-384122   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| start   | -o=json --download-only              | download-only-098853   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |                     |
	|         | -p download-only-098853              |                        |         |         |                     |                     |
	|         | --force --alsologtostderr            |                        |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.1         |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | --all                                | minikube               | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| delete  | -p download-only-098853              | download-only-098853   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| delete  | -p download-only-384122              | download-only-384122   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| delete  | -p download-only-098853              | download-only-098853   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| start   | --download-only -p                   | download-docker-573214 | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |                     |
	|         | download-docker-573214               |                        |         |         |                     |                     |
	|         | --alsologtostderr                    |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | -p download-docker-573214            | download-docker-573214 | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| start   | --download-only -p                   | binary-mirror-641252   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |                     |
	|         | binary-mirror-641252                 |                        |         |         |                     |                     |
	|         | --alsologtostderr                    |                        |         |         |                     |                     |
	|         | --binary-mirror                      |                        |         |         |                     |                     |
	|         | http://127.0.0.1:34275               |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-641252              | binary-mirror-641252   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| addons  | disable dashboard -p                 | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |                     |
	|         | addons-065265                        |                        |         |         |                     |                     |
	| addons  | enable dashboard -p                  | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |                     |
	|         | addons-065265                        |                        |         |         |                     |                     |
	| start   | -p addons-065265 --wait=true         | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:56 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  | addons-065265 addons                 | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:04 UTC | 14 Sep 24 18:04 UTC |
	|         | disable csi-hostpath-driver          |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-065265 addons                 | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:04 UTC | 14 Sep 24 18:04 UTC |
	|         | disable volumesnapshots              |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| ip      | addons-065265 ip                     | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:05 UTC | 14 Sep 24 18:05 UTC |
	| addons  | addons-065265 addons disable         | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:05 UTC | 14 Sep 24 18:05 UTC |
	|         | registry --alsologtostderr           |                        |         |         |                     |                     |
	|         | -v=1                                 |                        |         |         |                     |                     |
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/14 17:52:47
	Running on machine: ip-172-31-29-130
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0914 17:52:47.464457  445498 out.go:345] Setting OutFile to fd 1 ...
	I0914 17:52:47.464606  445498 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 17:52:47.464617  445498 out.go:358] Setting ErrFile to fd 2...
	I0914 17:52:47.464622  445498 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 17:52:47.464863  445498 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19643-439361/.minikube/bin
	I0914 17:52:47.465329  445498 out.go:352] Setting JSON to false
	I0914 17:52:47.466326  445498 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":5719,"bootTime":1726330649,"procs":170,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1069-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0914 17:52:47.466399  445498 start.go:139] virtualization:  
	I0914 17:52:47.469620  445498 out.go:177] * [addons-065265] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0914 17:52:47.473178  445498 out.go:177]   - MINIKUBE_LOCATION=19643
	I0914 17:52:47.473262  445498 notify.go:220] Checking for updates...
	I0914 17:52:47.478664  445498 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0914 17:52:47.481391  445498 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19643-439361/kubeconfig
	I0914 17:52:47.484022  445498 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19643-439361/.minikube
	I0914 17:52:47.486646  445498 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0914 17:52:47.489233  445498 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0914 17:52:47.492023  445498 driver.go:394] Setting default libvirt URI to qemu:///system
	I0914 17:52:47.521000  445498 docker.go:123] docker version: linux-27.2.1:Docker Engine - Community
	I0914 17:52:47.521125  445498 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0914 17:52:47.576470  445498 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-14 17:52:47.566067959 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1069-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.2.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0914 17:52:47.576618  445498 docker.go:318] overlay module found
	I0914 17:52:47.581065  445498 out.go:177] * Using the docker driver based on user configuration
	I0914 17:52:47.583664  445498 start.go:297] selected driver: docker
	I0914 17:52:47.583688  445498 start.go:901] validating driver "docker" against <nil>
	I0914 17:52:47.583705  445498 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0914 17:52:47.584376  445498 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0914 17:52:47.640429  445498 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-14 17:52:47.629951846 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1069-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.2.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0914 17:52:47.640690  445498 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0914 17:52:47.640987  445498 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]
	I0914 17:52:47.643690  445498 out.go:177] * Using Docker driver with root privileges
	I0914 17:52:47.646309  445498 cni.go:84] Creating CNI manager for ""
	I0914 17:52:47.646386  445498 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0914 17:52:47.646402  445498 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0914 17:52:47.646494  445498 start.go:340] cluster config:
	{Name:addons-065265 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-065265 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0914 17:52:47.651087  445498 out.go:177] * Starting "addons-065265" primary control-plane node in "addons-065265" cluster
	I0914 17:52:47.653636  445498 cache.go:121] Beginning downloading kic base image for docker with crio
	I0914 17:52:47.656321  445498 out.go:177] * Pulling base image v0.0.45-1726281268-19643 ...
	I0914 17:52:47.658923  445498 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0914 17:52:47.659013  445498 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19643-439361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0914 17:52:47.659023  445498 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e in local docker daemon
	I0914 17:52:47.659042  445498 cache.go:56] Caching tarball of preloaded images
	I0914 17:52:47.659135  445498 preload.go:172] Found /home/jenkins/minikube-integration/19643-439361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0914 17:52:47.659146  445498 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on crio
	I0914 17:52:47.659533  445498 profile.go:143] Saving config to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/config.json ...
	I0914 17:52:47.659562  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/config.json: {Name:mk8edbd9343a393854ecaed9e74a5b25d54cb1c4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:52:47.675446  445498 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e to local cache
	I0914 17:52:47.675564  445498 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e in local cache directory
	I0914 17:52:47.675591  445498 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e in local cache directory, skipping pull
	I0914 17:52:47.675597  445498 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e exists in cache, skipping pull
	I0914 17:52:47.675609  445498 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e as a tarball
	I0914 17:52:47.675615  445498 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e from local cache
	I0914 17:53:04.917758  445498 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e from cached tarball
	I0914 17:53:04.917798  445498 cache.go:194] Successfully downloaded all kic artifacts
	I0914 17:53:04.917832  445498 start.go:360] acquireMachinesLock for addons-065265: {Name:mk6387ac01c6ade43fb432fa55169f1600b01a51 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0914 17:53:04.918698  445498 start.go:364] duration metric: took 840.936µs to acquireMachinesLock for "addons-065265"
	I0914 17:53:04.918737  445498 start.go:93] Provisioning new machine with config: &{Name:addons-065265 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-065265 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0914 17:53:04.918828  445498 start.go:125] createHost starting for "" (driver="docker")
	I0914 17:53:04.920571  445498 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0914 17:53:04.920819  445498 start.go:159] libmachine.API.Create for "addons-065265" (driver="docker")
	I0914 17:53:04.920852  445498 client.go:168] LocalClient.Create starting
	I0914 17:53:04.920971  445498 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca.pem
	I0914 17:53:05.563412  445498 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/cert.pem
	I0914 17:53:05.722900  445498 cli_runner.go:164] Run: docker network inspect addons-065265 --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}}]}"
	W0914 17:53:05.737529  445498 cli_runner.go:211] docker network inspect addons-065265 --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
	I0914 17:53:05.737611  445498 network_create.go:284] running [docker network inspect addons-065265] to gather additional debugging logs...
	I0914 17:53:05.737632  445498 cli_runner.go:164] Run: docker network inspect addons-065265
	W0914 17:53:05.750798  445498 cli_runner.go:211] docker network inspect addons-065265 returned with exit code 1
	I0914 17:53:05.750837  445498 network_create.go:287] error running [docker network inspect addons-065265]: docker network inspect addons-065265: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-065265 not found
	I0914 17:53:05.750852  445498 network_create.go:289] output of [docker network inspect addons-065265]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-065265 not found
	
	** /stderr **
	I0914 17:53:05.750954  445498 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}}]}"
	I0914 17:53:05.766094  445498 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:0x40017eba50}
	I0914 17:53:05.766137  445498 network_create.go:124] attempt to create docker network addons-065265 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0914 17:53:05.766191  445498 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-065265 addons-065265
	I0914 17:53:05.844194  445498 network_create.go:108] docker network addons-065265 192.168.49.0/24 created
	I0914 17:53:05.844234  445498 kic.go:121] calculated static IP "192.168.49.2" for the "addons-065265" container
	I0914 17:53:05.844312  445498 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0914 17:53:05.862286  445498 cli_runner.go:164] Run: docker volume create addons-065265 --label name.minikube.sigs.k8s.io=addons-065265 --label created_by.minikube.sigs.k8s.io=true
	I0914 17:53:05.882582  445498 oci.go:103] Successfully created a docker volume addons-065265
	I0914 17:53:05.882681  445498 cli_runner.go:164] Run: docker run --rm --name addons-065265-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-065265 --entrypoint /usr/bin/test -v addons-065265:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e -d /var/lib
	I0914 17:53:07.812184  445498 cli_runner.go:217] Completed: docker run --rm --name addons-065265-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-065265 --entrypoint /usr/bin/test -v addons-065265:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e -d /var/lib: (1.929463586s)
	I0914 17:53:07.812212  445498 oci.go:107] Successfully prepared a docker volume addons-065265
	I0914 17:53:07.812242  445498 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0914 17:53:07.812262  445498 kic.go:194] Starting extracting preloaded images to volume ...
	I0914 17:53:07.812321  445498 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19643-439361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-065265:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e -I lz4 -xf /preloaded.tar -C /extractDir
	I0914 17:53:11.893273  445498 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19643-439361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-065265:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e -I lz4 -xf /preloaded.tar -C /extractDir: (4.080906452s)
	I0914 17:53:11.893306  445498 kic.go:203] duration metric: took 4.081038995s to extract preloaded images to volume ...
	W0914 17:53:11.893444  445498 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0914 17:53:11.893566  445498 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0914 17:53:11.954157  445498 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-065265 --name addons-065265 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-065265 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-065265 --network addons-065265 --ip 192.168.49.2 --volume addons-065265:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e
	I0914 17:53:12.277313  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Running}}
	I0914 17:53:12.304983  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:12.325734  445498 cli_runner.go:164] Run: docker exec addons-065265 stat /var/lib/dpkg/alternatives/iptables
	I0914 17:53:12.398124  445498 oci.go:144] the created container "addons-065265" has a running status.
	I0914 17:53:12.398160  445498 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa...
	I0914 17:53:12.643677  445498 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0914 17:53:12.671630  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:12.696599  445498 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0914 17:53:12.696619  445498 kic_runner.go:114] Args: [docker exec --privileged addons-065265 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0914 17:53:12.778792  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:12.806878  445498 machine.go:93] provisionDockerMachine start ...
	I0914 17:53:12.806971  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:12.831272  445498 main.go:141] libmachine: Using SSH client type: native
	I0914 17:53:12.831551  445498 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33164 <nil> <nil>}
	I0914 17:53:12.831561  445498 main.go:141] libmachine: About to run SSH command:
	hostname
	I0914 17:53:12.835210  445498 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: EOF
	I0914 17:53:15.978679  445498 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-065265
	
	I0914 17:53:15.978704  445498 ubuntu.go:169] provisioning hostname "addons-065265"
	I0914 17:53:15.978774  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:15.996948  445498 main.go:141] libmachine: Using SSH client type: native
	I0914 17:53:15.997187  445498 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33164 <nil> <nil>}
	I0914 17:53:15.997199  445498 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-065265 && echo "addons-065265" | sudo tee /etc/hostname
	I0914 17:53:16.158412  445498 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-065265
	
	I0914 17:53:16.158493  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:16.175700  445498 main.go:141] libmachine: Using SSH client type: native
	I0914 17:53:16.175944  445498 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33164 <nil> <nil>}
	I0914 17:53:16.175965  445498 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-065265' /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-065265/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-065265' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0914 17:53:16.315166  445498 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0914 17:53:16.315193  445498 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19643-439361/.minikube CaCertPath:/home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19643-439361/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19643-439361/.minikube}
	I0914 17:53:16.315215  445498 ubuntu.go:177] setting up certificates
	I0914 17:53:16.315226  445498 provision.go:84] configureAuth start
	I0914 17:53:16.315289  445498 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-065265
	I0914 17:53:16.332017  445498 provision.go:143] copyHostCerts
	I0914 17:53:16.332106  445498 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19643-439361/.minikube/key.pem (1675 bytes)
	I0914 17:53:16.332232  445498 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19643-439361/.minikube/ca.pem (1078 bytes)
	I0914 17:53:16.332294  445498 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19643-439361/.minikube/cert.pem (1123 bytes)
	I0914 17:53:16.332348  445498 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19643-439361/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca-key.pem org=jenkins.addons-065265 san=[127.0.0.1 192.168.49.2 addons-065265 localhost minikube]
	I0914 17:53:16.870650  445498 provision.go:177] copyRemoteCerts
	I0914 17:53:16.870716  445498 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0914 17:53:16.870763  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:16.887937  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:16.987316  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0914 17:53:17.009870  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0914 17:53:17.036989  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0914 17:53:17.061077  445498 provision.go:87] duration metric: took 745.82579ms to configureAuth
	I0914 17:53:17.061104  445498 ubuntu.go:193] setting minikube options for container-runtime
	I0914 17:53:17.061289  445498 config.go:182] Loaded profile config "addons-065265": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0914 17:53:17.061399  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:17.077480  445498 main.go:141] libmachine: Using SSH client type: native
	I0914 17:53:17.077728  445498 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33164 <nil> <nil>}
	I0914 17:53:17.077750  445498 main.go:141] libmachine: About to run SSH command:
	sudo mkdir -p /etc/sysconfig && printf %s "
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
	I0914 17:53:17.315575  445498 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0914 17:53:17.315601  445498 machine.go:96] duration metric: took 4.508703709s to provisionDockerMachine
	I0914 17:53:17.315612  445498 client.go:171] duration metric: took 12.394750277s to LocalClient.Create
	I0914 17:53:17.315630  445498 start.go:167] duration metric: took 12.394811946s to libmachine.API.Create "addons-065265"
	I0914 17:53:17.315643  445498 start.go:293] postStartSetup for "addons-065265" (driver="docker")
	I0914 17:53:17.315654  445498 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]
	I0914 17:53:17.315731  445498 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
	I0914 17:53:17.315778  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:17.332952  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:17.432030  445498 ssh_runner.go:195] Run: cat /etc/os-release
	I0914 17:53:17.434976  445498 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0914 17:53:17.435029  445498 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0914 17:53:17.435041  445498 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0914 17:53:17.435053  445498 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0914 17:53:17.435063  445498 filesync.go:126] Scanning /home/jenkins/minikube-integration/19643-439361/.minikube/addons for local assets ...
	I0914 17:53:17.435128  445498 filesync.go:126] Scanning /home/jenkins/minikube-integration/19643-439361/.minikube/files for local assets ...
	I0914 17:53:17.435151  445498 start.go:296] duration metric: took 119.501347ms for postStartSetup
	I0914 17:53:17.435505  445498 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-065265
	I0914 17:53:17.451158  445498 profile.go:143] Saving config to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/config.json ...
	I0914 17:53:17.451432  445498 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0914 17:53:17.451474  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:17.467533  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:17.559538  445498 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0914 17:53:17.563804  445498 start.go:128] duration metric: took 12.644959839s to createHost
	I0914 17:53:17.563833  445498 start.go:83] releasing machines lock for "addons-065265", held for 12.64511666s
	I0914 17:53:17.563899  445498 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-065265
	I0914 17:53:17.579895  445498 ssh_runner.go:195] Run: cat /version.json
	I0914 17:53:17.579964  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:17.580238  445498 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0914 17:53:17.580297  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:17.607089  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:17.607796  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:17.831219  445498 ssh_runner.go:195] Run: systemctl --version
	I0914 17:53:17.835482  445498 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0914 17:53:17.976453  445498 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0914 17:53:17.980696  445498 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" ;
	I0914 17:53:17.999505  445498 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0914 17:53:17.999583  445498 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%p, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0914 17:53:18.038828  445498 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0914 17:53:18.038849  445498 start.go:495] detecting cgroup driver to use...
	I0914 17:53:18.038883  445498 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0914 17:53:18.038965  445498 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0914 17:53:18.057449  445498 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0914 17:53:18.069550  445498 docker.go:217] disabling cri-docker service (if available) ...
	I0914 17:53:18.069624  445498 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0914 17:53:18.084479  445498 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0914 17:53:18.100162  445498 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0914 17:53:18.189060  445498 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0914 17:53:18.272466  445498 docker.go:233] disabling docker service ...
	I0914 17:53:18.272535  445498 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0914 17:53:18.292655  445498 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0914 17:53:18.303931  445498 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0914 17:53:18.382304  445498 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0914 17:53:18.476816  445498 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0914 17:53:18.488341  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/crio/crio.sock
	" | sudo tee /etc/crictl.yaml"
	I0914 17:53:18.504709  445498 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0914 17:53:18.504818  445498 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.10"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0914 17:53:18.514618  445498 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0914 17:53:18.514699  445498 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0914 17:53:18.524130  445498 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0914 17:53:18.533480  445498 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0914 17:53:18.543550  445498 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0914 17:53:18.554127  445498 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"
	I0914 17:53:18.565023  445498 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"
	I0914 17:53:18.582620  445498 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"
	I0914 17:53:18.593135  445498 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0914 17:53:18.601522  445498 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0914 17:53:18.610441  445498 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0914 17:53:18.694844  445498 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0914 17:53:18.808072  445498 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0914 17:53:18.808191  445498 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0914 17:53:18.811725  445498 start.go:563] Will wait 60s for crictl version
	I0914 17:53:18.811812  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:53:18.815183  445498 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0914 17:53:18.853703  445498 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0914 17:53:18.853833  445498 ssh_runner.go:195] Run: crio --version
	I0914 17:53:18.892556  445498 ssh_runner.go:195] Run: crio --version
	I0914 17:53:18.933010  445498 out.go:177] * Preparing Kubernetes v1.31.1 on CRI-O 1.24.6 ...
	I0914 17:53:18.935414  445498 cli_runner.go:164] Run: docker network inspect addons-065265 --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}}]}"
	I0914 17:53:18.950837  445498 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0914 17:53:18.954451  445498 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""
	I0914 17:53:18.965140  445498 kubeadm.go:883] updating cluster {Name:addons-065265 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-065265 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0914 17:53:18.965257  445498 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0914 17:53:18.965310  445498 ssh_runner.go:195] Run: sudo crictl images --output json
	I0914 17:53:19.039052  445498 crio.go:514] all images are preloaded for cri-o runtime.
	I0914 17:53:19.039077  445498 crio.go:433] Images already preloaded, skipping extraction
	I0914 17:53:19.039139  445498 ssh_runner.go:195] Run: sudo crictl images --output json
	I0914 17:53:19.078918  445498 crio.go:514] all images are preloaded for cri-o runtime.
	I0914 17:53:19.078940  445498 cache_images.go:84] Images are preloaded, skipping loading
	I0914 17:53:19.078949  445498 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 crio true true} ...
	I0914 17:53:19.079051  445498 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.31.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-065265 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.1 ClusterName:addons-065265 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:}
	I0914 17:53:19.079130  445498 ssh_runner.go:195] Run: crio config
	I0914 17:53:19.125330  445498 cni.go:84] Creating CNI manager for ""
	I0914 17:53:19.125354  445498 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0914 17:53:19.125364  445498 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0914 17:53:19.125388  445498 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.31.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-065265 NodeName:addons-065265 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}
	I0914 17:53:19.125534  445498 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-065265"
	  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.31.1
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0914 17:53:19.125609  445498 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
	I0914 17:53:19.134372  445498 binaries.go:44] Found k8s binaries, skipping transfer
	I0914 17:53:19.134445  445498 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0914 17:53:19.143254  445498 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0914 17:53:19.161544  445498 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0914 17:53:19.179467  445498 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0914 17:53:19.198255  445498 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0914 17:53:19.201586  445498 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""
	I0914 17:53:19.212164  445498 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0914 17:53:19.292070  445498 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0914 17:53:19.306302  445498 certs.go:68] Setting up /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265 for IP: 192.168.49.2
	I0914 17:53:19.306332  445498 certs.go:194] generating shared ca certs ...
	I0914 17:53:19.306350  445498 certs.go:226] acquiring lock for ca certs: {Name:mka76fa764db0ed4ada0fe045c12c6233b21abc9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:19.307012  445498 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19643-439361/.minikube/ca.key
	I0914 17:53:19.629747  445498 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19643-439361/.minikube/ca.crt ...
	I0914 17:53:19.629783  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/ca.crt: {Name:mk3b907373c446a78eade414fcb23dfbb9fa8237 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:19.630563  445498 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19643-439361/.minikube/ca.key ...
	I0914 17:53:19.630582  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/ca.key: {Name:mkf3cbeeb8aa86c20c5ae8d2fe2152e7f3f5ec82 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:19.631109  445498 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.key
	I0914 17:53:20.303513  445498 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.crt ...
	I0914 17:53:20.303553  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.crt: {Name:mk623559e114333b6e5020cbcf35e54eac0e8df3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:20.304310  445498 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.key ...
	I0914 17:53:20.304325  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.key: {Name:mk1d1c18f4e7d40c7c584daaecd2d8bceefb9fcc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:20.304865  445498 certs.go:256] generating profile certs ...
	I0914 17:53:20.304932  445498 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.key
	I0914 17:53:20.304963  445498 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt with IP's: []
	I0914 17:53:20.762970  445498 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt ...
	I0914 17:53:20.763020  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: {Name:mk46efd71b3fa97e6d59a6098bd1f122262cb441 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:20.763208  445498 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.key ...
	I0914 17:53:20.763223  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.key: {Name:mk2f9dae8f1d2af8086656ef024e182e519a831e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:20.763754  445498 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.key.ad303a9c
	I0914 17:53:20.763778  445498 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.crt.ad303a9c with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0914 17:53:21.641769  445498 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.crt.ad303a9c ...
	I0914 17:53:21.641802  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.crt.ad303a9c: {Name:mk60bbae87355db1ab3181874dfac365c83f3cf6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:21.642002  445498 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.key.ad303a9c ...
	I0914 17:53:21.642022  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.key.ad303a9c: {Name:mk9ebfbcca5e62a13569637cb873f37049593d97 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:21.642108  445498 certs.go:381] copying /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.crt.ad303a9c -> /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.crt
	I0914 17:53:21.642191  445498 certs.go:385] copying /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.key.ad303a9c -> /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.key
	I0914 17:53:21.642245  445498 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.key
	I0914 17:53:21.642265  445498 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.crt with IP's: []
	I0914 17:53:21.923314  445498 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.crt ...
	I0914 17:53:21.923348  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.crt: {Name:mkf629f999ff13185ada8a77341cad41e430dd05 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:21.924146  445498 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.key ...
	I0914 17:53:21.924167  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.key: {Name:mk07b8bb881d43e233a6589750fd0b77dbb4fa3d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:21.924375  445498 certs.go:484] found cert: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca-key.pem (1679 bytes)
	I0914 17:53:21.924419  445498 certs.go:484] found cert: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca.pem (1078 bytes)
	I0914 17:53:21.924451  445498 certs.go:484] found cert: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/cert.pem (1123 bytes)
	I0914 17:53:21.924480  445498 certs.go:484] found cert: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/key.pem (1675 bytes)
	I0914 17:53:21.925125  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0914 17:53:21.949977  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0914 17:53:21.973643  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0914 17:53:21.997288  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0914 17:53:22.022213  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0914 17:53:22.047556  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0914 17:53:22.071852  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0914 17:53:22.096391  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0914 17:53:22.120150  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0914 17:53:22.144643  445498 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0914 17:53:22.162738  445498 ssh_runner.go:195] Run: openssl version
	I0914 17:53:22.168234  445498 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"
	I0914 17:53:22.177745  445498 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0914 17:53:22.181200  445498 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 14 17:53 /usr/share/ca-certificates/minikubeCA.pem
	I0914 17:53:22.181265  445498 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0914 17:53:22.188150  445498 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"
	I0914 17:53:22.197256  445498 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0914 17:53:22.200474  445498 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
	I0914 17:53:22.200574  445498 kubeadm.go:392] StartCluster: {Name:addons-065265 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-065265 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0914 17:53:22.200697  445498 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0914 17:53:22.200752  445498 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0914 17:53:22.241258  445498 cri.go:89] found id: ""
	I0914 17:53:22.241368  445498 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0914 17:53:22.250347  445498 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0914 17:53:22.259281  445498 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0914 17:53:22.259352  445498 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
	I0914 17:53:22.268301  445498 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
	I0914 17:53:22.268325  445498 kubeadm.go:157] found existing configuration files:
	
	I0914 17:53:22.268400  445498 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0914 17:53:22.277247  445498 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
	I0914 17:53:22.277344  445498 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0914 17:53:22.285852  445498 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0914 17:53:22.294731  445498 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
	I0914 17:53:22.294830  445498 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0914 17:53:22.312633  445498 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0914 17:53:22.321669  445498 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
	I0914 17:53:22.321800  445498 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0914 17:53:22.330009  445498 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0914 17:53:22.338961  445498 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
	I0914 17:53:22.339123  445498 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0914 17:53:22.347447  445498 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.1:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0914 17:53:22.391689  445498 kubeadm.go:310] W0914 17:53:22.391072    1191 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "ClusterConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0914 17:53:22.392647  445498 kubeadm.go:310] W0914 17:53:22.392053    1191 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "InitConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0914 17:53:22.413019  445498 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-1069-aws\n", err: exit status 1
	I0914 17:53:22.478509  445498 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0914 17:53:37.312495  445498 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
	I0914 17:53:37.312564  445498 kubeadm.go:310] [preflight] Running pre-flight checks
	I0914 17:53:37.312697  445498 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0914 17:53:37.312773  445498 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1069-aws
	I0914 17:53:37.312834  445498 kubeadm.go:310] OS: Linux
	I0914 17:53:37.312899  445498 kubeadm.go:310] CGROUPS_CPU: enabled
	I0914 17:53:37.312955  445498 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0914 17:53:37.313008  445498 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0914 17:53:37.313068  445498 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0914 17:53:37.313123  445498 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0914 17:53:37.313181  445498 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0914 17:53:37.313234  445498 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0914 17:53:37.313296  445498 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0914 17:53:37.313345  445498 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0914 17:53:37.313428  445498 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0914 17:53:37.313539  445498 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0914 17:53:37.313651  445498 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0914 17:53:37.313728  445498 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0914 17:53:37.316504  445498 out.go:235]   - Generating certificates and keys ...
	I0914 17:53:37.316599  445498 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0914 17:53:37.316673  445498 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0914 17:53:37.316753  445498 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0914 17:53:37.316821  445498 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0914 17:53:37.316908  445498 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0914 17:53:37.316970  445498 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0914 17:53:37.317031  445498 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0914 17:53:37.317186  445498 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-065265 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0914 17:53:37.317256  445498 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0914 17:53:37.317382  445498 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-065265 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0914 17:53:37.317480  445498 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0914 17:53:37.317601  445498 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0914 17:53:37.317653  445498 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0914 17:53:37.317737  445498 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0914 17:53:37.317819  445498 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0914 17:53:37.317889  445498 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0914 17:53:37.317959  445498 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0914 17:53:37.318040  445498 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0914 17:53:37.318103  445498 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0914 17:53:37.318190  445498 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0914 17:53:37.318268  445498 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0914 17:53:37.320915  445498 out.go:235]   - Booting up control plane ...
	I0914 17:53:37.321189  445498 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0914 17:53:37.321373  445498 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0914 17:53:37.321551  445498 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0914 17:53:37.321695  445498 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0914 17:53:37.321816  445498 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0914 17:53:37.321865  445498 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0914 17:53:37.322025  445498 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0914 17:53:37.322153  445498 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0914 17:53:37.322233  445498 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.501615714s
	I0914 17:53:37.322326  445498 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0914 17:53:37.322399  445498 kubeadm.go:310] [api-check] The API server is healthy after 6.00189867s
	I0914 17:53:37.322518  445498 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0914 17:53:37.322680  445498 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0914 17:53:37.322750  445498 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0914 17:53:37.322985  445498 kubeadm.go:310] [mark-control-plane] Marking the node addons-065265 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0914 17:53:37.323144  445498 kubeadm.go:310] [bootstrap-token] Using token: 1e3i3n.kw9by3o4he5orfor
	I0914 17:53:37.327718  445498 out.go:235]   - Configuring RBAC rules ...
	I0914 17:53:37.327892  445498 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0914 17:53:37.327989  445498 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0914 17:53:37.328132  445498 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
	I0914 17:53:37.328272  445498 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0914 17:53:37.328387  445498 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0914 17:53:37.328473  445498 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0914 17:53:37.328589  445498 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0914 17:53:37.328635  445498 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0914 17:53:37.328680  445498 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0914 17:53:37.328687  445498 kubeadm.go:310] 
	I0914 17:53:37.328746  445498 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0914 17:53:37.328753  445498 kubeadm.go:310] 
	I0914 17:53:37.328830  445498 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0914 17:53:37.328837  445498 kubeadm.go:310] 
	I0914 17:53:37.328862  445498 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0914 17:53:37.328925  445498 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0914 17:53:37.328978  445498 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0914 17:53:37.328987  445498 kubeadm.go:310] 
	I0914 17:53:37.329042  445498 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0914 17:53:37.329049  445498 kubeadm.go:310] 
	I0914 17:53:37.329096  445498 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0914 17:53:37.329104  445498 kubeadm.go:310] 
	I0914 17:53:37.329156  445498 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0914 17:53:37.329232  445498 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0914 17:53:37.329301  445498 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0914 17:53:37.329309  445498 kubeadm.go:310] 
	I0914 17:53:37.329391  445498 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0914 17:53:37.329470  445498 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0914 17:53:37.329477  445498 kubeadm.go:310] 
	I0914 17:53:37.329567  445498 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token 1e3i3n.kw9by3o4he5orfor \
	I0914 17:53:37.329671  445498 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:9c80afbbdae31ae1003732b4edc19da7ee6e0dcf3dfda3c5daf79e9db6f734a3 \
	I0914 17:53:37.329694  445498 kubeadm.go:310] 	--control-plane 
	I0914 17:53:37.329701  445498 kubeadm.go:310] 
	I0914 17:53:37.329785  445498 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0914 17:53:37.329793  445498 kubeadm.go:310] 
	I0914 17:53:37.329874  445498 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 1e3i3n.kw9by3o4he5orfor \
	I0914 17:53:37.329990  445498 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:9c80afbbdae31ae1003732b4edc19da7ee6e0dcf3dfda3c5daf79e9db6f734a3 
	I0914 17:53:37.330003  445498 cni.go:84] Creating CNI manager for ""
	I0914 17:53:37.330011  445498 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0914 17:53:37.332991  445498 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0914 17:53:37.335719  445498 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0914 17:53:37.339736  445498 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.1/kubectl ...
	I0914 17:53:37.339792  445498 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0914 17:53:37.361066  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0914 17:53:37.640206  445498 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0914 17:53:37.640306  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:37.640366  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-065265 minikube.k8s.io/updated_at=2024_09_14T17_53_37_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=fbeeb744274463b05401c917e5ab21bbaf5ef95a minikube.k8s.io/name=addons-065265 minikube.k8s.io/primary=true
	I0914 17:53:37.808999  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:37.809128  445498 ops.go:34] apiserver oom_adj: -16
	I0914 17:53:38.309379  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:38.809366  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:39.309631  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:39.809085  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:40.309112  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:40.810013  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:41.309241  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:41.809967  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:41.903569  445498 kubeadm.go:1113] duration metric: took 4.263359834s to wait for elevateKubeSystemPrivileges
	I0914 17:53:41.903601  445498 kubeadm.go:394] duration metric: took 19.703033411s to StartCluster
	I0914 17:53:41.903620  445498 settings.go:142] acquiring lock: {Name:mkd9f06e2c8388fee2d76cf158f48b22404b1dee Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:41.904229  445498 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19643-439361/kubeconfig
	I0914 17:53:41.904606  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/kubeconfig: {Name:mkba215f6236442a60bf23da3832709b762155cf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:41.904807  445498 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0914 17:53:41.904929  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0914 17:53:41.905170  445498 config.go:182] Loaded profile config "addons-065265": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0914 17:53:41.905208  445498 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:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0914 17:53:41.905296  445498 addons.go:69] Setting yakd=true in profile "addons-065265"
	I0914 17:53:41.905313  445498 addons.go:234] Setting addon yakd=true in "addons-065265"
	I0914 17:53:41.905338  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.905827  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.906001  445498 addons.go:69] Setting inspektor-gadget=true in profile "addons-065265"
	I0914 17:53:41.906024  445498 addons.go:234] Setting addon inspektor-gadget=true in "addons-065265"
	I0914 17:53:41.906155  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.906213  445498 addons.go:69] Setting metrics-server=true in profile "addons-065265"
	I0914 17:53:41.906230  445498 addons.go:234] Setting addon metrics-server=true in "addons-065265"
	I0914 17:53:41.906255  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.906299  445498 addons.go:69] Setting cloud-spanner=true in profile "addons-065265"
	I0914 17:53:41.906321  445498 addons.go:234] Setting addon cloud-spanner=true in "addons-065265"
	I0914 17:53:41.906348  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.906662  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.906782  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.907603  445498 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-065265"
	I0914 17:53:41.907660  445498 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-065265"
	I0914 17:53:41.907702  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.908173  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.908686  445498 addons.go:69] Setting registry=true in profile "addons-065265"
	I0914 17:53:41.908715  445498 addons.go:234] Setting addon registry=true in "addons-065265"
	I0914 17:53:41.908782  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.909214  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.913746  445498 addons.go:69] Setting storage-provisioner=true in profile "addons-065265"
	I0914 17:53:41.913786  445498 addons.go:234] Setting addon storage-provisioner=true in "addons-065265"
	I0914 17:53:41.913830  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.914070  445498 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-065265"
	I0914 17:53:41.914099  445498 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-065265"
	I0914 17:53:41.914406  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.920646  445498 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-065265"
	I0914 17:53:41.921166  445498 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-065265"
	I0914 17:53:41.921766  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.927046  445498 addons.go:69] Setting volcano=true in profile "addons-065265"
	I0914 17:53:41.927087  445498 addons.go:234] Setting addon volcano=true in "addons-065265"
	I0914 17:53:41.927127  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.927640  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.933756  445498 addons.go:69] Setting default-storageclass=true in profile "addons-065265"
	I0914 17:53:41.933813  445498 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-065265"
	I0914 17:53:41.934179  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.940907  445498 addons.go:69] Setting volumesnapshots=true in profile "addons-065265"
	I0914 17:53:41.940942  445498 addons.go:234] Setting addon volumesnapshots=true in "addons-065265"
	I0914 17:53:41.940978  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.946548  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.970589  445498 addons.go:69] Setting gcp-auth=true in profile "addons-065265"
	I0914 17:53:41.970633  445498 mustload.go:65] Loading cluster: addons-065265
	I0914 17:53:41.970874  445498 config.go:182] Loaded profile config "addons-065265": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0914 17:53:41.971157  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.980240  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.990083  445498 addons.go:69] Setting ingress=true in profile "addons-065265"
	I0914 17:53:41.990160  445498 addons.go:234] Setting addon ingress=true in "addons-065265"
	I0914 17:53:41.990236  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.990755  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:42.000908  445498 out.go:177] * Verifying Kubernetes components...
	I0914 17:53:42.014182  445498 addons.go:69] Setting ingress-dns=true in profile "addons-065265"
	I0914 17:53:42.014377  445498 addons.go:234] Setting addon ingress-dns=true in "addons-065265"
	I0914 17:53:42.014474  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:42.015514  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:42.057007  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:42.064557  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:42.075774  445498 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0914 17:53:42.079301  445498 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
	I0914 17:53:42.090653  445498 out.go:177]   - Using image docker.io/registry:2.8.3
	I0914 17:53:42.093382  445498 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0914 17:53:42.093580  445498 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.23
	I0914 17:53:42.111208  445498 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0914 17:53:42.111233  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0914 17:53:42.111334  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	W0914 17:53:42.119444  445498 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0914 17:53:42.123631  445498 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0914 17:53:42.123656  445498 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0914 17:53:42.123731  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.141597  445498 addons.go:234] Setting addon default-storageclass=true in "addons-065265"
	I0914 17:53:42.141731  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:42.142322  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:42.181730  445498 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0914 17:53:42.182801  445498 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-065265"
	I0914 17:53:42.182843  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:42.183307  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:42.199820  445498 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0914 17:53:42.199844  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0914 17:53:42.199917  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.207762  445498 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0914 17:53:42.207801  445498 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0914 17:53:42.207886  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.223417  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:42.235731  445498 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0914 17:53:42.235983  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0914 17:53:42.264089  445498 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
	I0914 17:53:42.264897  445498 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0914 17:53:42.264919  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0914 17:53:42.264984  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.267172  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0914 17:53:42.270180  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0914 17:53:42.270305  445498 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0914 17:53:42.272797  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0914 17:53:42.273061  445498 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0914 17:53:42.273082  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0914 17:53:42.273156  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.283595  445498 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0914 17:53:42.283630  445498 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0914 17:53:42.283701  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.307426  445498 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0914 17:53:42.310509  445498 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0914 17:53:42.310524  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.311899  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0914 17:53:42.314537  445498 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0914 17:53:42.314586  445498 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
	I0914 17:53:42.319177  445498 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0914 17:53:42.319226  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0914 17:53:42.319336  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.323926  445498 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0914 17:53:42.323953  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0914 17:53:42.324022  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.331286  445498 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0914 17:53:42.331312  445498 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0914 17:53:42.331384  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.334360  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0914 17:53:42.343135  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0914 17:53:42.353047  445498 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0914 17:53:42.353068  445498 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0914 17:53:42.353138  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.364407  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0914 17:53:42.374046  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0914 17:53:42.383326  445498 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0914 17:53:42.383470  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0914 17:53:42.383485  445498 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0914 17:53:42.383564  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.431521  445498 out.go:177]   - Using image docker.io/busybox:stable
	I0914 17:53:42.432014  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.448245  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.454821  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.460453  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.468574  445498 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0914 17:53:42.468652  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0914 17:53:42.468757  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.557491  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.565389  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.565412  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.566029  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.570963  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.571103  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.610914  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.612444  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.635947  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0914 17:53:42.710367  445498 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0914 17:53:42.710351  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0914 17:53:42.840256  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0914 17:53:42.879235  445498 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0914 17:53:42.879263  445498 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0914 17:53:42.948526  445498 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0914 17:53:42.948552  445498 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0914 17:53:42.962437  445498 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0914 17:53:42.962471  445498 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0914 17:53:42.974354  445498 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0914 17:53:42.974387  445498 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0914 17:53:42.987250  445498 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0914 17:53:42.987276  445498 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0914 17:53:43.049452  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0914 17:53:43.049480  445498 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0914 17:53:43.053341  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0914 17:53:43.058966  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0914 17:53:43.065770  445498 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0914 17:53:43.065796  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0914 17:53:43.092606  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0914 17:53:43.146044  445498 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0914 17:53:43.146072  445498 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0914 17:53:43.147704  445498 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0914 17:53:43.147734  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0914 17:53:43.161663  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0914 17:53:43.201467  445498 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0914 17:53:43.201508  445498 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0914 17:53:43.208794  445498 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0914 17:53:43.208838  445498 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0914 17:53:43.213130  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0914 17:53:43.238145  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0914 17:53:43.238176  445498 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)
	I0914 17:53:43.298844  445498 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0914 17:53:43.298875  445498 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0914 17:53:43.306244  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0914 17:53:43.342225  445498 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0914 17:53:43.342268  445498 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0914 17:53:43.407746  445498 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0914 17:53:43.407771  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0914 17:53:43.411713  445498 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0914 17:53:43.411740  445498 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0914 17:53:43.421258  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0914 17:53:43.421293  445498 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0914 17:53:43.495154  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0914 17:53:43.495182  445498 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0914 17:53:43.516102  445498 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0914 17:53:43.516130  445498 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0914 17:53:43.564885  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0914 17:53:43.564912  445498 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0914 17:53:43.568773  445498 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0914 17:53:43.568800  445498 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0914 17:53:43.577415  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I0914 17:53:43.643926  445498 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0914 17:53:43.643961  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0914 17:53:43.710167  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0914 17:53:43.710203  445498 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0914 17:53:43.723935  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I0914 17:53:43.746556  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0914 17:53:43.754497  445498 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0914 17:53:43.754543  445498 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0914 17:53:43.810310  445498 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0914 17:53:43.810346  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0914 17:53:43.875469  445498 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0914 17:53:43.875514  445498 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0914 17:53:43.954934  445498 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0914 17:53:43.954977  445498 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0914 17:53:43.960258  445498 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0914 17:53:43.960285  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0914 17:53:44.156047  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0914 17:53:44.193289  445498 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0914 17:53:44.193316  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0914 17:53:44.372301  445498 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0914 17:53:44.372327  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0914 17:53:44.533525  445498 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0914 17:53:44.533575  445498 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0914 17:53:44.726685  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0914 17:53:45.431229  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (2.79524615s)
	I0914 17:53:45.443704  445498 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.73326227s)
	I0914 17:53:45.443841  445498 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.733366998s)
	I0914 17:53:45.443870  445498 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0914 17:53:45.445452  445498 node_ready.go:35] waiting up to 6m0s for node "addons-065265" to be "Ready" ...
	I0914 17:53:46.103708  445498 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-065265" context rescaled to 1 replicas
	I0914 17:53:46.635848  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.795554467s)
	I0914 17:53:46.635908  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (3.58254353s)
	I0914 17:53:47.246971  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.187902799s)
	I0914 17:53:47.247077  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.154448471s)
	I0914 17:53:47.342601  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.180893758s)
	I0914 17:53:47.574887  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:53:48.125687  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.819387872s)
	I0914 17:53:48.125731  445498 addons.go:475] Verifying addon registry=true in "addons-065265"
	I0914 17:53:48.125900  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (4.912741289s)
	I0914 17:53:48.125918  445498 addons.go:475] Verifying addon ingress=true in "addons-065265"
	I0914 17:53:48.126143  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.548690791s)
	I0914 17:53:48.126401  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.402434807s)
	I0914 17:53:48.126804  445498 addons.go:475] Verifying addon metrics-server=true in "addons-065265"
	I0914 17:53:48.129227  445498 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-065265 service yakd-dashboard -n yakd-dashboard
	
	I0914 17:53:48.129300  445498 out.go:177] * Verifying registry addon...
	I0914 17:53:48.129388  445498 out.go:177] * Verifying ingress addon...
	I0914 17:53:48.132949  445498 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0914 17:53:48.133912  445498 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0914 17:53:48.151250  445498 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0914 17:53:48.151320  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:48.151433  445498 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0914 17:53:48.151458  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:48.296799  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.55019519s)
	W0914 17:53:48.296855  445498 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0914 17:53:48.296878  445498 retry.go:31] will retry after 181.098664ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0914 17:53:48.296958  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (4.140877977s)
	I0914 17:53:48.478525  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0914 17:53:48.528798  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (3.802049593s)
	I0914 17:53:48.528835  445498 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-065265"
	I0914 17:53:48.533909  445498 out.go:177] * Verifying csi-hostpath-driver addon...
	I0914 17:53:48.537122  445498 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0914 17:53:48.541211  445498 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0914 17:53:48.541236  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:48.639080  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:48.639638  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:49.046780  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:49.168682  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:49.170235  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:49.541125  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:49.642076  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:49.643135  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:49.949127  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:53:50.045405  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:50.138463  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:50.140028  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:50.542177  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:50.648466  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:50.650538  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:51.041839  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:51.139286  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:51.141835  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:51.543121  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:51.652501  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:51.653539  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:51.662916  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (3.184333714s)
	I0914 17:53:52.018585  445498 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0914 17:53:52.018688  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:52.041992  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:52.042141  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:52.138389  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:52.140319  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:52.159943  445498 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0914 17:53:52.179440  445498 addons.go:234] Setting addon gcp-auth=true in "addons-065265"
	I0914 17:53:52.179536  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:52.180020  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:52.198138  445498 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0914 17:53:52.198201  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:52.215195  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:52.314450  445498 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0914 17:53:52.316994  445498 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0914 17:53:52.319544  445498 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0914 17:53:52.319568  445498 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0914 17:53:52.344288  445498 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0914 17:53:52.344366  445498 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0914 17:53:52.364941  445498 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0914 17:53:52.364961  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0914 17:53:52.385366  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0914 17:53:52.450033  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:53:52.541331  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:52.637933  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:52.638860  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:52.981851  445498 addons.go:475] Verifying addon gcp-auth=true in "addons-065265"
	I0914 17:53:52.984538  445498 out.go:177] * Verifying gcp-auth addon...
	I0914 17:53:52.987963  445498 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0914 17:53:52.991336  445498 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0914 17:53:52.991399  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:53.040832  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:53.136740  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:53.138117  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:53.491943  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:53.541223  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:53.637679  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:53.638942  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:53.991240  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:54.040884  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:54.143752  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:54.145609  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:54.493390  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:54.541515  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:54.638923  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:54.640254  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:54.957789  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:53:54.991318  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:55.041972  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:55.137615  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:55.139350  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:55.491933  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:55.541480  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:55.636872  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:55.638150  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:55.991375  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:56.041017  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:56.137353  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:56.138448  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:56.492012  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:56.541168  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:56.637188  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:56.638281  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:56.991769  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:57.040625  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:57.136953  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:57.137978  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:57.448909  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:53:57.491981  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:57.541221  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:57.637729  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:57.637954  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:57.991745  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:58.041065  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:58.136853  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:58.137933  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:58.491351  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:58.541094  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:58.636954  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:58.638041  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:58.991248  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:59.040662  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:59.136846  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:59.138118  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:59.449469  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:53:59.491722  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:59.540478  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:59.638271  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:59.638383  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:59.992167  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:00.051996  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:00.137997  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:00.139804  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:00.491463  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:00.540816  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:00.637503  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:00.638383  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:00.991996  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:01.041399  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:01.137335  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:01.138603  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:01.491191  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:01.541382  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:01.637017  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:01.637133  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:01.949841  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:01.992410  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:02.041058  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:02.137277  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:02.138323  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:02.492021  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:02.540172  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:02.637019  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:02.637566  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:02.991123  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:03.040452  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:03.137340  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:03.137950  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:03.492269  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:03.540965  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:03.637212  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:03.637983  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:03.991774  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:04.040904  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:04.136626  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:04.137847  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:04.448826  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:04.491599  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:04.540516  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:04.637309  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:04.637848  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:04.991787  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:05.041234  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:05.137259  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:05.138845  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:05.491868  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:05.541368  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:05.637328  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:05.637574  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:05.991464  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:06.041562  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:06.137031  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:06.137995  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:06.449428  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:06.491229  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:06.540648  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:06.637093  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:06.637923  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:06.990930  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:07.040884  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:07.137363  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:07.137887  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:07.491537  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:07.540252  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:07.637351  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:07.638038  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:07.991665  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:08.040716  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:08.137049  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:08.138362  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:08.491878  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:08.540566  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:08.636706  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:08.637638  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:08.948875  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:08.991428  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:09.041505  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:09.138704  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:09.139080  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:09.491882  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:09.540858  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:09.636543  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:09.637783  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:09.996425  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:10.094305  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:10.140016  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:10.142337  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:10.491748  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:10.541482  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:10.637677  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:10.638227  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:10.950038  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:10.990729  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:11.041562  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:11.136854  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:11.146344  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:11.491881  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:11.541552  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:11.650193  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:11.652656  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:11.992442  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:12.040716  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:12.137198  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:12.137980  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:12.492047  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:12.540276  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:12.636975  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:12.637939  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:12.990911  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:13.040839  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:13.136973  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:13.138400  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:13.449519  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:13.491226  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:13.540673  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:13.637631  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:13.638697  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:13.991847  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:14.040856  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:14.137099  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:14.137611  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:14.491545  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:14.541124  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:14.637959  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:14.638501  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:14.991110  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:15.041073  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:15.136996  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:15.137941  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:15.491377  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:15.541150  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:15.637202  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:15.638503  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:15.948771  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:15.992220  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:16.040879  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:16.136454  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:16.137429  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:16.490955  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:16.540759  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:16.637051  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:16.638058  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:16.991483  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:17.041414  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:17.137446  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:17.137543  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:17.491773  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:17.541215  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:17.637779  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:17.638084  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:17.949249  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:17.991627  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:18.041286  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:18.137382  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:18.138342  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:18.491430  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:18.541407  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:18.637333  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:18.638086  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:18.991149  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:19.041424  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:19.136970  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:19.137791  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:19.491328  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:19.540631  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:19.636924  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:19.639338  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:19.991466  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:20.041287  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:20.137314  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:20.138008  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:20.449051  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:20.491613  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:20.540371  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:20.637802  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:20.638027  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:20.991871  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:21.041130  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:21.137053  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:21.137421  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:21.491578  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:21.541060  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:21.637214  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:21.637983  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:21.992048  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:22.040346  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:22.137656  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:22.138220  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:22.449442  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:22.492408  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:22.540814  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:22.636948  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:22.638001  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:22.991330  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:23.040607  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:23.136773  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:23.138032  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:23.491274  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:23.541208  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:23.637375  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:23.638379  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:23.991880  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:24.041039  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:24.137825  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:24.137861  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:24.491391  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:24.540980  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:24.637390  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:24.637731  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:24.948803  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:24.991474  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:25.041395  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:25.137379  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:25.138165  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:25.491431  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:25.541014  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:25.637972  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:25.638320  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:25.955802  445498 node_ready.go:49] node "addons-065265" has status "Ready":"True"
	I0914 17:54:25.955837  445498 node_ready.go:38] duration metric: took 40.510350112s for node "addons-065265" to be "Ready" ...
	I0914 17:54:25.955873  445498 pod_ready.go:36] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0914 17:54:25.984400  445498 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-stkzf" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:26.001785  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:26.049831  445498 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0914 17:54:26.049904  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:26.232624  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:26.233159  445498 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0914 17:54:26.233181  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:26.500631  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:26.609393  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:26.703334  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:26.705936  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:26.993497  445498 pod_ready.go:93] pod "coredns-7c65d6cfc9-stkzf" in "kube-system" namespace has status "Ready":"True"
	I0914 17:54:26.993529  445498 pod_ready.go:82] duration metric: took 1.009090218s for pod "coredns-7c65d6cfc9-stkzf" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:26.993549  445498 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:26.995572  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:26.999956  445498 pod_ready.go:93] pod "etcd-addons-065265" in "kube-system" namespace has status "Ready":"True"
	I0914 17:54:26.999983  445498 pod_ready.go:82] duration metric: took 6.426113ms for pod "etcd-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.000010  445498 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.008080  445498 pod_ready.go:93] pod "kube-apiserver-addons-065265" in "kube-system" namespace has status "Ready":"True"
	I0914 17:54:27.008119  445498 pod_ready.go:82] duration metric: took 8.093765ms for pod "kube-apiserver-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.008131  445498 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.020387  445498 pod_ready.go:93] pod "kube-controller-manager-addons-065265" in "kube-system" namespace has status "Ready":"True"
	I0914 17:54:27.020414  445498 pod_ready.go:82] duration metric: took 12.274506ms for pod "kube-controller-manager-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.020429  445498 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-vn25w" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.042670  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:27.146060  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:27.146703  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:27.184982  445498 pod_ready.go:93] pod "kube-proxy-vn25w" in "kube-system" namespace has status "Ready":"True"
	I0914 17:54:27.185004  445498 pod_ready.go:82] duration metric: took 164.568016ms for pod "kube-proxy-vn25w" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.185016  445498 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.492565  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:27.542712  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:27.548793  445498 pod_ready.go:93] pod "kube-scheduler-addons-065265" in "kube-system" namespace has status "Ready":"True"
	I0914 17:54:27.548862  445498 pod_ready.go:82] duration metric: took 363.838356ms for pod "kube-scheduler-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.548890  445498 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.651752  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:27.653722  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:27.992301  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:28.043338  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:28.137908  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:28.139276  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:28.491800  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:28.542605  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:28.638576  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:28.641413  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:28.992069  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:29.043530  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:29.139184  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:29.140419  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:29.491843  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:29.543339  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:29.557207  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:29.640487  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:29.642468  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:29.992403  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:30.043318  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:30.148661  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:30.151413  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:30.493132  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:30.542481  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:30.637016  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:30.638563  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:30.992013  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:31.043388  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:31.147771  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:31.151518  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:31.500466  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:31.558194  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:31.601137  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:31.636906  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:31.637599  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:31.992099  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:32.042296  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:32.138208  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:32.139523  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:32.491698  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:32.542107  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:32.637185  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:32.638873  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:32.993018  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:33.043173  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:33.139870  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:33.140910  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:33.491343  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:33.542335  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:33.558744  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:33.639540  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:33.640986  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:33.991649  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:34.042378  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:34.137979  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:34.138368  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:34.491462  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:34.544175  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:34.638717  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:34.638810  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:34.991364  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:35.042313  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:35.137878  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:35.138154  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:35.491231  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:35.542010  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:35.638231  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:35.640105  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:35.993314  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:36.047332  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:36.059531  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:36.137799  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:36.138638  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:36.493548  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:36.543286  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:36.638208  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:36.639265  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:36.991908  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:37.043451  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:37.166621  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:37.169007  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:37.491934  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:37.542395  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:37.637249  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:37.639055  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:37.991844  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:38.042557  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:38.065204  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:38.138074  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:38.139063  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:38.493273  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:38.541800  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:38.640261  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:38.641152  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:38.991956  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:39.043092  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:39.140049  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:39.141692  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:39.491980  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:39.542537  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:39.637531  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:39.639240  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:39.991904  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:40.044290  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:40.141398  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:40.143696  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:40.492085  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:40.541986  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:40.556026  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:40.638216  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:40.639800  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:40.992731  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:41.042365  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:41.138257  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:41.139623  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:41.492178  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:41.542028  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:41.637875  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:41.638419  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:41.991932  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:42.042032  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:42.145513  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:42.146764  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:42.491767  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:42.542289  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:42.638225  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:42.639687  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:42.992246  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:43.042652  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:43.060443  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:43.137628  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:43.139401  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:43.491276  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:43.542229  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:43.638354  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:43.640584  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:43.993728  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:44.043287  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:44.139179  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:44.148502  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:44.492531  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:44.543112  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:44.640660  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:44.642089  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:44.992420  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:45.043649  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:45.074779  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:45.139638  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:45.140068  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:45.491268  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:45.543187  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:45.639545  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:45.644932  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:45.992400  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:46.042864  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:46.138831  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:46.139798  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:46.491679  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:46.542835  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:46.638107  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:46.639990  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:46.991762  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:47.046877  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:47.140472  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:47.142060  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:47.492292  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:47.545158  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:47.568278  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:47.639156  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:47.641709  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:47.991746  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:48.043615  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:48.139710  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:48.141907  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:48.492336  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:48.542414  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:48.640094  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:48.641123  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:48.992979  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:49.045731  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:49.141555  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:49.142693  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:49.492383  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:49.543457  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:49.639493  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:49.640963  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:49.991891  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:50.043578  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:50.065757  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:50.139663  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:50.141114  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:50.491593  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:50.542061  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:50.639087  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:50.640637  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:50.991705  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:51.042113  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:51.137189  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:51.138886  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:51.492081  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:51.542126  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:51.637326  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:51.638879  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:51.992550  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:52.042751  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:52.140850  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:52.142085  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:52.492658  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:52.542869  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:52.557169  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:52.641610  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:52.643065  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:52.993848  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:53.043845  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:53.142480  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:53.144403  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:53.498151  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:53.546982  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:53.640337  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:53.641910  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:53.993612  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:54.043864  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:54.143114  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:54.143501  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:54.492823  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:54.542940  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:54.557480  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:54.639658  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:54.640978  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:54.992888  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:55.047425  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:55.139452  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:55.140602  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:55.491571  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:55.542730  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:55.638506  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:55.641990  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:55.992040  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:56.043618  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:56.140269  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:56.142599  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:56.501746  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:56.602681  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:56.637360  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:56.638691  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:56.991071  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:57.041740  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:57.057450  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:57.137305  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:57.139507  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:57.491233  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:57.542194  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:57.639191  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:57.641126  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:57.991433  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:58.043395  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:58.137867  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:58.138489  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:58.491601  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:58.542691  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:58.642296  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:58.643803  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:58.993562  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:59.064459  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:59.095330  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:59.137894  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:59.144802  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:59.491766  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:59.542735  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:59.639799  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:59.641242  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:59.991760  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:00.044105  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:00.142796  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:00.143173  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:00.491715  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:00.543073  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:00.646736  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:00.648452  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:00.991833  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:01.043056  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:01.068798  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:01.140121  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:01.141802  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:01.493068  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:01.542845  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:01.639398  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:01.641407  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:01.992652  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:02.043678  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:02.138690  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:02.140688  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:02.491730  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:02.542770  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:02.642118  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:02.643782  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:02.992655  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:03.042669  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:03.083285  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:03.140631  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:03.141394  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:03.492365  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:03.543746  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:03.639237  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:03.641389  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:03.994490  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:04.043538  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:04.140385  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:04.141338  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:04.492057  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:04.542252  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:04.637646  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:04.638966  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:04.991118  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:05.043381  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:05.138642  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:05.138680  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:05.492471  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:05.541712  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:05.556870  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:05.637608  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:05.639309  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:05.991783  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:06.042081  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:06.138746  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:06.139403  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:06.492149  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:06.550790  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:06.651332  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:06.651757  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:06.992877  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:07.045164  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:07.139257  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:07.140564  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:07.492503  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:07.542463  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:07.640333  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:07.640856  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:07.992168  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:08.042983  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:08.062416  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:08.139695  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:08.141768  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:08.492993  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:08.544780  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:08.639666  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:08.641631  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:08.991579  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:09.095632  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:09.196873  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:09.198536  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:09.492511  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:09.543167  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:09.639328  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:09.640840  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:09.992323  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:10.042819  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:10.138775  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:10.140071  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:10.492005  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:10.542783  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:10.560318  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:10.641197  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:10.642577  445498 kapi.go:107] duration metric: took 1m22.508659467s to wait for kubernetes.io/minikube-addons=registry ...
	I0914 17:55:10.991375  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:11.041925  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:11.137876  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:11.492192  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:11.542019  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:11.637901  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:11.991177  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:12.041797  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:12.137164  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:12.492517  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:12.543060  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:12.638306  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:12.993142  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:13.042471  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:13.074420  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:13.139290  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:13.491618  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:13.545701  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:13.639257  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:13.992464  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:14.095919  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:14.139947  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:14.491957  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:14.543942  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:14.639091  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:14.991378  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:15.048099  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:15.147866  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:15.491814  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:15.542737  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:15.555796  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:15.683529  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:15.992626  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:16.043127  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:16.137239  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:16.493028  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:16.594820  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:16.671592  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:16.992158  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:17.044733  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:17.137563  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:17.492627  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:17.542216  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:17.647612  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:17.996449  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:18.090512  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:18.096093  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:18.150141  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:18.491919  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:18.543426  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:18.662611  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:18.992377  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:19.094232  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:19.137642  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:19.492469  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:19.542342  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:19.638727  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:19.994756  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:20.043947  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:20.138449  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:20.492373  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:20.543098  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:20.560846  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:20.638053  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:20.992269  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:21.042463  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:21.138752  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:21.492639  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:21.542198  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:21.637279  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:21.991483  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:22.041808  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:22.137696  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:22.491696  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:22.542649  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:22.563543  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:22.637800  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:22.992560  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:23.042668  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:23.137973  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:23.492665  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:23.544020  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:23.638060  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:23.991287  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:24.043444  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:24.138369  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:24.491923  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:24.543267  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:24.638801  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:24.991325  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:25.042360  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:25.064839  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:25.139884  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:25.491599  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:25.542217  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:25.638253  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:25.991715  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:26.042558  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:26.137514  445498 kapi.go:107] duration metric: took 1m38.004566541s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0914 17:55:26.492582  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:26.548003  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:26.992451  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:27.042554  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:27.491413  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:27.542427  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:27.555025  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:27.991944  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:28.045113  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:28.492005  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:28.542298  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:28.992619  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:29.042259  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:29.492549  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:29.541964  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:29.991753  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:30.042875  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:30.061836  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:30.492019  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:30.543130  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:30.991643  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:31.043076  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:31.492217  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:31.595185  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:31.992302  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:32.042068  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:32.491994  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:32.543196  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:32.555820  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:32.992307  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:33.042767  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:33.492485  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:33.542165  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:33.992168  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:34.043320  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:34.493279  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:34.544404  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:34.557783  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:34.992253  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:35.043955  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:35.492982  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:35.544721  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:35.995106  445498 kapi.go:107] duration metric: took 1m43.007139916s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0914 17:55:35.998262  445498 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-065265 cluster.
	I0914 17:55:36.000895  445498 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.
	I0914 17:55:36.003474  445498 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0914 17:55:36.042502  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:36.548110  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:37.042632  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:37.056838  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:37.542465  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:38.044596  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:38.542484  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:39.042158  445498 kapi.go:107] duration metric: took 1m50.50503105s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0914 17:55:39.044976  445498 out.go:177] * Enabled addons: nvidia-device-plugin, cloud-spanner, default-storageclass, storage-provisioner, ingress-dns, storage-provisioner-rancher, metrics-server, yakd, inspektor-gadget, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
	I0914 17:55:39.047495  445498 addons.go:510] duration metric: took 1m57.142276842s for enable addons: enabled=[nvidia-device-plugin cloud-spanner default-storageclass storage-provisioner ingress-dns storage-provisioner-rancher metrics-server yakd inspektor-gadget volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
	I0914 17:55:39.057128  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:41.062805  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:43.555959  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:46.056599  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:48.064725  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:50.555201  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:53.055816  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:55.057483  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:56.570207  445498 pod_ready.go:93] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"True"
	I0914 17:55:56.570279  445498 pod_ready.go:82] duration metric: took 1m29.021368384s for pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace to be "Ready" ...
	I0914 17:55:56.570333  445498 pod_ready.go:39] duration metric: took 1m30.614423337s 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" ...
	I0914 17:55:56.570369  445498 api_server.go:52] waiting for apiserver process to appear ...
	I0914 17:55:56.570429  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0914 17:55:56.570518  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0914 17:55:56.662874  445498 cri.go:89] found id: "15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b"
	I0914 17:55:56.662947  445498 cri.go:89] found id: ""
	I0914 17:55:56.662970  445498 logs.go:276] 1 containers: [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b]
	I0914 17:55:56.663075  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:56.673619  445498 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0914 17:55:56.673737  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0914 17:55:56.738093  445498 cri.go:89] found id: "fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80"
	I0914 17:55:56.738164  445498 cri.go:89] found id: ""
	I0914 17:55:56.738187  445498 logs.go:276] 1 containers: [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80]
	I0914 17:55:56.738274  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:56.746488  445498 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0914 17:55:56.746632  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0914 17:55:56.820855  445498 cri.go:89] found id: "d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e"
	I0914 17:55:56.820931  445498 cri.go:89] found id: ""
	I0914 17:55:56.820948  445498 logs.go:276] 1 containers: [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e]
	I0914 17:55:56.821023  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:56.824877  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0914 17:55:56.824991  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0914 17:55:56.880041  445498 cri.go:89] found id: "be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11"
	I0914 17:55:56.880062  445498 cri.go:89] found id: ""
	I0914 17:55:56.880070  445498 logs.go:276] 1 containers: [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11]
	I0914 17:55:56.880126  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:56.884183  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0914 17:55:56.884259  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0914 17:55:56.926180  445498 cri.go:89] found id: "1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8"
	I0914 17:55:56.926202  445498 cri.go:89] found id: ""
	I0914 17:55:56.926210  445498 logs.go:276] 1 containers: [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8]
	I0914 17:55:56.926270  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:56.930874  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0914 17:55:56.930948  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0914 17:55:56.983926  445498 cri.go:89] found id: "a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb"
	I0914 17:55:56.983950  445498 cri.go:89] found id: ""
	I0914 17:55:56.983959  445498 logs.go:276] 1 containers: [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb]
	I0914 17:55:56.984024  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:56.987707  445498 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0914 17:55:56.987824  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0914 17:55:57.034412  445498 cri.go:89] found id: "7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac"
	I0914 17:55:57.034437  445498 cri.go:89] found id: ""
	I0914 17:55:57.034445  445498 logs.go:276] 1 containers: [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac]
	I0914 17:55:57.034522  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:57.038506  445498 logs.go:123] Gathering logs for kube-scheduler [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11] ...
	I0914 17:55:57.038578  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11"
	I0914 17:55:57.099988  445498 logs.go:123] Gathering logs for kindnet [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac] ...
	I0914 17:55:57.100018  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac"
	I0914 17:55:57.152822  445498 logs.go:123] Gathering logs for CRI-O ...
	I0914 17:55:57.152854  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0914 17:55:57.251317  445498 logs.go:123] Gathering logs for container status ...
	I0914 17:55:57.251357  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0914 17:55:57.322086  445498 logs.go:123] Gathering logs for etcd [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80] ...
	I0914 17:55:57.322124  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80"
	I0914 17:55:57.415335  445498 logs.go:123] Gathering logs for coredns [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e] ...
	I0914 17:55:57.415457  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e"
	I0914 17:55:57.486582  445498 logs.go:123] Gathering logs for kube-proxy [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8] ...
	I0914 17:55:57.486727  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8"
	I0914 17:55:57.524868  445498 logs.go:123] Gathering logs for kube-controller-manager [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb] ...
	I0914 17:55:57.524898  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb"
	I0914 17:55:57.615146  445498 logs.go:123] Gathering logs for kubelet ...
	I0914 17:55:57.615184  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0914 17:55:57.640334  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:25 addons-065265 kubelet[1490]: W0914 17:54:25.928116    1490 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-065265" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-065265' and this object
	W0914 17:55:57.640605  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:25 addons-065265 kubelet[1490]: E0914 17:54:25.928169    1490 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	W0914 17:55:57.640792  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:25 addons-065265 kubelet[1490]: W0914 17:54:25.930089    1490 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-065265" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-065265' and this object
	W0914 17:55:57.641013  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:25 addons-065265 kubelet[1490]: E0914 17:54:25.930134    1490 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	W0914 17:55:57.641179  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:25 addons-065265 kubelet[1490]: W0914 17:54:25.930549    1490 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-065265" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-065265' and this object
	W0914 17:55:57.641384  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:25 addons-065265 kubelet[1490]: E0914 17:54:25.930581    1490 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	W0914 17:55:57.641553  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:26 addons-065265 kubelet[1490]: W0914 17:54:26.005571    1490 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-065265" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-065265' and this object
	W0914 17:55:57.641759  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:26 addons-065265 kubelet[1490]: E0914 17:54:26.005623    1490 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	I0914 17:55:57.704760  445498 logs.go:123] Gathering logs for dmesg ...
	I0914 17:55:57.704799  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0914 17:55:57.721079  445498 logs.go:123] Gathering logs for describe nodes ...
	I0914 17:55:57.721106  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0914 17:55:57.910506  445498 logs.go:123] Gathering logs for kube-apiserver [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b] ...
	I0914 17:55:57.910539  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b"
	I0914 17:55:57.962803  445498 out.go:358] Setting ErrFile to fd 2...
	I0914 17:55:57.962833  445498 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0914 17:55:57.962892  445498 out.go:270] X Problems detected in kubelet:
	W0914 17:55:57.962909  445498 out.go:270]   Sep 14 17:54:25 addons-065265 kubelet[1490]: E0914 17:54:25.930134    1490 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	W0914 17:55:57.962923  445498 out.go:270]   Sep 14 17:54:25 addons-065265 kubelet[1490]: W0914 17:54:25.930549    1490 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-065265" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-065265' and this object
	W0914 17:55:57.962934  445498 out.go:270]   Sep 14 17:54:25 addons-065265 kubelet[1490]: E0914 17:54:25.930581    1490 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	W0914 17:55:57.962945  445498 out.go:270]   Sep 14 17:54:26 addons-065265 kubelet[1490]: W0914 17:54:26.005571    1490 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-065265" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-065265' and this object
	W0914 17:55:57.962952  445498 out.go:270]   Sep 14 17:54:26 addons-065265 kubelet[1490]: E0914 17:54:26.005623    1490 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	I0914 17:55:57.962957  445498 out.go:358] Setting ErrFile to fd 2...
	I0914 17:55:57.962964  445498 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 17:56:07.964050  445498 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0914 17:56:07.977710  445498 api_server.go:72] duration metric: took 2m26.072869332s to wait for apiserver process to appear ...
	I0914 17:56:07.977737  445498 api_server.go:88] waiting for apiserver healthz status ...
	I0914 17:56:07.977772  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0914 17:56:07.977826  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0914 17:56:08.018423  445498 cri.go:89] found id: "15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b"
	I0914 17:56:08.018450  445498 cri.go:89] found id: ""
	I0914 17:56:08.018459  445498 logs.go:276] 1 containers: [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b]
	I0914 17:56:08.018524  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.023238  445498 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0914 17:56:08.023314  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0914 17:56:08.073669  445498 cri.go:89] found id: "fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80"
	I0914 17:56:08.073693  445498 cri.go:89] found id: ""
	I0914 17:56:08.073701  445498 logs.go:276] 1 containers: [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80]
	I0914 17:56:08.073762  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.077575  445498 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0914 17:56:08.077650  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0914 17:56:08.119470  445498 cri.go:89] found id: "d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e"
	I0914 17:56:08.119494  445498 cri.go:89] found id: ""
	I0914 17:56:08.119501  445498 logs.go:276] 1 containers: [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e]
	I0914 17:56:08.119560  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.123053  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0914 17:56:08.123138  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0914 17:56:08.161849  445498 cri.go:89] found id: "be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11"
	I0914 17:56:08.161873  445498 cri.go:89] found id: ""
	I0914 17:56:08.161882  445498 logs.go:276] 1 containers: [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11]
	I0914 17:56:08.161939  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.165765  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0914 17:56:08.165855  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0914 17:56:08.205705  445498 cri.go:89] found id: "1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8"
	I0914 17:56:08.205739  445498 cri.go:89] found id: ""
	I0914 17:56:08.205747  445498 logs.go:276] 1 containers: [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8]
	I0914 17:56:08.205803  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.209265  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0914 17:56:08.209335  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0914 17:56:08.248910  445498 cri.go:89] found id: "a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb"
	I0914 17:56:08.248934  445498 cri.go:89] found id: ""
	I0914 17:56:08.248942  445498 logs.go:276] 1 containers: [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb]
	I0914 17:56:08.249023  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.252434  445498 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0914 17:56:08.252513  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0914 17:56:08.292960  445498 cri.go:89] found id: "7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac"
	I0914 17:56:08.292983  445498 cri.go:89] found id: ""
	I0914 17:56:08.292990  445498 logs.go:276] 1 containers: [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac]
	I0914 17:56:08.293045  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.296519  445498 logs.go:123] Gathering logs for kube-controller-manager [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb] ...
	I0914 17:56:08.296543  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb"
	I0914 17:56:08.388266  445498 logs.go:123] Gathering logs for kindnet [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac] ...
	I0914 17:56:08.388301  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac"
	I0914 17:56:08.428250  445498 logs.go:123] Gathering logs for CRI-O ...
	I0914 17:56:08.428280  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0914 17:56:08.527242  445498 logs.go:123] Gathering logs for container status ...
	I0914 17:56:08.527281  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0914 17:56:08.579342  445498 logs.go:123] Gathering logs for dmesg ...
	I0914 17:56:08.579374  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0914 17:56:08.596387  445498 logs.go:123] Gathering logs for describe nodes ...
	I0914 17:56:08.596420  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0914 17:56:08.749859  445498 logs.go:123] Gathering logs for etcd [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80] ...
	I0914 17:56:08.749888  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80"
	I0914 17:56:08.815792  445498 logs.go:123] Gathering logs for kube-proxy [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8] ...
	I0914 17:56:08.815829  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8"
	I0914 17:56:08.856159  445498 logs.go:123] Gathering logs for kubelet ...
	I0914 17:56:08.856188  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0914 17:56:08.929037  445498 logs.go:123] Gathering logs for kube-apiserver [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b] ...
	I0914 17:56:08.929078  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b"
	I0914 17:56:08.993576  445498 logs.go:123] Gathering logs for coredns [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e] ...
	I0914 17:56:08.993613  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e"
	I0914 17:56:09.035648  445498 logs.go:123] Gathering logs for kube-scheduler [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11] ...
	I0914 17:56:09.035681  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11"
	I0914 17:56:11.604650  445498 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0914 17:56:11.612371  445498 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0914 17:56:11.613378  445498 api_server.go:141] control plane version: v1.31.1
	I0914 17:56:11.613404  445498 api_server.go:131] duration metric: took 3.635658541s to wait for apiserver health ...
	I0914 17:56:11.613413  445498 system_pods.go:43] waiting for kube-system pods to appear ...
	I0914 17:56:11.613435  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0914 17:56:11.613499  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0914 17:56:11.657426  445498 cri.go:89] found id: "15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b"
	I0914 17:56:11.657450  445498 cri.go:89] found id: ""
	I0914 17:56:11.657458  445498 logs.go:276] 1 containers: [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b]
	I0914 17:56:11.657517  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.661285  445498 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0914 17:56:11.661378  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0914 17:56:11.703363  445498 cri.go:89] found id: "fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80"
	I0914 17:56:11.703384  445498 cri.go:89] found id: ""
	I0914 17:56:11.703393  445498 logs.go:276] 1 containers: [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80]
	I0914 17:56:11.703447  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.707028  445498 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0914 17:56:11.707102  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0914 17:56:11.749952  445498 cri.go:89] found id: "d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e"
	I0914 17:56:11.749975  445498 cri.go:89] found id: ""
	I0914 17:56:11.749983  445498 logs.go:276] 1 containers: [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e]
	I0914 17:56:11.750037  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.753443  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0914 17:56:11.753527  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0914 17:56:11.793401  445498 cri.go:89] found id: "be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11"
	I0914 17:56:11.793425  445498 cri.go:89] found id: ""
	I0914 17:56:11.793433  445498 logs.go:276] 1 containers: [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11]
	I0914 17:56:11.793512  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.797214  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0914 17:56:11.797298  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0914 17:56:11.837756  445498 cri.go:89] found id: "1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8"
	I0914 17:56:11.837778  445498 cri.go:89] found id: ""
	I0914 17:56:11.837785  445498 logs.go:276] 1 containers: [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8]
	I0914 17:56:11.837841  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.841458  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0914 17:56:11.841540  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0914 17:56:11.879611  445498 cri.go:89] found id: "a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb"
	I0914 17:56:11.879637  445498 cri.go:89] found id: ""
	I0914 17:56:11.879645  445498 logs.go:276] 1 containers: [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb]
	I0914 17:56:11.879701  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.883304  445498 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0914 17:56:11.883430  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0914 17:56:11.924698  445498 cri.go:89] found id: "7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac"
	I0914 17:56:11.924722  445498 cri.go:89] found id: ""
	I0914 17:56:11.924730  445498 logs.go:276] 1 containers: [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac]
	I0914 17:56:11.924786  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.929973  445498 logs.go:123] Gathering logs for coredns [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e] ...
	I0914 17:56:11.930001  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e"
	I0914 17:56:11.974246  445498 logs.go:123] Gathering logs for kube-scheduler [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11] ...
	I0914 17:56:11.974277  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11"
	I0914 17:56:12.020844  445498 logs.go:123] Gathering logs for kube-controller-manager [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb] ...
	I0914 17:56:12.020885  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb"
	I0914 17:56:12.095892  445498 logs.go:123] Gathering logs for kindnet [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac] ...
	I0914 17:56:12.095931  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac"
	I0914 17:56:12.140629  445498 logs.go:123] Gathering logs for CRI-O ...
	I0914 17:56:12.140659  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0914 17:56:12.237238  445498 logs.go:123] Gathering logs for kubelet ...
	I0914 17:56:12.237276  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0914 17:56:12.311113  445498 logs.go:123] Gathering logs for dmesg ...
	I0914 17:56:12.311153  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0914 17:56:12.329543  445498 logs.go:123] Gathering logs for etcd [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80] ...
	I0914 17:56:12.329574  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80"
	I0914 17:56:12.383968  445498 logs.go:123] Gathering logs for container status ...
	I0914 17:56:12.384002  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0914 17:56:12.436175  445498 logs.go:123] Gathering logs for describe nodes ...
	I0914 17:56:12.436209  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0914 17:56:12.582914  445498 logs.go:123] Gathering logs for kube-apiserver [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b] ...
	I0914 17:56:12.583110  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b"
	I0914 17:56:12.651997  445498 logs.go:123] Gathering logs for kube-proxy [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8] ...
	I0914 17:56:12.652032  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8"
	I0914 17:56:15.208412  445498 system_pods.go:59] 18 kube-system pods found
	I0914 17:56:15.208473  445498 system_pods.go:61] "coredns-7c65d6cfc9-stkzf" [c01f5ec6-bb4c-410f-bc11-53e353bb1580] Running
	I0914 17:56:15.208481  445498 system_pods.go:61] "csi-hostpath-attacher-0" [fe5eeb76-d817-438d-a3c3-7b5f967b60ff] Running
	I0914 17:56:15.208487  445498 system_pods.go:61] "csi-hostpath-resizer-0" [969ed8a9-0797-419b-b538-b7457a5c3eaf] Running
	I0914 17:56:15.208491  445498 system_pods.go:61] "csi-hostpathplugin-pb2ks" [2de30586-27cd-459e-85b3-cc1d0593a925] Running
	I0914 17:56:15.208496  445498 system_pods.go:61] "etcd-addons-065265" [4afe0571-d618-404d-9710-4f3640e6a5d9] Running
	I0914 17:56:15.208507  445498 system_pods.go:61] "kindnet-pnl5w" [67bc9343-0b85-4aec-bd61-61186a147e9e] Running
	I0914 17:56:15.208511  445498 system_pods.go:61] "kube-apiserver-addons-065265" [63ca4974-31d6-41d8-b3f8-9450c7af823e] Running
	I0914 17:56:15.208522  445498 system_pods.go:61] "kube-controller-manager-addons-065265" [8465f2fb-b554-437b-a476-cec7bc0d4e65] Running
	I0914 17:56:15.208527  445498 system_pods.go:61] "kube-ingress-dns-minikube" [e5b36de5-3ee9-4db2-aaf8-7602e1495994] Running
	I0914 17:56:15.208530  445498 system_pods.go:61] "kube-proxy-vn25w" [40186df1-461e-41d1-acad-9ed2dffe9179] Running
	I0914 17:56:15.208536  445498 system_pods.go:61] "kube-scheduler-addons-065265" [498c0752-fe41-4307-bbf7-563d2db21b63] Running
	I0914 17:56:15.208539  445498 system_pods.go:61] "metrics-server-84c5f94fbc-j25xf" [ab49997a-fe73-4336-bdca-8967dd54cab0] Running
	I0914 17:56:15.208544  445498 system_pods.go:61] "nvidia-device-plugin-daemonset-4z858" [4ecbb50c-9636-4322-b57b-e343d4866869] Running
	I0914 17:56:15.208548  445498 system_pods.go:61] "registry-66c9cd494c-crp84" [59a7b2b3-ee70-4751-931d-cced94b764f4] Running
	I0914 17:56:15.208552  445498 system_pods.go:61] "registry-proxy-4kg2w" [952e5582-f7fc-4b10-a0eb-360e8482f1da] Running
	I0914 17:56:15.208558  445498 system_pods.go:61] "snapshot-controller-56fcc65765-24875" [e0654505-e113-41d1-8c23-fe3a662542ae] Running
	I0914 17:56:15.208569  445498 system_pods.go:61] "snapshot-controller-56fcc65765-rs5pw" [79682904-d39c-4e89-a587-b62fea1f8ba7] Running
	I0914 17:56:15.208579  445498 system_pods.go:61] "storage-provisioner" [195efea4-d982-46d2-9876-93388db67c4d] Running
	I0914 17:56:15.208587  445498 system_pods.go:74] duration metric: took 3.595167441s to wait for pod list to return data ...
	I0914 17:56:15.208605  445498 default_sa.go:34] waiting for default service account to be created ...
	I0914 17:56:15.211318  445498 default_sa.go:45] found service account: "default"
	I0914 17:56:15.211343  445498 default_sa.go:55] duration metric: took 2.731557ms for default service account to be created ...
	I0914 17:56:15.211353  445498 system_pods.go:116] waiting for k8s-apps to be running ...
	I0914 17:56:15.223316  445498 system_pods.go:86] 18 kube-system pods found
	I0914 17:56:15.223358  445498 system_pods.go:89] "coredns-7c65d6cfc9-stkzf" [c01f5ec6-bb4c-410f-bc11-53e353bb1580] Running
	I0914 17:56:15.223366  445498 system_pods.go:89] "csi-hostpath-attacher-0" [fe5eeb76-d817-438d-a3c3-7b5f967b60ff] Running
	I0914 17:56:15.223376  445498 system_pods.go:89] "csi-hostpath-resizer-0" [969ed8a9-0797-419b-b538-b7457a5c3eaf] Running
	I0914 17:56:15.223381  445498 system_pods.go:89] "csi-hostpathplugin-pb2ks" [2de30586-27cd-459e-85b3-cc1d0593a925] Running
	I0914 17:56:15.223386  445498 system_pods.go:89] "etcd-addons-065265" [4afe0571-d618-404d-9710-4f3640e6a5d9] Running
	I0914 17:56:15.223391  445498 system_pods.go:89] "kindnet-pnl5w" [67bc9343-0b85-4aec-bd61-61186a147e9e] Running
	I0914 17:56:15.223396  445498 system_pods.go:89] "kube-apiserver-addons-065265" [63ca4974-31d6-41d8-b3f8-9450c7af823e] Running
	I0914 17:56:15.223402  445498 system_pods.go:89] "kube-controller-manager-addons-065265" [8465f2fb-b554-437b-a476-cec7bc0d4e65] Running
	I0914 17:56:15.223406  445498 system_pods.go:89] "kube-ingress-dns-minikube" [e5b36de5-3ee9-4db2-aaf8-7602e1495994] Running
	I0914 17:56:15.223411  445498 system_pods.go:89] "kube-proxy-vn25w" [40186df1-461e-41d1-acad-9ed2dffe9179] Running
	I0914 17:56:15.223425  445498 system_pods.go:89] "kube-scheduler-addons-065265" [498c0752-fe41-4307-bbf7-563d2db21b63] Running
	I0914 17:56:15.223429  445498 system_pods.go:89] "metrics-server-84c5f94fbc-j25xf" [ab49997a-fe73-4336-bdca-8967dd54cab0] Running
	I0914 17:56:15.223433  445498 system_pods.go:89] "nvidia-device-plugin-daemonset-4z858" [4ecbb50c-9636-4322-b57b-e343d4866869] Running
	I0914 17:56:15.223438  445498 system_pods.go:89] "registry-66c9cd494c-crp84" [59a7b2b3-ee70-4751-931d-cced94b764f4] Running
	I0914 17:56:15.223445  445498 system_pods.go:89] "registry-proxy-4kg2w" [952e5582-f7fc-4b10-a0eb-360e8482f1da] Running
	I0914 17:56:15.223449  445498 system_pods.go:89] "snapshot-controller-56fcc65765-24875" [e0654505-e113-41d1-8c23-fe3a662542ae] Running
	I0914 17:56:15.223456  445498 system_pods.go:89] "snapshot-controller-56fcc65765-rs5pw" [79682904-d39c-4e89-a587-b62fea1f8ba7] Running
	I0914 17:56:15.223460  445498 system_pods.go:89] "storage-provisioner" [195efea4-d982-46d2-9876-93388db67c4d] Running
	I0914 17:56:15.223468  445498 system_pods.go:126] duration metric: took 12.109048ms to wait for k8s-apps to be running ...
	I0914 17:56:15.223481  445498 system_svc.go:44] waiting for kubelet service to be running ....
	I0914 17:56:15.223545  445498 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0914 17:56:15.236039  445498 system_svc.go:56] duration metric: took 12.547792ms WaitForService to wait for kubelet
	I0914 17:56:15.236071  445498 kubeadm.go:582] duration metric: took 2m33.331234971s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0914 17:56:15.236090  445498 node_conditions.go:102] verifying NodePressure condition ...
	I0914 17:56:15.239556  445498 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0914 17:56:15.239588  445498 node_conditions.go:123] node cpu capacity is 2
	I0914 17:56:15.239601  445498 node_conditions.go:105] duration metric: took 3.50531ms to run NodePressure ...
	I0914 17:56:15.239646  445498 start.go:241] waiting for startup goroutines ...
	I0914 17:56:15.239654  445498 start.go:246] waiting for cluster config update ...
	I0914 17:56:15.239670  445498 start.go:255] writing updated cluster config ...
	I0914 17:56:15.240019  445498 ssh_runner.go:195] Run: rm -f paused
	I0914 17:56:15.589472  445498 start.go:600] kubectl: 1.31.0, cluster: 1.31.1 (minor skew: 0)
	I0914 17:56:15.594632  445498 out.go:177] * Done! kubectl is now configured to use "addons-065265" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Sep 14 18:05:27 addons-065265 crio[967]: time="2024-09-14 18:05:27.714724207Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=cc02f0bb-4783-4371-8601-7615a8870362 name=/runtime.v1.ImageService/ImageStatus
	Sep 14 18:05:31 addons-065265 crio[967]: time="2024-09-14 18:05:31.554158917Z" level=info msg="Stopping pod sandbox: 1cee01709c702f467adf2628c11d9122105788a06c118ff09b8b70365e076f1d" id=efce3373-dcc8-4013-a701-9aa545ded1f9 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 14 18:05:31 addons-065265 crio[967]: time="2024-09-14 18:05:31.559282974Z" level=info msg="Got pod network &{Name:registry-test Namespace:default ID:1cee01709c702f467adf2628c11d9122105788a06c118ff09b8b70365e076f1d UID:6ef9b5cd-cc50-4b8f-b167-648d8a14d34f NetNS:/var/run/netns/85ea7983-0123-43c7-bc41-a1d806a79d92 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Sep 14 18:05:31 addons-065265 crio[967]: time="2024-09-14 18:05:31.559431540Z" level=info msg="Deleting pod default_registry-test from CNI network \"kindnet\" (type=ptp)"
	Sep 14 18:05:31 addons-065265 crio[967]: time="2024-09-14 18:05:31.603958758Z" level=info msg="Stopped pod sandbox: 1cee01709c702f467adf2628c11d9122105788a06c118ff09b8b70365e076f1d" id=efce3373-dcc8-4013-a701-9aa545ded1f9 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 14 18:05:32 addons-065265 crio[967]: time="2024-09-14 18:05:32.321574765Z" level=info msg="Stopping container: b929df2e84c100f615e5a4091936dd2389f51ed8189192f78b98a233ed6d3a73 (timeout: 30s)" id=0f3fa268-c831-4373-a5f8-ec940d03c24b name=/runtime.v1.RuntimeService/StopContainer
	Sep 14 18:05:32 addons-065265 conmon[3547]: conmon b929df2e84c100f615e5 <ninfo>: container 3559 exited with status 2
	Sep 14 18:05:32 addons-065265 crio[967]: time="2024-09-14 18:05:32.352243782Z" level=info msg="Stopping container: a7d4df5039f88bb378d36a09c0bd8b60ddd9770e7194563514513b2e08e414d7 (timeout: 30s)" id=fe99efbf-1e62-460b-9e0f-f726641f8461 name=/runtime.v1.RuntimeService/StopContainer
	Sep 14 18:05:32 addons-065265 crio[967]: time="2024-09-14 18:05:32.487077978Z" level=info msg="Stopped container b929df2e84c100f615e5a4091936dd2389f51ed8189192f78b98a233ed6d3a73: kube-system/registry-66c9cd494c-crp84/registry" id=0f3fa268-c831-4373-a5f8-ec940d03c24b name=/runtime.v1.RuntimeService/StopContainer
	Sep 14 18:05:32 addons-065265 crio[967]: time="2024-09-14 18:05:32.487581379Z" level=info msg="Stopping pod sandbox: d21383787eb92257cea49d5568d7c897d7586748ea50fb962c8c0f7b1df5d57e" id=d89a385c-c571-4984-b1cf-f8386f725cd1 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 14 18:05:32 addons-065265 crio[967]: time="2024-09-14 18:05:32.487822783Z" level=info msg="Got pod network &{Name:registry-66c9cd494c-crp84 Namespace:kube-system ID:d21383787eb92257cea49d5568d7c897d7586748ea50fb962c8c0f7b1df5d57e UID:59a7b2b3-ee70-4751-931d-cced94b764f4 NetNS:/var/run/netns/9555e6d6-a6e8-46a9-b820-748c0549e3e7 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Sep 14 18:05:32 addons-065265 crio[967]: time="2024-09-14 18:05:32.487957228Z" level=info msg="Deleting pod kube-system_registry-66c9cd494c-crp84 from CNI network \"kindnet\" (type=ptp)"
	Sep 14 18:05:32 addons-065265 crio[967]: time="2024-09-14 18:05:32.521422745Z" level=info msg="Stopped pod sandbox: d21383787eb92257cea49d5568d7c897d7586748ea50fb962c8c0f7b1df5d57e" id=d89a385c-c571-4984-b1cf-f8386f725cd1 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 14 18:05:32 addons-065265 crio[967]: time="2024-09-14 18:05:32.535841003Z" level=info msg="Stopped container a7d4df5039f88bb378d36a09c0bd8b60ddd9770e7194563514513b2e08e414d7: kube-system/registry-proxy-4kg2w/registry-proxy" id=fe99efbf-1e62-460b-9e0f-f726641f8461 name=/runtime.v1.RuntimeService/StopContainer
	Sep 14 18:05:32 addons-065265 crio[967]: time="2024-09-14 18:05:32.536624387Z" level=info msg="Stopping pod sandbox: 8253d69887cb0db26ad6bac1253083994df4f1d3de2248f19fdea23a4aaeafc5" id=263f5349-a171-42a0-9189-7e150fe01bfc name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 14 18:05:32 addons-065265 crio[967]: time="2024-09-14 18:05:32.555472325Z" level=info msg="Removing container: b929df2e84c100f615e5a4091936dd2389f51ed8189192f78b98a233ed6d3a73" id=3a7bc91d-a789-4256-9ecd-d35f3e0eb9e4 name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 14 18:05:32 addons-065265 crio[967]: time="2024-09-14 18:05:32.559704447Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-D74IQD7PVXWHCWRY - [0:0]\n:KUBE-HP-4K2Q3M2A6H5H5F26 - [0:0]\n:KUBE-HP-IEXZJUY446QWNAJV - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n-A KUBE-HOSTPORTS -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-vnbsv_ingress-nginx_1a60657d-1562-4293-a6ba-d05633af1a4f_0_ hostport 443\" -m tcp --dport 443 -j KUBE-HP-D74IQD7PVXWHCWRY\n-A KUBE-HOSTPORTS -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-vnbsv_ingress-nginx_1a60657d-1562-4293-a6ba-d05633af1a4f_0_ hostport 80\" -m tcp --dport 80 -j KUBE-HP-IEXZJUY446QWNAJV\n-A KUBE-HP-D74IQD7PVXWHCWRY -s 10.244.0.19/32 -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-vnbsv_ingress-nginx_1a60657d-1562-4293-a6ba-d05633af1a4f_0_ hostport 443\" -j KUBE-MARK-MASQ\n-A KUBE-HP-D74IQD7PVXWHCWRY -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-vnbsv_ingress-nginx_1a60657d-1562-4293-a6
ba-d05633af1a4f_0_ hostport 443\" -m tcp -j DNAT --to-destination 10.244.0.19:443\n-A KUBE-HP-IEXZJUY446QWNAJV -s 10.244.0.19/32 -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-vnbsv_ingress-nginx_1a60657d-1562-4293-a6ba-d05633af1a4f_0_ hostport 80\" -j KUBE-MARK-MASQ\n-A KUBE-HP-IEXZJUY446QWNAJV -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-vnbsv_ingress-nginx_1a60657d-1562-4293-a6ba-d05633af1a4f_0_ hostport 80\" -m tcp -j DNAT --to-destination 10.244.0.19:80\n-X KUBE-HP-4K2Q3M2A6H5H5F26\nCOMMIT\n"
	Sep 14 18:05:32 addons-065265 crio[967]: time="2024-09-14 18:05:32.577288875Z" level=info msg="Closing host port tcp:5000"
	Sep 14 18:05:32 addons-065265 crio[967]: time="2024-09-14 18:05:32.587280137Z" level=info msg="Host port tcp:5000 does not have an open socket"
	Sep 14 18:05:32 addons-065265 crio[967]: time="2024-09-14 18:05:32.587482125Z" level=info msg="Got pod network &{Name:registry-proxy-4kg2w Namespace:kube-system ID:8253d69887cb0db26ad6bac1253083994df4f1d3de2248f19fdea23a4aaeafc5 UID:952e5582-f7fc-4b10-a0eb-360e8482f1da NetNS:/var/run/netns/eccb3a7f-5491-4dac-b12a-83fd8e2d9f01 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Sep 14 18:05:32 addons-065265 crio[967]: time="2024-09-14 18:05:32.587612073Z" level=info msg="Deleting pod kube-system_registry-proxy-4kg2w from CNI network \"kindnet\" (type=ptp)"
	Sep 14 18:05:32 addons-065265 crio[967]: time="2024-09-14 18:05:32.595786489Z" level=info msg="Removed container b929df2e84c100f615e5a4091936dd2389f51ed8189192f78b98a233ed6d3a73: kube-system/registry-66c9cd494c-crp84/registry" id=3a7bc91d-a789-4256-9ecd-d35f3e0eb9e4 name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 14 18:05:32 addons-065265 crio[967]: time="2024-09-14 18:05:32.647122915Z" level=info msg="Stopped pod sandbox: 8253d69887cb0db26ad6bac1253083994df4f1d3de2248f19fdea23a4aaeafc5" id=263f5349-a171-42a0-9189-7e150fe01bfc name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 14 18:05:33 addons-065265 crio[967]: time="2024-09-14 18:05:33.565614294Z" level=info msg="Removing container: a7d4df5039f88bb378d36a09c0bd8b60ddd9770e7194563514513b2e08e414d7" id=bebab9fb-2de2-4752-a35f-cb953abc96d8 name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 14 18:05:33 addons-065265 crio[967]: time="2024-09-14 18:05:33.592344883Z" level=info msg="Removed container a7d4df5039f88bb378d36a09c0bd8b60ddd9770e7194563514513b2e08e414d7: kube-system/registry-proxy-4kg2w/registry-proxy" id=bebab9fb-2de2-4752-a35f-cb953abc96d8 name=/runtime.v1.RuntimeService/RemoveContainer
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED             STATE               NAME                       ATTEMPT             POD ID              POD
	1a93b351f9b86       ghcr.io/inspektor-gadget/inspektor-gadget@sha256:03e677e1cf9d2c9bea454e3dbcbcef20b3022e987534a2874eb1abc5bc3e73ec            22 seconds ago      Exited              gadget                     7                   dd271f9f363cf       gadget-ck646
	00329fa0e5328       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69                 9 minutes ago       Running             gcp-auth                   0                   9c1d5790c3f70       gcp-auth-89d5ffd79-6mhlx
	2e84742ef8f6c       registry.k8s.io/ingress-nginx/controller@sha256:22f9d129ae8c89a2cabbd13af3c1668944f3dd68fec186199b7024a0a2fc75b3             10 minutes ago      Running             controller                 0                   c1b5a72cd5968       ingress-nginx-controller-bc57996ff-vnbsv
	01938ed0bc587       gcr.io/cloud-spanner-emulator/emulator@sha256:41ec188288c7943f488600462b2b74002814e52439be82d15de33c3ee4898a58               10 minutes ago      Running             cloud-spanner-emulator     0                   7d8c9957e88f1       cloud-spanner-emulator-769b77f747-25p52
	4475f351430b2       420193b27261a8d37b9fb1faeed45094cefa47e72a7538fd5a6c05e8b5ce192e                                                             10 minutes ago      Exited              patch                      3                   a5678bf831c6c       ingress-nginx-admission-patch-876rp
	8e69fedc5013f       nvcr.io/nvidia/k8s-device-plugin@sha256:cdd05f9d89f0552478d46474005e86b98795ad364664f644225b99d94978e680                     10 minutes ago      Running             nvidia-device-plugin-ctr   0                   325726859b296       nvidia-device-plugin-daemonset-4z858
	b48e2fc0db472       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:7c4c1a6ca8855c524a64983eaf590e126a669ae12df83ad65de281c9beee13d3   10 minutes ago      Exited              create                     0                   0ce4e5c6c356b       ingress-nginx-admission-create-glnhc
	cbf19b801c0f7       registry.k8s.io/metrics-server/metrics-server@sha256:048bcf48fc2cce517a61777e22bac782ba59ea5e9b9a54bcb42dbee99566a91f        10 minutes ago      Running             metrics-server             0                   b1a814569ca23       metrics-server-84c5f94fbc-j25xf
	4f4e43ca7dc6e       gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c             10 minutes ago      Running             minikube-ingress-dns       0                   1702e901d156c       kube-ingress-dns-minikube
	e5116be3f8bb9       docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98             11 minutes ago      Running             local-path-provisioner     0                   54d8a82ed5fa5       local-path-provisioner-86d989889c-g949b
	a9177d94b6297       docker.io/marcnuri/yakd@sha256:1c961556224d57fc747de0b1874524208e5fb4f8386f23e9c1c4c18e97109f17                              11 minutes ago      Running             yakd                       0                   5316513a62ece       yakd-dashboard-67d98fc6b-hbk9m
	d37842c72db53       2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4                                                             11 minutes ago      Running             coredns                    0                   3beda1d303f49       coredns-7c65d6cfc9-stkzf
	3a218cb2f65a0       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                                             11 minutes ago      Running             storage-provisioner        0                   7493174cf1900       storage-provisioner
	7d967eb827bf4       6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51                                                             11 minutes ago      Running             kindnet-cni                0                   88ca3b8203fc3       kindnet-pnl5w
	1d3465003672e       24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d                                                             11 minutes ago      Running             kube-proxy                 0                   d7bc9d2054704       kube-proxy-vn25w
	fc43eb859bfc6       27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da                                                             12 minutes ago      Running             etcd                       0                   e88f616e32de9       etcd-addons-065265
	a01b35193f305       279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e                                                             12 minutes ago      Running             kube-controller-manager    0                   a3c0d55789513       kube-controller-manager-addons-065265
	15fadc86869aa       d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853                                                             12 minutes ago      Running             kube-apiserver             0                   490eaaec00b54       kube-apiserver-addons-065265
	be7fc9c761b0e       7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d                                                             12 minutes ago      Running             kube-scheduler             0                   986eb2d8686ed       kube-scheduler-addons-065265
	
	
	==> coredns [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e] <==
	[INFO] 10.244.0.15:42124 - 32269 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000064155s
	[INFO] 10.244.0.15:43529 - 4630 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.004831405s
	[INFO] 10.244.0.15:43529 - 50704 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.004020648s
	[INFO] 10.244.0.15:48691 - 16554 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000644574s
	[INFO] 10.244.0.15:48691 - 22454 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000680684s
	[INFO] 10.244.0.15:52985 - 25185 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000756941s
	[INFO] 10.244.0.15:52985 - 54397 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000688988s
	[INFO] 10.244.0.15:35876 - 15358 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000050182s
	[INFO] 10.244.0.15:35876 - 2809 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000050272s
	[INFO] 10.244.0.15:35561 - 1149 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000070447s
	[INFO] 10.244.0.15:35561 - 1407 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000073787s
	[INFO] 10.244.0.15:48381 - 6322 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001883918s
	[INFO] 10.244.0.15:48381 - 37260 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001106514s
	[INFO] 10.244.0.15:53392 - 29450 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000055474s
	[INFO] 10.244.0.15:53392 - 45064 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000136506s
	[INFO] 10.244.0.20:56727 - 58313 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.001437756s
	[INFO] 10.244.0.20:56676 - 39599 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.001505841s
	[INFO] 10.244.0.20:57518 - 34465 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000184284s
	[INFO] 10.244.0.20:40693 - 23708 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000260139s
	[INFO] 10.244.0.20:39359 - 25397 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000171139s
	[INFO] 10.244.0.20:42895 - 34008 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00055235s
	[INFO] 10.244.0.20:49482 - 2393 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003976349s
	[INFO] 10.244.0.20:58862 - 602 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.004446822s
	[INFO] 10.244.0.20:48076 - 26371 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.002339483s
	[INFO] 10.244.0.20:50136 - 47627 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 610 0.001992904s
	
	
	==> describe nodes <==
	Name:               addons-065265
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-065265
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=fbeeb744274463b05401c917e5ab21bbaf5ef95a
	                    minikube.k8s.io/name=addons-065265
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_09_14T17_53_37_0700
	                    minikube.k8s.io/version=v1.34.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-065265
	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:  Sat, 14 Sep 2024 17:53:34 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-065265
	  AcquireTime:     <unset>
	  RenewTime:       Sat, 14 Sep 2024 18:05:31 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Sat, 14 Sep 2024 18:04:39 +0000   Sat, 14 Sep 2024 17:53:31 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Sat, 14 Sep 2024 18:04:39 +0000   Sat, 14 Sep 2024 17:53:31 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Sat, 14 Sep 2024 18:04:39 +0000   Sat, 14 Sep 2024 17:53:31 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Sat, 14 Sep 2024 18:04:39 +0000   Sat, 14 Sep 2024 17:54:25 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-065265
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022304Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022304Ki
	  pods:               110
	System Info:
	  Machine ID:                 16a23e74aa5b464d92cbc73442c647a9
	  System UUID:                6630673f-8986-4f75-9fbb-5dbe7dd9fdbc
	  Boot ID:                    641d344d-3095-4acf-ad25-2210e6e532b0
	  Kernel Version:             5.15.0-1069-aws
	  OS Image:                   Ubuntu 22.04.4 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.31.1
	  Kube-Proxy Version:         v1.31.1
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (18 in total)
	  Namespace                   Name                                        CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                        ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         9m17s
	  default                     cloud-spanner-emulator-769b77f747-25p52     0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  gadget                      gadget-ck646                                0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  gcp-auth                    gcp-auth-89d5ffd79-6mhlx                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  ingress-nginx               ingress-nginx-controller-bc57996ff-vnbsv    100m (5%)     0 (0%)      90Mi (1%)        0 (0%)         11m
	  kube-system                 coredns-7c65d6cfc9-stkzf                    100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     11m
	  kube-system                 etcd-addons-065265                          100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         11m
	  kube-system                 kindnet-pnl5w                               100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      11m
	  kube-system                 kube-apiserver-addons-065265                250m (12%)    0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-controller-manager-addons-065265       200m (10%)    0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-ingress-dns-minikube                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-proxy-vn25w                            0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-scheduler-addons-065265                100m (5%)     0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 metrics-server-84c5f94fbc-j25xf             100m (5%)     0 (0%)      200Mi (2%)       0 (0%)         11m
	  kube-system                 nvidia-device-plugin-daemonset-4z858        0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 storage-provisioner                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  local-path-storage          local-path-provisioner-86d989889c-g949b     0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  yakd-dashboard              yakd-dashboard-67d98fc6b-hbk9m              0 (0%)        0 (0%)      128Mi (1%)       256Mi (3%)     11m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests     Limits
	  --------           --------     ------
	  cpu                1050m (52%)  100m (5%)
	  memory             638Mi (8%)   476Mi (6%)
	  ephemeral-storage  0 (0%)       0 (0%)
	  hugepages-1Gi      0 (0%)       0 (0%)
	  hugepages-2Mi      0 (0%)       0 (0%)
	  hugepages-32Mi     0 (0%)       0 (0%)
	  hugepages-64Ki     0 (0%)       0 (0%)
	Events:
	  Type     Reason                   Age                From             Message
	  ----     ------                   ----               ----             -------
	  Normal   Starting                 11m                kube-proxy       
	  Normal   NodeHasSufficientMemory  12m (x8 over 12m)  kubelet          Node addons-065265 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    12m (x8 over 12m)  kubelet          Node addons-065265 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     12m (x7 over 12m)  kubelet          Node addons-065265 status is now: NodeHasSufficientPID
	  Normal   Starting                 11m                kubelet          Starting kubelet.
	  Warning  CgroupV1                 11m                kubelet          Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
	  Normal   NodeHasSufficientMemory  11m                kubelet          Node addons-065265 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    11m                kubelet          Node addons-065265 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     11m                kubelet          Node addons-065265 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           11m                node-controller  Node addons-065265 event: Registered Node addons-065265 in Controller
	  Normal   NodeReady                11m                kubelet          Node addons-065265 status is now: NodeReady
	
	
	==> dmesg <==
	[Sep14 17:10] systemd-journald[216]: Failed to send stream file descriptor to service manager: Connection refused
	[Sep14 17:22] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
	
	
	==> etcd [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80] <==
	{"level":"info","ts":"2024-09-14T17:53:45.297739Z","caller":"traceutil/trace.go:171","msg":"trace[900457117] transaction","detail":"{read_only:false; response_revision:388; number_of_response:1; }","duration":"209.537522ms","start":"2024-09-14T17:53:45.088188Z","end":"2024-09-14T17:53:45.297726Z","steps":["trace[900457117] 'process raft request'  (duration: 209.506909ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-14T17:53:45.298044Z","caller":"traceutil/trace.go:171","msg":"trace[100095846] transaction","detail":"{read_only:false; response_revision:385; number_of_response:1; }","duration":"342.210604ms","start":"2024-09-14T17:53:44.955788Z","end":"2024-09-14T17:53:45.297998Z","steps":["trace[100095846] 'process raft request'  (duration: 259.396941ms)","trace[100095846] 'store kv pair into bolt db' {req_type:put; key:/registry/daemonsets/kube-system/nvidia-device-plugin-daemonset; req_size:3125; } (duration: 82.360946ms)"],"step_count":2}
	{"level":"warn","ts":"2024-09-14T17:53:45.298099Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-14T17:53:44.955780Z","time spent":"342.282562ms","remote":"127.0.0.1:48636","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":3128,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/daemonsets/kube-system/nvidia-device-plugin-daemonset\" mod_revision:0 > success:<request_put:<key:\"/registry/daemonsets/kube-system/nvidia-device-plugin-daemonset\" value_size:3057 >> failure:<>"}
	{"level":"info","ts":"2024-09-14T17:53:45.298185Z","caller":"traceutil/trace.go:171","msg":"trace[1798821983] transaction","detail":"{read_only:false; response_revision:386; number_of_response:1; }","duration":"286.493168ms","start":"2024-09-14T17:53:45.011686Z","end":"2024-09-14T17:53:45.298179Z","steps":["trace[1798821983] 'process raft request'  (duration: 285.942188ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-14T17:53:45.298270Z","caller":"traceutil/trace.go:171","msg":"trace[715682236] linearizableReadLoop","detail":"{readStateIndex:396; appliedIndex:393; }","duration":"286.687486ms","start":"2024-09-14T17:53:45.011577Z","end":"2024-09-14T17:53:45.298264Z","steps":["trace[715682236] 'read index received'  (duration: 16.46392ms)","trace[715682236] 'applied index is now lower than readState.Index'  (duration: 270.222877ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-14T17:53:45.298370Z","caller":"traceutil/trace.go:171","msg":"trace[1585943996] transaction","detail":"{read_only:false; response_revision:387; number_of_response:1; }","duration":"210.23926ms","start":"2024-09-14T17:53:45.088125Z","end":"2024-09-14T17:53:45.298364Z","steps":["trace[1585943996] 'process raft request'  (duration: 209.547459ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.298637Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"287.054306ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-14T17:53:45.298662Z","caller":"traceutil/trace.go:171","msg":"trace[1929548251] range","detail":"{range_begin:/registry/apiextensions.k8s.io/customresourcedefinitions; range_end:; response_count:0; response_revision:388; }","duration":"287.092237ms","start":"2024-09-14T17:53:45.011562Z","end":"2024-09-14T17:53:45.298655Z","steps":["trace[1929548251] 'agreement among raft nodes before linearized reading'  (duration: 286.999808ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.298794Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"287.024891ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/minikube-ingress-dns\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-14T17:53:45.298811Z","caller":"traceutil/trace.go:171","msg":"trace[143199256] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/minikube-ingress-dns; range_end:; response_count:0; response_revision:388; }","duration":"287.043877ms","start":"2024-09-14T17:53:45.011762Z","end":"2024-09-14T17:53:45.298806Z","steps":["trace[143199256] 'agreement among raft nodes before linearized reading'  (duration: 286.990889ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.375397Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"271.451168ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-14T17:53:45.375462Z","caller":"traceutil/trace.go:171","msg":"trace[1944825091] range","detail":"{range_begin:/registry/serviceaccounts; range_end:; response_count:0; response_revision:388; }","duration":"347.910758ms","start":"2024-09-14T17:53:45.027534Z","end":"2024-09-14T17:53:45.375444Z","steps":["trace[1944825091] 'agreement among raft nodes before linearized reading'  (duration: 271.438943ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.375492Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-14T17:53:45.027518Z","time spent":"347.963607ms","remote":"127.0.0.1:48390","response type":"/etcdserverpb.KV/Range","request count":0,"request size":29,"response count":0,"response size":29,"request content":"key:\"/registry/serviceaccounts\" limit:1 "}
	{"level":"warn","ts":"2024-09-14T17:53:45.405576Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"393.729987ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-14T17:53:45.405643Z","caller":"traceutil/trace.go:171","msg":"trace[412170767] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:388; }","duration":"393.811947ms","start":"2024-09-14T17:53:45.011819Z","end":"2024-09-14T17:53:45.405631Z","steps":["trace[412170767] 'agreement among raft nodes before linearized reading'  (duration: 386.227465ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.405673Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-14T17:53:45.011807Z","time spent":"393.860019ms","remote":"127.0.0.1:48210","response type":"/etcdserverpb.KV/Range","request count":0,"request size":18,"response count":0,"response size":29,"request content":"key:\"/registry/health\" "}
	{"level":"warn","ts":"2024-09-14T17:53:45.406082Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"378.579756ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/storage-provisioner\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-14T17:53:45.406124Z","caller":"traceutil/trace.go:171","msg":"trace[929361348] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/storage-provisioner; range_end:; response_count:0; response_revision:388; }","duration":"378.623882ms","start":"2024-09-14T17:53:45.027492Z","end":"2024-09-14T17:53:45.406116Z","steps":["trace[929361348] 'agreement among raft nodes before linearized reading'  (duration: 370.517253ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.406144Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-14T17:53:45.027429Z","time spent":"378.708507ms","remote":"127.0.0.1:48390","response type":"/etcdserverpb.KV/Range","request count":0,"request size":59,"response count":0,"response size":29,"request content":"key:\"/registry/serviceaccounts/kube-system/storage-provisioner\" "}
	{"level":"warn","ts":"2024-09-14T17:53:45.406270Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"378.996633ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/registry\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-14T17:53:45.406294Z","caller":"traceutil/trace.go:171","msg":"trace[796369271] range","detail":"{range_begin:/registry/deployments/kube-system/registry; range_end:; response_count:0; response_revision:388; }","duration":"379.035345ms","start":"2024-09-14T17:53:45.027252Z","end":"2024-09-14T17:53:45.406288Z","steps":["trace[796369271] 'agreement among raft nodes before linearized reading'  (duration: 370.788058ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.406310Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-14T17:53:45.011835Z","time spent":"394.470748ms","remote":"127.0.0.1:48632","response type":"/etcdserverpb.KV/Range","request count":0,"request size":44,"response count":0,"response size":29,"request content":"key:\"/registry/deployments/kube-system/registry\" "}
	{"level":"info","ts":"2024-09-14T18:03:32.132234Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1564}
	{"level":"info","ts":"2024-09-14T18:03:32.170150Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1564,"took":"37.19298ms","hash":619991811,"current-db-size-bytes":6520832,"current-db-size":"6.5 MB","current-db-size-in-use-bytes":3502080,"current-db-size-in-use":"3.5 MB"}
	{"level":"info","ts":"2024-09-14T18:03:32.170205Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":619991811,"revision":1564,"compact-revision":-1}
	
	
	==> gcp-auth [00329fa0e5328b3291a9327c7a6cd1163e808df0f8fd75371928ba7c523a32aa] <==
	2024/09/14 17:55:35 GCP Auth Webhook started!
	2024/09/14 17:56:15 Ready to marshal response ...
	2024/09/14 17:56:15 Ready to write response ...
	2024/09/14 17:56:16 Ready to marshal response ...
	2024/09/14 17:56:16 Ready to write response ...
	2024/09/14 17:56:16 Ready to marshal response ...
	2024/09/14 17:56:16 Ready to write response ...
	2024/09/14 18:04:22 Ready to marshal response ...
	2024/09/14 18:04:22 Ready to write response ...
	2024/09/14 18:04:31 Ready to marshal response ...
	2024/09/14 18:04:31 Ready to write response ...
	2024/09/14 18:04:36 Ready to marshal response ...
	2024/09/14 18:04:36 Ready to write response ...
	
	
	==> kernel <==
	 18:05:34 up  1:48,  0 users,  load average: 0.22, 0.49, 1.60
	Linux addons-065265 5.15.0-1069-aws #75~20.04.1-Ubuntu SMP Mon Aug 19 16:22:47 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.4 LTS"
	
	
	==> kindnet [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac] <==
	I0914 18:03:25.301595       1 main.go:299] handling current node
	I0914 18:03:35.309151       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:03:35.309184       1 main.go:299] handling current node
	I0914 18:03:45.302024       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:03:45.302060       1 main.go:299] handling current node
	I0914 18:03:55.301910       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:03:55.301944       1 main.go:299] handling current node
	I0914 18:04:05.301448       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:04:05.301591       1 main.go:299] handling current node
	I0914 18:04:15.301466       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:04:15.301502       1 main.go:299] handling current node
	I0914 18:04:25.302260       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:04:25.302319       1 main.go:299] handling current node
	I0914 18:04:35.301449       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:04:35.301482       1 main.go:299] handling current node
	I0914 18:04:45.301881       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:04:45.301919       1 main.go:299] handling current node
	I0914 18:04:55.301427       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:04:55.301460       1 main.go:299] handling current node
	I0914 18:05:05.307804       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:05:05.307837       1 main.go:299] handling current node
	I0914 18:05:15.302417       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:05:15.302454       1 main.go:299] handling current node
	I0914 18:05:25.302108       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:05:25.303080       1 main.go:299] handling current node
	
	
	==> kube-apiserver [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b] <==
	E0914 17:54:48.471695       1 controller.go:113] "Unhandled Error" err="loading OpenAPI spec for \"v1beta1.metrics.k8s.io\" failed with: Error, could not get list of group versions for APIService" logger="UnhandledError"
	I0914 17:54:48.472788       1 controller.go:126] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
	W0914 17:55:56.564345       1 handler_proxy.go:99] no RequestInfo found in the context
	E0914 17:55:56.564422       1 controller.go:146] "Unhandled Error" err=<
		Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
		, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
	 > logger="UnhandledError"
	E0914 17:55:56.564681       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.100.115.206:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.100.115.206:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.100.115.206:443: connect: connection refused" logger="UnhandledError"
	E0914 17:55:56.567064       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.100.115.206:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.100.115.206:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.100.115.206:443: connect: connection refused" logger="UnhandledError"
	E0914 17:55:56.574867       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.100.115.206:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.100.115.206:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.100.115.206:443: connect: connection refused" logger="UnhandledError"
	I0914 17:55:56.745494       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	I0914 18:04:32.864133       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0914 18:04:53.394558       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0914 18:04:53.394704       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0914 18:04:53.421465       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0914 18:04:53.421603       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0914 18:04:53.442033       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0914 18:04:53.442079       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0914 18:04:53.497626       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0914 18:04:53.497685       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0914 18:04:53.527214       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0914 18:04:53.527255       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0914 18:04:54.498434       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	W0914 18:04:54.527683       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0914 18:04:54.591284       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	
	
	==> kube-controller-manager [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb] <==
	W0914 18:04:58.476896       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:04:58.476940       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:05:00.931162       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:05:00.931206       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:05:01.996774       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:05:01.997127       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:05:02.897253       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:05:02.897315       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:05:10.993979       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:05:10.994090       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	I0914 18:05:11.346013       1 shared_informer.go:313] Waiting for caches to sync for resource quota
	I0914 18:05:11.346136       1 shared_informer.go:320] Caches are synced for resource quota
	I0914 18:05:11.823762       1 shared_informer.go:313] Waiting for caches to sync for garbage collector
	I0914 18:05:11.823888       1 shared_informer.go:320] Caches are synced for garbage collector
	W0914 18:05:13.186927       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:05:13.186975       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:05:14.661085       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:05:14.661202       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:05:26.002691       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:05:26.002734       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:05:32.176916       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:05:32.176958       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:05:32.283393       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:05:32.283441       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	I0914 18:05:32.297058       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/registry-66c9cd494c" duration="4.382µs"
	
	
	==> kube-proxy [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8] <==
	I0914 17:53:46.602087       1 server_linux.go:66] "Using iptables proxy"
	I0914 17:53:47.212881       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0914 17:53:47.212950       1 server.go:234] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0914 17:53:47.428885       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0914 17:53:47.429015       1 server_linux.go:169] "Using iptables Proxier"
	I0914 17:53:47.431364       1 proxier.go:255] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0914 17:53:47.431909       1 server.go:483] "Version info" version="v1.31.1"
	I0914 17:53:47.431965       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0914 17:53:47.438499       1 config.go:199] "Starting service config controller"
	I0914 17:53:47.438584       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0914 17:53:47.438612       1 config.go:105] "Starting endpoint slice config controller"
	I0914 17:53:47.438617       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0914 17:53:47.439483       1 config.go:328] "Starting node config controller"
	I0914 17:53:47.439501       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0914 17:53:47.552113       1 shared_informer.go:320] Caches are synced for node config
	I0914 17:53:47.560118       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0914 17:53:47.644816       1 shared_informer.go:320] Caches are synced for service config
	
	
	==> kube-scheduler [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11] <==
	W0914 17:53:34.598078       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0914 17:53:34.598455       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.598145       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
	E0914 17:53:34.598476       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.598213       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
	E0914 17:53:34.598510       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.598253       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0914 17:53:34.598538       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.601405       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
	E0914 17:53:34.602056       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.602212       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E0914 17:53:34.602296       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.602402       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E0914 17:53:34.602458       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.602564       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	E0914 17:53:34.602627       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.602740       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E0914 17:53:34.602802       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.602929       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	E0914 17:53:34.603538       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.603176       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0914 17:53:34.603710       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.603248       1 reflector.go:561] 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
	E0914 17:53:34.603819       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError"
	I0914 17:53:35.791681       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Sep 14 18:05:20 addons-065265 kubelet[1490]: I0914 18:05:20.713303    1490 kubelet_pods.go:1007] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-proxy-4kg2w" secret="" err="secret \"gcp-auth\" not found"
	Sep 14 18:05:24 addons-065265 kubelet[1490]: E0914 18:05:24.714516    1490 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry-test\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox\\\"\"" pod="default/registry-test" podUID="6ef9b5cd-cc50-4b8f-b167-648d8a14d34f"
	Sep 14 18:05:26 addons-065265 kubelet[1490]: E0914 18:05:26.969991    1490 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726337126969743688,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:488969,},InodesUsed:&UInt64Value{Value:189,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 14 18:05:26 addons-065265 kubelet[1490]: E0914 18:05:26.970023    1490 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726337126969743688,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:488969,},InodesUsed:&UInt64Value{Value:189,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 14 18:05:27 addons-065265 kubelet[1490]: I0914 18:05:27.713570    1490 scope.go:117] "RemoveContainer" containerID="1a93b351f9b8658ddea178bbc7ca05d96bfbfa8a712b546221cdf36e567bde79"
	Sep 14 18:05:27 addons-065265 kubelet[1490]: E0914 18:05:27.713756    1490 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 5m0s restarting failed container=gadget pod=gadget-ck646_gadget(f225c1fd-9ad7-4790-be52-b0f42809bf89)\"" pod="gadget/gadget-ck646" podUID="f225c1fd-9ad7-4790-be52-b0f42809bf89"
	Sep 14 18:05:27 addons-065265 kubelet[1490]: E0914 18:05:27.714963    1490 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="abf39ebd-a837-4e0c-bce0-263763fddc13"
	Sep 14 18:05:31 addons-065265 kubelet[1490]: I0914 18:05:31.773548    1490 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-d96q6\" (UniqueName: \"kubernetes.io/projected/6ef9b5cd-cc50-4b8f-b167-648d8a14d34f-kube-api-access-d96q6\") pod \"6ef9b5cd-cc50-4b8f-b167-648d8a14d34f\" (UID: \"6ef9b5cd-cc50-4b8f-b167-648d8a14d34f\") "
	Sep 14 18:05:31 addons-065265 kubelet[1490]: I0914 18:05:31.773607    1490 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/6ef9b5cd-cc50-4b8f-b167-648d8a14d34f-gcp-creds\") pod \"6ef9b5cd-cc50-4b8f-b167-648d8a14d34f\" (UID: \"6ef9b5cd-cc50-4b8f-b167-648d8a14d34f\") "
	Sep 14 18:05:31 addons-065265 kubelet[1490]: I0914 18:05:31.773706    1490 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/6ef9b5cd-cc50-4b8f-b167-648d8a14d34f-gcp-creds" (OuterVolumeSpecName: "gcp-creds") pod "6ef9b5cd-cc50-4b8f-b167-648d8a14d34f" (UID: "6ef9b5cd-cc50-4b8f-b167-648d8a14d34f"). InnerVolumeSpecName "gcp-creds". PluginName "kubernetes.io/host-path", VolumeGidValue ""
	Sep 14 18:05:31 addons-065265 kubelet[1490]: I0914 18:05:31.779561    1490 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/6ef9b5cd-cc50-4b8f-b167-648d8a14d34f-kube-api-access-d96q6" (OuterVolumeSpecName: "kube-api-access-d96q6") pod "6ef9b5cd-cc50-4b8f-b167-648d8a14d34f" (UID: "6ef9b5cd-cc50-4b8f-b167-648d8a14d34f"). InnerVolumeSpecName "kube-api-access-d96q6". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 14 18:05:31 addons-065265 kubelet[1490]: I0914 18:05:31.874847    1490 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-d96q6\" (UniqueName: \"kubernetes.io/projected/6ef9b5cd-cc50-4b8f-b167-648d8a14d34f-kube-api-access-d96q6\") on node \"addons-065265\" DevicePath \"\""
	Sep 14 18:05:31 addons-065265 kubelet[1490]: I0914 18:05:31.874890    1490 reconciler_common.go:288] "Volume detached for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/6ef9b5cd-cc50-4b8f-b167-648d8a14d34f-gcp-creds\") on node \"addons-065265\" DevicePath \"\""
	Sep 14 18:05:32 addons-065265 kubelet[1490]: I0914 18:05:32.553714    1490 scope.go:117] "RemoveContainer" containerID="b929df2e84c100f615e5a4091936dd2389f51ed8189192f78b98a233ed6d3a73"
	Sep 14 18:05:32 addons-065265 kubelet[1490]: I0914 18:05:32.579548    1490 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-pxm67\" (UniqueName: \"kubernetes.io/projected/59a7b2b3-ee70-4751-931d-cced94b764f4-kube-api-access-pxm67\") pod \"59a7b2b3-ee70-4751-931d-cced94b764f4\" (UID: \"59a7b2b3-ee70-4751-931d-cced94b764f4\") "
	Sep 14 18:05:32 addons-065265 kubelet[1490]: I0914 18:05:32.592203    1490 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/59a7b2b3-ee70-4751-931d-cced94b764f4-kube-api-access-pxm67" (OuterVolumeSpecName: "kube-api-access-pxm67") pod "59a7b2b3-ee70-4751-931d-cced94b764f4" (UID: "59a7b2b3-ee70-4751-931d-cced94b764f4"). InnerVolumeSpecName "kube-api-access-pxm67". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 14 18:05:32 addons-065265 kubelet[1490]: I0914 18:05:32.596067    1490 scope.go:117] "RemoveContainer" containerID="b929df2e84c100f615e5a4091936dd2389f51ed8189192f78b98a233ed6d3a73"
	Sep 14 18:05:32 addons-065265 kubelet[1490]: E0914 18:05:32.597074    1490 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"b929df2e84c100f615e5a4091936dd2389f51ed8189192f78b98a233ed6d3a73\": container with ID starting with b929df2e84c100f615e5a4091936dd2389f51ed8189192f78b98a233ed6d3a73 not found: ID does not exist" containerID="b929df2e84c100f615e5a4091936dd2389f51ed8189192f78b98a233ed6d3a73"
	Sep 14 18:05:32 addons-065265 kubelet[1490]: I0914 18:05:32.597114    1490 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"b929df2e84c100f615e5a4091936dd2389f51ed8189192f78b98a233ed6d3a73"} err="failed to get container status \"b929df2e84c100f615e5a4091936dd2389f51ed8189192f78b98a233ed6d3a73\": rpc error: code = NotFound desc = could not find container \"b929df2e84c100f615e5a4091936dd2389f51ed8189192f78b98a233ed6d3a73\": container with ID starting with b929df2e84c100f615e5a4091936dd2389f51ed8189192f78b98a233ed6d3a73 not found: ID does not exist"
	Sep 14 18:05:32 addons-065265 kubelet[1490]: I0914 18:05:32.679831    1490 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-pxm67\" (UniqueName: \"kubernetes.io/projected/59a7b2b3-ee70-4751-931d-cced94b764f4-kube-api-access-pxm67\") on node \"addons-065265\" DevicePath \"\""
	Sep 14 18:05:32 addons-065265 kubelet[1490]: I0914 18:05:32.715514    1490 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="6ef9b5cd-cc50-4b8f-b167-648d8a14d34f" path="/var/lib/kubelet/pods/6ef9b5cd-cc50-4b8f-b167-648d8a14d34f/volumes"
	Sep 14 18:05:32 addons-065265 kubelet[1490]: I0914 18:05:32.780103    1490 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-mb4c9\" (UniqueName: \"kubernetes.io/projected/952e5582-f7fc-4b10-a0eb-360e8482f1da-kube-api-access-mb4c9\") pod \"952e5582-f7fc-4b10-a0eb-360e8482f1da\" (UID: \"952e5582-f7fc-4b10-a0eb-360e8482f1da\") "
	Sep 14 18:05:32 addons-065265 kubelet[1490]: I0914 18:05:32.786843    1490 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/952e5582-f7fc-4b10-a0eb-360e8482f1da-kube-api-access-mb4c9" (OuterVolumeSpecName: "kube-api-access-mb4c9") pod "952e5582-f7fc-4b10-a0eb-360e8482f1da" (UID: "952e5582-f7fc-4b10-a0eb-360e8482f1da"). InnerVolumeSpecName "kube-api-access-mb4c9". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 14 18:05:32 addons-065265 kubelet[1490]: I0914 18:05:32.880714    1490 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-mb4c9\" (UniqueName: \"kubernetes.io/projected/952e5582-f7fc-4b10-a0eb-360e8482f1da-kube-api-access-mb4c9\") on node \"addons-065265\" DevicePath \"\""
	Sep 14 18:05:33 addons-065265 kubelet[1490]: I0914 18:05:33.562869    1490 scope.go:117] "RemoveContainer" containerID="a7d4df5039f88bb378d36a09c0bd8b60ddd9770e7194563514513b2e08e414d7"
	
	
	==> storage-provisioner [3a218cb2f65a028a5033c098850d6f63866b3a945d0acc309f85dcc5d484bd39] <==
	I0914 17:54:26.521552       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0914 17:54:26.573348       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0914 17:54:26.573481       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0914 17:54:26.626498       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0914 17:54:26.652462       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-065265_770485c3-e4b9-415d-9863-17d8e173b497!
	I0914 17:54:26.651175       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"6cd5dcdd-865f-4325-ac90-5494909bb334", APIVersion:"v1", ResourceVersion:"917", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-065265_770485c3-e4b9-415d-9863-17d8e173b497 became leader
	I0914 17:54:26.853314       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-065265_770485c3-e4b9-415d-9863-17d8e173b497!
	

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

                                                
                                                
-- stdout --
	Name:             busybox
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-065265/192.168.49.2
	Start Time:       Sat, 14 Sep 2024 17:56:16 +0000
	Labels:           integration-test=busybox
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.21
	IPs:
	  IP:  10.244.0.21
	Containers:
	  busybox:
	    Container ID:  
	    Image:         gcr.io/k8s-minikube/busybox:1.28.4-glibc
	    Image ID:      
	    Port:          <none>
	    Host Port:     <none>
	    Command:
	      sleep
	      3600
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:
	      GOOGLE_APPLICATION_CREDENTIALS:  /google-app-creds.json
	      PROJECT_ID:                      this_is_fake
	      GCP_PROJECT:                     this_is_fake
	      GCLOUD_PROJECT:                  this_is_fake
	      GOOGLE_CLOUD_PROJECT:            this_is_fake
	      CLOUDSDK_CORE_PROJECT:           this_is_fake
	    Mounts:
	      /google-app-creds.json from gcp-creds (ro)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-s449j (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-s449j:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	  gcp-creds:
	    Type:          HostPath (bare host directory volume)
	    Path:          /var/lib/minikube/google_application_credentials.json
	    HostPathType:  File
	QoS Class:         BestEffort
	Node-Selectors:    <none>
	Tolerations:       node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
	                   node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
	Events:
	  Type     Reason     Age                     From               Message
	  ----     ------     ----                    ----               -------
	  Normal   Scheduled  9m19s                   default-scheduler  Successfully assigned default/busybox to addons-065265
	  Normal   Pulling    7m54s (x4 over 9m19s)   kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Warning  Failed     7m54s (x4 over 9m19s)   kubelet            Failed to pull image "gcr.io/k8s-minikube/busybox:1.28.4-glibc": unable to retrieve auth token: invalid username/password: unauthorized: authentication failed
	  Warning  Failed     7m54s (x4 over 9m19s)   kubelet            Error: ErrImagePull
	  Warning  Failed     7m42s (x6 over 9m19s)   kubelet            Error: ImagePullBackOff
	  Normal   BackOff    4m18s (x21 over 9m19s)  kubelet            Back-off pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "ingress-nginx-admission-create-glnhc" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-876rp" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context addons-065265 describe pod busybox ingress-nginx-admission-create-glnhc ingress-nginx-admission-patch-876rp: exit status 1
--- FAIL: TestAddons/parallel/Registry (75.72s)

                                                
                                    
x
+
TestAddons/parallel/Ingress (154.45s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run:  kubectl --context addons-065265 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-065265 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run:  kubectl --context addons-065265 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" [0d2a9cc0-8b8f-4caa-a5bb-6356ee26f70a] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [0d2a9cc0-8b8f-4caa-a5bb-6356ee26f70a] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 10.00488876s
addons_test.go:264: (dbg) Run:  out/minikube-linux-arm64 -p addons-065265 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:264: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-065265 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m11.182502336s)

                                                
                                                
** 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-065265 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run:  out/minikube-linux-arm64 -p addons-065265 ip
addons_test.go:299: (dbg) Run:  nslookup hello-john.test 192.168.49.2
addons_test.go:308: (dbg) Run:  out/minikube-linux-arm64 -p addons-065265 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:308: (dbg) Done: out/minikube-linux-arm64 -p addons-065265 addons disable ingress-dns --alsologtostderr -v=1: (1.516715463s)
addons_test.go:313: (dbg) Run:  out/minikube-linux-arm64 -p addons-065265 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-arm64 -p addons-065265 addons disable ingress --alsologtostderr -v=1: (7.774571169s)
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-065265
helpers_test.go:235: (dbg) docker inspect addons-065265:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "bcd13610fd30de12bd9c88da0aedbcc76ec9230104da92b2f55bd0d92fecf716",
	        "Created": "2024-09-14T17:53:11.968439943Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 446021,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-09-14T17:53:12.126180053Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:86ef0f8f97fae81f88ea7ff0848cf3d848f7964ac99ca9c948802eb432bfd351",
	        "ResolvConfPath": "/var/lib/docker/containers/bcd13610fd30de12bd9c88da0aedbcc76ec9230104da92b2f55bd0d92fecf716/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/bcd13610fd30de12bd9c88da0aedbcc76ec9230104da92b2f55bd0d92fecf716/hostname",
	        "HostsPath": "/var/lib/docker/containers/bcd13610fd30de12bd9c88da0aedbcc76ec9230104da92b2f55bd0d92fecf716/hosts",
	        "LogPath": "/var/lib/docker/containers/bcd13610fd30de12bd9c88da0aedbcc76ec9230104da92b2f55bd0d92fecf716/bcd13610fd30de12bd9c88da0aedbcc76ec9230104da92b2f55bd0d92fecf716-json.log",
	        "Name": "/addons-065265",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-065265:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-065265",
	            "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/bb246521aef3efc6795f49cf3008ed950b6e4351172273ca2e4d5944cf5fe423-init/diff:/var/lib/docker/overlay2/8d605321b100b3be63b5f55c11d488e1fcd8b090a5611bfb2683e74f9fe55f93/diff",
	                "MergedDir": "/var/lib/docker/overlay2/bb246521aef3efc6795f49cf3008ed950b6e4351172273ca2e4d5944cf5fe423/merged",
	                "UpperDir": "/var/lib/docker/overlay2/bb246521aef3efc6795f49cf3008ed950b6e4351172273ca2e4d5944cf5fe423/diff",
	                "WorkDir": "/var/lib/docker/overlay2/bb246521aef3efc6795f49cf3008ed950b6e4351172273ca2e4d5944cf5fe423/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-065265",
	                "Source": "/var/lib/docker/volumes/addons-065265/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-065265",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e",
	            "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-065265",
	                "name.minikube.sigs.k8s.io": "addons-065265",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "4319e62d4969cd6836c10046fc01c2bdbdcf78e89b5bb442317c694d4a868a34",
	            "SandboxKey": "/var/run/docker/netns/4319e62d4969",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33164"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33165"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33168"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33166"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33167"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-065265": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "11f7cb1a1cef51b43cff2bff9e1797998dad88aecc40124091ff32652b92f5f0",
	                    "EndpointID": "892b7dc4ca98e7839903f96cb0fd81cb057c3d2d047913be11e75f5e693caec8",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-065265",
	                        "bcd13610fd30"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-065265 -n addons-065265
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-arm64 -p addons-065265 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-065265 logs -n 25: (1.471055918s)
helpers_test.go:252: TestAddons/parallel/Ingress logs: 
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                 Args                 |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only              | download-only-384122   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |                     |
	|         | -p download-only-384122              |                        |         |         |                     |                     |
	|         | --force --alsologtostderr            |                        |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0         |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | --all                                | minikube               | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| delete  | -p download-only-384122              | download-only-384122   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| start   | -o=json --download-only              | download-only-098853   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |                     |
	|         | -p download-only-098853              |                        |         |         |                     |                     |
	|         | --force --alsologtostderr            |                        |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.1         |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | --all                                | minikube               | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| delete  | -p download-only-098853              | download-only-098853   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| delete  | -p download-only-384122              | download-only-384122   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| delete  | -p download-only-098853              | download-only-098853   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| start   | --download-only -p                   | download-docker-573214 | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |                     |
	|         | download-docker-573214               |                        |         |         |                     |                     |
	|         | --alsologtostderr                    |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | -p download-docker-573214            | download-docker-573214 | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| start   | --download-only -p                   | binary-mirror-641252   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |                     |
	|         | binary-mirror-641252                 |                        |         |         |                     |                     |
	|         | --alsologtostderr                    |                        |         |         |                     |                     |
	|         | --binary-mirror                      |                        |         |         |                     |                     |
	|         | http://127.0.0.1:34275               |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-641252              | binary-mirror-641252   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| addons  | disable dashboard -p                 | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |                     |
	|         | addons-065265                        |                        |         |         |                     |                     |
	| addons  | enable dashboard -p                  | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |                     |
	|         | addons-065265                        |                        |         |         |                     |                     |
	| start   | -p addons-065265 --wait=true         | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:56 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  | addons-065265 addons                 | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:04 UTC | 14 Sep 24 18:04 UTC |
	|         | disable csi-hostpath-driver          |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-065265 addons                 | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:04 UTC | 14 Sep 24 18:04 UTC |
	|         | disable volumesnapshots              |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| ip      | addons-065265 ip                     | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:05 UTC | 14 Sep 24 18:05 UTC |
	| addons  | addons-065265 addons disable         | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:05 UTC | 14 Sep 24 18:05 UTC |
	|         | registry --alsologtostderr           |                        |         |         |                     |                     |
	|         | -v=1                                 |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p          | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:05 UTC | 14 Sep 24 18:05 UTC |
	|         | addons-065265                        |                        |         |         |                     |                     |
	| ssh     | addons-065265 ssh curl -s            | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:05 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:          |                        |         |         |                     |                     |
	|         | nginx.example.com'                   |                        |         |         |                     |                     |
	| ip      | addons-065265 ip                     | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:08 UTC | 14 Sep 24 18:08 UTC |
	| addons  | addons-065265 addons disable         | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:08 UTC | 14 Sep 24 18:08 UTC |
	|         | ingress-dns --alsologtostderr        |                        |         |         |                     |                     |
	|         | -v=1                                 |                        |         |         |                     |                     |
	| addons  | addons-065265 addons disable         | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:08 UTC | 14 Sep 24 18:08 UTC |
	|         | ingress --alsologtostderr -v=1       |                        |         |         |                     |                     |
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/14 17:52:47
	Running on machine: ip-172-31-29-130
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0914 17:52:47.464457  445498 out.go:345] Setting OutFile to fd 1 ...
	I0914 17:52:47.464606  445498 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 17:52:47.464617  445498 out.go:358] Setting ErrFile to fd 2...
	I0914 17:52:47.464622  445498 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 17:52:47.464863  445498 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19643-439361/.minikube/bin
	I0914 17:52:47.465329  445498 out.go:352] Setting JSON to false
	I0914 17:52:47.466326  445498 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":5719,"bootTime":1726330649,"procs":170,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1069-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0914 17:52:47.466399  445498 start.go:139] virtualization:  
	I0914 17:52:47.469620  445498 out.go:177] * [addons-065265] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0914 17:52:47.473178  445498 out.go:177]   - MINIKUBE_LOCATION=19643
	I0914 17:52:47.473262  445498 notify.go:220] Checking for updates...
	I0914 17:52:47.478664  445498 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0914 17:52:47.481391  445498 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19643-439361/kubeconfig
	I0914 17:52:47.484022  445498 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19643-439361/.minikube
	I0914 17:52:47.486646  445498 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0914 17:52:47.489233  445498 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0914 17:52:47.492023  445498 driver.go:394] Setting default libvirt URI to qemu:///system
	I0914 17:52:47.521000  445498 docker.go:123] docker version: linux-27.2.1:Docker Engine - Community
	I0914 17:52:47.521125  445498 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0914 17:52:47.576470  445498 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-14 17:52:47.566067959 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1069-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.2.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0914 17:52:47.576618  445498 docker.go:318] overlay module found
	I0914 17:52:47.581065  445498 out.go:177] * Using the docker driver based on user configuration
	I0914 17:52:47.583664  445498 start.go:297] selected driver: docker
	I0914 17:52:47.583688  445498 start.go:901] validating driver "docker" against <nil>
	I0914 17:52:47.583705  445498 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0914 17:52:47.584376  445498 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0914 17:52:47.640429  445498 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-14 17:52:47.629951846 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1069-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.2.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0914 17:52:47.640690  445498 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0914 17:52:47.640987  445498 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]
	I0914 17:52:47.643690  445498 out.go:177] * Using Docker driver with root privileges
	I0914 17:52:47.646309  445498 cni.go:84] Creating CNI manager for ""
	I0914 17:52:47.646386  445498 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0914 17:52:47.646402  445498 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0914 17:52:47.646494  445498 start.go:340] cluster config:
	{Name:addons-065265 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-065265 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0914 17:52:47.651087  445498 out.go:177] * Starting "addons-065265" primary control-plane node in "addons-065265" cluster
	I0914 17:52:47.653636  445498 cache.go:121] Beginning downloading kic base image for docker with crio
	I0914 17:52:47.656321  445498 out.go:177] * Pulling base image v0.0.45-1726281268-19643 ...
	I0914 17:52:47.658923  445498 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0914 17:52:47.659013  445498 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19643-439361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0914 17:52:47.659023  445498 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e in local docker daemon
	I0914 17:52:47.659042  445498 cache.go:56] Caching tarball of preloaded images
	I0914 17:52:47.659135  445498 preload.go:172] Found /home/jenkins/minikube-integration/19643-439361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0914 17:52:47.659146  445498 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on crio
	I0914 17:52:47.659533  445498 profile.go:143] Saving config to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/config.json ...
	I0914 17:52:47.659562  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/config.json: {Name:mk8edbd9343a393854ecaed9e74a5b25d54cb1c4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:52:47.675446  445498 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e to local cache
	I0914 17:52:47.675564  445498 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e in local cache directory
	I0914 17:52:47.675591  445498 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e in local cache directory, skipping pull
	I0914 17:52:47.675597  445498 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e exists in cache, skipping pull
	I0914 17:52:47.675609  445498 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e as a tarball
	I0914 17:52:47.675615  445498 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e from local cache
	I0914 17:53:04.917758  445498 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e from cached tarball
	I0914 17:53:04.917798  445498 cache.go:194] Successfully downloaded all kic artifacts
	I0914 17:53:04.917832  445498 start.go:360] acquireMachinesLock for addons-065265: {Name:mk6387ac01c6ade43fb432fa55169f1600b01a51 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0914 17:53:04.918698  445498 start.go:364] duration metric: took 840.936µs to acquireMachinesLock for "addons-065265"
	I0914 17:53:04.918737  445498 start.go:93] Provisioning new machine with config: &{Name:addons-065265 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-065265 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0914 17:53:04.918828  445498 start.go:125] createHost starting for "" (driver="docker")
	I0914 17:53:04.920571  445498 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0914 17:53:04.920819  445498 start.go:159] libmachine.API.Create for "addons-065265" (driver="docker")
	I0914 17:53:04.920852  445498 client.go:168] LocalClient.Create starting
	I0914 17:53:04.920971  445498 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca.pem
	I0914 17:53:05.563412  445498 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/cert.pem
	I0914 17:53:05.722900  445498 cli_runner.go:164] Run: docker network inspect addons-065265 --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}}]}"
	W0914 17:53:05.737529  445498 cli_runner.go:211] docker network inspect addons-065265 --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
	I0914 17:53:05.737611  445498 network_create.go:284] running [docker network inspect addons-065265] to gather additional debugging logs...
	I0914 17:53:05.737632  445498 cli_runner.go:164] Run: docker network inspect addons-065265
	W0914 17:53:05.750798  445498 cli_runner.go:211] docker network inspect addons-065265 returned with exit code 1
	I0914 17:53:05.750837  445498 network_create.go:287] error running [docker network inspect addons-065265]: docker network inspect addons-065265: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-065265 not found
	I0914 17:53:05.750852  445498 network_create.go:289] output of [docker network inspect addons-065265]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-065265 not found
	
	** /stderr **
	I0914 17:53:05.750954  445498 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}}]}"
	I0914 17:53:05.766094  445498 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:0x40017eba50}
	I0914 17:53:05.766137  445498 network_create.go:124] attempt to create docker network addons-065265 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0914 17:53:05.766191  445498 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-065265 addons-065265
	I0914 17:53:05.844194  445498 network_create.go:108] docker network addons-065265 192.168.49.0/24 created
	I0914 17:53:05.844234  445498 kic.go:121] calculated static IP "192.168.49.2" for the "addons-065265" container
	I0914 17:53:05.844312  445498 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0914 17:53:05.862286  445498 cli_runner.go:164] Run: docker volume create addons-065265 --label name.minikube.sigs.k8s.io=addons-065265 --label created_by.minikube.sigs.k8s.io=true
	I0914 17:53:05.882582  445498 oci.go:103] Successfully created a docker volume addons-065265
	I0914 17:53:05.882681  445498 cli_runner.go:164] Run: docker run --rm --name addons-065265-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-065265 --entrypoint /usr/bin/test -v addons-065265:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e -d /var/lib
	I0914 17:53:07.812184  445498 cli_runner.go:217] Completed: docker run --rm --name addons-065265-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-065265 --entrypoint /usr/bin/test -v addons-065265:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e -d /var/lib: (1.929463586s)
	I0914 17:53:07.812212  445498 oci.go:107] Successfully prepared a docker volume addons-065265
	I0914 17:53:07.812242  445498 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0914 17:53:07.812262  445498 kic.go:194] Starting extracting preloaded images to volume ...
	I0914 17:53:07.812321  445498 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19643-439361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-065265:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e -I lz4 -xf /preloaded.tar -C /extractDir
	I0914 17:53:11.893273  445498 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19643-439361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-065265:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e -I lz4 -xf /preloaded.tar -C /extractDir: (4.080906452s)
	I0914 17:53:11.893306  445498 kic.go:203] duration metric: took 4.081038995s to extract preloaded images to volume ...
	W0914 17:53:11.893444  445498 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0914 17:53:11.893566  445498 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0914 17:53:11.954157  445498 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-065265 --name addons-065265 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-065265 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-065265 --network addons-065265 --ip 192.168.49.2 --volume addons-065265:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e
	I0914 17:53:12.277313  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Running}}
	I0914 17:53:12.304983  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:12.325734  445498 cli_runner.go:164] Run: docker exec addons-065265 stat /var/lib/dpkg/alternatives/iptables
	I0914 17:53:12.398124  445498 oci.go:144] the created container "addons-065265" has a running status.
	I0914 17:53:12.398160  445498 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa...
	I0914 17:53:12.643677  445498 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0914 17:53:12.671630  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:12.696599  445498 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0914 17:53:12.696619  445498 kic_runner.go:114] Args: [docker exec --privileged addons-065265 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0914 17:53:12.778792  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:12.806878  445498 machine.go:93] provisionDockerMachine start ...
	I0914 17:53:12.806971  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:12.831272  445498 main.go:141] libmachine: Using SSH client type: native
	I0914 17:53:12.831551  445498 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33164 <nil> <nil>}
	I0914 17:53:12.831561  445498 main.go:141] libmachine: About to run SSH command:
	hostname
	I0914 17:53:12.835210  445498 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: EOF
	I0914 17:53:15.978679  445498 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-065265
	
	I0914 17:53:15.978704  445498 ubuntu.go:169] provisioning hostname "addons-065265"
	I0914 17:53:15.978774  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:15.996948  445498 main.go:141] libmachine: Using SSH client type: native
	I0914 17:53:15.997187  445498 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33164 <nil> <nil>}
	I0914 17:53:15.997199  445498 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-065265 && echo "addons-065265" | sudo tee /etc/hostname
	I0914 17:53:16.158412  445498 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-065265
	
	I0914 17:53:16.158493  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:16.175700  445498 main.go:141] libmachine: Using SSH client type: native
	I0914 17:53:16.175944  445498 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33164 <nil> <nil>}
	I0914 17:53:16.175965  445498 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-065265' /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-065265/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-065265' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0914 17:53:16.315166  445498 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0914 17:53:16.315193  445498 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19643-439361/.minikube CaCertPath:/home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19643-439361/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19643-439361/.minikube}
	I0914 17:53:16.315215  445498 ubuntu.go:177] setting up certificates
	I0914 17:53:16.315226  445498 provision.go:84] configureAuth start
	I0914 17:53:16.315289  445498 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-065265
	I0914 17:53:16.332017  445498 provision.go:143] copyHostCerts
	I0914 17:53:16.332106  445498 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19643-439361/.minikube/key.pem (1675 bytes)
	I0914 17:53:16.332232  445498 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19643-439361/.minikube/ca.pem (1078 bytes)
	I0914 17:53:16.332294  445498 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19643-439361/.minikube/cert.pem (1123 bytes)
	I0914 17:53:16.332348  445498 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19643-439361/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca-key.pem org=jenkins.addons-065265 san=[127.0.0.1 192.168.49.2 addons-065265 localhost minikube]
	I0914 17:53:16.870650  445498 provision.go:177] copyRemoteCerts
	I0914 17:53:16.870716  445498 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0914 17:53:16.870763  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:16.887937  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:16.987316  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0914 17:53:17.009870  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0914 17:53:17.036989  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0914 17:53:17.061077  445498 provision.go:87] duration metric: took 745.82579ms to configureAuth
	I0914 17:53:17.061104  445498 ubuntu.go:193] setting minikube options for container-runtime
	I0914 17:53:17.061289  445498 config.go:182] Loaded profile config "addons-065265": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0914 17:53:17.061399  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:17.077480  445498 main.go:141] libmachine: Using SSH client type: native
	I0914 17:53:17.077728  445498 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33164 <nil> <nil>}
	I0914 17:53:17.077750  445498 main.go:141] libmachine: About to run SSH command:
	sudo mkdir -p /etc/sysconfig && printf %s "
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
	I0914 17:53:17.315575  445498 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0914 17:53:17.315601  445498 machine.go:96] duration metric: took 4.508703709s to provisionDockerMachine
	I0914 17:53:17.315612  445498 client.go:171] duration metric: took 12.394750277s to LocalClient.Create
	I0914 17:53:17.315630  445498 start.go:167] duration metric: took 12.394811946s to libmachine.API.Create "addons-065265"
	I0914 17:53:17.315643  445498 start.go:293] postStartSetup for "addons-065265" (driver="docker")
	I0914 17:53:17.315654  445498 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]
	I0914 17:53:17.315731  445498 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
	I0914 17:53:17.315778  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:17.332952  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:17.432030  445498 ssh_runner.go:195] Run: cat /etc/os-release
	I0914 17:53:17.434976  445498 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0914 17:53:17.435029  445498 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0914 17:53:17.435041  445498 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0914 17:53:17.435053  445498 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0914 17:53:17.435063  445498 filesync.go:126] Scanning /home/jenkins/minikube-integration/19643-439361/.minikube/addons for local assets ...
	I0914 17:53:17.435128  445498 filesync.go:126] Scanning /home/jenkins/minikube-integration/19643-439361/.minikube/files for local assets ...
	I0914 17:53:17.435151  445498 start.go:296] duration metric: took 119.501347ms for postStartSetup
	I0914 17:53:17.435505  445498 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-065265
	I0914 17:53:17.451158  445498 profile.go:143] Saving config to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/config.json ...
	I0914 17:53:17.451432  445498 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0914 17:53:17.451474  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:17.467533  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:17.559538  445498 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0914 17:53:17.563804  445498 start.go:128] duration metric: took 12.644959839s to createHost
	I0914 17:53:17.563833  445498 start.go:83] releasing machines lock for "addons-065265", held for 12.64511666s
	I0914 17:53:17.563899  445498 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-065265
	I0914 17:53:17.579895  445498 ssh_runner.go:195] Run: cat /version.json
	I0914 17:53:17.579964  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:17.580238  445498 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0914 17:53:17.580297  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:17.607089  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:17.607796  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:17.831219  445498 ssh_runner.go:195] Run: systemctl --version
	I0914 17:53:17.835482  445498 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0914 17:53:17.976453  445498 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0914 17:53:17.980696  445498 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" ;
	I0914 17:53:17.999505  445498 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0914 17:53:17.999583  445498 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%p, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0914 17:53:18.038828  445498 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0914 17:53:18.038849  445498 start.go:495] detecting cgroup driver to use...
	I0914 17:53:18.038883  445498 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0914 17:53:18.038965  445498 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0914 17:53:18.057449  445498 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0914 17:53:18.069550  445498 docker.go:217] disabling cri-docker service (if available) ...
	I0914 17:53:18.069624  445498 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0914 17:53:18.084479  445498 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0914 17:53:18.100162  445498 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0914 17:53:18.189060  445498 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0914 17:53:18.272466  445498 docker.go:233] disabling docker service ...
	I0914 17:53:18.272535  445498 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0914 17:53:18.292655  445498 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0914 17:53:18.303931  445498 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0914 17:53:18.382304  445498 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0914 17:53:18.476816  445498 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0914 17:53:18.488341  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/crio/crio.sock
	" | sudo tee /etc/crictl.yaml"
	I0914 17:53:18.504709  445498 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0914 17:53:18.504818  445498 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.10"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0914 17:53:18.514618  445498 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0914 17:53:18.514699  445498 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0914 17:53:18.524130  445498 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0914 17:53:18.533480  445498 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0914 17:53:18.543550  445498 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0914 17:53:18.554127  445498 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"
	I0914 17:53:18.565023  445498 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"
	I0914 17:53:18.582620  445498 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"
	I0914 17:53:18.593135  445498 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0914 17:53:18.601522  445498 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0914 17:53:18.610441  445498 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0914 17:53:18.694844  445498 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0914 17:53:18.808072  445498 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0914 17:53:18.808191  445498 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0914 17:53:18.811725  445498 start.go:563] Will wait 60s for crictl version
	I0914 17:53:18.811812  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:53:18.815183  445498 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0914 17:53:18.853703  445498 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0914 17:53:18.853833  445498 ssh_runner.go:195] Run: crio --version
	I0914 17:53:18.892556  445498 ssh_runner.go:195] Run: crio --version
	I0914 17:53:18.933010  445498 out.go:177] * Preparing Kubernetes v1.31.1 on CRI-O 1.24.6 ...
	I0914 17:53:18.935414  445498 cli_runner.go:164] Run: docker network inspect addons-065265 --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}}]}"
	I0914 17:53:18.950837  445498 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0914 17:53:18.954451  445498 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""
	I0914 17:53:18.965140  445498 kubeadm.go:883] updating cluster {Name:addons-065265 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-065265 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0914 17:53:18.965257  445498 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0914 17:53:18.965310  445498 ssh_runner.go:195] Run: sudo crictl images --output json
	I0914 17:53:19.039052  445498 crio.go:514] all images are preloaded for cri-o runtime.
	I0914 17:53:19.039077  445498 crio.go:433] Images already preloaded, skipping extraction
	I0914 17:53:19.039139  445498 ssh_runner.go:195] Run: sudo crictl images --output json
	I0914 17:53:19.078918  445498 crio.go:514] all images are preloaded for cri-o runtime.
	I0914 17:53:19.078940  445498 cache_images.go:84] Images are preloaded, skipping loading
	I0914 17:53:19.078949  445498 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 crio true true} ...
	I0914 17:53:19.079051  445498 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.31.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-065265 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.1 ClusterName:addons-065265 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:}
	I0914 17:53:19.079130  445498 ssh_runner.go:195] Run: crio config
	I0914 17:53:19.125330  445498 cni.go:84] Creating CNI manager for ""
	I0914 17:53:19.125354  445498 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0914 17:53:19.125364  445498 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0914 17:53:19.125388  445498 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.31.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-065265 NodeName:addons-065265 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}
	I0914 17:53:19.125534  445498 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-065265"
	  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.31.1
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0914 17:53:19.125609  445498 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
	I0914 17:53:19.134372  445498 binaries.go:44] Found k8s binaries, skipping transfer
	I0914 17:53:19.134445  445498 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0914 17:53:19.143254  445498 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0914 17:53:19.161544  445498 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0914 17:53:19.179467  445498 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0914 17:53:19.198255  445498 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0914 17:53:19.201586  445498 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""
	I0914 17:53:19.212164  445498 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0914 17:53:19.292070  445498 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0914 17:53:19.306302  445498 certs.go:68] Setting up /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265 for IP: 192.168.49.2
	I0914 17:53:19.306332  445498 certs.go:194] generating shared ca certs ...
	I0914 17:53:19.306350  445498 certs.go:226] acquiring lock for ca certs: {Name:mka76fa764db0ed4ada0fe045c12c6233b21abc9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:19.307012  445498 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19643-439361/.minikube/ca.key
	I0914 17:53:19.629747  445498 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19643-439361/.minikube/ca.crt ...
	I0914 17:53:19.629783  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/ca.crt: {Name:mk3b907373c446a78eade414fcb23dfbb9fa8237 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:19.630563  445498 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19643-439361/.minikube/ca.key ...
	I0914 17:53:19.630582  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/ca.key: {Name:mkf3cbeeb8aa86c20c5ae8d2fe2152e7f3f5ec82 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:19.631109  445498 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.key
	I0914 17:53:20.303513  445498 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.crt ...
	I0914 17:53:20.303553  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.crt: {Name:mk623559e114333b6e5020cbcf35e54eac0e8df3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:20.304310  445498 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.key ...
	I0914 17:53:20.304325  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.key: {Name:mk1d1c18f4e7d40c7c584daaecd2d8bceefb9fcc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:20.304865  445498 certs.go:256] generating profile certs ...
	I0914 17:53:20.304932  445498 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.key
	I0914 17:53:20.304963  445498 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt with IP's: []
	I0914 17:53:20.762970  445498 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt ...
	I0914 17:53:20.763020  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: {Name:mk46efd71b3fa97e6d59a6098bd1f122262cb441 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:20.763208  445498 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.key ...
	I0914 17:53:20.763223  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.key: {Name:mk2f9dae8f1d2af8086656ef024e182e519a831e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:20.763754  445498 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.key.ad303a9c
	I0914 17:53:20.763778  445498 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.crt.ad303a9c with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0914 17:53:21.641769  445498 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.crt.ad303a9c ...
	I0914 17:53:21.641802  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.crt.ad303a9c: {Name:mk60bbae87355db1ab3181874dfac365c83f3cf6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:21.642002  445498 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.key.ad303a9c ...
	I0914 17:53:21.642022  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.key.ad303a9c: {Name:mk9ebfbcca5e62a13569637cb873f37049593d97 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:21.642108  445498 certs.go:381] copying /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.crt.ad303a9c -> /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.crt
	I0914 17:53:21.642191  445498 certs.go:385] copying /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.key.ad303a9c -> /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.key
	I0914 17:53:21.642245  445498 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.key
	I0914 17:53:21.642265  445498 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.crt with IP's: []
	I0914 17:53:21.923314  445498 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.crt ...
	I0914 17:53:21.923348  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.crt: {Name:mkf629f999ff13185ada8a77341cad41e430dd05 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:21.924146  445498 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.key ...
	I0914 17:53:21.924167  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.key: {Name:mk07b8bb881d43e233a6589750fd0b77dbb4fa3d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:21.924375  445498 certs.go:484] found cert: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca-key.pem (1679 bytes)
	I0914 17:53:21.924419  445498 certs.go:484] found cert: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca.pem (1078 bytes)
	I0914 17:53:21.924451  445498 certs.go:484] found cert: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/cert.pem (1123 bytes)
	I0914 17:53:21.924480  445498 certs.go:484] found cert: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/key.pem (1675 bytes)
	I0914 17:53:21.925125  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0914 17:53:21.949977  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0914 17:53:21.973643  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0914 17:53:21.997288  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0914 17:53:22.022213  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0914 17:53:22.047556  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0914 17:53:22.071852  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0914 17:53:22.096391  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0914 17:53:22.120150  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0914 17:53:22.144643  445498 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0914 17:53:22.162738  445498 ssh_runner.go:195] Run: openssl version
	I0914 17:53:22.168234  445498 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"
	I0914 17:53:22.177745  445498 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0914 17:53:22.181200  445498 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 14 17:53 /usr/share/ca-certificates/minikubeCA.pem
	I0914 17:53:22.181265  445498 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0914 17:53:22.188150  445498 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"
	I0914 17:53:22.197256  445498 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0914 17:53:22.200474  445498 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
	I0914 17:53:22.200574  445498 kubeadm.go:392] StartCluster: {Name:addons-065265 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-065265 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0914 17:53:22.200697  445498 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0914 17:53:22.200752  445498 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0914 17:53:22.241258  445498 cri.go:89] found id: ""
	I0914 17:53:22.241368  445498 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0914 17:53:22.250347  445498 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0914 17:53:22.259281  445498 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0914 17:53:22.259352  445498 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
	I0914 17:53:22.268301  445498 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
	I0914 17:53:22.268325  445498 kubeadm.go:157] found existing configuration files:
	
	I0914 17:53:22.268400  445498 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0914 17:53:22.277247  445498 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
	I0914 17:53:22.277344  445498 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0914 17:53:22.285852  445498 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0914 17:53:22.294731  445498 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
	I0914 17:53:22.294830  445498 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0914 17:53:22.312633  445498 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0914 17:53:22.321669  445498 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
	I0914 17:53:22.321800  445498 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0914 17:53:22.330009  445498 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0914 17:53:22.338961  445498 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
	I0914 17:53:22.339123  445498 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0914 17:53:22.347447  445498 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.1:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0914 17:53:22.391689  445498 kubeadm.go:310] W0914 17:53:22.391072    1191 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "ClusterConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0914 17:53:22.392647  445498 kubeadm.go:310] W0914 17:53:22.392053    1191 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "InitConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0914 17:53:22.413019  445498 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-1069-aws\n", err: exit status 1
	I0914 17:53:22.478509  445498 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0914 17:53:37.312495  445498 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
	I0914 17:53:37.312564  445498 kubeadm.go:310] [preflight] Running pre-flight checks
	I0914 17:53:37.312697  445498 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0914 17:53:37.312773  445498 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1069-aws
	I0914 17:53:37.312834  445498 kubeadm.go:310] OS: Linux
	I0914 17:53:37.312899  445498 kubeadm.go:310] CGROUPS_CPU: enabled
	I0914 17:53:37.312955  445498 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0914 17:53:37.313008  445498 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0914 17:53:37.313068  445498 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0914 17:53:37.313123  445498 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0914 17:53:37.313181  445498 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0914 17:53:37.313234  445498 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0914 17:53:37.313296  445498 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0914 17:53:37.313345  445498 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0914 17:53:37.313428  445498 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0914 17:53:37.313539  445498 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0914 17:53:37.313651  445498 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0914 17:53:37.313728  445498 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0914 17:53:37.316504  445498 out.go:235]   - Generating certificates and keys ...
	I0914 17:53:37.316599  445498 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0914 17:53:37.316673  445498 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0914 17:53:37.316753  445498 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0914 17:53:37.316821  445498 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0914 17:53:37.316908  445498 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0914 17:53:37.316970  445498 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0914 17:53:37.317031  445498 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0914 17:53:37.317186  445498 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-065265 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0914 17:53:37.317256  445498 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0914 17:53:37.317382  445498 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-065265 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0914 17:53:37.317480  445498 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0914 17:53:37.317601  445498 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0914 17:53:37.317653  445498 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0914 17:53:37.317737  445498 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0914 17:53:37.317819  445498 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0914 17:53:37.317889  445498 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0914 17:53:37.317959  445498 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0914 17:53:37.318040  445498 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0914 17:53:37.318103  445498 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0914 17:53:37.318190  445498 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0914 17:53:37.318268  445498 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0914 17:53:37.320915  445498 out.go:235]   - Booting up control plane ...
	I0914 17:53:37.321189  445498 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0914 17:53:37.321373  445498 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0914 17:53:37.321551  445498 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0914 17:53:37.321695  445498 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0914 17:53:37.321816  445498 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0914 17:53:37.321865  445498 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0914 17:53:37.322025  445498 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0914 17:53:37.322153  445498 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0914 17:53:37.322233  445498 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.501615714s
	I0914 17:53:37.322326  445498 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0914 17:53:37.322399  445498 kubeadm.go:310] [api-check] The API server is healthy after 6.00189867s
	I0914 17:53:37.322518  445498 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0914 17:53:37.322680  445498 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0914 17:53:37.322750  445498 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0914 17:53:37.322985  445498 kubeadm.go:310] [mark-control-plane] Marking the node addons-065265 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0914 17:53:37.323144  445498 kubeadm.go:310] [bootstrap-token] Using token: 1e3i3n.kw9by3o4he5orfor
	I0914 17:53:37.327718  445498 out.go:235]   - Configuring RBAC rules ...
	I0914 17:53:37.327892  445498 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0914 17:53:37.327989  445498 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0914 17:53:37.328132  445498 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
	I0914 17:53:37.328272  445498 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0914 17:53:37.328387  445498 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0914 17:53:37.328473  445498 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0914 17:53:37.328589  445498 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0914 17:53:37.328635  445498 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0914 17:53:37.328680  445498 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0914 17:53:37.328687  445498 kubeadm.go:310] 
	I0914 17:53:37.328746  445498 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0914 17:53:37.328753  445498 kubeadm.go:310] 
	I0914 17:53:37.328830  445498 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0914 17:53:37.328837  445498 kubeadm.go:310] 
	I0914 17:53:37.328862  445498 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0914 17:53:37.328925  445498 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0914 17:53:37.328978  445498 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0914 17:53:37.328987  445498 kubeadm.go:310] 
	I0914 17:53:37.329042  445498 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0914 17:53:37.329049  445498 kubeadm.go:310] 
	I0914 17:53:37.329096  445498 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0914 17:53:37.329104  445498 kubeadm.go:310] 
	I0914 17:53:37.329156  445498 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0914 17:53:37.329232  445498 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0914 17:53:37.329301  445498 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0914 17:53:37.329309  445498 kubeadm.go:310] 
	I0914 17:53:37.329391  445498 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0914 17:53:37.329470  445498 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0914 17:53:37.329477  445498 kubeadm.go:310] 
	I0914 17:53:37.329567  445498 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token 1e3i3n.kw9by3o4he5orfor \
	I0914 17:53:37.329671  445498 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:9c80afbbdae31ae1003732b4edc19da7ee6e0dcf3dfda3c5daf79e9db6f734a3 \
	I0914 17:53:37.329694  445498 kubeadm.go:310] 	--control-plane 
	I0914 17:53:37.329701  445498 kubeadm.go:310] 
	I0914 17:53:37.329785  445498 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0914 17:53:37.329793  445498 kubeadm.go:310] 
	I0914 17:53:37.329874  445498 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 1e3i3n.kw9by3o4he5orfor \
	I0914 17:53:37.329990  445498 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:9c80afbbdae31ae1003732b4edc19da7ee6e0dcf3dfda3c5daf79e9db6f734a3 
	I0914 17:53:37.330003  445498 cni.go:84] Creating CNI manager for ""
	I0914 17:53:37.330011  445498 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0914 17:53:37.332991  445498 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0914 17:53:37.335719  445498 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0914 17:53:37.339736  445498 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.1/kubectl ...
	I0914 17:53:37.339792  445498 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0914 17:53:37.361066  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0914 17:53:37.640206  445498 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0914 17:53:37.640306  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:37.640366  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-065265 minikube.k8s.io/updated_at=2024_09_14T17_53_37_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=fbeeb744274463b05401c917e5ab21bbaf5ef95a minikube.k8s.io/name=addons-065265 minikube.k8s.io/primary=true
	I0914 17:53:37.808999  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:37.809128  445498 ops.go:34] apiserver oom_adj: -16
	I0914 17:53:38.309379  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:38.809366  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:39.309631  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:39.809085  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:40.309112  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:40.810013  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:41.309241  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:41.809967  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:41.903569  445498 kubeadm.go:1113] duration metric: took 4.263359834s to wait for elevateKubeSystemPrivileges
	I0914 17:53:41.903601  445498 kubeadm.go:394] duration metric: took 19.703033411s to StartCluster
	I0914 17:53:41.903620  445498 settings.go:142] acquiring lock: {Name:mkd9f06e2c8388fee2d76cf158f48b22404b1dee Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:41.904229  445498 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19643-439361/kubeconfig
	I0914 17:53:41.904606  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/kubeconfig: {Name:mkba215f6236442a60bf23da3832709b762155cf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:41.904807  445498 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0914 17:53:41.904929  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0914 17:53:41.905170  445498 config.go:182] Loaded profile config "addons-065265": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0914 17:53:41.905208  445498 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:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0914 17:53:41.905296  445498 addons.go:69] Setting yakd=true in profile "addons-065265"
	I0914 17:53:41.905313  445498 addons.go:234] Setting addon yakd=true in "addons-065265"
	I0914 17:53:41.905338  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.905827  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.906001  445498 addons.go:69] Setting inspektor-gadget=true in profile "addons-065265"
	I0914 17:53:41.906024  445498 addons.go:234] Setting addon inspektor-gadget=true in "addons-065265"
	I0914 17:53:41.906155  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.906213  445498 addons.go:69] Setting metrics-server=true in profile "addons-065265"
	I0914 17:53:41.906230  445498 addons.go:234] Setting addon metrics-server=true in "addons-065265"
	I0914 17:53:41.906255  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.906299  445498 addons.go:69] Setting cloud-spanner=true in profile "addons-065265"
	I0914 17:53:41.906321  445498 addons.go:234] Setting addon cloud-spanner=true in "addons-065265"
	I0914 17:53:41.906348  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.906662  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.906782  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.907603  445498 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-065265"
	I0914 17:53:41.907660  445498 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-065265"
	I0914 17:53:41.907702  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.908173  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.908686  445498 addons.go:69] Setting registry=true in profile "addons-065265"
	I0914 17:53:41.908715  445498 addons.go:234] Setting addon registry=true in "addons-065265"
	I0914 17:53:41.908782  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.909214  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.913746  445498 addons.go:69] Setting storage-provisioner=true in profile "addons-065265"
	I0914 17:53:41.913786  445498 addons.go:234] Setting addon storage-provisioner=true in "addons-065265"
	I0914 17:53:41.913830  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.914070  445498 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-065265"
	I0914 17:53:41.914099  445498 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-065265"
	I0914 17:53:41.914406  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.920646  445498 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-065265"
	I0914 17:53:41.921166  445498 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-065265"
	I0914 17:53:41.921766  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.927046  445498 addons.go:69] Setting volcano=true in profile "addons-065265"
	I0914 17:53:41.927087  445498 addons.go:234] Setting addon volcano=true in "addons-065265"
	I0914 17:53:41.927127  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.927640  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.933756  445498 addons.go:69] Setting default-storageclass=true in profile "addons-065265"
	I0914 17:53:41.933813  445498 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-065265"
	I0914 17:53:41.934179  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.940907  445498 addons.go:69] Setting volumesnapshots=true in profile "addons-065265"
	I0914 17:53:41.940942  445498 addons.go:234] Setting addon volumesnapshots=true in "addons-065265"
	I0914 17:53:41.940978  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.946548  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.970589  445498 addons.go:69] Setting gcp-auth=true in profile "addons-065265"
	I0914 17:53:41.970633  445498 mustload.go:65] Loading cluster: addons-065265
	I0914 17:53:41.970874  445498 config.go:182] Loaded profile config "addons-065265": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0914 17:53:41.971157  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.980240  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.990083  445498 addons.go:69] Setting ingress=true in profile "addons-065265"
	I0914 17:53:41.990160  445498 addons.go:234] Setting addon ingress=true in "addons-065265"
	I0914 17:53:41.990236  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.990755  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:42.000908  445498 out.go:177] * Verifying Kubernetes components...
	I0914 17:53:42.014182  445498 addons.go:69] Setting ingress-dns=true in profile "addons-065265"
	I0914 17:53:42.014377  445498 addons.go:234] Setting addon ingress-dns=true in "addons-065265"
	I0914 17:53:42.014474  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:42.015514  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:42.057007  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:42.064557  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:42.075774  445498 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0914 17:53:42.079301  445498 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
	I0914 17:53:42.090653  445498 out.go:177]   - Using image docker.io/registry:2.8.3
	I0914 17:53:42.093382  445498 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0914 17:53:42.093580  445498 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.23
	I0914 17:53:42.111208  445498 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0914 17:53:42.111233  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0914 17:53:42.111334  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	W0914 17:53:42.119444  445498 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0914 17:53:42.123631  445498 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0914 17:53:42.123656  445498 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0914 17:53:42.123731  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.141597  445498 addons.go:234] Setting addon default-storageclass=true in "addons-065265"
	I0914 17:53:42.141731  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:42.142322  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:42.181730  445498 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0914 17:53:42.182801  445498 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-065265"
	I0914 17:53:42.182843  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:42.183307  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:42.199820  445498 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0914 17:53:42.199844  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0914 17:53:42.199917  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.207762  445498 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0914 17:53:42.207801  445498 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0914 17:53:42.207886  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.223417  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:42.235731  445498 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0914 17:53:42.235983  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0914 17:53:42.264089  445498 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
	I0914 17:53:42.264897  445498 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0914 17:53:42.264919  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0914 17:53:42.264984  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.267172  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0914 17:53:42.270180  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0914 17:53:42.270305  445498 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0914 17:53:42.272797  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0914 17:53:42.273061  445498 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0914 17:53:42.273082  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0914 17:53:42.273156  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.283595  445498 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0914 17:53:42.283630  445498 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0914 17:53:42.283701  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.307426  445498 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0914 17:53:42.310509  445498 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0914 17:53:42.310524  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.311899  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0914 17:53:42.314537  445498 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0914 17:53:42.314586  445498 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
	I0914 17:53:42.319177  445498 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0914 17:53:42.319226  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0914 17:53:42.319336  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.323926  445498 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0914 17:53:42.323953  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0914 17:53:42.324022  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.331286  445498 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0914 17:53:42.331312  445498 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0914 17:53:42.331384  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.334360  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0914 17:53:42.343135  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0914 17:53:42.353047  445498 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0914 17:53:42.353068  445498 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0914 17:53:42.353138  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.364407  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0914 17:53:42.374046  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0914 17:53:42.383326  445498 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0914 17:53:42.383470  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0914 17:53:42.383485  445498 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0914 17:53:42.383564  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.431521  445498 out.go:177]   - Using image docker.io/busybox:stable
	I0914 17:53:42.432014  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.448245  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.454821  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.460453  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.468574  445498 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0914 17:53:42.468652  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0914 17:53:42.468757  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.557491  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.565389  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.565412  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.566029  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.570963  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.571103  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.610914  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.612444  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.635947  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0914 17:53:42.710367  445498 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0914 17:53:42.710351  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0914 17:53:42.840256  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0914 17:53:42.879235  445498 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0914 17:53:42.879263  445498 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0914 17:53:42.948526  445498 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0914 17:53:42.948552  445498 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0914 17:53:42.962437  445498 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0914 17:53:42.962471  445498 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0914 17:53:42.974354  445498 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0914 17:53:42.974387  445498 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0914 17:53:42.987250  445498 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0914 17:53:42.987276  445498 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0914 17:53:43.049452  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0914 17:53:43.049480  445498 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0914 17:53:43.053341  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0914 17:53:43.058966  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0914 17:53:43.065770  445498 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0914 17:53:43.065796  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0914 17:53:43.092606  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0914 17:53:43.146044  445498 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0914 17:53:43.146072  445498 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0914 17:53:43.147704  445498 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0914 17:53:43.147734  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0914 17:53:43.161663  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0914 17:53:43.201467  445498 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0914 17:53:43.201508  445498 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0914 17:53:43.208794  445498 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0914 17:53:43.208838  445498 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0914 17:53:43.213130  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0914 17:53:43.238145  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0914 17:53:43.238176  445498 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)
	I0914 17:53:43.298844  445498 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0914 17:53:43.298875  445498 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0914 17:53:43.306244  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0914 17:53:43.342225  445498 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0914 17:53:43.342268  445498 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0914 17:53:43.407746  445498 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0914 17:53:43.407771  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0914 17:53:43.411713  445498 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0914 17:53:43.411740  445498 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0914 17:53:43.421258  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0914 17:53:43.421293  445498 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0914 17:53:43.495154  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0914 17:53:43.495182  445498 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0914 17:53:43.516102  445498 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0914 17:53:43.516130  445498 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0914 17:53:43.564885  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0914 17:53:43.564912  445498 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0914 17:53:43.568773  445498 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0914 17:53:43.568800  445498 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0914 17:53:43.577415  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I0914 17:53:43.643926  445498 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0914 17:53:43.643961  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0914 17:53:43.710167  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0914 17:53:43.710203  445498 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0914 17:53:43.723935  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I0914 17:53:43.746556  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0914 17:53:43.754497  445498 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0914 17:53:43.754543  445498 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0914 17:53:43.810310  445498 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0914 17:53:43.810346  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0914 17:53:43.875469  445498 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0914 17:53:43.875514  445498 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0914 17:53:43.954934  445498 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0914 17:53:43.954977  445498 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0914 17:53:43.960258  445498 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0914 17:53:43.960285  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0914 17:53:44.156047  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0914 17:53:44.193289  445498 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0914 17:53:44.193316  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0914 17:53:44.372301  445498 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0914 17:53:44.372327  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0914 17:53:44.533525  445498 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0914 17:53:44.533575  445498 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0914 17:53:44.726685  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0914 17:53:45.431229  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (2.79524615s)
	I0914 17:53:45.443704  445498 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.73326227s)
	I0914 17:53:45.443841  445498 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.733366998s)
	I0914 17:53:45.443870  445498 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0914 17:53:45.445452  445498 node_ready.go:35] waiting up to 6m0s for node "addons-065265" to be "Ready" ...
	I0914 17:53:46.103708  445498 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-065265" context rescaled to 1 replicas
	I0914 17:53:46.635848  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.795554467s)
	I0914 17:53:46.635908  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (3.58254353s)
	I0914 17:53:47.246971  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.187902799s)
	I0914 17:53:47.247077  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.154448471s)
	I0914 17:53:47.342601  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.180893758s)
	I0914 17:53:47.574887  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:53:48.125687  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.819387872s)
	I0914 17:53:48.125731  445498 addons.go:475] Verifying addon registry=true in "addons-065265"
	I0914 17:53:48.125900  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (4.912741289s)
	I0914 17:53:48.125918  445498 addons.go:475] Verifying addon ingress=true in "addons-065265"
	I0914 17:53:48.126143  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.548690791s)
	I0914 17:53:48.126401  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.402434807s)
	I0914 17:53:48.126804  445498 addons.go:475] Verifying addon metrics-server=true in "addons-065265"
	I0914 17:53:48.129227  445498 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-065265 service yakd-dashboard -n yakd-dashboard
	
	I0914 17:53:48.129300  445498 out.go:177] * Verifying registry addon...
	I0914 17:53:48.129388  445498 out.go:177] * Verifying ingress addon...
	I0914 17:53:48.132949  445498 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0914 17:53:48.133912  445498 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0914 17:53:48.151250  445498 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0914 17:53:48.151320  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:48.151433  445498 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0914 17:53:48.151458  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:48.296799  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.55019519s)
	W0914 17:53:48.296855  445498 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0914 17:53:48.296878  445498 retry.go:31] will retry after 181.098664ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0914 17:53:48.296958  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (4.140877977s)
	I0914 17:53:48.478525  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0914 17:53:48.528798  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (3.802049593s)
	I0914 17:53:48.528835  445498 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-065265"
	I0914 17:53:48.533909  445498 out.go:177] * Verifying csi-hostpath-driver addon...
	I0914 17:53:48.537122  445498 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0914 17:53:48.541211  445498 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0914 17:53:48.541236  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:48.639080  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:48.639638  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:49.046780  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:49.168682  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:49.170235  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:49.541125  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:49.642076  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:49.643135  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:49.949127  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:53:50.045405  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:50.138463  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:50.140028  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:50.542177  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:50.648466  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:50.650538  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:51.041839  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:51.139286  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:51.141835  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:51.543121  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:51.652501  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:51.653539  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:51.662916  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (3.184333714s)
	I0914 17:53:52.018585  445498 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0914 17:53:52.018688  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:52.041992  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:52.042141  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:52.138389  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:52.140319  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:52.159943  445498 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0914 17:53:52.179440  445498 addons.go:234] Setting addon gcp-auth=true in "addons-065265"
	I0914 17:53:52.179536  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:52.180020  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:52.198138  445498 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0914 17:53:52.198201  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:52.215195  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:52.314450  445498 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0914 17:53:52.316994  445498 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0914 17:53:52.319544  445498 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0914 17:53:52.319568  445498 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0914 17:53:52.344288  445498 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0914 17:53:52.344366  445498 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0914 17:53:52.364941  445498 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0914 17:53:52.364961  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0914 17:53:52.385366  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0914 17:53:52.450033  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:53:52.541331  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:52.637933  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:52.638860  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:52.981851  445498 addons.go:475] Verifying addon gcp-auth=true in "addons-065265"
	I0914 17:53:52.984538  445498 out.go:177] * Verifying gcp-auth addon...
	I0914 17:53:52.987963  445498 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0914 17:53:52.991336  445498 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0914 17:53:52.991399  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:53.040832  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:53.136740  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:53.138117  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:53.491943  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:53.541223  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:53.637679  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:53.638942  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:53.991240  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:54.040884  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:54.143752  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:54.145609  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:54.493390  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:54.541515  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:54.638923  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:54.640254  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:54.957789  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:53:54.991318  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:55.041972  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:55.137615  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:55.139350  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:55.491933  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:55.541480  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:55.636872  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:55.638150  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:55.991375  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:56.041017  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:56.137353  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:56.138448  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:56.492012  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:56.541168  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:56.637188  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:56.638281  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:56.991769  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:57.040625  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:57.136953  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:57.137978  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:57.448909  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:53:57.491981  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:57.541221  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:57.637729  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:57.637954  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:57.991745  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:58.041065  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:58.136853  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:58.137933  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:58.491351  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:58.541094  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:58.636954  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:58.638041  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:58.991248  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:59.040662  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:59.136846  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:59.138118  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:59.449469  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:53:59.491722  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:59.540478  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:59.638271  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:59.638383  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:59.992167  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:00.051996  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:00.137997  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:00.139804  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:00.491463  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:00.540816  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:00.637503  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:00.638383  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:00.991996  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:01.041399  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:01.137335  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:01.138603  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:01.491191  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:01.541382  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:01.637017  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:01.637133  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:01.949841  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:01.992410  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:02.041058  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:02.137277  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:02.138323  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:02.492021  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:02.540172  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:02.637019  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:02.637566  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:02.991123  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:03.040452  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:03.137340  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:03.137950  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:03.492269  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:03.540965  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:03.637212  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:03.637983  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:03.991774  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:04.040904  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:04.136626  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:04.137847  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:04.448826  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:04.491599  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:04.540516  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:04.637309  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:04.637848  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:04.991787  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:05.041234  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:05.137259  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:05.138845  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:05.491868  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:05.541368  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:05.637328  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:05.637574  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:05.991464  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:06.041562  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:06.137031  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:06.137995  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:06.449428  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:06.491229  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:06.540648  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:06.637093  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:06.637923  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:06.990930  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:07.040884  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:07.137363  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:07.137887  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:07.491537  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:07.540252  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:07.637351  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:07.638038  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:07.991665  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:08.040716  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:08.137049  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:08.138362  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:08.491878  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:08.540566  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:08.636706  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:08.637638  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:08.948875  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:08.991428  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:09.041505  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:09.138704  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:09.139080  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:09.491882  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:09.540858  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:09.636543  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:09.637783  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:09.996425  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:10.094305  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:10.140016  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:10.142337  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:10.491748  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:10.541482  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:10.637677  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:10.638227  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:10.950038  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:10.990729  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:11.041562  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:11.136854  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:11.146344  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:11.491881  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:11.541552  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:11.650193  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:11.652656  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:11.992442  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:12.040716  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:12.137198  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:12.137980  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:12.492047  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:12.540276  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:12.636975  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:12.637939  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:12.990911  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:13.040839  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:13.136973  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:13.138400  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:13.449519  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:13.491226  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:13.540673  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:13.637631  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:13.638697  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:13.991847  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:14.040856  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:14.137099  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:14.137611  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:14.491545  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:14.541124  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:14.637959  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:14.638501  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:14.991110  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:15.041073  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:15.136996  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:15.137941  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:15.491377  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:15.541150  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:15.637202  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:15.638503  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:15.948771  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:15.992220  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:16.040879  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:16.136454  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:16.137429  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:16.490955  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:16.540759  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:16.637051  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:16.638058  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:16.991483  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:17.041414  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:17.137446  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:17.137543  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:17.491773  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:17.541215  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:17.637779  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:17.638084  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:17.949249  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:17.991627  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:18.041286  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:18.137382  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:18.138342  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:18.491430  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:18.541407  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:18.637333  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:18.638086  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:18.991149  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:19.041424  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:19.136970  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:19.137791  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:19.491328  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:19.540631  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:19.636924  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:19.639338  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:19.991466  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:20.041287  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:20.137314  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:20.138008  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:20.449051  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:20.491613  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:20.540371  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:20.637802  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:20.638027  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:20.991871  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:21.041130  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:21.137053  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:21.137421  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:21.491578  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:21.541060  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:21.637214  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:21.637983  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:21.992048  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:22.040346  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:22.137656  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:22.138220  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:22.449442  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:22.492408  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:22.540814  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:22.636948  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:22.638001  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:22.991330  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:23.040607  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:23.136773  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:23.138032  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:23.491274  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:23.541208  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:23.637375  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:23.638379  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:23.991880  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:24.041039  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:24.137825  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:24.137861  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:24.491391  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:24.540980  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:24.637390  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:24.637731  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:24.948803  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:24.991474  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:25.041395  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:25.137379  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:25.138165  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:25.491431  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:25.541014  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:25.637972  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:25.638320  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:25.955802  445498 node_ready.go:49] node "addons-065265" has status "Ready":"True"
	I0914 17:54:25.955837  445498 node_ready.go:38] duration metric: took 40.510350112s for node "addons-065265" to be "Ready" ...
	I0914 17:54:25.955873  445498 pod_ready.go:36] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0914 17:54:25.984400  445498 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-stkzf" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:26.001785  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:26.049831  445498 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0914 17:54:26.049904  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:26.232624  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:26.233159  445498 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0914 17:54:26.233181  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:26.500631  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:26.609393  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:26.703334  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:26.705936  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:26.993497  445498 pod_ready.go:93] pod "coredns-7c65d6cfc9-stkzf" in "kube-system" namespace has status "Ready":"True"
	I0914 17:54:26.993529  445498 pod_ready.go:82] duration metric: took 1.009090218s for pod "coredns-7c65d6cfc9-stkzf" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:26.993549  445498 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:26.995572  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:26.999956  445498 pod_ready.go:93] pod "etcd-addons-065265" in "kube-system" namespace has status "Ready":"True"
	I0914 17:54:26.999983  445498 pod_ready.go:82] duration metric: took 6.426113ms for pod "etcd-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.000010  445498 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.008080  445498 pod_ready.go:93] pod "kube-apiserver-addons-065265" in "kube-system" namespace has status "Ready":"True"
	I0914 17:54:27.008119  445498 pod_ready.go:82] duration metric: took 8.093765ms for pod "kube-apiserver-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.008131  445498 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.020387  445498 pod_ready.go:93] pod "kube-controller-manager-addons-065265" in "kube-system" namespace has status "Ready":"True"
	I0914 17:54:27.020414  445498 pod_ready.go:82] duration metric: took 12.274506ms for pod "kube-controller-manager-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.020429  445498 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-vn25w" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.042670  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:27.146060  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:27.146703  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:27.184982  445498 pod_ready.go:93] pod "kube-proxy-vn25w" in "kube-system" namespace has status "Ready":"True"
	I0914 17:54:27.185004  445498 pod_ready.go:82] duration metric: took 164.568016ms for pod "kube-proxy-vn25w" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.185016  445498 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.492565  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:27.542712  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:27.548793  445498 pod_ready.go:93] pod "kube-scheduler-addons-065265" in "kube-system" namespace has status "Ready":"True"
	I0914 17:54:27.548862  445498 pod_ready.go:82] duration metric: took 363.838356ms for pod "kube-scheduler-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.548890  445498 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.651752  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:27.653722  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:27.992301  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:28.043338  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:28.137908  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:28.139276  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:28.491800  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:28.542605  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:28.638576  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:28.641413  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:28.992069  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:29.043530  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:29.139184  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:29.140419  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:29.491843  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:29.543339  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:29.557207  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:29.640487  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:29.642468  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:29.992403  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:30.043318  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:30.148661  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:30.151413  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:30.493132  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:30.542481  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:30.637016  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:30.638563  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:30.992013  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:31.043388  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:31.147771  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:31.151518  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:31.500466  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:31.558194  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:31.601137  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:31.636906  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:31.637599  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:31.992099  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:32.042296  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:32.138208  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:32.139523  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:32.491698  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:32.542107  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:32.637185  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:32.638873  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:32.993018  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:33.043173  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:33.139870  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:33.140910  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:33.491343  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:33.542335  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:33.558744  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:33.639540  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:33.640986  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:33.991649  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:34.042378  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:34.137979  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:34.138368  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:34.491462  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:34.544175  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:34.638717  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:34.638810  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:34.991364  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:35.042313  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:35.137878  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:35.138154  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:35.491231  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:35.542010  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:35.638231  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:35.640105  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:35.993314  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:36.047332  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:36.059531  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:36.137799  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:36.138638  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:36.493548  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:36.543286  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:36.638208  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:36.639265  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:36.991908  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:37.043451  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:37.166621  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:37.169007  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:37.491934  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:37.542395  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:37.637249  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:37.639055  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:37.991844  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:38.042557  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:38.065204  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:38.138074  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:38.139063  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:38.493273  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:38.541800  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:38.640261  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:38.641152  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:38.991956  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:39.043092  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:39.140049  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:39.141692  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:39.491980  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:39.542537  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:39.637531  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:39.639240  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:39.991904  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:40.044290  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:40.141398  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:40.143696  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:40.492085  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:40.541986  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:40.556026  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:40.638216  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:40.639800  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:40.992731  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:41.042365  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:41.138257  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:41.139623  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:41.492178  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:41.542028  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:41.637875  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:41.638419  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:41.991932  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:42.042032  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:42.145513  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:42.146764  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:42.491767  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:42.542289  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:42.638225  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:42.639687  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:42.992246  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:43.042652  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:43.060443  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:43.137628  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:43.139401  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:43.491276  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:43.542229  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:43.638354  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:43.640584  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:43.993728  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:44.043287  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:44.139179  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:44.148502  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:44.492531  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:44.543112  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:44.640660  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:44.642089  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:44.992420  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:45.043649  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:45.074779  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:45.139638  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:45.140068  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:45.491268  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:45.543187  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:45.639545  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:45.644932  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:45.992400  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:46.042864  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:46.138831  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:46.139798  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:46.491679  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:46.542835  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:46.638107  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:46.639990  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:46.991762  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:47.046877  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:47.140472  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:47.142060  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:47.492292  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:47.545158  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:47.568278  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:47.639156  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:47.641709  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:47.991746  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:48.043615  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:48.139710  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:48.141907  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:48.492336  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:48.542414  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:48.640094  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:48.641123  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:48.992979  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:49.045731  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:49.141555  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:49.142693  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:49.492383  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:49.543457  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:49.639493  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:49.640963  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:49.991891  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:50.043578  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:50.065757  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:50.139663  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:50.141114  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:50.491593  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:50.542061  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:50.639087  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:50.640637  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:50.991705  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:51.042113  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:51.137189  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:51.138886  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:51.492081  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:51.542126  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:51.637326  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:51.638879  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:51.992550  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:52.042751  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:52.140850  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:52.142085  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:52.492658  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:52.542869  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:52.557169  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:52.641610  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:52.643065  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:52.993848  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:53.043845  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:53.142480  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:53.144403  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:53.498151  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:53.546982  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:53.640337  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:53.641910  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:53.993612  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:54.043864  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:54.143114  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:54.143501  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:54.492823  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:54.542940  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:54.557480  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:54.639658  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:54.640978  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:54.992888  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:55.047425  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:55.139452  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:55.140602  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:55.491571  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:55.542730  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:55.638506  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:55.641990  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:55.992040  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:56.043618  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:56.140269  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:56.142599  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:56.501746  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:56.602681  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:56.637360  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:56.638691  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:56.991071  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:57.041740  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:57.057450  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:57.137305  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:57.139507  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:57.491233  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:57.542194  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:57.639191  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:57.641126  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:57.991433  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:58.043395  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:58.137867  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:58.138489  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:58.491601  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:58.542691  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:58.642296  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:58.643803  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:58.993562  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:59.064459  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:59.095330  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:59.137894  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:59.144802  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:59.491766  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:59.542735  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:59.639799  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:59.641242  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:59.991760  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:00.044105  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:00.142796  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:00.143173  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:00.491715  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:00.543073  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:00.646736  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:00.648452  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:00.991833  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:01.043056  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:01.068798  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:01.140121  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:01.141802  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:01.493068  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:01.542845  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:01.639398  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:01.641407  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:01.992652  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:02.043678  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:02.138690  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:02.140688  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:02.491730  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:02.542770  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:02.642118  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:02.643782  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:02.992655  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:03.042669  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:03.083285  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:03.140631  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:03.141394  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:03.492365  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:03.543746  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:03.639237  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:03.641389  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:03.994490  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:04.043538  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:04.140385  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:04.141338  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:04.492057  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:04.542252  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:04.637646  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:04.638966  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:04.991118  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:05.043381  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:05.138642  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:05.138680  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:05.492471  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:05.541712  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:05.556870  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:05.637608  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:05.639309  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:05.991783  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:06.042081  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:06.138746  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:06.139403  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:06.492149  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:06.550790  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:06.651332  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:06.651757  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:06.992877  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:07.045164  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:07.139257  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:07.140564  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:07.492503  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:07.542463  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:07.640333  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:07.640856  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:07.992168  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:08.042983  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:08.062416  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:08.139695  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:08.141768  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:08.492993  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:08.544780  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:08.639666  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:08.641631  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:08.991579  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:09.095632  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:09.196873  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:09.198536  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:09.492511  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:09.543167  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:09.639328  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:09.640840  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:09.992323  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:10.042819  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:10.138775  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:10.140071  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:10.492005  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:10.542783  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:10.560318  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:10.641197  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:10.642577  445498 kapi.go:107] duration metric: took 1m22.508659467s to wait for kubernetes.io/minikube-addons=registry ...
	I0914 17:55:10.991375  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:11.041925  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:11.137876  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:11.492192  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:11.542019  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:11.637901  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:11.991177  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:12.041797  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:12.137164  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:12.492517  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:12.543060  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:12.638306  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:12.993142  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:13.042471  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:13.074420  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:13.139290  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:13.491618  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:13.545701  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:13.639257  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:13.992464  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:14.095919  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:14.139947  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:14.491957  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:14.543942  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:14.639091  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:14.991378  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:15.048099  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:15.147866  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:15.491814  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:15.542737  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:15.555796  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:15.683529  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:15.992626  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:16.043127  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:16.137239  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:16.493028  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:16.594820  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:16.671592  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:16.992158  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:17.044733  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:17.137563  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:17.492627  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:17.542216  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:17.647612  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:17.996449  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:18.090512  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:18.096093  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:18.150141  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:18.491919  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:18.543426  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:18.662611  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:18.992377  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:19.094232  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:19.137642  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:19.492469  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:19.542342  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:19.638727  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:19.994756  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:20.043947  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:20.138449  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:20.492373  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:20.543098  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:20.560846  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:20.638053  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:20.992269  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:21.042463  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:21.138752  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:21.492639  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:21.542198  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:21.637279  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:21.991483  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:22.041808  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:22.137696  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:22.491696  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:22.542649  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:22.563543  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:22.637800  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:22.992560  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:23.042668  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:23.137973  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:23.492665  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:23.544020  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:23.638060  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:23.991287  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:24.043444  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:24.138369  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:24.491923  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:24.543267  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:24.638801  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:24.991325  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:25.042360  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:25.064839  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:25.139884  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:25.491599  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:25.542217  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:25.638253  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:25.991715  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:26.042558  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:26.137514  445498 kapi.go:107] duration metric: took 1m38.004566541s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0914 17:55:26.492582  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:26.548003  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:26.992451  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:27.042554  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:27.491413  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:27.542427  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:27.555025  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:27.991944  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:28.045113  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:28.492005  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:28.542298  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:28.992619  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:29.042259  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:29.492549  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:29.541964  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:29.991753  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:30.042875  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:30.061836  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:30.492019  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:30.543130  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:30.991643  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:31.043076  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:31.492217  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:31.595185  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:31.992302  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:32.042068  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:32.491994  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:32.543196  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:32.555820  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:32.992307  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:33.042767  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:33.492485  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:33.542165  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:33.992168  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:34.043320  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:34.493279  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:34.544404  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:34.557783  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:34.992253  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:35.043955  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:35.492982  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:35.544721  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:35.995106  445498 kapi.go:107] duration metric: took 1m43.007139916s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0914 17:55:35.998262  445498 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-065265 cluster.
	I0914 17:55:36.000895  445498 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.
	I0914 17:55:36.003474  445498 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0914 17:55:36.042502  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:36.548110  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:37.042632  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:37.056838  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:37.542465  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:38.044596  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:38.542484  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:39.042158  445498 kapi.go:107] duration metric: took 1m50.50503105s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0914 17:55:39.044976  445498 out.go:177] * Enabled addons: nvidia-device-plugin, cloud-spanner, default-storageclass, storage-provisioner, ingress-dns, storage-provisioner-rancher, metrics-server, yakd, inspektor-gadget, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
	I0914 17:55:39.047495  445498 addons.go:510] duration metric: took 1m57.142276842s for enable addons: enabled=[nvidia-device-plugin cloud-spanner default-storageclass storage-provisioner ingress-dns storage-provisioner-rancher metrics-server yakd inspektor-gadget volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
	I0914 17:55:39.057128  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:41.062805  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:43.555959  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:46.056599  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:48.064725  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:50.555201  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:53.055816  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:55.057483  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:56.570207  445498 pod_ready.go:93] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"True"
	I0914 17:55:56.570279  445498 pod_ready.go:82] duration metric: took 1m29.021368384s for pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace to be "Ready" ...
	I0914 17:55:56.570333  445498 pod_ready.go:39] duration metric: took 1m30.614423337s 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" ...
	I0914 17:55:56.570369  445498 api_server.go:52] waiting for apiserver process to appear ...
	I0914 17:55:56.570429  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0914 17:55:56.570518  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0914 17:55:56.662874  445498 cri.go:89] found id: "15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b"
	I0914 17:55:56.662947  445498 cri.go:89] found id: ""
	I0914 17:55:56.662970  445498 logs.go:276] 1 containers: [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b]
	I0914 17:55:56.663075  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:56.673619  445498 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0914 17:55:56.673737  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0914 17:55:56.738093  445498 cri.go:89] found id: "fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80"
	I0914 17:55:56.738164  445498 cri.go:89] found id: ""
	I0914 17:55:56.738187  445498 logs.go:276] 1 containers: [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80]
	I0914 17:55:56.738274  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:56.746488  445498 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0914 17:55:56.746632  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0914 17:55:56.820855  445498 cri.go:89] found id: "d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e"
	I0914 17:55:56.820931  445498 cri.go:89] found id: ""
	I0914 17:55:56.820948  445498 logs.go:276] 1 containers: [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e]
	I0914 17:55:56.821023  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:56.824877  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0914 17:55:56.824991  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0914 17:55:56.880041  445498 cri.go:89] found id: "be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11"
	I0914 17:55:56.880062  445498 cri.go:89] found id: ""
	I0914 17:55:56.880070  445498 logs.go:276] 1 containers: [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11]
	I0914 17:55:56.880126  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:56.884183  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0914 17:55:56.884259  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0914 17:55:56.926180  445498 cri.go:89] found id: "1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8"
	I0914 17:55:56.926202  445498 cri.go:89] found id: ""
	I0914 17:55:56.926210  445498 logs.go:276] 1 containers: [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8]
	I0914 17:55:56.926270  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:56.930874  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0914 17:55:56.930948  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0914 17:55:56.983926  445498 cri.go:89] found id: "a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb"
	I0914 17:55:56.983950  445498 cri.go:89] found id: ""
	I0914 17:55:56.983959  445498 logs.go:276] 1 containers: [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb]
	I0914 17:55:56.984024  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:56.987707  445498 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0914 17:55:56.987824  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0914 17:55:57.034412  445498 cri.go:89] found id: "7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac"
	I0914 17:55:57.034437  445498 cri.go:89] found id: ""
	I0914 17:55:57.034445  445498 logs.go:276] 1 containers: [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac]
	I0914 17:55:57.034522  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:57.038506  445498 logs.go:123] Gathering logs for kube-scheduler [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11] ...
	I0914 17:55:57.038578  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11"
	I0914 17:55:57.099988  445498 logs.go:123] Gathering logs for kindnet [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac] ...
	I0914 17:55:57.100018  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac"
	I0914 17:55:57.152822  445498 logs.go:123] Gathering logs for CRI-O ...
	I0914 17:55:57.152854  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0914 17:55:57.251317  445498 logs.go:123] Gathering logs for container status ...
	I0914 17:55:57.251357  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0914 17:55:57.322086  445498 logs.go:123] Gathering logs for etcd [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80] ...
	I0914 17:55:57.322124  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80"
	I0914 17:55:57.415335  445498 logs.go:123] Gathering logs for coredns [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e] ...
	I0914 17:55:57.415457  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e"
	I0914 17:55:57.486582  445498 logs.go:123] Gathering logs for kube-proxy [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8] ...
	I0914 17:55:57.486727  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8"
	I0914 17:55:57.524868  445498 logs.go:123] Gathering logs for kube-controller-manager [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb] ...
	I0914 17:55:57.524898  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb"
	I0914 17:55:57.615146  445498 logs.go:123] Gathering logs for kubelet ...
	I0914 17:55:57.615184  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0914 17:55:57.640334  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:25 addons-065265 kubelet[1490]: W0914 17:54:25.928116    1490 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-065265" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-065265' and this object
	W0914 17:55:57.640605  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:25 addons-065265 kubelet[1490]: E0914 17:54:25.928169    1490 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	W0914 17:55:57.640792  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:25 addons-065265 kubelet[1490]: W0914 17:54:25.930089    1490 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-065265" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-065265' and this object
	W0914 17:55:57.641013  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:25 addons-065265 kubelet[1490]: E0914 17:54:25.930134    1490 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	W0914 17:55:57.641179  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:25 addons-065265 kubelet[1490]: W0914 17:54:25.930549    1490 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-065265" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-065265' and this object
	W0914 17:55:57.641384  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:25 addons-065265 kubelet[1490]: E0914 17:54:25.930581    1490 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	W0914 17:55:57.641553  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:26 addons-065265 kubelet[1490]: W0914 17:54:26.005571    1490 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-065265" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-065265' and this object
	W0914 17:55:57.641759  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:26 addons-065265 kubelet[1490]: E0914 17:54:26.005623    1490 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	I0914 17:55:57.704760  445498 logs.go:123] Gathering logs for dmesg ...
	I0914 17:55:57.704799  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0914 17:55:57.721079  445498 logs.go:123] Gathering logs for describe nodes ...
	I0914 17:55:57.721106  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0914 17:55:57.910506  445498 logs.go:123] Gathering logs for kube-apiserver [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b] ...
	I0914 17:55:57.910539  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b"
	I0914 17:55:57.962803  445498 out.go:358] Setting ErrFile to fd 2...
	I0914 17:55:57.962833  445498 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0914 17:55:57.962892  445498 out.go:270] X Problems detected in kubelet:
	W0914 17:55:57.962909  445498 out.go:270]   Sep 14 17:54:25 addons-065265 kubelet[1490]: E0914 17:54:25.930134    1490 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	W0914 17:55:57.962923  445498 out.go:270]   Sep 14 17:54:25 addons-065265 kubelet[1490]: W0914 17:54:25.930549    1490 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-065265" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-065265' and this object
	W0914 17:55:57.962934  445498 out.go:270]   Sep 14 17:54:25 addons-065265 kubelet[1490]: E0914 17:54:25.930581    1490 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	W0914 17:55:57.962945  445498 out.go:270]   Sep 14 17:54:26 addons-065265 kubelet[1490]: W0914 17:54:26.005571    1490 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-065265" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-065265' and this object
	W0914 17:55:57.962952  445498 out.go:270]   Sep 14 17:54:26 addons-065265 kubelet[1490]: E0914 17:54:26.005623    1490 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	I0914 17:55:57.962957  445498 out.go:358] Setting ErrFile to fd 2...
	I0914 17:55:57.962964  445498 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 17:56:07.964050  445498 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0914 17:56:07.977710  445498 api_server.go:72] duration metric: took 2m26.072869332s to wait for apiserver process to appear ...
	I0914 17:56:07.977737  445498 api_server.go:88] waiting for apiserver healthz status ...
	I0914 17:56:07.977772  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0914 17:56:07.977826  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0914 17:56:08.018423  445498 cri.go:89] found id: "15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b"
	I0914 17:56:08.018450  445498 cri.go:89] found id: ""
	I0914 17:56:08.018459  445498 logs.go:276] 1 containers: [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b]
	I0914 17:56:08.018524  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.023238  445498 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0914 17:56:08.023314  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0914 17:56:08.073669  445498 cri.go:89] found id: "fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80"
	I0914 17:56:08.073693  445498 cri.go:89] found id: ""
	I0914 17:56:08.073701  445498 logs.go:276] 1 containers: [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80]
	I0914 17:56:08.073762  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.077575  445498 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0914 17:56:08.077650  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0914 17:56:08.119470  445498 cri.go:89] found id: "d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e"
	I0914 17:56:08.119494  445498 cri.go:89] found id: ""
	I0914 17:56:08.119501  445498 logs.go:276] 1 containers: [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e]
	I0914 17:56:08.119560  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.123053  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0914 17:56:08.123138  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0914 17:56:08.161849  445498 cri.go:89] found id: "be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11"
	I0914 17:56:08.161873  445498 cri.go:89] found id: ""
	I0914 17:56:08.161882  445498 logs.go:276] 1 containers: [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11]
	I0914 17:56:08.161939  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.165765  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0914 17:56:08.165855  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0914 17:56:08.205705  445498 cri.go:89] found id: "1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8"
	I0914 17:56:08.205739  445498 cri.go:89] found id: ""
	I0914 17:56:08.205747  445498 logs.go:276] 1 containers: [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8]
	I0914 17:56:08.205803  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.209265  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0914 17:56:08.209335  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0914 17:56:08.248910  445498 cri.go:89] found id: "a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb"
	I0914 17:56:08.248934  445498 cri.go:89] found id: ""
	I0914 17:56:08.248942  445498 logs.go:276] 1 containers: [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb]
	I0914 17:56:08.249023  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.252434  445498 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0914 17:56:08.252513  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0914 17:56:08.292960  445498 cri.go:89] found id: "7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac"
	I0914 17:56:08.292983  445498 cri.go:89] found id: ""
	I0914 17:56:08.292990  445498 logs.go:276] 1 containers: [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac]
	I0914 17:56:08.293045  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.296519  445498 logs.go:123] Gathering logs for kube-controller-manager [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb] ...
	I0914 17:56:08.296543  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb"
	I0914 17:56:08.388266  445498 logs.go:123] Gathering logs for kindnet [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac] ...
	I0914 17:56:08.388301  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac"
	I0914 17:56:08.428250  445498 logs.go:123] Gathering logs for CRI-O ...
	I0914 17:56:08.428280  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0914 17:56:08.527242  445498 logs.go:123] Gathering logs for container status ...
	I0914 17:56:08.527281  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0914 17:56:08.579342  445498 logs.go:123] Gathering logs for dmesg ...
	I0914 17:56:08.579374  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0914 17:56:08.596387  445498 logs.go:123] Gathering logs for describe nodes ...
	I0914 17:56:08.596420  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0914 17:56:08.749859  445498 logs.go:123] Gathering logs for etcd [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80] ...
	I0914 17:56:08.749888  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80"
	I0914 17:56:08.815792  445498 logs.go:123] Gathering logs for kube-proxy [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8] ...
	I0914 17:56:08.815829  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8"
	I0914 17:56:08.856159  445498 logs.go:123] Gathering logs for kubelet ...
	I0914 17:56:08.856188  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0914 17:56:08.929037  445498 logs.go:123] Gathering logs for kube-apiserver [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b] ...
	I0914 17:56:08.929078  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b"
	I0914 17:56:08.993576  445498 logs.go:123] Gathering logs for coredns [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e] ...
	I0914 17:56:08.993613  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e"
	I0914 17:56:09.035648  445498 logs.go:123] Gathering logs for kube-scheduler [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11] ...
	I0914 17:56:09.035681  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11"
	I0914 17:56:11.604650  445498 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0914 17:56:11.612371  445498 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0914 17:56:11.613378  445498 api_server.go:141] control plane version: v1.31.1
	I0914 17:56:11.613404  445498 api_server.go:131] duration metric: took 3.635658541s to wait for apiserver health ...
	I0914 17:56:11.613413  445498 system_pods.go:43] waiting for kube-system pods to appear ...
	I0914 17:56:11.613435  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0914 17:56:11.613499  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0914 17:56:11.657426  445498 cri.go:89] found id: "15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b"
	I0914 17:56:11.657450  445498 cri.go:89] found id: ""
	I0914 17:56:11.657458  445498 logs.go:276] 1 containers: [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b]
	I0914 17:56:11.657517  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.661285  445498 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0914 17:56:11.661378  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0914 17:56:11.703363  445498 cri.go:89] found id: "fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80"
	I0914 17:56:11.703384  445498 cri.go:89] found id: ""
	I0914 17:56:11.703393  445498 logs.go:276] 1 containers: [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80]
	I0914 17:56:11.703447  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.707028  445498 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0914 17:56:11.707102  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0914 17:56:11.749952  445498 cri.go:89] found id: "d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e"
	I0914 17:56:11.749975  445498 cri.go:89] found id: ""
	I0914 17:56:11.749983  445498 logs.go:276] 1 containers: [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e]
	I0914 17:56:11.750037  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.753443  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0914 17:56:11.753527  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0914 17:56:11.793401  445498 cri.go:89] found id: "be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11"
	I0914 17:56:11.793425  445498 cri.go:89] found id: ""
	I0914 17:56:11.793433  445498 logs.go:276] 1 containers: [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11]
	I0914 17:56:11.793512  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.797214  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0914 17:56:11.797298  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0914 17:56:11.837756  445498 cri.go:89] found id: "1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8"
	I0914 17:56:11.837778  445498 cri.go:89] found id: ""
	I0914 17:56:11.837785  445498 logs.go:276] 1 containers: [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8]
	I0914 17:56:11.837841  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.841458  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0914 17:56:11.841540  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0914 17:56:11.879611  445498 cri.go:89] found id: "a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb"
	I0914 17:56:11.879637  445498 cri.go:89] found id: ""
	I0914 17:56:11.879645  445498 logs.go:276] 1 containers: [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb]
	I0914 17:56:11.879701  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.883304  445498 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0914 17:56:11.883430  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0914 17:56:11.924698  445498 cri.go:89] found id: "7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac"
	I0914 17:56:11.924722  445498 cri.go:89] found id: ""
	I0914 17:56:11.924730  445498 logs.go:276] 1 containers: [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac]
	I0914 17:56:11.924786  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.929973  445498 logs.go:123] Gathering logs for coredns [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e] ...
	I0914 17:56:11.930001  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e"
	I0914 17:56:11.974246  445498 logs.go:123] Gathering logs for kube-scheduler [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11] ...
	I0914 17:56:11.974277  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11"
	I0914 17:56:12.020844  445498 logs.go:123] Gathering logs for kube-controller-manager [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb] ...
	I0914 17:56:12.020885  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb"
	I0914 17:56:12.095892  445498 logs.go:123] Gathering logs for kindnet [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac] ...
	I0914 17:56:12.095931  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac"
	I0914 17:56:12.140629  445498 logs.go:123] Gathering logs for CRI-O ...
	I0914 17:56:12.140659  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0914 17:56:12.237238  445498 logs.go:123] Gathering logs for kubelet ...
	I0914 17:56:12.237276  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0914 17:56:12.311113  445498 logs.go:123] Gathering logs for dmesg ...
	I0914 17:56:12.311153  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0914 17:56:12.329543  445498 logs.go:123] Gathering logs for etcd [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80] ...
	I0914 17:56:12.329574  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80"
	I0914 17:56:12.383968  445498 logs.go:123] Gathering logs for container status ...
	I0914 17:56:12.384002  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0914 17:56:12.436175  445498 logs.go:123] Gathering logs for describe nodes ...
	I0914 17:56:12.436209  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0914 17:56:12.582914  445498 logs.go:123] Gathering logs for kube-apiserver [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b] ...
	I0914 17:56:12.583110  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b"
	I0914 17:56:12.651997  445498 logs.go:123] Gathering logs for kube-proxy [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8] ...
	I0914 17:56:12.652032  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8"
	I0914 17:56:15.208412  445498 system_pods.go:59] 18 kube-system pods found
	I0914 17:56:15.208473  445498 system_pods.go:61] "coredns-7c65d6cfc9-stkzf" [c01f5ec6-bb4c-410f-bc11-53e353bb1580] Running
	I0914 17:56:15.208481  445498 system_pods.go:61] "csi-hostpath-attacher-0" [fe5eeb76-d817-438d-a3c3-7b5f967b60ff] Running
	I0914 17:56:15.208487  445498 system_pods.go:61] "csi-hostpath-resizer-0" [969ed8a9-0797-419b-b538-b7457a5c3eaf] Running
	I0914 17:56:15.208491  445498 system_pods.go:61] "csi-hostpathplugin-pb2ks" [2de30586-27cd-459e-85b3-cc1d0593a925] Running
	I0914 17:56:15.208496  445498 system_pods.go:61] "etcd-addons-065265" [4afe0571-d618-404d-9710-4f3640e6a5d9] Running
	I0914 17:56:15.208507  445498 system_pods.go:61] "kindnet-pnl5w" [67bc9343-0b85-4aec-bd61-61186a147e9e] Running
	I0914 17:56:15.208511  445498 system_pods.go:61] "kube-apiserver-addons-065265" [63ca4974-31d6-41d8-b3f8-9450c7af823e] Running
	I0914 17:56:15.208522  445498 system_pods.go:61] "kube-controller-manager-addons-065265" [8465f2fb-b554-437b-a476-cec7bc0d4e65] Running
	I0914 17:56:15.208527  445498 system_pods.go:61] "kube-ingress-dns-minikube" [e5b36de5-3ee9-4db2-aaf8-7602e1495994] Running
	I0914 17:56:15.208530  445498 system_pods.go:61] "kube-proxy-vn25w" [40186df1-461e-41d1-acad-9ed2dffe9179] Running
	I0914 17:56:15.208536  445498 system_pods.go:61] "kube-scheduler-addons-065265" [498c0752-fe41-4307-bbf7-563d2db21b63] Running
	I0914 17:56:15.208539  445498 system_pods.go:61] "metrics-server-84c5f94fbc-j25xf" [ab49997a-fe73-4336-bdca-8967dd54cab0] Running
	I0914 17:56:15.208544  445498 system_pods.go:61] "nvidia-device-plugin-daemonset-4z858" [4ecbb50c-9636-4322-b57b-e343d4866869] Running
	I0914 17:56:15.208548  445498 system_pods.go:61] "registry-66c9cd494c-crp84" [59a7b2b3-ee70-4751-931d-cced94b764f4] Running
	I0914 17:56:15.208552  445498 system_pods.go:61] "registry-proxy-4kg2w" [952e5582-f7fc-4b10-a0eb-360e8482f1da] Running
	I0914 17:56:15.208558  445498 system_pods.go:61] "snapshot-controller-56fcc65765-24875" [e0654505-e113-41d1-8c23-fe3a662542ae] Running
	I0914 17:56:15.208569  445498 system_pods.go:61] "snapshot-controller-56fcc65765-rs5pw" [79682904-d39c-4e89-a587-b62fea1f8ba7] Running
	I0914 17:56:15.208579  445498 system_pods.go:61] "storage-provisioner" [195efea4-d982-46d2-9876-93388db67c4d] Running
	I0914 17:56:15.208587  445498 system_pods.go:74] duration metric: took 3.595167441s to wait for pod list to return data ...
	I0914 17:56:15.208605  445498 default_sa.go:34] waiting for default service account to be created ...
	I0914 17:56:15.211318  445498 default_sa.go:45] found service account: "default"
	I0914 17:56:15.211343  445498 default_sa.go:55] duration metric: took 2.731557ms for default service account to be created ...
	I0914 17:56:15.211353  445498 system_pods.go:116] waiting for k8s-apps to be running ...
	I0914 17:56:15.223316  445498 system_pods.go:86] 18 kube-system pods found
	I0914 17:56:15.223358  445498 system_pods.go:89] "coredns-7c65d6cfc9-stkzf" [c01f5ec6-bb4c-410f-bc11-53e353bb1580] Running
	I0914 17:56:15.223366  445498 system_pods.go:89] "csi-hostpath-attacher-0" [fe5eeb76-d817-438d-a3c3-7b5f967b60ff] Running
	I0914 17:56:15.223376  445498 system_pods.go:89] "csi-hostpath-resizer-0" [969ed8a9-0797-419b-b538-b7457a5c3eaf] Running
	I0914 17:56:15.223381  445498 system_pods.go:89] "csi-hostpathplugin-pb2ks" [2de30586-27cd-459e-85b3-cc1d0593a925] Running
	I0914 17:56:15.223386  445498 system_pods.go:89] "etcd-addons-065265" [4afe0571-d618-404d-9710-4f3640e6a5d9] Running
	I0914 17:56:15.223391  445498 system_pods.go:89] "kindnet-pnl5w" [67bc9343-0b85-4aec-bd61-61186a147e9e] Running
	I0914 17:56:15.223396  445498 system_pods.go:89] "kube-apiserver-addons-065265" [63ca4974-31d6-41d8-b3f8-9450c7af823e] Running
	I0914 17:56:15.223402  445498 system_pods.go:89] "kube-controller-manager-addons-065265" [8465f2fb-b554-437b-a476-cec7bc0d4e65] Running
	I0914 17:56:15.223406  445498 system_pods.go:89] "kube-ingress-dns-minikube" [e5b36de5-3ee9-4db2-aaf8-7602e1495994] Running
	I0914 17:56:15.223411  445498 system_pods.go:89] "kube-proxy-vn25w" [40186df1-461e-41d1-acad-9ed2dffe9179] Running
	I0914 17:56:15.223425  445498 system_pods.go:89] "kube-scheduler-addons-065265" [498c0752-fe41-4307-bbf7-563d2db21b63] Running
	I0914 17:56:15.223429  445498 system_pods.go:89] "metrics-server-84c5f94fbc-j25xf" [ab49997a-fe73-4336-bdca-8967dd54cab0] Running
	I0914 17:56:15.223433  445498 system_pods.go:89] "nvidia-device-plugin-daemonset-4z858" [4ecbb50c-9636-4322-b57b-e343d4866869] Running
	I0914 17:56:15.223438  445498 system_pods.go:89] "registry-66c9cd494c-crp84" [59a7b2b3-ee70-4751-931d-cced94b764f4] Running
	I0914 17:56:15.223445  445498 system_pods.go:89] "registry-proxy-4kg2w" [952e5582-f7fc-4b10-a0eb-360e8482f1da] Running
	I0914 17:56:15.223449  445498 system_pods.go:89] "snapshot-controller-56fcc65765-24875" [e0654505-e113-41d1-8c23-fe3a662542ae] Running
	I0914 17:56:15.223456  445498 system_pods.go:89] "snapshot-controller-56fcc65765-rs5pw" [79682904-d39c-4e89-a587-b62fea1f8ba7] Running
	I0914 17:56:15.223460  445498 system_pods.go:89] "storage-provisioner" [195efea4-d982-46d2-9876-93388db67c4d] Running
	I0914 17:56:15.223468  445498 system_pods.go:126] duration metric: took 12.109048ms to wait for k8s-apps to be running ...
	I0914 17:56:15.223481  445498 system_svc.go:44] waiting for kubelet service to be running ....
	I0914 17:56:15.223545  445498 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0914 17:56:15.236039  445498 system_svc.go:56] duration metric: took 12.547792ms WaitForService to wait for kubelet
	I0914 17:56:15.236071  445498 kubeadm.go:582] duration metric: took 2m33.331234971s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0914 17:56:15.236090  445498 node_conditions.go:102] verifying NodePressure condition ...
	I0914 17:56:15.239556  445498 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0914 17:56:15.239588  445498 node_conditions.go:123] node cpu capacity is 2
	I0914 17:56:15.239601  445498 node_conditions.go:105] duration metric: took 3.50531ms to run NodePressure ...
	I0914 17:56:15.239646  445498 start.go:241] waiting for startup goroutines ...
	I0914 17:56:15.239654  445498 start.go:246] waiting for cluster config update ...
	I0914 17:56:15.239670  445498 start.go:255] writing updated cluster config ...
	I0914 17:56:15.240019  445498 ssh_runner.go:195] Run: rm -f paused
	I0914 17:56:15.589472  445498 start.go:600] kubectl: 1.31.0, cluster: 1.31.1 (minor skew: 0)
	I0914 17:56:15.594632  445498 out.go:177] * Done! kubectl is now configured to use "addons-065265" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Sep 14 18:08:09 addons-065265 crio[967]: time="2024-09-14 18:08:09.269065002Z" level=warning msg="Allowed annotations are specified for workload []"
	Sep 14 18:08:09 addons-065265 crio[967]: time="2024-09-14 18:08:09.291422888Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/d347cdb694a8bf3db4984cd2a69c8c5efcf55d2083df3c4c400dd0ff6493dda3/merged/etc/passwd: no such file or directory"
	Sep 14 18:08:09 addons-065265 crio[967]: time="2024-09-14 18:08:09.291478115Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/d347cdb694a8bf3db4984cd2a69c8c5efcf55d2083df3c4c400dd0ff6493dda3/merged/etc/group: no such file or directory"
	Sep 14 18:08:09 addons-065265 crio[967]: time="2024-09-14 18:08:09.336041153Z" level=info msg="Created container 38b7803cb93cf5bd90229c73ff7892a39bd0adc9e2752ae5a72195bd1e6e3d9c: default/hello-world-app-55bf9c44b4-75gfv/hello-world-app" id=ef08145f-4015-47c3-8210-7c0a35aa1bc1 name=/runtime.v1.RuntimeService/CreateContainer
	Sep 14 18:08:09 addons-065265 crio[967]: time="2024-09-14 18:08:09.336773079Z" level=info msg="Starting container: 38b7803cb93cf5bd90229c73ff7892a39bd0adc9e2752ae5a72195bd1e6e3d9c" id=e5a31fbf-c78a-4b70-b575-5424f857a48c name=/runtime.v1.RuntimeService/StartContainer
	Sep 14 18:08:09 addons-065265 crio[967]: time="2024-09-14 18:08:09.345697321Z" level=info msg="Started container" PID=8096 containerID=38b7803cb93cf5bd90229c73ff7892a39bd0adc9e2752ae5a72195bd1e6e3d9c description=default/hello-world-app-55bf9c44b4-75gfv/hello-world-app id=e5a31fbf-c78a-4b70-b575-5424f857a48c name=/runtime.v1.RuntimeService/StartContainer sandboxID=50b8605f1413acf1634e29f42961b5c2ca1b16dbbc8bfeae0fb6ba1002217bdb
	Sep 14 18:08:09 addons-065265 crio[967]: time="2024-09-14 18:08:09.889810822Z" level=info msg="Removing container: 4f4e43ca7dc6ee4077e2b6acca328f178c75dcf94d7dc098ab937b427956e583" id=1f140968-9d75-4ad6-a885-214b2743d909 name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 14 18:08:09 addons-065265 crio[967]: time="2024-09-14 18:08:09.919071978Z" level=info msg="Removed container 4f4e43ca7dc6ee4077e2b6acca328f178c75dcf94d7dc098ab937b427956e583: kube-system/kube-ingress-dns-minikube/minikube-ingress-dns" id=1f140968-9d75-4ad6-a885-214b2743d909 name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 14 18:08:11 addons-065265 crio[967]: time="2024-09-14 18:08:11.616102920Z" level=info msg="Stopping container: 2e84742ef8f6cee33b9ffbcdb6608c32323cd2c213fc1eab4d74ad81e2928bbb (timeout: 2s)" id=871bd6c7-3dc2-4283-92a8-8acb1bc1c249 name=/runtime.v1.RuntimeService/StopContainer
	Sep 14 18:08:13 addons-065265 crio[967]: time="2024-09-14 18:08:13.622764887Z" level=warning msg="Stopping container 2e84742ef8f6cee33b9ffbcdb6608c32323cd2c213fc1eab4d74ad81e2928bbb with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=871bd6c7-3dc2-4283-92a8-8acb1bc1c249 name=/runtime.v1.RuntimeService/StopContainer
	Sep 14 18:08:13 addons-065265 conmon[4735]: conmon 2e84742ef8f6cee33b9f <ninfo>: container 4746 exited with status 137
	Sep 14 18:08:13 addons-065265 crio[967]: time="2024-09-14 18:08:13.758355649Z" level=info msg="Stopped container 2e84742ef8f6cee33b9ffbcdb6608c32323cd2c213fc1eab4d74ad81e2928bbb: ingress-nginx/ingress-nginx-controller-bc57996ff-vnbsv/controller" id=871bd6c7-3dc2-4283-92a8-8acb1bc1c249 name=/runtime.v1.RuntimeService/StopContainer
	Sep 14 18:08:13 addons-065265 crio[967]: time="2024-09-14 18:08:13.758855278Z" level=info msg="Stopping pod sandbox: c1b5a72cd59684b9b9e8127ca1947a3409e2067c0cf910270c8cf9f1e01601d3" id=07c0c48d-9cc9-40bb-84e1-3ea59802816a name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 14 18:08:13 addons-065265 crio[967]: time="2024-09-14 18:08:13.762396806Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-D74IQD7PVXWHCWRY - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-IEXZJUY446QWNAJV - [0:0]\n-X KUBE-HP-IEXZJUY446QWNAJV\n-X KUBE-HP-D74IQD7PVXWHCWRY\nCOMMIT\n"
	Sep 14 18:08:13 addons-065265 crio[967]: time="2024-09-14 18:08:13.774721075Z" level=info msg="Closing host port tcp:80"
	Sep 14 18:08:13 addons-065265 crio[967]: time="2024-09-14 18:08:13.774779773Z" level=info msg="Closing host port tcp:443"
	Sep 14 18:08:13 addons-065265 crio[967]: time="2024-09-14 18:08:13.776235650Z" level=info msg="Host port tcp:80 does not have an open socket"
	Sep 14 18:08:13 addons-065265 crio[967]: time="2024-09-14 18:08:13.776265835Z" level=info msg="Host port tcp:443 does not have an open socket"
	Sep 14 18:08:13 addons-065265 crio[967]: time="2024-09-14 18:08:13.776457543Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-bc57996ff-vnbsv Namespace:ingress-nginx ID:c1b5a72cd59684b9b9e8127ca1947a3409e2067c0cf910270c8cf9f1e01601d3 UID:1a60657d-1562-4293-a6ba-d05633af1a4f NetNS:/var/run/netns/39b54aeb-b4aa-4541-ae71-e3526f1b58ed Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Sep 14 18:08:13 addons-065265 crio[967]: time="2024-09-14 18:08:13.776593235Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-bc57996ff-vnbsv from CNI network \"kindnet\" (type=ptp)"
	Sep 14 18:08:13 addons-065265 crio[967]: time="2024-09-14 18:08:13.803513356Z" level=info msg="Stopped pod sandbox: c1b5a72cd59684b9b9e8127ca1947a3409e2067c0cf910270c8cf9f1e01601d3" id=07c0c48d-9cc9-40bb-84e1-3ea59802816a name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 14 18:08:13 addons-065265 crio[967]: time="2024-09-14 18:08:13.901720205Z" level=info msg="Removing container: 2e84742ef8f6cee33b9ffbcdb6608c32323cd2c213fc1eab4d74ad81e2928bbb" id=8140af7d-3f65-46af-8c1b-d0d05624c268 name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 14 18:08:13 addons-065265 crio[967]: time="2024-09-14 18:08:13.919765272Z" level=info msg="Removed container 2e84742ef8f6cee33b9ffbcdb6608c32323cd2c213fc1eab4d74ad81e2928bbb: ingress-nginx/ingress-nginx-controller-bc57996ff-vnbsv/controller" id=8140af7d-3f65-46af-8c1b-d0d05624c268 name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 14 18:08:16 addons-065265 crio[967]: time="2024-09-14 18:08:16.714907963Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=43ec487d-06a4-45ea-b599-9717f10ba503 name=/runtime.v1.ImageService/ImageStatus
	Sep 14 18:08:16 addons-065265 crio[967]: time="2024-09-14 18:08:16.715171865Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=43ec487d-06a4-45ea-b599-9717f10ba503 name=/runtime.v1.ImageService/ImageStatus
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED             STATE               NAME                       ATTEMPT             POD ID              POD
	38b7803cb93cf       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                        9 seconds ago       Running             hello-world-app            0                   50b8605f1413a       hello-world-app-55bf9c44b4-75gfv
	2265a26818f6e       docker.io/library/nginx@sha256:19db381c08a95b2040d5637a65c7a59af6c2f21444b0c8730505280a0255fb53                              2 minutes ago       Running             nginx                      0                   2a2f55ae43859       nginx
	00329fa0e5328       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69                 12 minutes ago      Running             gcp-auth                   0                   9c1d5790c3f70       gcp-auth-89d5ffd79-6mhlx
	01938ed0bc587       gcr.io/cloud-spanner-emulator/emulator@sha256:41ec188288c7943f488600462b2b74002814e52439be82d15de33c3ee4898a58               13 minutes ago      Running             cloud-spanner-emulator     0                   7d8c9957e88f1       cloud-spanner-emulator-769b77f747-25p52
	4475f351430b2       420193b27261a8d37b9fb1faeed45094cefa47e72a7538fd5a6c05e8b5ce192e                                                             13 minutes ago      Exited              patch                      3                   a5678bf831c6c       ingress-nginx-admission-patch-876rp
	8e69fedc5013f       nvcr.io/nvidia/k8s-device-plugin@sha256:cdd05f9d89f0552478d46474005e86b98795ad364664f644225b99d94978e680                     13 minutes ago      Running             nvidia-device-plugin-ctr   0                   325726859b296       nvidia-device-plugin-daemonset-4z858
	b48e2fc0db472       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:7c4c1a6ca8855c524a64983eaf590e126a669ae12df83ad65de281c9beee13d3   13 minutes ago      Exited              create                     0                   0ce4e5c6c356b       ingress-nginx-admission-create-glnhc
	cbf19b801c0f7       registry.k8s.io/metrics-server/metrics-server@sha256:048bcf48fc2cce517a61777e22bac782ba59ea5e9b9a54bcb42dbee99566a91f        13 minutes ago      Running             metrics-server             0                   b1a814569ca23       metrics-server-84c5f94fbc-j25xf
	e5116be3f8bb9       docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98             13 minutes ago      Running             local-path-provisioner     0                   54d8a82ed5fa5       local-path-provisioner-86d989889c-g949b
	a9177d94b6297       docker.io/marcnuri/yakd@sha256:1c961556224d57fc747de0b1874524208e5fb4f8386f23e9c1c4c18e97109f17                              13 minutes ago      Running             yakd                       0                   5316513a62ece       yakd-dashboard-67d98fc6b-hbk9m
	d37842c72db53       2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4                                                             13 minutes ago      Running             coredns                    0                   3beda1d303f49       coredns-7c65d6cfc9-stkzf
	3a218cb2f65a0       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                                             13 minutes ago      Running             storage-provisioner        0                   7493174cf1900       storage-provisioner
	7d967eb827bf4       6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51                                                             14 minutes ago      Running             kindnet-cni                0                   88ca3b8203fc3       kindnet-pnl5w
	1d3465003672e       24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d                                                             14 minutes ago      Running             kube-proxy                 0                   d7bc9d2054704       kube-proxy-vn25w
	fc43eb859bfc6       27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da                                                             14 minutes ago      Running             etcd                       0                   e88f616e32de9       etcd-addons-065265
	a01b35193f305       279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e                                                             14 minutes ago      Running             kube-controller-manager    0                   a3c0d55789513       kube-controller-manager-addons-065265
	15fadc86869aa       d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853                                                             14 minutes ago      Running             kube-apiserver             0                   490eaaec00b54       kube-apiserver-addons-065265
	be7fc9c761b0e       7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d                                                             14 minutes ago      Running             kube-scheduler             0                   986eb2d8686ed       kube-scheduler-addons-065265
	
	
	==> coredns [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e] <==
	[INFO] 10.244.0.15:42124 - 32269 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000064155s
	[INFO] 10.244.0.15:43529 - 4630 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.004831405s
	[INFO] 10.244.0.15:43529 - 50704 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.004020648s
	[INFO] 10.244.0.15:48691 - 16554 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000644574s
	[INFO] 10.244.0.15:48691 - 22454 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000680684s
	[INFO] 10.244.0.15:52985 - 25185 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000756941s
	[INFO] 10.244.0.15:52985 - 54397 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000688988s
	[INFO] 10.244.0.15:35876 - 15358 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000050182s
	[INFO] 10.244.0.15:35876 - 2809 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000050272s
	[INFO] 10.244.0.15:35561 - 1149 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000070447s
	[INFO] 10.244.0.15:35561 - 1407 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000073787s
	[INFO] 10.244.0.15:48381 - 6322 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001883918s
	[INFO] 10.244.0.15:48381 - 37260 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001106514s
	[INFO] 10.244.0.15:53392 - 29450 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000055474s
	[INFO] 10.244.0.15:53392 - 45064 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000136506s
	[INFO] 10.244.0.20:56727 - 58313 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.001437756s
	[INFO] 10.244.0.20:56676 - 39599 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.001505841s
	[INFO] 10.244.0.20:57518 - 34465 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000184284s
	[INFO] 10.244.0.20:40693 - 23708 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000260139s
	[INFO] 10.244.0.20:39359 - 25397 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000171139s
	[INFO] 10.244.0.20:42895 - 34008 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00055235s
	[INFO] 10.244.0.20:49482 - 2393 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003976349s
	[INFO] 10.244.0.20:58862 - 602 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.004446822s
	[INFO] 10.244.0.20:48076 - 26371 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.002339483s
	[INFO] 10.244.0.20:50136 - 47627 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 610 0.001992904s
	
	
	==> describe nodes <==
	Name:               addons-065265
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-065265
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=fbeeb744274463b05401c917e5ab21bbaf5ef95a
	                    minikube.k8s.io/name=addons-065265
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_09_14T17_53_37_0700
	                    minikube.k8s.io/version=v1.34.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-065265
	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:  Sat, 14 Sep 2024 17:53:34 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-065265
	  AcquireTime:     <unset>
	  RenewTime:       Sat, 14 Sep 2024 18:08:14 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Sat, 14 Sep 2024 18:06:10 +0000   Sat, 14 Sep 2024 17:53:31 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Sat, 14 Sep 2024 18:06:10 +0000   Sat, 14 Sep 2024 17:53:31 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Sat, 14 Sep 2024 18:06:10 +0000   Sat, 14 Sep 2024 17:53:31 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Sat, 14 Sep 2024 18:06:10 +0000   Sat, 14 Sep 2024 17:54:25 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-065265
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022304Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022304Ki
	  pods:               110
	System Info:
	  Machine ID:                 16a23e74aa5b464d92cbc73442c647a9
	  System UUID:                6630673f-8986-4f75-9fbb-5dbe7dd9fdbc
	  Boot ID:                    641d344d-3095-4acf-ad25-2210e6e532b0
	  Kernel Version:             5.15.0-1069-aws
	  OS Image:                   Ubuntu 22.04.4 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.31.1
	  Kube-Proxy Version:         v1.31.1
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (17 in total)
	  Namespace                   Name                                       CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                       ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         12m
	  default                     cloud-spanner-emulator-769b77f747-25p52    0 (0%)        0 (0%)      0 (0%)           0 (0%)         14m
	  default                     hello-world-app-55bf9c44b4-75gfv           0 (0%)        0 (0%)      0 (0%)           0 (0%)         12s
	  default                     nginx                                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m33s
	  gcp-auth                    gcp-auth-89d5ffd79-6mhlx                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         14m
	  kube-system                 coredns-7c65d6cfc9-stkzf                   100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     14m
	  kube-system                 etcd-addons-065265                         100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         14m
	  kube-system                 kindnet-pnl5w                              100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      14m
	  kube-system                 kube-apiserver-addons-065265               250m (12%)    0 (0%)      0 (0%)           0 (0%)         14m
	  kube-system                 kube-controller-manager-addons-065265      200m (10%)    0 (0%)      0 (0%)           0 (0%)         14m
	  kube-system                 kube-proxy-vn25w                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         14m
	  kube-system                 kube-scheduler-addons-065265               100m (5%)     0 (0%)      0 (0%)           0 (0%)         14m
	  kube-system                 metrics-server-84c5f94fbc-j25xf            100m (5%)     0 (0%)      200Mi (2%)       0 (0%)         14m
	  kube-system                 nvidia-device-plugin-daemonset-4z858       0 (0%)        0 (0%)      0 (0%)           0 (0%)         13m
	  kube-system                 storage-provisioner                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         14m
	  local-path-storage          local-path-provisioner-86d989889c-g949b    0 (0%)        0 (0%)      0 (0%)           0 (0%)         14m
	  yakd-dashboard              yakd-dashboard-67d98fc6b-hbk9m             0 (0%)        0 (0%)      128Mi (1%)       256Mi (3%)     14m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (47%)  100m (5%)
	  memory             548Mi (6%)  476Mi (6%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	  hugepages-32Mi     0 (0%)      0 (0%)
	  hugepages-64Ki     0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age                From             Message
	  ----     ------                   ----               ----             -------
	  Normal   Starting                 14m                kube-proxy       
	  Normal   NodeHasSufficientMemory  14m (x8 over 14m)  kubelet          Node addons-065265 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    14m (x8 over 14m)  kubelet          Node addons-065265 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     14m (x7 over 14m)  kubelet          Node addons-065265 status is now: NodeHasSufficientPID
	  Normal   Starting                 14m                kubelet          Starting kubelet.
	  Warning  CgroupV1                 14m                kubelet          Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
	  Normal   NodeHasSufficientMemory  14m                kubelet          Node addons-065265 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    14m                kubelet          Node addons-065265 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     14m                kubelet          Node addons-065265 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           14m                node-controller  Node addons-065265 event: Registered Node addons-065265 in Controller
	  Normal   NodeReady                13m                kubelet          Node addons-065265 status is now: NodeReady
	
	
	==> dmesg <==
	[Sep14 17:10] systemd-journald[216]: Failed to send stream file descriptor to service manager: Connection refused
	[Sep14 17:22] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
	
	
	==> etcd [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80] <==
	{"level":"info","ts":"2024-09-14T17:53:45.297739Z","caller":"traceutil/trace.go:171","msg":"trace[900457117] transaction","detail":"{read_only:false; response_revision:388; number_of_response:1; }","duration":"209.537522ms","start":"2024-09-14T17:53:45.088188Z","end":"2024-09-14T17:53:45.297726Z","steps":["trace[900457117] 'process raft request'  (duration: 209.506909ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-14T17:53:45.298044Z","caller":"traceutil/trace.go:171","msg":"trace[100095846] transaction","detail":"{read_only:false; response_revision:385; number_of_response:1; }","duration":"342.210604ms","start":"2024-09-14T17:53:44.955788Z","end":"2024-09-14T17:53:45.297998Z","steps":["trace[100095846] 'process raft request'  (duration: 259.396941ms)","trace[100095846] 'store kv pair into bolt db' {req_type:put; key:/registry/daemonsets/kube-system/nvidia-device-plugin-daemonset; req_size:3125; } (duration: 82.360946ms)"],"step_count":2}
	{"level":"warn","ts":"2024-09-14T17:53:45.298099Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-14T17:53:44.955780Z","time spent":"342.282562ms","remote":"127.0.0.1:48636","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":3128,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/daemonsets/kube-system/nvidia-device-plugin-daemonset\" mod_revision:0 > success:<request_put:<key:\"/registry/daemonsets/kube-system/nvidia-device-plugin-daemonset\" value_size:3057 >> failure:<>"}
	{"level":"info","ts":"2024-09-14T17:53:45.298185Z","caller":"traceutil/trace.go:171","msg":"trace[1798821983] transaction","detail":"{read_only:false; response_revision:386; number_of_response:1; }","duration":"286.493168ms","start":"2024-09-14T17:53:45.011686Z","end":"2024-09-14T17:53:45.298179Z","steps":["trace[1798821983] 'process raft request'  (duration: 285.942188ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-14T17:53:45.298270Z","caller":"traceutil/trace.go:171","msg":"trace[715682236] linearizableReadLoop","detail":"{readStateIndex:396; appliedIndex:393; }","duration":"286.687486ms","start":"2024-09-14T17:53:45.011577Z","end":"2024-09-14T17:53:45.298264Z","steps":["trace[715682236] 'read index received'  (duration: 16.46392ms)","trace[715682236] 'applied index is now lower than readState.Index'  (duration: 270.222877ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-14T17:53:45.298370Z","caller":"traceutil/trace.go:171","msg":"trace[1585943996] transaction","detail":"{read_only:false; response_revision:387; number_of_response:1; }","duration":"210.23926ms","start":"2024-09-14T17:53:45.088125Z","end":"2024-09-14T17:53:45.298364Z","steps":["trace[1585943996] 'process raft request'  (duration: 209.547459ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.298637Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"287.054306ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-14T17:53:45.298662Z","caller":"traceutil/trace.go:171","msg":"trace[1929548251] range","detail":"{range_begin:/registry/apiextensions.k8s.io/customresourcedefinitions; range_end:; response_count:0; response_revision:388; }","duration":"287.092237ms","start":"2024-09-14T17:53:45.011562Z","end":"2024-09-14T17:53:45.298655Z","steps":["trace[1929548251] 'agreement among raft nodes before linearized reading'  (duration: 286.999808ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.298794Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"287.024891ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/minikube-ingress-dns\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-14T17:53:45.298811Z","caller":"traceutil/trace.go:171","msg":"trace[143199256] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/minikube-ingress-dns; range_end:; response_count:0; response_revision:388; }","duration":"287.043877ms","start":"2024-09-14T17:53:45.011762Z","end":"2024-09-14T17:53:45.298806Z","steps":["trace[143199256] 'agreement among raft nodes before linearized reading'  (duration: 286.990889ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.375397Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"271.451168ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-14T17:53:45.375462Z","caller":"traceutil/trace.go:171","msg":"trace[1944825091] range","detail":"{range_begin:/registry/serviceaccounts; range_end:; response_count:0; response_revision:388; }","duration":"347.910758ms","start":"2024-09-14T17:53:45.027534Z","end":"2024-09-14T17:53:45.375444Z","steps":["trace[1944825091] 'agreement among raft nodes before linearized reading'  (duration: 271.438943ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.375492Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-14T17:53:45.027518Z","time spent":"347.963607ms","remote":"127.0.0.1:48390","response type":"/etcdserverpb.KV/Range","request count":0,"request size":29,"response count":0,"response size":29,"request content":"key:\"/registry/serviceaccounts\" limit:1 "}
	{"level":"warn","ts":"2024-09-14T17:53:45.405576Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"393.729987ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-14T17:53:45.405643Z","caller":"traceutil/trace.go:171","msg":"trace[412170767] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:388; }","duration":"393.811947ms","start":"2024-09-14T17:53:45.011819Z","end":"2024-09-14T17:53:45.405631Z","steps":["trace[412170767] 'agreement among raft nodes before linearized reading'  (duration: 386.227465ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.405673Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-14T17:53:45.011807Z","time spent":"393.860019ms","remote":"127.0.0.1:48210","response type":"/etcdserverpb.KV/Range","request count":0,"request size":18,"response count":0,"response size":29,"request content":"key:\"/registry/health\" "}
	{"level":"warn","ts":"2024-09-14T17:53:45.406082Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"378.579756ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/storage-provisioner\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-14T17:53:45.406124Z","caller":"traceutil/trace.go:171","msg":"trace[929361348] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/storage-provisioner; range_end:; response_count:0; response_revision:388; }","duration":"378.623882ms","start":"2024-09-14T17:53:45.027492Z","end":"2024-09-14T17:53:45.406116Z","steps":["trace[929361348] 'agreement among raft nodes before linearized reading'  (duration: 370.517253ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.406144Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-14T17:53:45.027429Z","time spent":"378.708507ms","remote":"127.0.0.1:48390","response type":"/etcdserverpb.KV/Range","request count":0,"request size":59,"response count":0,"response size":29,"request content":"key:\"/registry/serviceaccounts/kube-system/storage-provisioner\" "}
	{"level":"warn","ts":"2024-09-14T17:53:45.406270Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"378.996633ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/registry\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-14T17:53:45.406294Z","caller":"traceutil/trace.go:171","msg":"trace[796369271] range","detail":"{range_begin:/registry/deployments/kube-system/registry; range_end:; response_count:0; response_revision:388; }","duration":"379.035345ms","start":"2024-09-14T17:53:45.027252Z","end":"2024-09-14T17:53:45.406288Z","steps":["trace[796369271] 'agreement among raft nodes before linearized reading'  (duration: 370.788058ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.406310Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-14T17:53:45.011835Z","time spent":"394.470748ms","remote":"127.0.0.1:48632","response type":"/etcdserverpb.KV/Range","request count":0,"request size":44,"response count":0,"response size":29,"request content":"key:\"/registry/deployments/kube-system/registry\" "}
	{"level":"info","ts":"2024-09-14T18:03:32.132234Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1564}
	{"level":"info","ts":"2024-09-14T18:03:32.170150Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1564,"took":"37.19298ms","hash":619991811,"current-db-size-bytes":6520832,"current-db-size":"6.5 MB","current-db-size-in-use-bytes":3502080,"current-db-size-in-use":"3.5 MB"}
	{"level":"info","ts":"2024-09-14T18:03:32.170205Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":619991811,"revision":1564,"compact-revision":-1}
	
	
	==> gcp-auth [00329fa0e5328b3291a9327c7a6cd1163e808df0f8fd75371928ba7c523a32aa] <==
	2024/09/14 17:55:35 GCP Auth Webhook started!
	2024/09/14 17:56:15 Ready to marshal response ...
	2024/09/14 17:56:15 Ready to write response ...
	2024/09/14 17:56:16 Ready to marshal response ...
	2024/09/14 17:56:16 Ready to write response ...
	2024/09/14 17:56:16 Ready to marshal response ...
	2024/09/14 17:56:16 Ready to write response ...
	2024/09/14 18:04:22 Ready to marshal response ...
	2024/09/14 18:04:22 Ready to write response ...
	2024/09/14 18:04:31 Ready to marshal response ...
	2024/09/14 18:04:31 Ready to write response ...
	2024/09/14 18:04:36 Ready to marshal response ...
	2024/09/14 18:04:36 Ready to write response ...
	2024/09/14 18:05:46 Ready to marshal response ...
	2024/09/14 18:05:46 Ready to write response ...
	2024/09/14 18:08:07 Ready to marshal response ...
	2024/09/14 18:08:07 Ready to write response ...
	
	
	==> kernel <==
	 18:08:19 up  1:50,  0 users,  load average: 0.09, 0.34, 1.36
	Linux addons-065265 5.15.0-1069-aws #75~20.04.1-Ubuntu SMP Mon Aug 19 16:22:47 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.4 LTS"
	
	
	==> kindnet [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac] <==
	I0914 18:06:15.305358       1 main.go:299] handling current node
	I0914 18:06:25.301472       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:06:25.301596       1 main.go:299] handling current node
	I0914 18:06:35.309352       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:06:35.309475       1 main.go:299] handling current node
	I0914 18:06:45.301582       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:06:45.301807       1 main.go:299] handling current node
	I0914 18:06:55.301770       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:06:55.301808       1 main.go:299] handling current node
	I0914 18:07:05.308123       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:07:05.308161       1 main.go:299] handling current node
	I0914 18:07:15.307105       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:07:15.307237       1 main.go:299] handling current node
	I0914 18:07:25.301420       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:07:25.301458       1 main.go:299] handling current node
	I0914 18:07:35.308460       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:07:35.308588       1 main.go:299] handling current node
	I0914 18:07:45.301899       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:07:45.302033       1 main.go:299] handling current node
	I0914 18:07:55.301442       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:07:55.301571       1 main.go:299] handling current node
	I0914 18:08:05.307848       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:08:05.307884       1 main.go:299] handling current node
	I0914 18:08:15.305656       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:08:15.305786       1 main.go:299] handling current node
	
	
	==> kube-apiserver [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b] <==
	 > logger="UnhandledError"
	E0914 17:55:56.564681       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.100.115.206:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.100.115.206:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.100.115.206:443: connect: connection refused" logger="UnhandledError"
	E0914 17:55:56.567064       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.100.115.206:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.100.115.206:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.100.115.206:443: connect: connection refused" logger="UnhandledError"
	E0914 17:55:56.574867       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.100.115.206:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.100.115.206:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.100.115.206:443: connect: connection refused" logger="UnhandledError"
	I0914 17:55:56.745494       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	I0914 18:04:32.864133       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0914 18:04:53.394558       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0914 18:04:53.394704       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0914 18:04:53.421465       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0914 18:04:53.421603       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0914 18:04:53.442033       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0914 18:04:53.442079       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0914 18:04:53.497626       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0914 18:04:53.497685       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0914 18:04:53.527214       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0914 18:04:53.527255       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0914 18:04:54.498434       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	W0914 18:04:54.527683       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0914 18:04:54.591284       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	I0914 18:05:40.612468       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0914 18:05:41.660872       1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0914 18:05:46.179692       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0914 18:05:46.491181       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.101.175.75"}
	I0914 18:08:08.139160       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.97.121.157"}
	E0914 18:08:09.911652       1 watch.go:250] "Unhandled Error" err="http2: stream closed" logger="UnhandledError"
	
	
	==> kube-controller-manager [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb] <==
	E0914 18:06:46.125074       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:06:59.465341       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:06:59.465383       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:07:03.338746       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:07:03.338792       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:07:19.418763       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:07:19.418807       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:07:20.817102       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:07:20.817143       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:07:52.072000       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:07:52.072043       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:08:01.930143       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:08:01.930276       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:08:02.240453       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:08:02.240496       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	I0914 18:08:07.880668       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="42.133576ms"
	I0914 18:08:07.902300       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="21.582359ms"
	I0914 18:08:07.902592       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="46.546µs"
	I0914 18:08:09.939989       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="10.394173ms"
	I0914 18:08:09.940935       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="33.968µs"
	I0914 18:08:10.588678       1 job_controller.go:568] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create" delay="0s"
	I0914 18:08:10.593337       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-bc57996ff" duration="4.218µs"
	I0914 18:08:10.599810       1 job_controller.go:568] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch" delay="0s"
	W0914 18:08:14.571526       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:08:14.571566       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	
	
	==> kube-proxy [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8] <==
	I0914 17:53:46.602087       1 server_linux.go:66] "Using iptables proxy"
	I0914 17:53:47.212881       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0914 17:53:47.212950       1 server.go:234] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0914 17:53:47.428885       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0914 17:53:47.429015       1 server_linux.go:169] "Using iptables Proxier"
	I0914 17:53:47.431364       1 proxier.go:255] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0914 17:53:47.431909       1 server.go:483] "Version info" version="v1.31.1"
	I0914 17:53:47.431965       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0914 17:53:47.438499       1 config.go:199] "Starting service config controller"
	I0914 17:53:47.438584       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0914 17:53:47.438612       1 config.go:105] "Starting endpoint slice config controller"
	I0914 17:53:47.438617       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0914 17:53:47.439483       1 config.go:328] "Starting node config controller"
	I0914 17:53:47.439501       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0914 17:53:47.552113       1 shared_informer.go:320] Caches are synced for node config
	I0914 17:53:47.560118       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0914 17:53:47.644816       1 shared_informer.go:320] Caches are synced for service config
	
	
	==> kube-scheduler [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11] <==
	W0914 17:53:34.598078       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0914 17:53:34.598455       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.598145       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
	E0914 17:53:34.598476       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.598213       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
	E0914 17:53:34.598510       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.598253       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0914 17:53:34.598538       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.601405       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
	E0914 17:53:34.602056       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.602212       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E0914 17:53:34.602296       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.602402       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E0914 17:53:34.602458       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.602564       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	E0914 17:53:34.602627       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.602740       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E0914 17:53:34.602802       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.602929       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	E0914 17:53:34.603538       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.603176       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0914 17:53:34.603710       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.603248       1 reflector.go:561] 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
	E0914 17:53:34.603819       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError"
	I0914 17:53:35.791681       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Sep 14 18:08:09 addons-065265 kubelet[1490]: I0914 18:08:09.238241    1490 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-gphzq\" (UniqueName: \"kubernetes.io/projected/e5b36de5-3ee9-4db2-aaf8-7602e1495994-kube-api-access-gphzq\") pod \"e5b36de5-3ee9-4db2-aaf8-7602e1495994\" (UID: \"e5b36de5-3ee9-4db2-aaf8-7602e1495994\") "
	Sep 14 18:08:09 addons-065265 kubelet[1490]: I0914 18:08:09.240213    1490 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/e5b36de5-3ee9-4db2-aaf8-7602e1495994-kube-api-access-gphzq" (OuterVolumeSpecName: "kube-api-access-gphzq") pod "e5b36de5-3ee9-4db2-aaf8-7602e1495994" (UID: "e5b36de5-3ee9-4db2-aaf8-7602e1495994"). InnerVolumeSpecName "kube-api-access-gphzq". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 14 18:08:09 addons-065265 kubelet[1490]: I0914 18:08:09.338602    1490 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-gphzq\" (UniqueName: \"kubernetes.io/projected/e5b36de5-3ee9-4db2-aaf8-7602e1495994-kube-api-access-gphzq\") on node \"addons-065265\" DevicePath \"\""
	Sep 14 18:08:09 addons-065265 kubelet[1490]: I0914 18:08:09.888433    1490 scope.go:117] "RemoveContainer" containerID="4f4e43ca7dc6ee4077e2b6acca328f178c75dcf94d7dc098ab937b427956e583"
	Sep 14 18:08:09 addons-065265 kubelet[1490]: I0914 18:08:09.919406    1490 scope.go:117] "RemoveContainer" containerID="4f4e43ca7dc6ee4077e2b6acca328f178c75dcf94d7dc098ab937b427956e583"
	Sep 14 18:08:09 addons-065265 kubelet[1490]: E0914 18:08:09.919788    1490 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"4f4e43ca7dc6ee4077e2b6acca328f178c75dcf94d7dc098ab937b427956e583\": container with ID starting with 4f4e43ca7dc6ee4077e2b6acca328f178c75dcf94d7dc098ab937b427956e583 not found: ID does not exist" containerID="4f4e43ca7dc6ee4077e2b6acca328f178c75dcf94d7dc098ab937b427956e583"
	Sep 14 18:08:09 addons-065265 kubelet[1490]: I0914 18:08:09.919829    1490 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"4f4e43ca7dc6ee4077e2b6acca328f178c75dcf94d7dc098ab937b427956e583"} err="failed to get container status \"4f4e43ca7dc6ee4077e2b6acca328f178c75dcf94d7dc098ab937b427956e583\": rpc error: code = NotFound desc = could not find container \"4f4e43ca7dc6ee4077e2b6acca328f178c75dcf94d7dc098ab937b427956e583\": container with ID starting with 4f4e43ca7dc6ee4077e2b6acca328f178c75dcf94d7dc098ab937b427956e583 not found: ID does not exist"
	Sep 14 18:08:09 addons-065265 kubelet[1490]: I0914 18:08:09.928013    1490 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-55bf9c44b4-75gfv" podStartSLOduration=1.9001893509999999 podStartE2EDuration="2.927993907s" podCreationTimestamp="2024-09-14 18:08:07 +0000 UTC" firstStartedPulling="2024-09-14 18:08:08.238242801 +0000 UTC m=+871.714767438" lastFinishedPulling="2024-09-14 18:08:09.266047357 +0000 UTC m=+872.742571994" observedRunningTime="2024-09-14 18:08:09.926907956 +0000 UTC m=+873.403432601" watchObservedRunningTime="2024-09-14 18:08:09.927993907 +0000 UTC m=+873.404518552"
	Sep 14 18:08:10 addons-065265 kubelet[1490]: I0914 18:08:10.714454    1490 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="7c27dd26-a7d0-4d1a-8c55-e7aa65d899fb" path="/var/lib/kubelet/pods/7c27dd26-a7d0-4d1a-8c55-e7aa65d899fb/volumes"
	Sep 14 18:08:10 addons-065265 kubelet[1490]: I0914 18:08:10.714948    1490 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="dad26d78-786a-4b2a-8460-32bc51949533" path="/var/lib/kubelet/pods/dad26d78-786a-4b2a-8460-32bc51949533/volumes"
	Sep 14 18:08:10 addons-065265 kubelet[1490]: I0914 18:08:10.715372    1490 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="e5b36de5-3ee9-4db2-aaf8-7602e1495994" path="/var/lib/kubelet/pods/e5b36de5-3ee9-4db2-aaf8-7602e1495994/volumes"
	Sep 14 18:08:13 addons-065265 kubelet[1490]: I0914 18:08:13.869963    1490 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/1a60657d-1562-4293-a6ba-d05633af1a4f-webhook-cert\") pod \"1a60657d-1562-4293-a6ba-d05633af1a4f\" (UID: \"1a60657d-1562-4293-a6ba-d05633af1a4f\") "
	Sep 14 18:08:13 addons-065265 kubelet[1490]: I0914 18:08:13.870014    1490 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-f9ghg\" (UniqueName: \"kubernetes.io/projected/1a60657d-1562-4293-a6ba-d05633af1a4f-kube-api-access-f9ghg\") pod \"1a60657d-1562-4293-a6ba-d05633af1a4f\" (UID: \"1a60657d-1562-4293-a6ba-d05633af1a4f\") "
	Sep 14 18:08:13 addons-065265 kubelet[1490]: I0914 18:08:13.877331    1490 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/1a60657d-1562-4293-a6ba-d05633af1a4f-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "1a60657d-1562-4293-a6ba-d05633af1a4f" (UID: "1a60657d-1562-4293-a6ba-d05633af1a4f"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
	Sep 14 18:08:13 addons-065265 kubelet[1490]: I0914 18:08:13.877337    1490 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/1a60657d-1562-4293-a6ba-d05633af1a4f-kube-api-access-f9ghg" (OuterVolumeSpecName: "kube-api-access-f9ghg") pod "1a60657d-1562-4293-a6ba-d05633af1a4f" (UID: "1a60657d-1562-4293-a6ba-d05633af1a4f"). InnerVolumeSpecName "kube-api-access-f9ghg". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 14 18:08:13 addons-065265 kubelet[1490]: I0914 18:08:13.900102    1490 scope.go:117] "RemoveContainer" containerID="2e84742ef8f6cee33b9ffbcdb6608c32323cd2c213fc1eab4d74ad81e2928bbb"
	Sep 14 18:08:13 addons-065265 kubelet[1490]: I0914 18:08:13.920100    1490 scope.go:117] "RemoveContainer" containerID="2e84742ef8f6cee33b9ffbcdb6608c32323cd2c213fc1eab4d74ad81e2928bbb"
	Sep 14 18:08:13 addons-065265 kubelet[1490]: E0914 18:08:13.920498    1490 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"2e84742ef8f6cee33b9ffbcdb6608c32323cd2c213fc1eab4d74ad81e2928bbb\": container with ID starting with 2e84742ef8f6cee33b9ffbcdb6608c32323cd2c213fc1eab4d74ad81e2928bbb not found: ID does not exist" containerID="2e84742ef8f6cee33b9ffbcdb6608c32323cd2c213fc1eab4d74ad81e2928bbb"
	Sep 14 18:08:13 addons-065265 kubelet[1490]: I0914 18:08:13.920535    1490 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"2e84742ef8f6cee33b9ffbcdb6608c32323cd2c213fc1eab4d74ad81e2928bbb"} err="failed to get container status \"2e84742ef8f6cee33b9ffbcdb6608c32323cd2c213fc1eab4d74ad81e2928bbb\": rpc error: code = NotFound desc = could not find container \"2e84742ef8f6cee33b9ffbcdb6608c32323cd2c213fc1eab4d74ad81e2928bbb\": container with ID starting with 2e84742ef8f6cee33b9ffbcdb6608c32323cd2c213fc1eab4d74ad81e2928bbb not found: ID does not exist"
	Sep 14 18:08:13 addons-065265 kubelet[1490]: I0914 18:08:13.970598    1490 reconciler_common.go:288] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/1a60657d-1562-4293-a6ba-d05633af1a4f-webhook-cert\") on node \"addons-065265\" DevicePath \"\""
	Sep 14 18:08:13 addons-065265 kubelet[1490]: I0914 18:08:13.970638    1490 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-f9ghg\" (UniqueName: \"kubernetes.io/projected/1a60657d-1562-4293-a6ba-d05633af1a4f-kube-api-access-f9ghg\") on node \"addons-065265\" DevicePath \"\""
	Sep 14 18:08:14 addons-065265 kubelet[1490]: I0914 18:08:14.714863    1490 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="1a60657d-1562-4293-a6ba-d05633af1a4f" path="/var/lib/kubelet/pods/1a60657d-1562-4293-a6ba-d05633af1a4f/volumes"
	Sep 14 18:08:16 addons-065265 kubelet[1490]: E0914 18:08:16.715578    1490 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="abf39ebd-a837-4e0c-bce0-263763fddc13"
	Sep 14 18:08:17 addons-065265 kubelet[1490]: E0914 18:08:17.015521    1490 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726337297015232542,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:529272,},InodesUsed:&UInt64Value{Value:201,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 14 18:08:17 addons-065265 kubelet[1490]: E0914 18:08:17.015571    1490 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726337297015232542,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:529272,},InodesUsed:&UInt64Value{Value:201,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	
	
	==> storage-provisioner [3a218cb2f65a028a5033c098850d6f63866b3a945d0acc309f85dcc5d484bd39] <==
	I0914 17:54:26.521552       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0914 17:54:26.573348       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0914 17:54:26.573481       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0914 17:54:26.626498       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0914 17:54:26.652462       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-065265_770485c3-e4b9-415d-9863-17d8e173b497!
	I0914 17:54:26.651175       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"6cd5dcdd-865f-4325-ac90-5494909bb334", APIVersion:"v1", ResourceVersion:"917", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-065265_770485c3-e4b9-415d-9863-17d8e173b497 became leader
	I0914 17:54:26.853314       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-065265_770485c3-e4b9-415d-9863-17d8e173b497!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-065265 -n addons-065265
helpers_test.go:261: (dbg) Run:  kubectl --context addons-065265 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: busybox
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context addons-065265 describe pod busybox
helpers_test.go:282: (dbg) kubectl --context addons-065265 describe pod busybox:

                                                
                                                
-- stdout --
	Name:             busybox
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-065265/192.168.49.2
	Start Time:       Sat, 14 Sep 2024 17:56:16 +0000
	Labels:           integration-test=busybox
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.21
	IPs:
	  IP:  10.244.0.21
	Containers:
	  busybox:
	    Container ID:  
	    Image:         gcr.io/k8s-minikube/busybox:1.28.4-glibc
	    Image ID:      
	    Port:          <none>
	    Host Port:     <none>
	    Command:
	      sleep
	      3600
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:
	      GOOGLE_APPLICATION_CREDENTIALS:  /google-app-creds.json
	      PROJECT_ID:                      this_is_fake
	      GCP_PROJECT:                     this_is_fake
	      GCLOUD_PROJECT:                  this_is_fake
	      GOOGLE_CLOUD_PROJECT:            this_is_fake
	      CLOUDSDK_CORE_PROJECT:           this_is_fake
	    Mounts:
	      /google-app-creds.json from gcp-creds (ro)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-s449j (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-s449j:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	  gcp-creds:
	    Type:          HostPath (bare host directory volume)
	    Path:          /var/lib/minikube/google_application_credentials.json
	    HostPathType:  File
	QoS Class:         BestEffort
	Node-Selectors:    <none>
	Tolerations:       node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
	                   node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
	Events:
	  Type     Reason     Age                  From               Message
	  ----     ------     ----                 ----               -------
	  Normal   Scheduled  12m                  default-scheduler  Successfully assigned default/busybox to addons-065265
	  Normal   Pulling    10m (x4 over 12m)    kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Warning  Failed     10m (x4 over 12m)    kubelet            Failed to pull image "gcr.io/k8s-minikube/busybox:1.28.4-glibc": unable to retrieve auth token: invalid username/password: unauthorized: authentication failed
	  Warning  Failed     10m (x4 over 12m)    kubelet            Error: ErrImagePull
	  Warning  Failed     10m (x6 over 12m)    kubelet            Error: ImagePullBackOff
	  Normal   BackOff    119s (x43 over 12m)  kubelet            Back-off pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"

                                                
                                                
-- /stdout --
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (154.45s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (368.15s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:409: metrics-server stabilized in 6.418478ms
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-84c5f94fbc-j25xf" [ab49997a-fe73-4336-bdca-8967dd54cab0] Running
addons_test.go:411: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 6.00397089s
addons_test.go:417: (dbg) Run:  kubectl --context addons-065265 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-065265 top pods -n kube-system: exit status 1 (120.193175ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-stkzf, age: 11m17.940564543s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-stkzf, age: 11m21.302891718s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-stkzf, age: 11m23.985786793s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-stkzf, age: 11m29.625734483s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-stkzf, age: 11m40.967810333s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-stkzf, age: 11m55.044408731s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-stkzf, age: 12m26.463285317s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-stkzf, age: 13m14.676971832s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-stkzf, age: 13m45.216908673s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-stkzf, age: 14m53.030125516s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-stkzf, age: 16m11.287380876s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-stkzf, age: 17m16.455634403s

                                                
                                                
** /stderr **
addons_test.go:431: failed checking metric server: exit status 1
addons_test.go:434: (dbg) Run:  out/minikube-linux-arm64 -p addons-065265 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-065265
helpers_test.go:235: (dbg) docker inspect addons-065265:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "bcd13610fd30de12bd9c88da0aedbcc76ec9230104da92b2f55bd0d92fecf716",
	        "Created": "2024-09-14T17:53:11.968439943Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 446021,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-09-14T17:53:12.126180053Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:86ef0f8f97fae81f88ea7ff0848cf3d848f7964ac99ca9c948802eb432bfd351",
	        "ResolvConfPath": "/var/lib/docker/containers/bcd13610fd30de12bd9c88da0aedbcc76ec9230104da92b2f55bd0d92fecf716/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/bcd13610fd30de12bd9c88da0aedbcc76ec9230104da92b2f55bd0d92fecf716/hostname",
	        "HostsPath": "/var/lib/docker/containers/bcd13610fd30de12bd9c88da0aedbcc76ec9230104da92b2f55bd0d92fecf716/hosts",
	        "LogPath": "/var/lib/docker/containers/bcd13610fd30de12bd9c88da0aedbcc76ec9230104da92b2f55bd0d92fecf716/bcd13610fd30de12bd9c88da0aedbcc76ec9230104da92b2f55bd0d92fecf716-json.log",
	        "Name": "/addons-065265",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-065265:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-065265",
	            "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/bb246521aef3efc6795f49cf3008ed950b6e4351172273ca2e4d5944cf5fe423-init/diff:/var/lib/docker/overlay2/8d605321b100b3be63b5f55c11d488e1fcd8b090a5611bfb2683e74f9fe55f93/diff",
	                "MergedDir": "/var/lib/docker/overlay2/bb246521aef3efc6795f49cf3008ed950b6e4351172273ca2e4d5944cf5fe423/merged",
	                "UpperDir": "/var/lib/docker/overlay2/bb246521aef3efc6795f49cf3008ed950b6e4351172273ca2e4d5944cf5fe423/diff",
	                "WorkDir": "/var/lib/docker/overlay2/bb246521aef3efc6795f49cf3008ed950b6e4351172273ca2e4d5944cf5fe423/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "volume",
	                "Name": "addons-065265",
	                "Source": "/var/lib/docker/volumes/addons-065265/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            },
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-065265",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e",
	            "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-065265",
	                "name.minikube.sigs.k8s.io": "addons-065265",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "4319e62d4969cd6836c10046fc01c2bdbdcf78e89b5bb442317c694d4a868a34",
	            "SandboxKey": "/var/run/docker/netns/4319e62d4969",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33164"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33165"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33168"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33166"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33167"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-065265": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "11f7cb1a1cef51b43cff2bff9e1797998dad88aecc40124091ff32652b92f5f0",
	                    "EndpointID": "892b7dc4ca98e7839903f96cb0fd81cb057c3d2d047913be11e75f5e693caec8",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-065265",
	                        "bcd13610fd30"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-065265 -n addons-065265
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-arm64 -p addons-065265 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-065265 logs -n 25: (1.761659083s)
helpers_test.go:252: TestAddons/parallel/MetricsServer logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-098853                                                                     | download-only-098853   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| start   | --download-only -p                                                                          | download-docker-573214 | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |                     |
	|         | download-docker-573214                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-573214                                                                   | download-docker-573214 | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-641252   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |                     |
	|         | binary-mirror-641252                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:34275                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-641252                                                                     | binary-mirror-641252   | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| addons  | disable dashboard -p                                                                        | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |                     |
	|         | addons-065265                                                                               |                        |         |         |                     |                     |
	| addons  | enable dashboard -p                                                                         | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |                     |
	|         | addons-065265                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-065265 --wait=true                                                                | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:56 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  | addons-065265 addons                                                                        | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:04 UTC | 14 Sep 24 18:04 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-065265 addons                                                                        | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:04 UTC | 14 Sep 24 18:04 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-065265 ip                                                                            | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:05 UTC | 14 Sep 24 18:05 UTC |
	| addons  | addons-065265 addons disable                                                                | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:05 UTC | 14 Sep 24 18:05 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p                                                                 | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:05 UTC | 14 Sep 24 18:05 UTC |
	|         | addons-065265                                                                               |                        |         |         |                     |                     |
	| ssh     | addons-065265 ssh curl -s                                                                   | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:05 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| ip      | addons-065265 ip                                                                            | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:08 UTC | 14 Sep 24 18:08 UTC |
	| addons  | addons-065265 addons disable                                                                | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:08 UTC | 14 Sep 24 18:08 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-065265 addons disable                                                                | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:08 UTC | 14 Sep 24 18:08 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	| ssh     | addons-065265 ssh cat                                                                       | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:08 UTC | 14 Sep 24 18:08 UTC |
	|         | /opt/local-path-provisioner/pvc-57522e34-fcdf-4d83-95a9-45dff06ae292_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-065265 addons disable                                                                | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:08 UTC | 14 Sep 24 18:09 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-065265 addons disable                                                                | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:09 UTC | 14 Sep 24 18:09 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:09 UTC | 14 Sep 24 18:09 UTC |
	|         | -p addons-065265                                                                            |                        |         |         |                     |                     |
	| addons  | disable cloud-spanner -p                                                                    | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:09 UTC | 14 Sep 24 18:09 UTC |
	|         | addons-065265                                                                               |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:09 UTC | 14 Sep 24 18:09 UTC |
	|         | -p addons-065265                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-065265 addons disable                                                                | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:09 UTC | 14 Sep 24 18:09 UTC |
	|         | headlamp --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-065265 addons                                                                        | addons-065265          | jenkins | v1.34.0 | 14 Sep 24 18:10 UTC | 14 Sep 24 18:10 UTC |
	|         | disable metrics-server                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/14 17:52:47
	Running on machine: ip-172-31-29-130
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0914 17:52:47.464457  445498 out.go:345] Setting OutFile to fd 1 ...
	I0914 17:52:47.464606  445498 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 17:52:47.464617  445498 out.go:358] Setting ErrFile to fd 2...
	I0914 17:52:47.464622  445498 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 17:52:47.464863  445498 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19643-439361/.minikube/bin
	I0914 17:52:47.465329  445498 out.go:352] Setting JSON to false
	I0914 17:52:47.466326  445498 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":5719,"bootTime":1726330649,"procs":170,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1069-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0914 17:52:47.466399  445498 start.go:139] virtualization:  
	I0914 17:52:47.469620  445498 out.go:177] * [addons-065265] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0914 17:52:47.473178  445498 out.go:177]   - MINIKUBE_LOCATION=19643
	I0914 17:52:47.473262  445498 notify.go:220] Checking for updates...
	I0914 17:52:47.478664  445498 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0914 17:52:47.481391  445498 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19643-439361/kubeconfig
	I0914 17:52:47.484022  445498 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19643-439361/.minikube
	I0914 17:52:47.486646  445498 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0914 17:52:47.489233  445498 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0914 17:52:47.492023  445498 driver.go:394] Setting default libvirt URI to qemu:///system
	I0914 17:52:47.521000  445498 docker.go:123] docker version: linux-27.2.1:Docker Engine - Community
	I0914 17:52:47.521125  445498 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0914 17:52:47.576470  445498 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-14 17:52:47.566067959 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1069-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.2.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0914 17:52:47.576618  445498 docker.go:318] overlay module found
	I0914 17:52:47.581065  445498 out.go:177] * Using the docker driver based on user configuration
	I0914 17:52:47.583664  445498 start.go:297] selected driver: docker
	I0914 17:52:47.583688  445498 start.go:901] validating driver "docker" against <nil>
	I0914 17:52:47.583705  445498 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0914 17:52:47.584376  445498 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0914 17:52:47.640429  445498 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-14 17:52:47.629951846 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1069-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.2.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0914 17:52:47.640690  445498 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0914 17:52:47.640987  445498 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]
	I0914 17:52:47.643690  445498 out.go:177] * Using Docker driver with root privileges
	I0914 17:52:47.646309  445498 cni.go:84] Creating CNI manager for ""
	I0914 17:52:47.646386  445498 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0914 17:52:47.646402  445498 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0914 17:52:47.646494  445498 start.go:340] cluster config:
	{Name:addons-065265 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-065265 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0914 17:52:47.651087  445498 out.go:177] * Starting "addons-065265" primary control-plane node in "addons-065265" cluster
	I0914 17:52:47.653636  445498 cache.go:121] Beginning downloading kic base image for docker with crio
	I0914 17:52:47.656321  445498 out.go:177] * Pulling base image v0.0.45-1726281268-19643 ...
	I0914 17:52:47.658923  445498 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0914 17:52:47.659013  445498 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19643-439361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0914 17:52:47.659023  445498 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e in local docker daemon
	I0914 17:52:47.659042  445498 cache.go:56] Caching tarball of preloaded images
	I0914 17:52:47.659135  445498 preload.go:172] Found /home/jenkins/minikube-integration/19643-439361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0914 17:52:47.659146  445498 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on crio
	I0914 17:52:47.659533  445498 profile.go:143] Saving config to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/config.json ...
	I0914 17:52:47.659562  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/config.json: {Name:mk8edbd9343a393854ecaed9e74a5b25d54cb1c4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:52:47.675446  445498 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e to local cache
	I0914 17:52:47.675564  445498 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e in local cache directory
	I0914 17:52:47.675591  445498 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e in local cache directory, skipping pull
	I0914 17:52:47.675597  445498 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e exists in cache, skipping pull
	I0914 17:52:47.675609  445498 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e as a tarball
	I0914 17:52:47.675615  445498 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e from local cache
	I0914 17:53:04.917758  445498 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e from cached tarball
	I0914 17:53:04.917798  445498 cache.go:194] Successfully downloaded all kic artifacts
	I0914 17:53:04.917832  445498 start.go:360] acquireMachinesLock for addons-065265: {Name:mk6387ac01c6ade43fb432fa55169f1600b01a51 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0914 17:53:04.918698  445498 start.go:364] duration metric: took 840.936µs to acquireMachinesLock for "addons-065265"
	I0914 17:53:04.918737  445498 start.go:93] Provisioning new machine with config: &{Name:addons-065265 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-065265 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0914 17:53:04.918828  445498 start.go:125] createHost starting for "" (driver="docker")
	I0914 17:53:04.920571  445498 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0914 17:53:04.920819  445498 start.go:159] libmachine.API.Create for "addons-065265" (driver="docker")
	I0914 17:53:04.920852  445498 client.go:168] LocalClient.Create starting
	I0914 17:53:04.920971  445498 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca.pem
	I0914 17:53:05.563412  445498 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/cert.pem
	I0914 17:53:05.722900  445498 cli_runner.go:164] Run: docker network inspect addons-065265 --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}}]}"
	W0914 17:53:05.737529  445498 cli_runner.go:211] docker network inspect addons-065265 --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
	I0914 17:53:05.737611  445498 network_create.go:284] running [docker network inspect addons-065265] to gather additional debugging logs...
	I0914 17:53:05.737632  445498 cli_runner.go:164] Run: docker network inspect addons-065265
	W0914 17:53:05.750798  445498 cli_runner.go:211] docker network inspect addons-065265 returned with exit code 1
	I0914 17:53:05.750837  445498 network_create.go:287] error running [docker network inspect addons-065265]: docker network inspect addons-065265: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-065265 not found
	I0914 17:53:05.750852  445498 network_create.go:289] output of [docker network inspect addons-065265]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-065265 not found
	
	** /stderr **
	I0914 17:53:05.750954  445498 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}}]}"
	I0914 17:53:05.766094  445498 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:0x40017eba50}
	I0914 17:53:05.766137  445498 network_create.go:124] attempt to create docker network addons-065265 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0914 17:53:05.766191  445498 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-065265 addons-065265
	I0914 17:53:05.844194  445498 network_create.go:108] docker network addons-065265 192.168.49.0/24 created
	I0914 17:53:05.844234  445498 kic.go:121] calculated static IP "192.168.49.2" for the "addons-065265" container
	I0914 17:53:05.844312  445498 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0914 17:53:05.862286  445498 cli_runner.go:164] Run: docker volume create addons-065265 --label name.minikube.sigs.k8s.io=addons-065265 --label created_by.minikube.sigs.k8s.io=true
	I0914 17:53:05.882582  445498 oci.go:103] Successfully created a docker volume addons-065265
	I0914 17:53:05.882681  445498 cli_runner.go:164] Run: docker run --rm --name addons-065265-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-065265 --entrypoint /usr/bin/test -v addons-065265:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e -d /var/lib
	I0914 17:53:07.812184  445498 cli_runner.go:217] Completed: docker run --rm --name addons-065265-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-065265 --entrypoint /usr/bin/test -v addons-065265:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e -d /var/lib: (1.929463586s)
	I0914 17:53:07.812212  445498 oci.go:107] Successfully prepared a docker volume addons-065265
	I0914 17:53:07.812242  445498 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0914 17:53:07.812262  445498 kic.go:194] Starting extracting preloaded images to volume ...
	I0914 17:53:07.812321  445498 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19643-439361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-065265:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e -I lz4 -xf /preloaded.tar -C /extractDir
	I0914 17:53:11.893273  445498 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19643-439361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-065265:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e -I lz4 -xf /preloaded.tar -C /extractDir: (4.080906452s)
	I0914 17:53:11.893306  445498 kic.go:203] duration metric: took 4.081038995s to extract preloaded images to volume ...
	W0914 17:53:11.893444  445498 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0914 17:53:11.893566  445498 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0914 17:53:11.954157  445498 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-065265 --name addons-065265 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-065265 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-065265 --network addons-065265 --ip 192.168.49.2 --volume addons-065265:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e
	I0914 17:53:12.277313  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Running}}
	I0914 17:53:12.304983  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:12.325734  445498 cli_runner.go:164] Run: docker exec addons-065265 stat /var/lib/dpkg/alternatives/iptables
	I0914 17:53:12.398124  445498 oci.go:144] the created container "addons-065265" has a running status.
	I0914 17:53:12.398160  445498 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa...
	I0914 17:53:12.643677  445498 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0914 17:53:12.671630  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:12.696599  445498 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0914 17:53:12.696619  445498 kic_runner.go:114] Args: [docker exec --privileged addons-065265 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0914 17:53:12.778792  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:12.806878  445498 machine.go:93] provisionDockerMachine start ...
	I0914 17:53:12.806971  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:12.831272  445498 main.go:141] libmachine: Using SSH client type: native
	I0914 17:53:12.831551  445498 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33164 <nil> <nil>}
	I0914 17:53:12.831561  445498 main.go:141] libmachine: About to run SSH command:
	hostname
	I0914 17:53:12.835210  445498 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: EOF
	I0914 17:53:15.978679  445498 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-065265
	
	I0914 17:53:15.978704  445498 ubuntu.go:169] provisioning hostname "addons-065265"
	I0914 17:53:15.978774  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:15.996948  445498 main.go:141] libmachine: Using SSH client type: native
	I0914 17:53:15.997187  445498 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33164 <nil> <nil>}
	I0914 17:53:15.997199  445498 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-065265 && echo "addons-065265" | sudo tee /etc/hostname
	I0914 17:53:16.158412  445498 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-065265
	
	I0914 17:53:16.158493  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:16.175700  445498 main.go:141] libmachine: Using SSH client type: native
	I0914 17:53:16.175944  445498 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33164 <nil> <nil>}
	I0914 17:53:16.175965  445498 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-065265' /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-065265/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-065265' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0914 17:53:16.315166  445498 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0914 17:53:16.315193  445498 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19643-439361/.minikube CaCertPath:/home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19643-439361/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19643-439361/.minikube}
	I0914 17:53:16.315215  445498 ubuntu.go:177] setting up certificates
	I0914 17:53:16.315226  445498 provision.go:84] configureAuth start
	I0914 17:53:16.315289  445498 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-065265
	I0914 17:53:16.332017  445498 provision.go:143] copyHostCerts
	I0914 17:53:16.332106  445498 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19643-439361/.minikube/key.pem (1675 bytes)
	I0914 17:53:16.332232  445498 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19643-439361/.minikube/ca.pem (1078 bytes)
	I0914 17:53:16.332294  445498 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19643-439361/.minikube/cert.pem (1123 bytes)
	I0914 17:53:16.332348  445498 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19643-439361/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca-key.pem org=jenkins.addons-065265 san=[127.0.0.1 192.168.49.2 addons-065265 localhost minikube]
	I0914 17:53:16.870650  445498 provision.go:177] copyRemoteCerts
	I0914 17:53:16.870716  445498 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0914 17:53:16.870763  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:16.887937  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:16.987316  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0914 17:53:17.009870  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0914 17:53:17.036989  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0914 17:53:17.061077  445498 provision.go:87] duration metric: took 745.82579ms to configureAuth
	I0914 17:53:17.061104  445498 ubuntu.go:193] setting minikube options for container-runtime
	I0914 17:53:17.061289  445498 config.go:182] Loaded profile config "addons-065265": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0914 17:53:17.061399  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:17.077480  445498 main.go:141] libmachine: Using SSH client type: native
	I0914 17:53:17.077728  445498 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33164 <nil> <nil>}
	I0914 17:53:17.077750  445498 main.go:141] libmachine: About to run SSH command:
	sudo mkdir -p /etc/sysconfig && printf %s "
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
	I0914 17:53:17.315575  445498 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0914 17:53:17.315601  445498 machine.go:96] duration metric: took 4.508703709s to provisionDockerMachine
	I0914 17:53:17.315612  445498 client.go:171] duration metric: took 12.394750277s to LocalClient.Create
	I0914 17:53:17.315630  445498 start.go:167] duration metric: took 12.394811946s to libmachine.API.Create "addons-065265"
	I0914 17:53:17.315643  445498 start.go:293] postStartSetup for "addons-065265" (driver="docker")
	I0914 17:53:17.315654  445498 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]
	I0914 17:53:17.315731  445498 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
	I0914 17:53:17.315778  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:17.332952  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:17.432030  445498 ssh_runner.go:195] Run: cat /etc/os-release
	I0914 17:53:17.434976  445498 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0914 17:53:17.435029  445498 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0914 17:53:17.435041  445498 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0914 17:53:17.435053  445498 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0914 17:53:17.435063  445498 filesync.go:126] Scanning /home/jenkins/minikube-integration/19643-439361/.minikube/addons for local assets ...
	I0914 17:53:17.435128  445498 filesync.go:126] Scanning /home/jenkins/minikube-integration/19643-439361/.minikube/files for local assets ...
	I0914 17:53:17.435151  445498 start.go:296] duration metric: took 119.501347ms for postStartSetup
	I0914 17:53:17.435505  445498 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-065265
	I0914 17:53:17.451158  445498 profile.go:143] Saving config to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/config.json ...
	I0914 17:53:17.451432  445498 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0914 17:53:17.451474  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:17.467533  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:17.559538  445498 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0914 17:53:17.563804  445498 start.go:128] duration metric: took 12.644959839s to createHost
	I0914 17:53:17.563833  445498 start.go:83] releasing machines lock for "addons-065265", held for 12.64511666s
	I0914 17:53:17.563899  445498 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-065265
	I0914 17:53:17.579895  445498 ssh_runner.go:195] Run: cat /version.json
	I0914 17:53:17.579964  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:17.580238  445498 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0914 17:53:17.580297  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:17.607089  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:17.607796  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:17.831219  445498 ssh_runner.go:195] Run: systemctl --version
	I0914 17:53:17.835482  445498 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0914 17:53:17.976453  445498 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0914 17:53:17.980696  445498 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" ;
	I0914 17:53:17.999505  445498 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0914 17:53:17.999583  445498 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%p, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0914 17:53:18.038828  445498 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0914 17:53:18.038849  445498 start.go:495] detecting cgroup driver to use...
	I0914 17:53:18.038883  445498 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0914 17:53:18.038965  445498 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0914 17:53:18.057449  445498 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0914 17:53:18.069550  445498 docker.go:217] disabling cri-docker service (if available) ...
	I0914 17:53:18.069624  445498 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0914 17:53:18.084479  445498 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0914 17:53:18.100162  445498 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0914 17:53:18.189060  445498 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0914 17:53:18.272466  445498 docker.go:233] disabling docker service ...
	I0914 17:53:18.272535  445498 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0914 17:53:18.292655  445498 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0914 17:53:18.303931  445498 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0914 17:53:18.382304  445498 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0914 17:53:18.476816  445498 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0914 17:53:18.488341  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/crio/crio.sock
	" | sudo tee /etc/crictl.yaml"
	I0914 17:53:18.504709  445498 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0914 17:53:18.504818  445498 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.10"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0914 17:53:18.514618  445498 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0914 17:53:18.514699  445498 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0914 17:53:18.524130  445498 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0914 17:53:18.533480  445498 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0914 17:53:18.543550  445498 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0914 17:53:18.554127  445498 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"
	I0914 17:53:18.565023  445498 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"
	I0914 17:53:18.582620  445498 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"
	I0914 17:53:18.593135  445498 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0914 17:53:18.601522  445498 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0914 17:53:18.610441  445498 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0914 17:53:18.694844  445498 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0914 17:53:18.808072  445498 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0914 17:53:18.808191  445498 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0914 17:53:18.811725  445498 start.go:563] Will wait 60s for crictl version
	I0914 17:53:18.811812  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:53:18.815183  445498 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0914 17:53:18.853703  445498 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0914 17:53:18.853833  445498 ssh_runner.go:195] Run: crio --version
	I0914 17:53:18.892556  445498 ssh_runner.go:195] Run: crio --version
	I0914 17:53:18.933010  445498 out.go:177] * Preparing Kubernetes v1.31.1 on CRI-O 1.24.6 ...
	I0914 17:53:18.935414  445498 cli_runner.go:164] Run: docker network inspect addons-065265 --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}}]}"
	I0914 17:53:18.950837  445498 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0914 17:53:18.954451  445498 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""
	I0914 17:53:18.965140  445498 kubeadm.go:883] updating cluster {Name:addons-065265 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-065265 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0914 17:53:18.965257  445498 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0914 17:53:18.965310  445498 ssh_runner.go:195] Run: sudo crictl images --output json
	I0914 17:53:19.039052  445498 crio.go:514] all images are preloaded for cri-o runtime.
	I0914 17:53:19.039077  445498 crio.go:433] Images already preloaded, skipping extraction
	I0914 17:53:19.039139  445498 ssh_runner.go:195] Run: sudo crictl images --output json
	I0914 17:53:19.078918  445498 crio.go:514] all images are preloaded for cri-o runtime.
	I0914 17:53:19.078940  445498 cache_images.go:84] Images are preloaded, skipping loading
	I0914 17:53:19.078949  445498 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 crio true true} ...
	I0914 17:53:19.079051  445498 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.31.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-065265 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.1 ClusterName:addons-065265 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:}
	I0914 17:53:19.079130  445498 ssh_runner.go:195] Run: crio config
	I0914 17:53:19.125330  445498 cni.go:84] Creating CNI manager for ""
	I0914 17:53:19.125354  445498 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0914 17:53:19.125364  445498 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0914 17:53:19.125388  445498 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.31.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-065265 NodeName:addons-065265 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}
	I0914 17:53:19.125534  445498 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-065265"
	  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.31.1
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0914 17:53:19.125609  445498 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
	I0914 17:53:19.134372  445498 binaries.go:44] Found k8s binaries, skipping transfer
	I0914 17:53:19.134445  445498 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0914 17:53:19.143254  445498 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0914 17:53:19.161544  445498 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0914 17:53:19.179467  445498 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0914 17:53:19.198255  445498 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0914 17:53:19.201586  445498 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""
	I0914 17:53:19.212164  445498 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0914 17:53:19.292070  445498 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0914 17:53:19.306302  445498 certs.go:68] Setting up /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265 for IP: 192.168.49.2
	I0914 17:53:19.306332  445498 certs.go:194] generating shared ca certs ...
	I0914 17:53:19.306350  445498 certs.go:226] acquiring lock for ca certs: {Name:mka76fa764db0ed4ada0fe045c12c6233b21abc9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:19.307012  445498 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19643-439361/.minikube/ca.key
	I0914 17:53:19.629747  445498 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19643-439361/.minikube/ca.crt ...
	I0914 17:53:19.629783  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/ca.crt: {Name:mk3b907373c446a78eade414fcb23dfbb9fa8237 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:19.630563  445498 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19643-439361/.minikube/ca.key ...
	I0914 17:53:19.630582  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/ca.key: {Name:mkf3cbeeb8aa86c20c5ae8d2fe2152e7f3f5ec82 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:19.631109  445498 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.key
	I0914 17:53:20.303513  445498 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.crt ...
	I0914 17:53:20.303553  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.crt: {Name:mk623559e114333b6e5020cbcf35e54eac0e8df3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:20.304310  445498 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.key ...
	I0914 17:53:20.304325  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.key: {Name:mk1d1c18f4e7d40c7c584daaecd2d8bceefb9fcc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:20.304865  445498 certs.go:256] generating profile certs ...
	I0914 17:53:20.304932  445498 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.key
	I0914 17:53:20.304963  445498 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt with IP's: []
	I0914 17:53:20.762970  445498 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt ...
	I0914 17:53:20.763020  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: {Name:mk46efd71b3fa97e6d59a6098bd1f122262cb441 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:20.763208  445498 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.key ...
	I0914 17:53:20.763223  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.key: {Name:mk2f9dae8f1d2af8086656ef024e182e519a831e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:20.763754  445498 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.key.ad303a9c
	I0914 17:53:20.763778  445498 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.crt.ad303a9c with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0914 17:53:21.641769  445498 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.crt.ad303a9c ...
	I0914 17:53:21.641802  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.crt.ad303a9c: {Name:mk60bbae87355db1ab3181874dfac365c83f3cf6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:21.642002  445498 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.key.ad303a9c ...
	I0914 17:53:21.642022  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.key.ad303a9c: {Name:mk9ebfbcca5e62a13569637cb873f37049593d97 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:21.642108  445498 certs.go:381] copying /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.crt.ad303a9c -> /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.crt
	I0914 17:53:21.642191  445498 certs.go:385] copying /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.key.ad303a9c -> /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.key
	I0914 17:53:21.642245  445498 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.key
	I0914 17:53:21.642265  445498 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.crt with IP's: []
	I0914 17:53:21.923314  445498 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.crt ...
	I0914 17:53:21.923348  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.crt: {Name:mkf629f999ff13185ada8a77341cad41e430dd05 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:21.924146  445498 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.key ...
	I0914 17:53:21.924167  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.key: {Name:mk07b8bb881d43e233a6589750fd0b77dbb4fa3d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:21.924375  445498 certs.go:484] found cert: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca-key.pem (1679 bytes)
	I0914 17:53:21.924419  445498 certs.go:484] found cert: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/ca.pem (1078 bytes)
	I0914 17:53:21.924451  445498 certs.go:484] found cert: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/cert.pem (1123 bytes)
	I0914 17:53:21.924480  445498 certs.go:484] found cert: /home/jenkins/minikube-integration/19643-439361/.minikube/certs/key.pem (1675 bytes)
	I0914 17:53:21.925125  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0914 17:53:21.949977  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0914 17:53:21.973643  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0914 17:53:21.997288  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0914 17:53:22.022213  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0914 17:53:22.047556  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0914 17:53:22.071852  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0914 17:53:22.096391  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0914 17:53:22.120150  445498 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19643-439361/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0914 17:53:22.144643  445498 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0914 17:53:22.162738  445498 ssh_runner.go:195] Run: openssl version
	I0914 17:53:22.168234  445498 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"
	I0914 17:53:22.177745  445498 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0914 17:53:22.181200  445498 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 14 17:53 /usr/share/ca-certificates/minikubeCA.pem
	I0914 17:53:22.181265  445498 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0914 17:53:22.188150  445498 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"
	I0914 17:53:22.197256  445498 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0914 17:53:22.200474  445498 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
	I0914 17:53:22.200574  445498 kubeadm.go:392] StartCluster: {Name:addons-065265 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-065265 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0914 17:53:22.200697  445498 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0914 17:53:22.200752  445498 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0914 17:53:22.241258  445498 cri.go:89] found id: ""
	I0914 17:53:22.241368  445498 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0914 17:53:22.250347  445498 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0914 17:53:22.259281  445498 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0914 17:53:22.259352  445498 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
	I0914 17:53:22.268301  445498 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
	I0914 17:53:22.268325  445498 kubeadm.go:157] found existing configuration files:
	
	I0914 17:53:22.268400  445498 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0914 17:53:22.277247  445498 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
	I0914 17:53:22.277344  445498 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0914 17:53:22.285852  445498 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0914 17:53:22.294731  445498 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
	I0914 17:53:22.294830  445498 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0914 17:53:22.312633  445498 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0914 17:53:22.321669  445498 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
	I0914 17:53:22.321800  445498 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0914 17:53:22.330009  445498 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0914 17:53:22.338961  445498 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
	I0914 17:53:22.339123  445498 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0914 17:53:22.347447  445498 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.1:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0914 17:53:22.391689  445498 kubeadm.go:310] W0914 17:53:22.391072    1191 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "ClusterConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0914 17:53:22.392647  445498 kubeadm.go:310] W0914 17:53:22.392053    1191 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "InitConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0914 17:53:22.413019  445498 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-1069-aws\n", err: exit status 1
	I0914 17:53:22.478509  445498 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0914 17:53:37.312495  445498 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
	I0914 17:53:37.312564  445498 kubeadm.go:310] [preflight] Running pre-flight checks
	I0914 17:53:37.312697  445498 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0914 17:53:37.312773  445498 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1069-aws
	I0914 17:53:37.312834  445498 kubeadm.go:310] OS: Linux
	I0914 17:53:37.312899  445498 kubeadm.go:310] CGROUPS_CPU: enabled
	I0914 17:53:37.312955  445498 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0914 17:53:37.313008  445498 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0914 17:53:37.313068  445498 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0914 17:53:37.313123  445498 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0914 17:53:37.313181  445498 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0914 17:53:37.313234  445498 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0914 17:53:37.313296  445498 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0914 17:53:37.313345  445498 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0914 17:53:37.313428  445498 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0914 17:53:37.313539  445498 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0914 17:53:37.313651  445498 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0914 17:53:37.313728  445498 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0914 17:53:37.316504  445498 out.go:235]   - Generating certificates and keys ...
	I0914 17:53:37.316599  445498 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0914 17:53:37.316673  445498 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0914 17:53:37.316753  445498 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0914 17:53:37.316821  445498 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0914 17:53:37.316908  445498 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0914 17:53:37.316970  445498 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0914 17:53:37.317031  445498 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0914 17:53:37.317186  445498 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-065265 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0914 17:53:37.317256  445498 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0914 17:53:37.317382  445498 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-065265 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0914 17:53:37.317480  445498 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0914 17:53:37.317601  445498 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0914 17:53:37.317653  445498 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0914 17:53:37.317737  445498 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0914 17:53:37.317819  445498 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0914 17:53:37.317889  445498 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0914 17:53:37.317959  445498 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0914 17:53:37.318040  445498 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0914 17:53:37.318103  445498 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0914 17:53:37.318190  445498 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0914 17:53:37.318268  445498 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0914 17:53:37.320915  445498 out.go:235]   - Booting up control plane ...
	I0914 17:53:37.321189  445498 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0914 17:53:37.321373  445498 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0914 17:53:37.321551  445498 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0914 17:53:37.321695  445498 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0914 17:53:37.321816  445498 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0914 17:53:37.321865  445498 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0914 17:53:37.322025  445498 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0914 17:53:37.322153  445498 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0914 17:53:37.322233  445498 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.501615714s
	I0914 17:53:37.322326  445498 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0914 17:53:37.322399  445498 kubeadm.go:310] [api-check] The API server is healthy after 6.00189867s
	I0914 17:53:37.322518  445498 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0914 17:53:37.322680  445498 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0914 17:53:37.322750  445498 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0914 17:53:37.322985  445498 kubeadm.go:310] [mark-control-plane] Marking the node addons-065265 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0914 17:53:37.323144  445498 kubeadm.go:310] [bootstrap-token] Using token: 1e3i3n.kw9by3o4he5orfor
	I0914 17:53:37.327718  445498 out.go:235]   - Configuring RBAC rules ...
	I0914 17:53:37.327892  445498 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0914 17:53:37.327989  445498 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0914 17:53:37.328132  445498 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
	I0914 17:53:37.328272  445498 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0914 17:53:37.328387  445498 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0914 17:53:37.328473  445498 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0914 17:53:37.328589  445498 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0914 17:53:37.328635  445498 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0914 17:53:37.328680  445498 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0914 17:53:37.328687  445498 kubeadm.go:310] 
	I0914 17:53:37.328746  445498 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0914 17:53:37.328753  445498 kubeadm.go:310] 
	I0914 17:53:37.328830  445498 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0914 17:53:37.328837  445498 kubeadm.go:310] 
	I0914 17:53:37.328862  445498 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0914 17:53:37.328925  445498 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0914 17:53:37.328978  445498 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0914 17:53:37.328987  445498 kubeadm.go:310] 
	I0914 17:53:37.329042  445498 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0914 17:53:37.329049  445498 kubeadm.go:310] 
	I0914 17:53:37.329096  445498 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0914 17:53:37.329104  445498 kubeadm.go:310] 
	I0914 17:53:37.329156  445498 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0914 17:53:37.329232  445498 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0914 17:53:37.329301  445498 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0914 17:53:37.329309  445498 kubeadm.go:310] 
	I0914 17:53:37.329391  445498 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0914 17:53:37.329470  445498 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0914 17:53:37.329477  445498 kubeadm.go:310] 
	I0914 17:53:37.329567  445498 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token 1e3i3n.kw9by3o4he5orfor \
	I0914 17:53:37.329671  445498 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:9c80afbbdae31ae1003732b4edc19da7ee6e0dcf3dfda3c5daf79e9db6f734a3 \
	I0914 17:53:37.329694  445498 kubeadm.go:310] 	--control-plane 
	I0914 17:53:37.329701  445498 kubeadm.go:310] 
	I0914 17:53:37.329785  445498 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0914 17:53:37.329793  445498 kubeadm.go:310] 
	I0914 17:53:37.329874  445498 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 1e3i3n.kw9by3o4he5orfor \
	I0914 17:53:37.329990  445498 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:9c80afbbdae31ae1003732b4edc19da7ee6e0dcf3dfda3c5daf79e9db6f734a3 
	I0914 17:53:37.330003  445498 cni.go:84] Creating CNI manager for ""
	I0914 17:53:37.330011  445498 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0914 17:53:37.332991  445498 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0914 17:53:37.335719  445498 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0914 17:53:37.339736  445498 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.1/kubectl ...
	I0914 17:53:37.339792  445498 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0914 17:53:37.361066  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0914 17:53:37.640206  445498 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0914 17:53:37.640306  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:37.640366  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-065265 minikube.k8s.io/updated_at=2024_09_14T17_53_37_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=fbeeb744274463b05401c917e5ab21bbaf5ef95a minikube.k8s.io/name=addons-065265 minikube.k8s.io/primary=true
	I0914 17:53:37.808999  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:37.809128  445498 ops.go:34] apiserver oom_adj: -16
	I0914 17:53:38.309379  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:38.809366  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:39.309631  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:39.809085  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:40.309112  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:40.810013  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:41.309241  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:41.809967  445498 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0914 17:53:41.903569  445498 kubeadm.go:1113] duration metric: took 4.263359834s to wait for elevateKubeSystemPrivileges
	I0914 17:53:41.903601  445498 kubeadm.go:394] duration metric: took 19.703033411s to StartCluster
	I0914 17:53:41.903620  445498 settings.go:142] acquiring lock: {Name:mkd9f06e2c8388fee2d76cf158f48b22404b1dee Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:41.904229  445498 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19643-439361/kubeconfig
	I0914 17:53:41.904606  445498 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19643-439361/kubeconfig: {Name:mkba215f6236442a60bf23da3832709b762155cf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0914 17:53:41.904807  445498 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0914 17:53:41.904929  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0914 17:53:41.905170  445498 config.go:182] Loaded profile config "addons-065265": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0914 17:53:41.905208  445498 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:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0914 17:53:41.905296  445498 addons.go:69] Setting yakd=true in profile "addons-065265"
	I0914 17:53:41.905313  445498 addons.go:234] Setting addon yakd=true in "addons-065265"
	I0914 17:53:41.905338  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.905827  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.906001  445498 addons.go:69] Setting inspektor-gadget=true in profile "addons-065265"
	I0914 17:53:41.906024  445498 addons.go:234] Setting addon inspektor-gadget=true in "addons-065265"
	I0914 17:53:41.906155  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.906213  445498 addons.go:69] Setting metrics-server=true in profile "addons-065265"
	I0914 17:53:41.906230  445498 addons.go:234] Setting addon metrics-server=true in "addons-065265"
	I0914 17:53:41.906255  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.906299  445498 addons.go:69] Setting cloud-spanner=true in profile "addons-065265"
	I0914 17:53:41.906321  445498 addons.go:234] Setting addon cloud-spanner=true in "addons-065265"
	I0914 17:53:41.906348  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.906662  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.906782  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.907603  445498 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-065265"
	I0914 17:53:41.907660  445498 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-065265"
	I0914 17:53:41.907702  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.908173  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.908686  445498 addons.go:69] Setting registry=true in profile "addons-065265"
	I0914 17:53:41.908715  445498 addons.go:234] Setting addon registry=true in "addons-065265"
	I0914 17:53:41.908782  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.909214  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.913746  445498 addons.go:69] Setting storage-provisioner=true in profile "addons-065265"
	I0914 17:53:41.913786  445498 addons.go:234] Setting addon storage-provisioner=true in "addons-065265"
	I0914 17:53:41.913830  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.914070  445498 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-065265"
	I0914 17:53:41.914099  445498 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-065265"
	I0914 17:53:41.914406  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.920646  445498 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-065265"
	I0914 17:53:41.921166  445498 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-065265"
	I0914 17:53:41.921766  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.927046  445498 addons.go:69] Setting volcano=true in profile "addons-065265"
	I0914 17:53:41.927087  445498 addons.go:234] Setting addon volcano=true in "addons-065265"
	I0914 17:53:41.927127  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.927640  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.933756  445498 addons.go:69] Setting default-storageclass=true in profile "addons-065265"
	I0914 17:53:41.933813  445498 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-065265"
	I0914 17:53:41.934179  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.940907  445498 addons.go:69] Setting volumesnapshots=true in profile "addons-065265"
	I0914 17:53:41.940942  445498 addons.go:234] Setting addon volumesnapshots=true in "addons-065265"
	I0914 17:53:41.940978  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.946548  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.970589  445498 addons.go:69] Setting gcp-auth=true in profile "addons-065265"
	I0914 17:53:41.970633  445498 mustload.go:65] Loading cluster: addons-065265
	I0914 17:53:41.970874  445498 config.go:182] Loaded profile config "addons-065265": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0914 17:53:41.971157  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.980240  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:41.990083  445498 addons.go:69] Setting ingress=true in profile "addons-065265"
	I0914 17:53:41.990160  445498 addons.go:234] Setting addon ingress=true in "addons-065265"
	I0914 17:53:41.990236  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:41.990755  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:42.000908  445498 out.go:177] * Verifying Kubernetes components...
	I0914 17:53:42.014182  445498 addons.go:69] Setting ingress-dns=true in profile "addons-065265"
	I0914 17:53:42.014377  445498 addons.go:234] Setting addon ingress-dns=true in "addons-065265"
	I0914 17:53:42.014474  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:42.015514  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:42.057007  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:42.064557  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:42.075774  445498 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0914 17:53:42.079301  445498 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
	I0914 17:53:42.090653  445498 out.go:177]   - Using image docker.io/registry:2.8.3
	I0914 17:53:42.093382  445498 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0914 17:53:42.093580  445498 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.23
	I0914 17:53:42.111208  445498 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0914 17:53:42.111233  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0914 17:53:42.111334  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	W0914 17:53:42.119444  445498 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0914 17:53:42.123631  445498 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0914 17:53:42.123656  445498 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0914 17:53:42.123731  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.141597  445498 addons.go:234] Setting addon default-storageclass=true in "addons-065265"
	I0914 17:53:42.141731  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:42.142322  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:42.181730  445498 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0914 17:53:42.182801  445498 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-065265"
	I0914 17:53:42.182843  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:42.183307  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:42.199820  445498 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0914 17:53:42.199844  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0914 17:53:42.199917  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.207762  445498 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0914 17:53:42.207801  445498 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0914 17:53:42.207886  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.223417  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:42.235731  445498 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0914 17:53:42.235983  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0914 17:53:42.264089  445498 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
	I0914 17:53:42.264897  445498 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0914 17:53:42.264919  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0914 17:53:42.264984  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.267172  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0914 17:53:42.270180  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0914 17:53:42.270305  445498 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0914 17:53:42.272797  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0914 17:53:42.273061  445498 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0914 17:53:42.273082  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0914 17:53:42.273156  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.283595  445498 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0914 17:53:42.283630  445498 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0914 17:53:42.283701  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.307426  445498 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0914 17:53:42.310509  445498 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0914 17:53:42.310524  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.311899  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0914 17:53:42.314537  445498 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0914 17:53:42.314586  445498 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
	I0914 17:53:42.319177  445498 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0914 17:53:42.319226  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0914 17:53:42.319336  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.323926  445498 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0914 17:53:42.323953  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0914 17:53:42.324022  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.331286  445498 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0914 17:53:42.331312  445498 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0914 17:53:42.331384  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.334360  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0914 17:53:42.343135  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0914 17:53:42.353047  445498 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0914 17:53:42.353068  445498 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0914 17:53:42.353138  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.364407  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0914 17:53:42.374046  445498 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0914 17:53:42.383326  445498 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0914 17:53:42.383470  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0914 17:53:42.383485  445498 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0914 17:53:42.383564  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.431521  445498 out.go:177]   - Using image docker.io/busybox:stable
	I0914 17:53:42.432014  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.448245  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.454821  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.460453  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.468574  445498 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0914 17:53:42.468652  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0914 17:53:42.468757  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:42.557491  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.565389  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.565412  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.566029  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.570963  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.571103  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.610914  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.612444  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:42.635947  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0914 17:53:42.710367  445498 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0914 17:53:42.710351  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0914 17:53:42.840256  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0914 17:53:42.879235  445498 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0914 17:53:42.879263  445498 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0914 17:53:42.948526  445498 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0914 17:53:42.948552  445498 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0914 17:53:42.962437  445498 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0914 17:53:42.962471  445498 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0914 17:53:42.974354  445498 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0914 17:53:42.974387  445498 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0914 17:53:42.987250  445498 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0914 17:53:42.987276  445498 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0914 17:53:43.049452  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0914 17:53:43.049480  445498 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0914 17:53:43.053341  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0914 17:53:43.058966  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0914 17:53:43.065770  445498 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0914 17:53:43.065796  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0914 17:53:43.092606  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0914 17:53:43.146044  445498 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0914 17:53:43.146072  445498 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0914 17:53:43.147704  445498 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0914 17:53:43.147734  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0914 17:53:43.161663  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0914 17:53:43.201467  445498 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0914 17:53:43.201508  445498 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0914 17:53:43.208794  445498 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0914 17:53:43.208838  445498 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0914 17:53:43.213130  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0914 17:53:43.238145  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0914 17:53:43.238176  445498 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)
	I0914 17:53:43.298844  445498 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0914 17:53:43.298875  445498 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0914 17:53:43.306244  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0914 17:53:43.342225  445498 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0914 17:53:43.342268  445498 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0914 17:53:43.407746  445498 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0914 17:53:43.407771  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0914 17:53:43.411713  445498 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0914 17:53:43.411740  445498 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0914 17:53:43.421258  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0914 17:53:43.421293  445498 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0914 17:53:43.495154  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0914 17:53:43.495182  445498 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0914 17:53:43.516102  445498 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0914 17:53:43.516130  445498 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0914 17:53:43.564885  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0914 17:53:43.564912  445498 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0914 17:53:43.568773  445498 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0914 17:53:43.568800  445498 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0914 17:53:43.577415  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I0914 17:53:43.643926  445498 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0914 17:53:43.643961  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0914 17:53:43.710167  445498 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0914 17:53:43.710203  445498 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0914 17:53:43.723935  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I0914 17:53:43.746556  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0914 17:53:43.754497  445498 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0914 17:53:43.754543  445498 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0914 17:53:43.810310  445498 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0914 17:53:43.810346  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0914 17:53:43.875469  445498 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0914 17:53:43.875514  445498 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0914 17:53:43.954934  445498 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0914 17:53:43.954977  445498 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0914 17:53:43.960258  445498 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0914 17:53:43.960285  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0914 17:53:44.156047  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0914 17:53:44.193289  445498 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0914 17:53:44.193316  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0914 17:53:44.372301  445498 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0914 17:53:44.372327  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0914 17:53:44.533525  445498 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0914 17:53:44.533575  445498 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0914 17:53:44.726685  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0914 17:53:45.431229  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (2.79524615s)
	I0914 17:53:45.443704  445498 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.73326227s)
	I0914 17:53:45.443841  445498 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.733366998s)
	I0914 17:53:45.443870  445498 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0914 17:53:45.445452  445498 node_ready.go:35] waiting up to 6m0s for node "addons-065265" to be "Ready" ...
	I0914 17:53:46.103708  445498 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-065265" context rescaled to 1 replicas
	I0914 17:53:46.635848  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.795554467s)
	I0914 17:53:46.635908  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (3.58254353s)
	I0914 17:53:47.246971  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.187902799s)
	I0914 17:53:47.247077  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.154448471s)
	I0914 17:53:47.342601  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.180893758s)
	I0914 17:53:47.574887  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:53:48.125687  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.819387872s)
	I0914 17:53:48.125731  445498 addons.go:475] Verifying addon registry=true in "addons-065265"
	I0914 17:53:48.125900  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (4.912741289s)
	I0914 17:53:48.125918  445498 addons.go:475] Verifying addon ingress=true in "addons-065265"
	I0914 17:53:48.126143  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.548690791s)
	I0914 17:53:48.126401  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.402434807s)
	I0914 17:53:48.126804  445498 addons.go:475] Verifying addon metrics-server=true in "addons-065265"
	I0914 17:53:48.129227  445498 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-065265 service yakd-dashboard -n yakd-dashboard
	
	I0914 17:53:48.129300  445498 out.go:177] * Verifying registry addon...
	I0914 17:53:48.129388  445498 out.go:177] * Verifying ingress addon...
	I0914 17:53:48.132949  445498 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0914 17:53:48.133912  445498 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0914 17:53:48.151250  445498 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0914 17:53:48.151320  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:48.151433  445498 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0914 17:53:48.151458  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:48.296799  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.55019519s)
	W0914 17:53:48.296855  445498 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0914 17:53:48.296878  445498 retry.go:31] will retry after 181.098664ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0914 17:53:48.296958  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (4.140877977s)
	I0914 17:53:48.478525  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0914 17:53:48.528798  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (3.802049593s)
	I0914 17:53:48.528835  445498 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-065265"
	I0914 17:53:48.533909  445498 out.go:177] * Verifying csi-hostpath-driver addon...
	I0914 17:53:48.537122  445498 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0914 17:53:48.541211  445498 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0914 17:53:48.541236  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:48.639080  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:48.639638  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:49.046780  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:49.168682  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:49.170235  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:49.541125  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:49.642076  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:49.643135  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:49.949127  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:53:50.045405  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:50.138463  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:50.140028  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:50.542177  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:50.648466  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:50.650538  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:51.041839  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:51.139286  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:51.141835  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:51.543121  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:51.652501  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:51.653539  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:51.662916  445498 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (3.184333714s)
	I0914 17:53:52.018585  445498 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0914 17:53:52.018688  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:52.041992  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:52.042141  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:52.138389  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:52.140319  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:52.159943  445498 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0914 17:53:52.179440  445498 addons.go:234] Setting addon gcp-auth=true in "addons-065265"
	I0914 17:53:52.179536  445498 host.go:66] Checking if "addons-065265" exists ...
	I0914 17:53:52.180020  445498 cli_runner.go:164] Run: docker container inspect addons-065265 --format={{.State.Status}}
	I0914 17:53:52.198138  445498 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0914 17:53:52.198201  445498 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-065265
	I0914 17:53:52.215195  445498 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33164 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/addons-065265/id_rsa Username:docker}
	I0914 17:53:52.314450  445498 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0914 17:53:52.316994  445498 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0914 17:53:52.319544  445498 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0914 17:53:52.319568  445498 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0914 17:53:52.344288  445498 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0914 17:53:52.344366  445498 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0914 17:53:52.364941  445498 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0914 17:53:52.364961  445498 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0914 17:53:52.385366  445498 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0914 17:53:52.450033  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:53:52.541331  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:52.637933  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:52.638860  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:52.981851  445498 addons.go:475] Verifying addon gcp-auth=true in "addons-065265"
	I0914 17:53:52.984538  445498 out.go:177] * Verifying gcp-auth addon...
	I0914 17:53:52.987963  445498 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0914 17:53:52.991336  445498 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0914 17:53:52.991399  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:53.040832  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:53.136740  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:53.138117  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:53.491943  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:53.541223  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:53.637679  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:53.638942  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:53.991240  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:54.040884  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:54.143752  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:54.145609  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:54.493390  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:54.541515  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:54.638923  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:54.640254  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:54.957789  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:53:54.991318  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:55.041972  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:55.137615  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:55.139350  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:55.491933  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:55.541480  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:55.636872  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:55.638150  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:55.991375  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:56.041017  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:56.137353  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:56.138448  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:56.492012  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:56.541168  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:56.637188  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:56.638281  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:56.991769  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:57.040625  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:57.136953  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:57.137978  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:57.448909  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:53:57.491981  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:57.541221  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:57.637729  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:57.637954  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:57.991745  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:58.041065  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:58.136853  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:58.137933  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:58.491351  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:58.541094  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:58.636954  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:58.638041  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:58.991248  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:59.040662  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:59.136846  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:59.138118  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:59.449469  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:53:59.491722  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:53:59.540478  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:53:59.638271  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:53:59.638383  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:53:59.992167  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:00.051996  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:00.137997  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:00.139804  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:00.491463  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:00.540816  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:00.637503  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:00.638383  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:00.991996  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:01.041399  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:01.137335  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:01.138603  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:01.491191  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:01.541382  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:01.637017  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:01.637133  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:01.949841  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:01.992410  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:02.041058  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:02.137277  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:02.138323  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:02.492021  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:02.540172  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:02.637019  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:02.637566  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:02.991123  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:03.040452  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:03.137340  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:03.137950  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:03.492269  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:03.540965  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:03.637212  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:03.637983  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:03.991774  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:04.040904  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:04.136626  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:04.137847  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:04.448826  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:04.491599  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:04.540516  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:04.637309  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:04.637848  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:04.991787  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:05.041234  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:05.137259  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:05.138845  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:05.491868  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:05.541368  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:05.637328  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:05.637574  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:05.991464  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:06.041562  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:06.137031  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:06.137995  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:06.449428  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:06.491229  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:06.540648  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:06.637093  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:06.637923  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:06.990930  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:07.040884  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:07.137363  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:07.137887  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:07.491537  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:07.540252  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:07.637351  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:07.638038  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:07.991665  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:08.040716  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:08.137049  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:08.138362  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:08.491878  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:08.540566  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:08.636706  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:08.637638  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:08.948875  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:08.991428  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:09.041505  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:09.138704  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:09.139080  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:09.491882  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:09.540858  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:09.636543  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:09.637783  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:09.996425  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:10.094305  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:10.140016  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:10.142337  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:10.491748  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:10.541482  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:10.637677  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:10.638227  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:10.950038  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:10.990729  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:11.041562  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:11.136854  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:11.146344  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:11.491881  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:11.541552  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:11.650193  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:11.652656  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:11.992442  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:12.040716  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:12.137198  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:12.137980  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:12.492047  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:12.540276  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:12.636975  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:12.637939  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:12.990911  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:13.040839  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:13.136973  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:13.138400  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:13.449519  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:13.491226  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:13.540673  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:13.637631  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:13.638697  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:13.991847  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:14.040856  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:14.137099  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:14.137611  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:14.491545  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:14.541124  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:14.637959  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:14.638501  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:14.991110  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:15.041073  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:15.136996  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:15.137941  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:15.491377  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:15.541150  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:15.637202  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:15.638503  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:15.948771  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:15.992220  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:16.040879  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:16.136454  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:16.137429  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:16.490955  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:16.540759  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:16.637051  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:16.638058  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:16.991483  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:17.041414  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:17.137446  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:17.137543  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:17.491773  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:17.541215  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:17.637779  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:17.638084  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:17.949249  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:17.991627  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:18.041286  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:18.137382  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:18.138342  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:18.491430  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:18.541407  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:18.637333  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:18.638086  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:18.991149  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:19.041424  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:19.136970  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:19.137791  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:19.491328  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:19.540631  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:19.636924  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:19.639338  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:19.991466  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:20.041287  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:20.137314  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:20.138008  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:20.449051  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:20.491613  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:20.540371  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:20.637802  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:20.638027  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:20.991871  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:21.041130  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:21.137053  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:21.137421  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:21.491578  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:21.541060  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:21.637214  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:21.637983  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:21.992048  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:22.040346  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:22.137656  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:22.138220  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:22.449442  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:22.492408  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:22.540814  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:22.636948  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:22.638001  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:22.991330  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:23.040607  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:23.136773  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:23.138032  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:23.491274  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:23.541208  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:23.637375  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:23.638379  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:23.991880  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:24.041039  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:24.137825  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:24.137861  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:24.491391  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:24.540980  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:24.637390  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:24.637731  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:24.948803  445498 node_ready.go:53] node "addons-065265" has status "Ready":"False"
	I0914 17:54:24.991474  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:25.041395  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:25.137379  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:25.138165  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:25.491431  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:25.541014  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:25.637972  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:25.638320  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:25.955802  445498 node_ready.go:49] node "addons-065265" has status "Ready":"True"
	I0914 17:54:25.955837  445498 node_ready.go:38] duration metric: took 40.510350112s for node "addons-065265" to be "Ready" ...
	I0914 17:54:25.955873  445498 pod_ready.go:36] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0914 17:54:25.984400  445498 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-stkzf" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:26.001785  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:26.049831  445498 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0914 17:54:26.049904  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:26.232624  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:26.233159  445498 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0914 17:54:26.233181  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:26.500631  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:26.609393  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:26.703334  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:26.705936  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:26.993497  445498 pod_ready.go:93] pod "coredns-7c65d6cfc9-stkzf" in "kube-system" namespace has status "Ready":"True"
	I0914 17:54:26.993529  445498 pod_ready.go:82] duration metric: took 1.009090218s for pod "coredns-7c65d6cfc9-stkzf" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:26.993549  445498 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:26.995572  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:26.999956  445498 pod_ready.go:93] pod "etcd-addons-065265" in "kube-system" namespace has status "Ready":"True"
	I0914 17:54:26.999983  445498 pod_ready.go:82] duration metric: took 6.426113ms for pod "etcd-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.000010  445498 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.008080  445498 pod_ready.go:93] pod "kube-apiserver-addons-065265" in "kube-system" namespace has status "Ready":"True"
	I0914 17:54:27.008119  445498 pod_ready.go:82] duration metric: took 8.093765ms for pod "kube-apiserver-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.008131  445498 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.020387  445498 pod_ready.go:93] pod "kube-controller-manager-addons-065265" in "kube-system" namespace has status "Ready":"True"
	I0914 17:54:27.020414  445498 pod_ready.go:82] duration metric: took 12.274506ms for pod "kube-controller-manager-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.020429  445498 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-vn25w" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.042670  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:27.146060  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:27.146703  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:27.184982  445498 pod_ready.go:93] pod "kube-proxy-vn25w" in "kube-system" namespace has status "Ready":"True"
	I0914 17:54:27.185004  445498 pod_ready.go:82] duration metric: took 164.568016ms for pod "kube-proxy-vn25w" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.185016  445498 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.492565  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:27.542712  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:27.548793  445498 pod_ready.go:93] pod "kube-scheduler-addons-065265" in "kube-system" namespace has status "Ready":"True"
	I0914 17:54:27.548862  445498 pod_ready.go:82] duration metric: took 363.838356ms for pod "kube-scheduler-addons-065265" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.548890  445498 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace to be "Ready" ...
	I0914 17:54:27.651752  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:27.653722  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:27.992301  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:28.043338  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:28.137908  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:28.139276  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:28.491800  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:28.542605  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:28.638576  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:28.641413  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:28.992069  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:29.043530  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:29.139184  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:29.140419  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:29.491843  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:29.543339  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:29.557207  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:29.640487  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:29.642468  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:29.992403  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:30.043318  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:30.148661  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:30.151413  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:30.493132  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:30.542481  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:30.637016  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:30.638563  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:30.992013  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:31.043388  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:31.147771  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:31.151518  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:31.500466  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:31.558194  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:31.601137  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:31.636906  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:31.637599  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:31.992099  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:32.042296  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:32.138208  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:32.139523  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:32.491698  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:32.542107  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:32.637185  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:32.638873  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:32.993018  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:33.043173  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:33.139870  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:33.140910  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:33.491343  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:33.542335  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:33.558744  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:33.639540  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:33.640986  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:33.991649  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:34.042378  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:34.137979  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:34.138368  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:34.491462  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:34.544175  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:34.638717  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:34.638810  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:34.991364  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:35.042313  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:35.137878  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:35.138154  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:35.491231  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:35.542010  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:35.638231  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:35.640105  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:35.993314  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:36.047332  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:36.059531  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:36.137799  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:36.138638  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:36.493548  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:36.543286  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:36.638208  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:36.639265  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:36.991908  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:37.043451  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:37.166621  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:37.169007  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:37.491934  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:37.542395  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:37.637249  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:37.639055  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:37.991844  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:38.042557  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:38.065204  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:38.138074  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:38.139063  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:38.493273  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:38.541800  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:38.640261  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:38.641152  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:38.991956  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:39.043092  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:39.140049  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:39.141692  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:39.491980  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:39.542537  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:39.637531  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:39.639240  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:39.991904  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:40.044290  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:40.141398  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:40.143696  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:40.492085  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:40.541986  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:40.556026  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:40.638216  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:40.639800  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:40.992731  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:41.042365  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:41.138257  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:41.139623  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:41.492178  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:41.542028  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:41.637875  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:41.638419  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:41.991932  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:42.042032  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:42.145513  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:42.146764  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:42.491767  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:42.542289  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:42.638225  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:42.639687  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:42.992246  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:43.042652  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:43.060443  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:43.137628  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:43.139401  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:43.491276  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:43.542229  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:43.638354  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:43.640584  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:43.993728  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:44.043287  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:44.139179  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:44.148502  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:44.492531  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:44.543112  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:44.640660  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:44.642089  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:44.992420  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:45.043649  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:45.074779  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:45.139638  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:45.140068  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:45.491268  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:45.543187  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:45.639545  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:45.644932  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:45.992400  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:46.042864  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:46.138831  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:46.139798  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:46.491679  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:46.542835  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:46.638107  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:46.639990  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:46.991762  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:47.046877  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:47.140472  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:47.142060  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:47.492292  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:47.545158  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:47.568278  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:47.639156  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:47.641709  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:47.991746  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:48.043615  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:48.139710  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:48.141907  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:48.492336  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:48.542414  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:48.640094  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:48.641123  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:48.992979  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:49.045731  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:49.141555  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:49.142693  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:49.492383  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:49.543457  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:49.639493  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:49.640963  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:49.991891  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:50.043578  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:50.065757  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:50.139663  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:50.141114  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:50.491593  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:50.542061  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:50.639087  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:50.640637  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:50.991705  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:51.042113  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:51.137189  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:51.138886  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:51.492081  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:51.542126  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:51.637326  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:51.638879  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:51.992550  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:52.042751  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:52.140850  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:52.142085  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:52.492658  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:52.542869  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:52.557169  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:52.641610  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:52.643065  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:52.993848  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:53.043845  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:53.142480  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:53.144403  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:53.498151  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:53.546982  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:53.640337  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:53.641910  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:53.993612  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:54.043864  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:54.143114  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:54.143501  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:54.492823  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:54.542940  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:54.557480  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:54.639658  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:54.640978  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:54.992888  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:55.047425  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:55.139452  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:55.140602  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:55.491571  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:55.542730  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:55.638506  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:55.641990  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:55.992040  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:56.043618  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:56.140269  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:56.142599  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:56.501746  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:56.602681  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:56.637360  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:56.638691  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:56.991071  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:57.041740  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:57.057450  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:57.137305  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:57.139507  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:57.491233  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:57.542194  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:57.639191  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:57.641126  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:57.991433  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:58.043395  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:58.137867  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:58.138489  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:58.491601  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:58.542691  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:58.642296  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:58.643803  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:58.993562  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:59.064459  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:54:59.095330  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:59.137894  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:59.144802  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:59.491766  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:54:59.542735  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:54:59.639799  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:54:59.641242  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:54:59.991760  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:00.044105  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:00.142796  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:00.143173  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:00.491715  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:00.543073  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:00.646736  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:00.648452  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:00.991833  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:01.043056  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:01.068798  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:01.140121  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:01.141802  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:01.493068  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:01.542845  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:01.639398  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:01.641407  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:01.992652  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:02.043678  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:02.138690  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:02.140688  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:02.491730  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:02.542770  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:02.642118  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:02.643782  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:02.992655  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:03.042669  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:03.083285  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:03.140631  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:03.141394  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:03.492365  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:03.543746  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:03.639237  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:03.641389  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:03.994490  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:04.043538  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:04.140385  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:04.141338  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:04.492057  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:04.542252  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:04.637646  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:04.638966  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:04.991118  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:05.043381  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:05.138642  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:05.138680  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:05.492471  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:05.541712  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:05.556870  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:05.637608  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:05.639309  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:05.991783  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:06.042081  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:06.138746  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:06.139403  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:06.492149  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:06.550790  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:06.651332  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:06.651757  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:06.992877  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:07.045164  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:07.139257  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:07.140564  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:07.492503  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:07.542463  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:07.640333  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:07.640856  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:07.992168  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:08.042983  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:08.062416  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:08.139695  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:08.141768  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:08.492993  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:08.544780  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:08.639666  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:08.641631  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:08.991579  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:09.095632  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:09.196873  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:09.198536  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:09.492511  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:09.543167  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:09.639328  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:09.640840  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:09.992323  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:10.042819  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:10.138775  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0914 17:55:10.140071  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:10.492005  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:10.542783  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:10.560318  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:10.641197  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:10.642577  445498 kapi.go:107] duration metric: took 1m22.508659467s to wait for kubernetes.io/minikube-addons=registry ...
	I0914 17:55:10.991375  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:11.041925  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:11.137876  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:11.492192  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:11.542019  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:11.637901  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:11.991177  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:12.041797  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:12.137164  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:12.492517  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:12.543060  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:12.638306  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:12.993142  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:13.042471  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:13.074420  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:13.139290  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:13.491618  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:13.545701  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:13.639257  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:13.992464  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:14.095919  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:14.139947  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:14.491957  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:14.543942  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:14.639091  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:14.991378  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:15.048099  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:15.147866  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:15.491814  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:15.542737  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:15.555796  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:15.683529  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:15.992626  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:16.043127  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:16.137239  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:16.493028  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:16.594820  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:16.671592  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:16.992158  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:17.044733  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:17.137563  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:17.492627  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:17.542216  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:17.647612  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:17.996449  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:18.090512  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:18.096093  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:18.150141  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:18.491919  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:18.543426  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:18.662611  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:18.992377  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:19.094232  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:19.137642  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:19.492469  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:19.542342  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:19.638727  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:19.994756  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:20.043947  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:20.138449  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:20.492373  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:20.543098  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:20.560846  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:20.638053  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:20.992269  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:21.042463  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:21.138752  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:21.492639  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:21.542198  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:21.637279  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:21.991483  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:22.041808  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:22.137696  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:22.491696  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:22.542649  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:22.563543  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:22.637800  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:22.992560  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:23.042668  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:23.137973  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:23.492665  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:23.544020  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:23.638060  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:23.991287  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:24.043444  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:24.138369  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:24.491923  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:24.543267  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:24.638801  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:24.991325  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:25.042360  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:25.064839  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:25.139884  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:25.491599  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:25.542217  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:25.638253  445498 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0914 17:55:25.991715  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:26.042558  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:26.137514  445498 kapi.go:107] duration metric: took 1m38.004566541s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0914 17:55:26.492582  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:26.548003  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:26.992451  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:27.042554  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:27.491413  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:27.542427  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:27.555025  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:27.991944  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:28.045113  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:28.492005  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:28.542298  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:28.992619  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:29.042259  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:29.492549  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:29.541964  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:29.991753  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:30.042875  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:30.061836  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:30.492019  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:30.543130  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:30.991643  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:31.043076  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:31.492217  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:31.595185  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:31.992302  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:32.042068  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:32.491994  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:32.543196  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:32.555820  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:32.992307  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:33.042767  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:33.492485  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:33.542165  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:33.992168  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:34.043320  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:34.493279  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:34.544404  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:34.557783  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:34.992253  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:35.043955  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:35.492982  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0914 17:55:35.544721  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:35.995106  445498 kapi.go:107] duration metric: took 1m43.007139916s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0914 17:55:35.998262  445498 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-065265 cluster.
	I0914 17:55:36.000895  445498 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.
	I0914 17:55:36.003474  445498 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0914 17:55:36.042502  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:36.548110  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:37.042632  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:37.056838  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:37.542465  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:38.044596  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:38.542484  445498 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0914 17:55:39.042158  445498 kapi.go:107] duration metric: took 1m50.50503105s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0914 17:55:39.044976  445498 out.go:177] * Enabled addons: nvidia-device-plugin, cloud-spanner, default-storageclass, storage-provisioner, ingress-dns, storage-provisioner-rancher, metrics-server, yakd, inspektor-gadget, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
	I0914 17:55:39.047495  445498 addons.go:510] duration metric: took 1m57.142276842s for enable addons: enabled=[nvidia-device-plugin cloud-spanner default-storageclass storage-provisioner ingress-dns storage-provisioner-rancher metrics-server yakd inspektor-gadget volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
	I0914 17:55:39.057128  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:41.062805  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:43.555959  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:46.056599  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:48.064725  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:50.555201  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:53.055816  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:55.057483  445498 pod_ready.go:103] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"False"
	I0914 17:55:56.570207  445498 pod_ready.go:93] pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace has status "Ready":"True"
	I0914 17:55:56.570279  445498 pod_ready.go:82] duration metric: took 1m29.021368384s for pod "metrics-server-84c5f94fbc-j25xf" in "kube-system" namespace to be "Ready" ...
	I0914 17:55:56.570333  445498 pod_ready.go:39] duration metric: took 1m30.614423337s 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" ...
	I0914 17:55:56.570369  445498 api_server.go:52] waiting for apiserver process to appear ...
	I0914 17:55:56.570429  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0914 17:55:56.570518  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0914 17:55:56.662874  445498 cri.go:89] found id: "15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b"
	I0914 17:55:56.662947  445498 cri.go:89] found id: ""
	I0914 17:55:56.662970  445498 logs.go:276] 1 containers: [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b]
	I0914 17:55:56.663075  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:56.673619  445498 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0914 17:55:56.673737  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0914 17:55:56.738093  445498 cri.go:89] found id: "fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80"
	I0914 17:55:56.738164  445498 cri.go:89] found id: ""
	I0914 17:55:56.738187  445498 logs.go:276] 1 containers: [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80]
	I0914 17:55:56.738274  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:56.746488  445498 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0914 17:55:56.746632  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0914 17:55:56.820855  445498 cri.go:89] found id: "d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e"
	I0914 17:55:56.820931  445498 cri.go:89] found id: ""
	I0914 17:55:56.820948  445498 logs.go:276] 1 containers: [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e]
	I0914 17:55:56.821023  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:56.824877  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0914 17:55:56.824991  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0914 17:55:56.880041  445498 cri.go:89] found id: "be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11"
	I0914 17:55:56.880062  445498 cri.go:89] found id: ""
	I0914 17:55:56.880070  445498 logs.go:276] 1 containers: [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11]
	I0914 17:55:56.880126  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:56.884183  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0914 17:55:56.884259  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0914 17:55:56.926180  445498 cri.go:89] found id: "1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8"
	I0914 17:55:56.926202  445498 cri.go:89] found id: ""
	I0914 17:55:56.926210  445498 logs.go:276] 1 containers: [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8]
	I0914 17:55:56.926270  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:56.930874  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0914 17:55:56.930948  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0914 17:55:56.983926  445498 cri.go:89] found id: "a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb"
	I0914 17:55:56.983950  445498 cri.go:89] found id: ""
	I0914 17:55:56.983959  445498 logs.go:276] 1 containers: [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb]
	I0914 17:55:56.984024  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:56.987707  445498 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0914 17:55:56.987824  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0914 17:55:57.034412  445498 cri.go:89] found id: "7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac"
	I0914 17:55:57.034437  445498 cri.go:89] found id: ""
	I0914 17:55:57.034445  445498 logs.go:276] 1 containers: [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac]
	I0914 17:55:57.034522  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:55:57.038506  445498 logs.go:123] Gathering logs for kube-scheduler [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11] ...
	I0914 17:55:57.038578  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11"
	I0914 17:55:57.099988  445498 logs.go:123] Gathering logs for kindnet [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac] ...
	I0914 17:55:57.100018  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac"
	I0914 17:55:57.152822  445498 logs.go:123] Gathering logs for CRI-O ...
	I0914 17:55:57.152854  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0914 17:55:57.251317  445498 logs.go:123] Gathering logs for container status ...
	I0914 17:55:57.251357  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0914 17:55:57.322086  445498 logs.go:123] Gathering logs for etcd [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80] ...
	I0914 17:55:57.322124  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80"
	I0914 17:55:57.415335  445498 logs.go:123] Gathering logs for coredns [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e] ...
	I0914 17:55:57.415457  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e"
	I0914 17:55:57.486582  445498 logs.go:123] Gathering logs for kube-proxy [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8] ...
	I0914 17:55:57.486727  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8"
	I0914 17:55:57.524868  445498 logs.go:123] Gathering logs for kube-controller-manager [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb] ...
	I0914 17:55:57.524898  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb"
	I0914 17:55:57.615146  445498 logs.go:123] Gathering logs for kubelet ...
	I0914 17:55:57.615184  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0914 17:55:57.640334  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:25 addons-065265 kubelet[1490]: W0914 17:54:25.928116    1490 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-065265" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-065265' and this object
	W0914 17:55:57.640605  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:25 addons-065265 kubelet[1490]: E0914 17:54:25.928169    1490 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	W0914 17:55:57.640792  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:25 addons-065265 kubelet[1490]: W0914 17:54:25.930089    1490 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-065265" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-065265' and this object
	W0914 17:55:57.641013  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:25 addons-065265 kubelet[1490]: E0914 17:54:25.930134    1490 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	W0914 17:55:57.641179  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:25 addons-065265 kubelet[1490]: W0914 17:54:25.930549    1490 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-065265" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-065265' and this object
	W0914 17:55:57.641384  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:25 addons-065265 kubelet[1490]: E0914 17:54:25.930581    1490 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	W0914 17:55:57.641553  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:26 addons-065265 kubelet[1490]: W0914 17:54:26.005571    1490 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-065265" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-065265' and this object
	W0914 17:55:57.641759  445498 logs.go:138] Found kubelet problem: Sep 14 17:54:26 addons-065265 kubelet[1490]: E0914 17:54:26.005623    1490 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	I0914 17:55:57.704760  445498 logs.go:123] Gathering logs for dmesg ...
	I0914 17:55:57.704799  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0914 17:55:57.721079  445498 logs.go:123] Gathering logs for describe nodes ...
	I0914 17:55:57.721106  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0914 17:55:57.910506  445498 logs.go:123] Gathering logs for kube-apiserver [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b] ...
	I0914 17:55:57.910539  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b"
	I0914 17:55:57.962803  445498 out.go:358] Setting ErrFile to fd 2...
	I0914 17:55:57.962833  445498 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0914 17:55:57.962892  445498 out.go:270] X Problems detected in kubelet:
	W0914 17:55:57.962909  445498 out.go:270]   Sep 14 17:54:25 addons-065265 kubelet[1490]: E0914 17:54:25.930134    1490 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	W0914 17:55:57.962923  445498 out.go:270]   Sep 14 17:54:25 addons-065265 kubelet[1490]: W0914 17:54:25.930549    1490 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-065265" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-065265' and this object
	W0914 17:55:57.962934  445498 out.go:270]   Sep 14 17:54:25 addons-065265 kubelet[1490]: E0914 17:54:25.930581    1490 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	W0914 17:55:57.962945  445498 out.go:270]   Sep 14 17:54:26 addons-065265 kubelet[1490]: W0914 17:54:26.005571    1490 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-065265" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-065265' and this object
	W0914 17:55:57.962952  445498 out.go:270]   Sep 14 17:54:26 addons-065265 kubelet[1490]: E0914 17:54:26.005623    1490 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-065265\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-065265' and this object" logger="UnhandledError"
	I0914 17:55:57.962957  445498 out.go:358] Setting ErrFile to fd 2...
	I0914 17:55:57.962964  445498 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 17:56:07.964050  445498 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0914 17:56:07.977710  445498 api_server.go:72] duration metric: took 2m26.072869332s to wait for apiserver process to appear ...
	I0914 17:56:07.977737  445498 api_server.go:88] waiting for apiserver healthz status ...
	I0914 17:56:07.977772  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0914 17:56:07.977826  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0914 17:56:08.018423  445498 cri.go:89] found id: "15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b"
	I0914 17:56:08.018450  445498 cri.go:89] found id: ""
	I0914 17:56:08.018459  445498 logs.go:276] 1 containers: [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b]
	I0914 17:56:08.018524  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.023238  445498 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0914 17:56:08.023314  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0914 17:56:08.073669  445498 cri.go:89] found id: "fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80"
	I0914 17:56:08.073693  445498 cri.go:89] found id: ""
	I0914 17:56:08.073701  445498 logs.go:276] 1 containers: [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80]
	I0914 17:56:08.073762  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.077575  445498 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0914 17:56:08.077650  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0914 17:56:08.119470  445498 cri.go:89] found id: "d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e"
	I0914 17:56:08.119494  445498 cri.go:89] found id: ""
	I0914 17:56:08.119501  445498 logs.go:276] 1 containers: [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e]
	I0914 17:56:08.119560  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.123053  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0914 17:56:08.123138  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0914 17:56:08.161849  445498 cri.go:89] found id: "be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11"
	I0914 17:56:08.161873  445498 cri.go:89] found id: ""
	I0914 17:56:08.161882  445498 logs.go:276] 1 containers: [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11]
	I0914 17:56:08.161939  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.165765  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0914 17:56:08.165855  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0914 17:56:08.205705  445498 cri.go:89] found id: "1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8"
	I0914 17:56:08.205739  445498 cri.go:89] found id: ""
	I0914 17:56:08.205747  445498 logs.go:276] 1 containers: [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8]
	I0914 17:56:08.205803  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.209265  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0914 17:56:08.209335  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0914 17:56:08.248910  445498 cri.go:89] found id: "a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb"
	I0914 17:56:08.248934  445498 cri.go:89] found id: ""
	I0914 17:56:08.248942  445498 logs.go:276] 1 containers: [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb]
	I0914 17:56:08.249023  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.252434  445498 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0914 17:56:08.252513  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0914 17:56:08.292960  445498 cri.go:89] found id: "7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac"
	I0914 17:56:08.292983  445498 cri.go:89] found id: ""
	I0914 17:56:08.292990  445498 logs.go:276] 1 containers: [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac]
	I0914 17:56:08.293045  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:08.296519  445498 logs.go:123] Gathering logs for kube-controller-manager [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb] ...
	I0914 17:56:08.296543  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb"
	I0914 17:56:08.388266  445498 logs.go:123] Gathering logs for kindnet [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac] ...
	I0914 17:56:08.388301  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac"
	I0914 17:56:08.428250  445498 logs.go:123] Gathering logs for CRI-O ...
	I0914 17:56:08.428280  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0914 17:56:08.527242  445498 logs.go:123] Gathering logs for container status ...
	I0914 17:56:08.527281  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0914 17:56:08.579342  445498 logs.go:123] Gathering logs for dmesg ...
	I0914 17:56:08.579374  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0914 17:56:08.596387  445498 logs.go:123] Gathering logs for describe nodes ...
	I0914 17:56:08.596420  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0914 17:56:08.749859  445498 logs.go:123] Gathering logs for etcd [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80] ...
	I0914 17:56:08.749888  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80"
	I0914 17:56:08.815792  445498 logs.go:123] Gathering logs for kube-proxy [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8] ...
	I0914 17:56:08.815829  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8"
	I0914 17:56:08.856159  445498 logs.go:123] Gathering logs for kubelet ...
	I0914 17:56:08.856188  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0914 17:56:08.929037  445498 logs.go:123] Gathering logs for kube-apiserver [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b] ...
	I0914 17:56:08.929078  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b"
	I0914 17:56:08.993576  445498 logs.go:123] Gathering logs for coredns [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e] ...
	I0914 17:56:08.993613  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e"
	I0914 17:56:09.035648  445498 logs.go:123] Gathering logs for kube-scheduler [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11] ...
	I0914 17:56:09.035681  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11"
	I0914 17:56:11.604650  445498 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0914 17:56:11.612371  445498 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0914 17:56:11.613378  445498 api_server.go:141] control plane version: v1.31.1
	I0914 17:56:11.613404  445498 api_server.go:131] duration metric: took 3.635658541s to wait for apiserver health ...
	I0914 17:56:11.613413  445498 system_pods.go:43] waiting for kube-system pods to appear ...
	I0914 17:56:11.613435  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0914 17:56:11.613499  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0914 17:56:11.657426  445498 cri.go:89] found id: "15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b"
	I0914 17:56:11.657450  445498 cri.go:89] found id: ""
	I0914 17:56:11.657458  445498 logs.go:276] 1 containers: [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b]
	I0914 17:56:11.657517  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.661285  445498 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0914 17:56:11.661378  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0914 17:56:11.703363  445498 cri.go:89] found id: "fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80"
	I0914 17:56:11.703384  445498 cri.go:89] found id: ""
	I0914 17:56:11.703393  445498 logs.go:276] 1 containers: [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80]
	I0914 17:56:11.703447  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.707028  445498 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0914 17:56:11.707102  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0914 17:56:11.749952  445498 cri.go:89] found id: "d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e"
	I0914 17:56:11.749975  445498 cri.go:89] found id: ""
	I0914 17:56:11.749983  445498 logs.go:276] 1 containers: [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e]
	I0914 17:56:11.750037  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.753443  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0914 17:56:11.753527  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0914 17:56:11.793401  445498 cri.go:89] found id: "be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11"
	I0914 17:56:11.793425  445498 cri.go:89] found id: ""
	I0914 17:56:11.793433  445498 logs.go:276] 1 containers: [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11]
	I0914 17:56:11.793512  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.797214  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0914 17:56:11.797298  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0914 17:56:11.837756  445498 cri.go:89] found id: "1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8"
	I0914 17:56:11.837778  445498 cri.go:89] found id: ""
	I0914 17:56:11.837785  445498 logs.go:276] 1 containers: [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8]
	I0914 17:56:11.837841  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.841458  445498 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0914 17:56:11.841540  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0914 17:56:11.879611  445498 cri.go:89] found id: "a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb"
	I0914 17:56:11.879637  445498 cri.go:89] found id: ""
	I0914 17:56:11.879645  445498 logs.go:276] 1 containers: [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb]
	I0914 17:56:11.879701  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.883304  445498 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0914 17:56:11.883430  445498 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0914 17:56:11.924698  445498 cri.go:89] found id: "7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac"
	I0914 17:56:11.924722  445498 cri.go:89] found id: ""
	I0914 17:56:11.924730  445498 logs.go:276] 1 containers: [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac]
	I0914 17:56:11.924786  445498 ssh_runner.go:195] Run: which crictl
	I0914 17:56:11.929973  445498 logs.go:123] Gathering logs for coredns [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e] ...
	I0914 17:56:11.930001  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e"
	I0914 17:56:11.974246  445498 logs.go:123] Gathering logs for kube-scheduler [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11] ...
	I0914 17:56:11.974277  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11"
	I0914 17:56:12.020844  445498 logs.go:123] Gathering logs for kube-controller-manager [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb] ...
	I0914 17:56:12.020885  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb"
	I0914 17:56:12.095892  445498 logs.go:123] Gathering logs for kindnet [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac] ...
	I0914 17:56:12.095931  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac"
	I0914 17:56:12.140629  445498 logs.go:123] Gathering logs for CRI-O ...
	I0914 17:56:12.140659  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0914 17:56:12.237238  445498 logs.go:123] Gathering logs for kubelet ...
	I0914 17:56:12.237276  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0914 17:56:12.311113  445498 logs.go:123] Gathering logs for dmesg ...
	I0914 17:56:12.311153  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0914 17:56:12.329543  445498 logs.go:123] Gathering logs for etcd [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80] ...
	I0914 17:56:12.329574  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80"
	I0914 17:56:12.383968  445498 logs.go:123] Gathering logs for container status ...
	I0914 17:56:12.384002  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0914 17:56:12.436175  445498 logs.go:123] Gathering logs for describe nodes ...
	I0914 17:56:12.436209  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0914 17:56:12.582914  445498 logs.go:123] Gathering logs for kube-apiserver [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b] ...
	I0914 17:56:12.583110  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b"
	I0914 17:56:12.651997  445498 logs.go:123] Gathering logs for kube-proxy [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8] ...
	I0914 17:56:12.652032  445498 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8"
	I0914 17:56:15.208412  445498 system_pods.go:59] 18 kube-system pods found
	I0914 17:56:15.208473  445498 system_pods.go:61] "coredns-7c65d6cfc9-stkzf" [c01f5ec6-bb4c-410f-bc11-53e353bb1580] Running
	I0914 17:56:15.208481  445498 system_pods.go:61] "csi-hostpath-attacher-0" [fe5eeb76-d817-438d-a3c3-7b5f967b60ff] Running
	I0914 17:56:15.208487  445498 system_pods.go:61] "csi-hostpath-resizer-0" [969ed8a9-0797-419b-b538-b7457a5c3eaf] Running
	I0914 17:56:15.208491  445498 system_pods.go:61] "csi-hostpathplugin-pb2ks" [2de30586-27cd-459e-85b3-cc1d0593a925] Running
	I0914 17:56:15.208496  445498 system_pods.go:61] "etcd-addons-065265" [4afe0571-d618-404d-9710-4f3640e6a5d9] Running
	I0914 17:56:15.208507  445498 system_pods.go:61] "kindnet-pnl5w" [67bc9343-0b85-4aec-bd61-61186a147e9e] Running
	I0914 17:56:15.208511  445498 system_pods.go:61] "kube-apiserver-addons-065265" [63ca4974-31d6-41d8-b3f8-9450c7af823e] Running
	I0914 17:56:15.208522  445498 system_pods.go:61] "kube-controller-manager-addons-065265" [8465f2fb-b554-437b-a476-cec7bc0d4e65] Running
	I0914 17:56:15.208527  445498 system_pods.go:61] "kube-ingress-dns-minikube" [e5b36de5-3ee9-4db2-aaf8-7602e1495994] Running
	I0914 17:56:15.208530  445498 system_pods.go:61] "kube-proxy-vn25w" [40186df1-461e-41d1-acad-9ed2dffe9179] Running
	I0914 17:56:15.208536  445498 system_pods.go:61] "kube-scheduler-addons-065265" [498c0752-fe41-4307-bbf7-563d2db21b63] Running
	I0914 17:56:15.208539  445498 system_pods.go:61] "metrics-server-84c5f94fbc-j25xf" [ab49997a-fe73-4336-bdca-8967dd54cab0] Running
	I0914 17:56:15.208544  445498 system_pods.go:61] "nvidia-device-plugin-daemonset-4z858" [4ecbb50c-9636-4322-b57b-e343d4866869] Running
	I0914 17:56:15.208548  445498 system_pods.go:61] "registry-66c9cd494c-crp84" [59a7b2b3-ee70-4751-931d-cced94b764f4] Running
	I0914 17:56:15.208552  445498 system_pods.go:61] "registry-proxy-4kg2w" [952e5582-f7fc-4b10-a0eb-360e8482f1da] Running
	I0914 17:56:15.208558  445498 system_pods.go:61] "snapshot-controller-56fcc65765-24875" [e0654505-e113-41d1-8c23-fe3a662542ae] Running
	I0914 17:56:15.208569  445498 system_pods.go:61] "snapshot-controller-56fcc65765-rs5pw" [79682904-d39c-4e89-a587-b62fea1f8ba7] Running
	I0914 17:56:15.208579  445498 system_pods.go:61] "storage-provisioner" [195efea4-d982-46d2-9876-93388db67c4d] Running
	I0914 17:56:15.208587  445498 system_pods.go:74] duration metric: took 3.595167441s to wait for pod list to return data ...
	I0914 17:56:15.208605  445498 default_sa.go:34] waiting for default service account to be created ...
	I0914 17:56:15.211318  445498 default_sa.go:45] found service account: "default"
	I0914 17:56:15.211343  445498 default_sa.go:55] duration metric: took 2.731557ms for default service account to be created ...
	I0914 17:56:15.211353  445498 system_pods.go:116] waiting for k8s-apps to be running ...
	I0914 17:56:15.223316  445498 system_pods.go:86] 18 kube-system pods found
	I0914 17:56:15.223358  445498 system_pods.go:89] "coredns-7c65d6cfc9-stkzf" [c01f5ec6-bb4c-410f-bc11-53e353bb1580] Running
	I0914 17:56:15.223366  445498 system_pods.go:89] "csi-hostpath-attacher-0" [fe5eeb76-d817-438d-a3c3-7b5f967b60ff] Running
	I0914 17:56:15.223376  445498 system_pods.go:89] "csi-hostpath-resizer-0" [969ed8a9-0797-419b-b538-b7457a5c3eaf] Running
	I0914 17:56:15.223381  445498 system_pods.go:89] "csi-hostpathplugin-pb2ks" [2de30586-27cd-459e-85b3-cc1d0593a925] Running
	I0914 17:56:15.223386  445498 system_pods.go:89] "etcd-addons-065265" [4afe0571-d618-404d-9710-4f3640e6a5d9] Running
	I0914 17:56:15.223391  445498 system_pods.go:89] "kindnet-pnl5w" [67bc9343-0b85-4aec-bd61-61186a147e9e] Running
	I0914 17:56:15.223396  445498 system_pods.go:89] "kube-apiserver-addons-065265" [63ca4974-31d6-41d8-b3f8-9450c7af823e] Running
	I0914 17:56:15.223402  445498 system_pods.go:89] "kube-controller-manager-addons-065265" [8465f2fb-b554-437b-a476-cec7bc0d4e65] Running
	I0914 17:56:15.223406  445498 system_pods.go:89] "kube-ingress-dns-minikube" [e5b36de5-3ee9-4db2-aaf8-7602e1495994] Running
	I0914 17:56:15.223411  445498 system_pods.go:89] "kube-proxy-vn25w" [40186df1-461e-41d1-acad-9ed2dffe9179] Running
	I0914 17:56:15.223425  445498 system_pods.go:89] "kube-scheduler-addons-065265" [498c0752-fe41-4307-bbf7-563d2db21b63] Running
	I0914 17:56:15.223429  445498 system_pods.go:89] "metrics-server-84c5f94fbc-j25xf" [ab49997a-fe73-4336-bdca-8967dd54cab0] Running
	I0914 17:56:15.223433  445498 system_pods.go:89] "nvidia-device-plugin-daemonset-4z858" [4ecbb50c-9636-4322-b57b-e343d4866869] Running
	I0914 17:56:15.223438  445498 system_pods.go:89] "registry-66c9cd494c-crp84" [59a7b2b3-ee70-4751-931d-cced94b764f4] Running
	I0914 17:56:15.223445  445498 system_pods.go:89] "registry-proxy-4kg2w" [952e5582-f7fc-4b10-a0eb-360e8482f1da] Running
	I0914 17:56:15.223449  445498 system_pods.go:89] "snapshot-controller-56fcc65765-24875" [e0654505-e113-41d1-8c23-fe3a662542ae] Running
	I0914 17:56:15.223456  445498 system_pods.go:89] "snapshot-controller-56fcc65765-rs5pw" [79682904-d39c-4e89-a587-b62fea1f8ba7] Running
	I0914 17:56:15.223460  445498 system_pods.go:89] "storage-provisioner" [195efea4-d982-46d2-9876-93388db67c4d] Running
	I0914 17:56:15.223468  445498 system_pods.go:126] duration metric: took 12.109048ms to wait for k8s-apps to be running ...
	I0914 17:56:15.223481  445498 system_svc.go:44] waiting for kubelet service to be running ....
	I0914 17:56:15.223545  445498 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0914 17:56:15.236039  445498 system_svc.go:56] duration metric: took 12.547792ms WaitForService to wait for kubelet
	I0914 17:56:15.236071  445498 kubeadm.go:582] duration metric: took 2m33.331234971s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0914 17:56:15.236090  445498 node_conditions.go:102] verifying NodePressure condition ...
	I0914 17:56:15.239556  445498 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0914 17:56:15.239588  445498 node_conditions.go:123] node cpu capacity is 2
	I0914 17:56:15.239601  445498 node_conditions.go:105] duration metric: took 3.50531ms to run NodePressure ...
	I0914 17:56:15.239646  445498 start.go:241] waiting for startup goroutines ...
	I0914 17:56:15.239654  445498 start.go:246] waiting for cluster config update ...
	I0914 17:56:15.239670  445498 start.go:255] writing updated cluster config ...
	I0914 17:56:15.240019  445498 ssh_runner.go:195] Run: rm -f paused
	I0914 17:56:15.589472  445498 start.go:600] kubectl: 1.31.0, cluster: 1.31.1 (minor skew: 0)
	I0914 17:56:15.594632  445498 out.go:177] * Done! kubectl is now configured to use "addons-065265" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Sep 14 18:10:06 addons-065265 crio[967]: time="2024-09-14 18:10:06.714672096Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=abed1c45-8a2b-4235-92a4-1a7f2d199feb name=/runtime.v1.ImageService/ImageStatus
	Sep 14 18:10:18 addons-065265 crio[967]: time="2024-09-14 18:10:18.713767649Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=6d3ebf99-e9dd-4b96-9ad1-82a26f74841a name=/runtime.v1.ImageService/ImageStatus
	Sep 14 18:10:18 addons-065265 crio[967]: time="2024-09-14 18:10:18.714006453Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=6d3ebf99-e9dd-4b96-9ad1-82a26f74841a name=/runtime.v1.ImageService/ImageStatus
	Sep 14 18:10:32 addons-065265 crio[967]: time="2024-09-14 18:10:32.713539693Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=c04d7746-e7dd-480a-9c34-d79cea11495e name=/runtime.v1.ImageService/ImageStatus
	Sep 14 18:10:32 addons-065265 crio[967]: time="2024-09-14 18:10:32.713785053Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=c04d7746-e7dd-480a-9c34-d79cea11495e name=/runtime.v1.ImageService/ImageStatus
	Sep 14 18:10:37 addons-065265 crio[967]: time="2024-09-14 18:10:37.144800380Z" level=info msg="Stopping pod sandbox: fd8ad706687ef8384a2cc64d5bcfd1b077988ba51aaf1485fe4fde18fb6b22f1" id=a61aefa5-5834-47de-b288-66eb9add2e20 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 14 18:10:37 addons-065265 crio[967]: time="2024-09-14 18:10:37.144841208Z" level=info msg="Stopped pod sandbox (already stopped): fd8ad706687ef8384a2cc64d5bcfd1b077988ba51aaf1485fe4fde18fb6b22f1" id=a61aefa5-5834-47de-b288-66eb9add2e20 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 14 18:10:37 addons-065265 crio[967]: time="2024-09-14 18:10:37.145157950Z" level=info msg="Removing pod sandbox: fd8ad706687ef8384a2cc64d5bcfd1b077988ba51aaf1485fe4fde18fb6b22f1" id=90289776-0cba-40e4-87cf-ce789314f181 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Sep 14 18:10:37 addons-065265 crio[967]: time="2024-09-14 18:10:37.152880994Z" level=info msg="Removed pod sandbox: fd8ad706687ef8384a2cc64d5bcfd1b077988ba51aaf1485fe4fde18fb6b22f1" id=90289776-0cba-40e4-87cf-ce789314f181 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Sep 14 18:10:37 addons-065265 crio[967]: time="2024-09-14 18:10:37.153375578Z" level=info msg="Stopping pod sandbox: 7d8c9957e88f18d2584a34c2f2de230aeab4935083162edf10bb1e71f509f6ad" id=232cf647-795d-4f91-873d-b73ac86aefa3 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 14 18:10:37 addons-065265 crio[967]: time="2024-09-14 18:10:37.153415790Z" level=info msg="Stopped pod sandbox (already stopped): 7d8c9957e88f18d2584a34c2f2de230aeab4935083162edf10bb1e71f509f6ad" id=232cf647-795d-4f91-873d-b73ac86aefa3 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 14 18:10:37 addons-065265 crio[967]: time="2024-09-14 18:10:37.153819110Z" level=info msg="Removing pod sandbox: 7d8c9957e88f18d2584a34c2f2de230aeab4935083162edf10bb1e71f509f6ad" id=28d5e8b3-bc84-4593-aecc-7e62c01b483a name=/runtime.v1.RuntimeService/RemovePodSandbox
	Sep 14 18:10:37 addons-065265 crio[967]: time="2024-09-14 18:10:37.163459051Z" level=info msg="Removed pod sandbox: 7d8c9957e88f18d2584a34c2f2de230aeab4935083162edf10bb1e71f509f6ad" id=28d5e8b3-bc84-4593-aecc-7e62c01b483a name=/runtime.v1.RuntimeService/RemovePodSandbox
	Sep 14 18:10:45 addons-065265 crio[967]: time="2024-09-14 18:10:45.713500946Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=d5021c75-354e-4a9b-b00b-49a4f66d8400 name=/runtime.v1.ImageService/ImageStatus
	Sep 14 18:10:45 addons-065265 crio[967]: time="2024-09-14 18:10:45.713733957Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=d5021c75-354e-4a9b-b00b-49a4f66d8400 name=/runtime.v1.ImageService/ImageStatus
	Sep 14 18:10:57 addons-065265 crio[967]: time="2024-09-14 18:10:57.713577443Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=3152fc57-a6b8-4a72-9312-29b64088ac94 name=/runtime.v1.ImageService/ImageStatus
	Sep 14 18:10:57 addons-065265 crio[967]: time="2024-09-14 18:10:57.713810610Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=3152fc57-a6b8-4a72-9312-29b64088ac94 name=/runtime.v1.ImageService/ImageStatus
	Sep 14 18:10:58 addons-065265 crio[967]: time="2024-09-14 18:10:58.967264313Z" level=info msg="Stopping container: cbf19b801c0f72d03d3509f8cf033ac0a1f1c36929809571c4548af376ad5e04 (timeout: 30s)" id=3536b5eb-4b86-441e-84df-6412fabdf3dd name=/runtime.v1.RuntimeService/StopContainer
	Sep 14 18:11:00 addons-065265 crio[967]: time="2024-09-14 18:11:00.192318217Z" level=info msg="Stopped container cbf19b801c0f72d03d3509f8cf033ac0a1f1c36929809571c4548af376ad5e04: kube-system/metrics-server-84c5f94fbc-j25xf/metrics-server" id=3536b5eb-4b86-441e-84df-6412fabdf3dd name=/runtime.v1.RuntimeService/StopContainer
	Sep 14 18:11:00 addons-065265 crio[967]: time="2024-09-14 18:11:00.193578557Z" level=info msg="Stopping pod sandbox: b1a814569ca236ad5dce616dfc682b8dc32adb6610428404626592723915ccbc" id=b630893b-2b59-4b4e-ad51-ba882a101922 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 14 18:11:00 addons-065265 crio[967]: time="2024-09-14 18:11:00.193872826Z" level=info msg="Got pod network &{Name:metrics-server-84c5f94fbc-j25xf Namespace:kube-system ID:b1a814569ca236ad5dce616dfc682b8dc32adb6610428404626592723915ccbc UID:ab49997a-fe73-4336-bdca-8967dd54cab0 NetNS:/var/run/netns/96b01e6c-ddcc-4292-b2fb-f26ae1e35e6e Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Sep 14 18:11:00 addons-065265 crio[967]: time="2024-09-14 18:11:00.194024034Z" level=info msg="Deleting pod kube-system_metrics-server-84c5f94fbc-j25xf from CNI network \"kindnet\" (type=ptp)"
	Sep 14 18:11:00 addons-065265 crio[967]: time="2024-09-14 18:11:00.301199006Z" level=info msg="Stopped pod sandbox: b1a814569ca236ad5dce616dfc682b8dc32adb6610428404626592723915ccbc" id=b630893b-2b59-4b4e-ad51-ba882a101922 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 14 18:11:00 addons-065265 crio[967]: time="2024-09-14 18:11:00.308760243Z" level=info msg="Removing container: cbf19b801c0f72d03d3509f8cf033ac0a1f1c36929809571c4548af376ad5e04" id=560ed73c-b797-4e83-bcb2-f00d1469f6bf name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 14 18:11:00 addons-065265 crio[967]: time="2024-09-14 18:11:00.337702931Z" level=info msg="Removed container cbf19b801c0f72d03d3509f8cf033ac0a1f1c36929809571c4548af376ad5e04: kube-system/metrics-server-84c5f94fbc-j25xf/metrics-server" id=560ed73c-b797-4e83-bcb2-f00d1469f6bf name=/runtime.v1.RuntimeService/RemoveContainer
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                          CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	38b7803cb93cf       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6          2 minutes ago       Running             hello-world-app           0                   50b8605f1413a       hello-world-app-55bf9c44b4-75gfv
	2265a26818f6e       docker.io/library/nginx@sha256:19db381c08a95b2040d5637a65c7a59af6c2f21444b0c8730505280a0255fb53                5 minutes ago       Running             nginx                     0                   2a2f55ae43859       nginx
	00329fa0e5328       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69   15 minutes ago      Running             gcp-auth                  0                   9c1d5790c3f70       gcp-auth-89d5ffd79-6mhlx
	d37842c72db53       2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4                                               16 minutes ago      Running             coredns                   0                   3beda1d303f49       coredns-7c65d6cfc9-stkzf
	3a218cb2f65a0       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                               16 minutes ago      Running             storage-provisioner       0                   7493174cf1900       storage-provisioner
	7d967eb827bf4       6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51                                               17 minutes ago      Running             kindnet-cni               0                   88ca3b8203fc3       kindnet-pnl5w
	1d3465003672e       24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d                                               17 minutes ago      Running             kube-proxy                0                   d7bc9d2054704       kube-proxy-vn25w
	fc43eb859bfc6       27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da                                               17 minutes ago      Running             etcd                      0                   e88f616e32de9       etcd-addons-065265
	a01b35193f305       279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e                                               17 minutes ago      Running             kube-controller-manager   0                   a3c0d55789513       kube-controller-manager-addons-065265
	15fadc86869aa       d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853                                               17 minutes ago      Running             kube-apiserver            0                   490eaaec00b54       kube-apiserver-addons-065265
	be7fc9c761b0e       7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d                                               17 minutes ago      Running             kube-scheduler            0                   986eb2d8686ed       kube-scheduler-addons-065265
	
	
	==> coredns [d37842c72db53735574adcc704ca3b14726b9194b2cd7bc95f6e0b01bfe7876e] <==
	[INFO] 10.244.0.15:42124 - 32269 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000064155s
	[INFO] 10.244.0.15:43529 - 4630 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.004831405s
	[INFO] 10.244.0.15:43529 - 50704 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.004020648s
	[INFO] 10.244.0.15:48691 - 16554 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000644574s
	[INFO] 10.244.0.15:48691 - 22454 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000680684s
	[INFO] 10.244.0.15:52985 - 25185 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000756941s
	[INFO] 10.244.0.15:52985 - 54397 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000688988s
	[INFO] 10.244.0.15:35876 - 15358 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000050182s
	[INFO] 10.244.0.15:35876 - 2809 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000050272s
	[INFO] 10.244.0.15:35561 - 1149 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000070447s
	[INFO] 10.244.0.15:35561 - 1407 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000073787s
	[INFO] 10.244.0.15:48381 - 6322 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001883918s
	[INFO] 10.244.0.15:48381 - 37260 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001106514s
	[INFO] 10.244.0.15:53392 - 29450 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000055474s
	[INFO] 10.244.0.15:53392 - 45064 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000136506s
	[INFO] 10.244.0.20:56727 - 58313 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.001437756s
	[INFO] 10.244.0.20:56676 - 39599 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.001505841s
	[INFO] 10.244.0.20:57518 - 34465 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000184284s
	[INFO] 10.244.0.20:40693 - 23708 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000260139s
	[INFO] 10.244.0.20:39359 - 25397 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000171139s
	[INFO] 10.244.0.20:42895 - 34008 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00055235s
	[INFO] 10.244.0.20:49482 - 2393 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003976349s
	[INFO] 10.244.0.20:58862 - 602 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.004446822s
	[INFO] 10.244.0.20:48076 - 26371 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.002339483s
	[INFO] 10.244.0.20:50136 - 47627 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 610 0.001992904s
	
	
	==> describe nodes <==
	Name:               addons-065265
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-065265
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=fbeeb744274463b05401c917e5ab21bbaf5ef95a
	                    minikube.k8s.io/name=addons-065265
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_09_14T17_53_37_0700
	                    minikube.k8s.io/version=v1.34.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-065265
	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:  Sat, 14 Sep 2024 17:53:34 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-065265
	  AcquireTime:     <unset>
	  RenewTime:       Sat, 14 Sep 2024 18:10:59 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Sat, 14 Sep 2024 18:10:15 +0000   Sat, 14 Sep 2024 17:53:31 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Sat, 14 Sep 2024 18:10:15 +0000   Sat, 14 Sep 2024 17:53:31 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Sat, 14 Sep 2024 18:10:15 +0000   Sat, 14 Sep 2024 17:53:31 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Sat, 14 Sep 2024 18:10:15 +0000   Sat, 14 Sep 2024 17:54:25 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-065265
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022304Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022304Ki
	  pods:               110
	System Info:
	  Machine ID:                 16a23e74aa5b464d92cbc73442c647a9
	  System UUID:                6630673f-8986-4f75-9fbb-5dbe7dd9fdbc
	  Boot ID:                    641d344d-3095-4acf-ad25-2210e6e532b0
	  Kernel Version:             5.15.0-1069-aws
	  OS Image:                   Ubuntu 22.04.4 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.31.1
	  Kube-Proxy Version:         v1.31.1
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (12 in total)
	  Namespace                   Name                                     CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                     ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                  0 (0%)        0 (0%)      0 (0%)           0 (0%)         14m
	  default                     hello-world-app-55bf9c44b4-75gfv         0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m53s
	  default                     nginx                                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m14s
	  gcp-auth                    gcp-auth-89d5ffd79-6mhlx                 0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 coredns-7c65d6cfc9-stkzf                 100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     17m
	  kube-system                 etcd-addons-065265                       100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         17m
	  kube-system                 kindnet-pnl5w                            100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      17m
	  kube-system                 kube-apiserver-addons-065265             250m (12%)    0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 kube-controller-manager-addons-065265    200m (10%)    0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 kube-proxy-vn25w                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 kube-scheduler-addons-065265             100m (5%)     0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 storage-provisioner                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                850m (42%)  100m (5%)
	  memory             220Mi (2%)  220Mi (2%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	  hugepages-32Mi     0 (0%)      0 (0%)
	  hugepages-64Ki     0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age                From             Message
	  ----     ------                   ----               ----             -------
	  Normal   Starting                 17m                kube-proxy       
	  Normal   NodeHasSufficientMemory  17m (x8 over 17m)  kubelet          Node addons-065265 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    17m (x8 over 17m)  kubelet          Node addons-065265 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     17m (x7 over 17m)  kubelet          Node addons-065265 status is now: NodeHasSufficientPID
	  Normal   Starting                 17m                kubelet          Starting kubelet.
	  Warning  CgroupV1                 17m                kubelet          Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
	  Normal   NodeHasSufficientMemory  17m                kubelet          Node addons-065265 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    17m                kubelet          Node addons-065265 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     17m                kubelet          Node addons-065265 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           17m                node-controller  Node addons-065265 event: Registered Node addons-065265 in Controller
	  Normal   NodeReady                16m                kubelet          Node addons-065265 status is now: NodeReady
	
	
	==> dmesg <==
	[Sep14 17:10] systemd-journald[216]: Failed to send stream file descriptor to service manager: Connection refused
	[Sep14 17:22] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
	
	
	==> etcd [fc43eb859bfc646fbc280c6f520684b210aa6d193aed4e6d7d554ba50611fc80] <==
	{"level":"info","ts":"2024-09-14T17:53:45.298185Z","caller":"traceutil/trace.go:171","msg":"trace[1798821983] transaction","detail":"{read_only:false; response_revision:386; number_of_response:1; }","duration":"286.493168ms","start":"2024-09-14T17:53:45.011686Z","end":"2024-09-14T17:53:45.298179Z","steps":["trace[1798821983] 'process raft request'  (duration: 285.942188ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-14T17:53:45.298270Z","caller":"traceutil/trace.go:171","msg":"trace[715682236] linearizableReadLoop","detail":"{readStateIndex:396; appliedIndex:393; }","duration":"286.687486ms","start":"2024-09-14T17:53:45.011577Z","end":"2024-09-14T17:53:45.298264Z","steps":["trace[715682236] 'read index received'  (duration: 16.46392ms)","trace[715682236] 'applied index is now lower than readState.Index'  (duration: 270.222877ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-14T17:53:45.298370Z","caller":"traceutil/trace.go:171","msg":"trace[1585943996] transaction","detail":"{read_only:false; response_revision:387; number_of_response:1; }","duration":"210.23926ms","start":"2024-09-14T17:53:45.088125Z","end":"2024-09-14T17:53:45.298364Z","steps":["trace[1585943996] 'process raft request'  (duration: 209.547459ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.298637Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"287.054306ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-14T17:53:45.298662Z","caller":"traceutil/trace.go:171","msg":"trace[1929548251] range","detail":"{range_begin:/registry/apiextensions.k8s.io/customresourcedefinitions; range_end:; response_count:0; response_revision:388; }","duration":"287.092237ms","start":"2024-09-14T17:53:45.011562Z","end":"2024-09-14T17:53:45.298655Z","steps":["trace[1929548251] 'agreement among raft nodes before linearized reading'  (duration: 286.999808ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.298794Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"287.024891ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/minikube-ingress-dns\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-14T17:53:45.298811Z","caller":"traceutil/trace.go:171","msg":"trace[143199256] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/minikube-ingress-dns; range_end:; response_count:0; response_revision:388; }","duration":"287.043877ms","start":"2024-09-14T17:53:45.011762Z","end":"2024-09-14T17:53:45.298806Z","steps":["trace[143199256] 'agreement among raft nodes before linearized reading'  (duration: 286.990889ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.375397Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"271.451168ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-14T17:53:45.375462Z","caller":"traceutil/trace.go:171","msg":"trace[1944825091] range","detail":"{range_begin:/registry/serviceaccounts; range_end:; response_count:0; response_revision:388; }","duration":"347.910758ms","start":"2024-09-14T17:53:45.027534Z","end":"2024-09-14T17:53:45.375444Z","steps":["trace[1944825091] 'agreement among raft nodes before linearized reading'  (duration: 271.438943ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.375492Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-14T17:53:45.027518Z","time spent":"347.963607ms","remote":"127.0.0.1:48390","response type":"/etcdserverpb.KV/Range","request count":0,"request size":29,"response count":0,"response size":29,"request content":"key:\"/registry/serviceaccounts\" limit:1 "}
	{"level":"warn","ts":"2024-09-14T17:53:45.405576Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"393.729987ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-14T17:53:45.405643Z","caller":"traceutil/trace.go:171","msg":"trace[412170767] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:388; }","duration":"393.811947ms","start":"2024-09-14T17:53:45.011819Z","end":"2024-09-14T17:53:45.405631Z","steps":["trace[412170767] 'agreement among raft nodes before linearized reading'  (duration: 386.227465ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.405673Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-14T17:53:45.011807Z","time spent":"393.860019ms","remote":"127.0.0.1:48210","response type":"/etcdserverpb.KV/Range","request count":0,"request size":18,"response count":0,"response size":29,"request content":"key:\"/registry/health\" "}
	{"level":"warn","ts":"2024-09-14T17:53:45.406082Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"378.579756ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/storage-provisioner\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-14T17:53:45.406124Z","caller":"traceutil/trace.go:171","msg":"trace[929361348] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/storage-provisioner; range_end:; response_count:0; response_revision:388; }","duration":"378.623882ms","start":"2024-09-14T17:53:45.027492Z","end":"2024-09-14T17:53:45.406116Z","steps":["trace[929361348] 'agreement among raft nodes before linearized reading'  (duration: 370.517253ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.406144Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-14T17:53:45.027429Z","time spent":"378.708507ms","remote":"127.0.0.1:48390","response type":"/etcdserverpb.KV/Range","request count":0,"request size":59,"response count":0,"response size":29,"request content":"key:\"/registry/serviceaccounts/kube-system/storage-provisioner\" "}
	{"level":"warn","ts":"2024-09-14T17:53:45.406270Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"378.996633ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/registry\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-14T17:53:45.406294Z","caller":"traceutil/trace.go:171","msg":"trace[796369271] range","detail":"{range_begin:/registry/deployments/kube-system/registry; range_end:; response_count:0; response_revision:388; }","duration":"379.035345ms","start":"2024-09-14T17:53:45.027252Z","end":"2024-09-14T17:53:45.406288Z","steps":["trace[796369271] 'agreement among raft nodes before linearized reading'  (duration: 370.788058ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-14T17:53:45.406310Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-14T17:53:45.011835Z","time spent":"394.470748ms","remote":"127.0.0.1:48632","response type":"/etcdserverpb.KV/Range","request count":0,"request size":44,"response count":0,"response size":29,"request content":"key:\"/registry/deployments/kube-system/registry\" "}
	{"level":"info","ts":"2024-09-14T18:03:32.132234Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1564}
	{"level":"info","ts":"2024-09-14T18:03:32.170150Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1564,"took":"37.19298ms","hash":619991811,"current-db-size-bytes":6520832,"current-db-size":"6.5 MB","current-db-size-in-use-bytes":3502080,"current-db-size-in-use":"3.5 MB"}
	{"level":"info","ts":"2024-09-14T18:03:32.170205Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":619991811,"revision":1564,"compact-revision":-1}
	{"level":"info","ts":"2024-09-14T18:08:32.137953Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1982}
	{"level":"info","ts":"2024-09-14T18:08:32.155798Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1982,"took":"17.209058ms","hash":988533569,"current-db-size-bytes":6520832,"current-db-size":"6.5 MB","current-db-size-in-use-bytes":4460544,"current-db-size-in-use":"4.5 MB"}
	{"level":"info","ts":"2024-09-14T18:08:32.155847Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":988533569,"revision":1982,"compact-revision":1564}
	
	
	==> gcp-auth [00329fa0e5328b3291a9327c7a6cd1163e808df0f8fd75371928ba7c523a32aa] <==
	2024/09/14 17:56:16 Ready to write response ...
	2024/09/14 17:56:16 Ready to marshal response ...
	2024/09/14 17:56:16 Ready to write response ...
	2024/09/14 18:04:22 Ready to marshal response ...
	2024/09/14 18:04:22 Ready to write response ...
	2024/09/14 18:04:31 Ready to marshal response ...
	2024/09/14 18:04:31 Ready to write response ...
	2024/09/14 18:04:36 Ready to marshal response ...
	2024/09/14 18:04:36 Ready to write response ...
	2024/09/14 18:05:46 Ready to marshal response ...
	2024/09/14 18:05:46 Ready to write response ...
	2024/09/14 18:08:07 Ready to marshal response ...
	2024/09/14 18:08:07 Ready to write response ...
	2024/09/14 18:08:20 Ready to marshal response ...
	2024/09/14 18:08:20 Ready to write response ...
	2024/09/14 18:08:20 Ready to marshal response ...
	2024/09/14 18:08:20 Ready to write response ...
	2024/09/14 18:08:30 Ready to marshal response ...
	2024/09/14 18:08:30 Ready to write response ...
	2024/09/14 18:09:38 Ready to marshal response ...
	2024/09/14 18:09:38 Ready to write response ...
	2024/09/14 18:09:38 Ready to marshal response ...
	2024/09/14 18:09:38 Ready to write response ...
	2024/09/14 18:09:38 Ready to marshal response ...
	2024/09/14 18:09:38 Ready to write response ...
	
	
	==> kernel <==
	 18:11:00 up  1:53,  0 users,  load average: 0.14, 0.25, 1.16
	Linux addons-065265 5.15.0-1069-aws #75~20.04.1-Ubuntu SMP Mon Aug 19 16:22:47 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.4 LTS"
	
	
	==> kindnet [7d967eb827bf45d66fce3464e12595c546718e8e39c51e353691c1f7be7ac9ac] <==
	I0914 18:08:55.301852       1 main.go:299] handling current node
	I0914 18:09:05.301432       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:09:05.301551       1 main.go:299] handling current node
	I0914 18:09:15.302070       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:09:15.302194       1 main.go:299] handling current node
	I0914 18:09:25.301760       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:09:25.301798       1 main.go:299] handling current node
	I0914 18:09:35.301470       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:09:35.301506       1 main.go:299] handling current node
	I0914 18:09:45.301629       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:09:45.301953       1 main.go:299] handling current node
	I0914 18:09:55.301447       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:09:55.301617       1 main.go:299] handling current node
	I0914 18:10:05.309268       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:10:05.309377       1 main.go:299] handling current node
	I0914 18:10:15.309321       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:10:15.309436       1 main.go:299] handling current node
	I0914 18:10:25.309025       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:10:25.309068       1 main.go:299] handling current node
	I0914 18:10:35.304075       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:10:35.304108       1 main.go:299] handling current node
	I0914 18:10:45.301431       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:10:45.301503       1 main.go:299] handling current node
	I0914 18:10:55.301453       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0914 18:10:55.301489       1 main.go:299] handling current node
	
	
	==> kube-apiserver [15fadc86869aa528527ef311138e5537fbdbfad0877c34d5a889c9775f22153b] <==
	I0914 18:04:53.394558       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0914 18:04:53.394704       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0914 18:04:53.421465       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0914 18:04:53.421603       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0914 18:04:53.442033       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0914 18:04:53.442079       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0914 18:04:53.497626       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0914 18:04:53.497685       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0914 18:04:53.527214       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0914 18:04:53.527255       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0914 18:04:54.498434       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	W0914 18:04:54.527683       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0914 18:04:54.591284       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	I0914 18:05:40.612468       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0914 18:05:41.660872       1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0914 18:05:46.179692       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0914 18:05:46.491181       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.101.175.75"}
	I0914 18:08:08.139160       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.97.121.157"}
	E0914 18:08:09.911652       1 watch.go:250] "Unhandled Error" err="http2: stream closed" logger="UnhandledError"
	E0914 18:08:31.310941       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0914 18:08:31.320881       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0914 18:08:31.330634       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0914 18:08:46.332712       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0914 18:09:31.779662       1 watch.go:250] "Unhandled Error" err="http2: stream closed" logger="UnhandledError"
	I0914 18:09:38.219025       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.110.83.159"}
	
	
	==> kube-controller-manager [a01b35193f3057b5c5377dc0dedcf2a666b1b3cd435a608ba7d801b7531347cb] <==
	I0914 18:09:38.319289       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-57fb76fcdb" duration="48.431499ms"
	I0914 18:09:38.344954       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-57fb76fcdb" duration="25.535377ms"
	I0914 18:09:38.345115       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-57fb76fcdb" duration="44.652µs"
	I0914 18:09:38.345200       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-57fb76fcdb" duration="23.014µs"
	I0914 18:09:42.168779       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-57fb76fcdb" duration="54.628µs"
	I0914 18:09:42.200003       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-57fb76fcdb" duration="10.282116ms"
	I0914 18:09:42.200221       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-57fb76fcdb" duration="56.179µs"
	I0914 18:09:48.817187       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-57fb76fcdb" duration="4.078µs"
	W0914 18:09:50.221475       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:09:50.221518       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	I0914 18:09:58.931405       1 namespace_controller.go:187] "Namespace has been deleted" logger="namespace-controller" namespace="headlamp"
	W0914 18:10:01.842438       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:10:01.842487       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:10:01.984340       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:10:01.984419       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:10:10.066537       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:10:10.066583       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	I0914 18:10:15.915791       1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-065265"
	W0914 18:10:33.386569       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:10:33.386616       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:10:39.631449       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:10:39.631492       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0914 18:10:44.522714       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0914 18:10:44.522760       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	I0914 18:10:58.938416       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/metrics-server-84c5f94fbc" duration="4.635µs"
	
	
	==> kube-proxy [1d3465003672e2a035b0721459bd09c1f22582e245786fdc9b933640b433a8a8] <==
	I0914 17:53:46.602087       1 server_linux.go:66] "Using iptables proxy"
	I0914 17:53:47.212881       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0914 17:53:47.212950       1 server.go:234] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0914 17:53:47.428885       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0914 17:53:47.429015       1 server_linux.go:169] "Using iptables Proxier"
	I0914 17:53:47.431364       1 proxier.go:255] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0914 17:53:47.431909       1 server.go:483] "Version info" version="v1.31.1"
	I0914 17:53:47.431965       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0914 17:53:47.438499       1 config.go:199] "Starting service config controller"
	I0914 17:53:47.438584       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0914 17:53:47.438612       1 config.go:105] "Starting endpoint slice config controller"
	I0914 17:53:47.438617       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0914 17:53:47.439483       1 config.go:328] "Starting node config controller"
	I0914 17:53:47.439501       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0914 17:53:47.552113       1 shared_informer.go:320] Caches are synced for node config
	I0914 17:53:47.560118       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0914 17:53:47.644816       1 shared_informer.go:320] Caches are synced for service config
	
	
	==> kube-scheduler [be7fc9c761b0e9641e5e4cd19c9d39bccb192290da461e4fd410fbab5cb63a11] <==
	W0914 17:53:34.598078       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0914 17:53:34.598455       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.598145       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
	E0914 17:53:34.598476       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.598213       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
	E0914 17:53:34.598510       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.598253       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0914 17:53:34.598538       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.601405       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
	E0914 17:53:34.602056       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.602212       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E0914 17:53:34.602296       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.602402       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E0914 17:53:34.602458       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.602564       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	E0914 17:53:34.602627       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.602740       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E0914 17:53:34.602802       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.602929       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	E0914 17:53:34.603538       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.603176       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0914 17:53:34.603710       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0914 17:53:34.603248       1 reflector.go:561] 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
	E0914 17:53:34.603819       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError"
	I0914 17:53:35.791681       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Sep 14 18:09:57 addons-065265 kubelet[1490]: E0914 18:09:57.048795    1490 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726337397048516844,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572279,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 14 18:10:06 addons-065265 kubelet[1490]: E0914 18:10:06.714910    1490 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="abf39ebd-a837-4e0c-bce0-263763fddc13"
	Sep 14 18:10:07 addons-065265 kubelet[1490]: E0914 18:10:07.051818    1490 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726337407051557974,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572279,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 14 18:10:07 addons-065265 kubelet[1490]: E0914 18:10:07.051858    1490 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726337407051557974,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572279,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 14 18:10:17 addons-065265 kubelet[1490]: E0914 18:10:17.054166    1490 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726337417053933786,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572279,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 14 18:10:17 addons-065265 kubelet[1490]: E0914 18:10:17.054204    1490 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726337417053933786,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572279,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 14 18:10:18 addons-065265 kubelet[1490]: E0914 18:10:18.714338    1490 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="abf39ebd-a837-4e0c-bce0-263763fddc13"
	Sep 14 18:10:27 addons-065265 kubelet[1490]: E0914 18:10:27.056757    1490 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726337427056488869,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572279,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 14 18:10:27 addons-065265 kubelet[1490]: E0914 18:10:27.056794    1490 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726337427056488869,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572279,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 14 18:10:32 addons-065265 kubelet[1490]: E0914 18:10:32.714282    1490 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="abf39ebd-a837-4e0c-bce0-263763fddc13"
	Sep 14 18:10:37 addons-065265 kubelet[1490]: E0914 18:10:37.059530    1490 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726337437059285830,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572279,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 14 18:10:37 addons-065265 kubelet[1490]: E0914 18:10:37.060006    1490 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726337437059285830,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572279,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 14 18:10:45 addons-065265 kubelet[1490]: E0914 18:10:45.713963    1490 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="abf39ebd-a837-4e0c-bce0-263763fddc13"
	Sep 14 18:10:47 addons-065265 kubelet[1490]: E0914 18:10:47.062735    1490 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726337447062492773,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572279,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 14 18:10:47 addons-065265 kubelet[1490]: E0914 18:10:47.062772    1490 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726337447062492773,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572279,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 14 18:10:57 addons-065265 kubelet[1490]: E0914 18:10:57.064987    1490 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726337457064722950,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572279,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 14 18:10:57 addons-065265 kubelet[1490]: E0914 18:10:57.065024    1490 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726337457064722950,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572279,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 14 18:10:57 addons-065265 kubelet[1490]: E0914 18:10:57.714045    1490 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="abf39ebd-a837-4e0c-bce0-263763fddc13"
	Sep 14 18:11:00 addons-065265 kubelet[1490]: I0914 18:11:00.304323    1490 scope.go:117] "RemoveContainer" containerID="cbf19b801c0f72d03d3509f8cf033ac0a1f1c36929809571c4548af376ad5e04"
	Sep 14 18:11:00 addons-065265 kubelet[1490]: I0914 18:11:00.411924    1490 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-nxkm2\" (UniqueName: \"kubernetes.io/projected/ab49997a-fe73-4336-bdca-8967dd54cab0-kube-api-access-nxkm2\") pod \"ab49997a-fe73-4336-bdca-8967dd54cab0\" (UID: \"ab49997a-fe73-4336-bdca-8967dd54cab0\") "
	Sep 14 18:11:00 addons-065265 kubelet[1490]: I0914 18:11:00.411995    1490 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/ab49997a-fe73-4336-bdca-8967dd54cab0-tmp-dir\") pod \"ab49997a-fe73-4336-bdca-8967dd54cab0\" (UID: \"ab49997a-fe73-4336-bdca-8967dd54cab0\") "
	Sep 14 18:11:00 addons-065265 kubelet[1490]: I0914 18:11:00.412363    1490 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/empty-dir/ab49997a-fe73-4336-bdca-8967dd54cab0-tmp-dir" (OuterVolumeSpecName: "tmp-dir") pod "ab49997a-fe73-4336-bdca-8967dd54cab0" (UID: "ab49997a-fe73-4336-bdca-8967dd54cab0"). InnerVolumeSpecName "tmp-dir". PluginName "kubernetes.io/empty-dir", VolumeGidValue ""
	Sep 14 18:11:00 addons-065265 kubelet[1490]: I0914 18:11:00.415110    1490 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/ab49997a-fe73-4336-bdca-8967dd54cab0-kube-api-access-nxkm2" (OuterVolumeSpecName: "kube-api-access-nxkm2") pod "ab49997a-fe73-4336-bdca-8967dd54cab0" (UID: "ab49997a-fe73-4336-bdca-8967dd54cab0"). InnerVolumeSpecName "kube-api-access-nxkm2". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 14 18:11:00 addons-065265 kubelet[1490]: I0914 18:11:00.512665    1490 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-nxkm2\" (UniqueName: \"kubernetes.io/projected/ab49997a-fe73-4336-bdca-8967dd54cab0-kube-api-access-nxkm2\") on node \"addons-065265\" DevicePath \"\""
	Sep 14 18:11:00 addons-065265 kubelet[1490]: I0914 18:11:00.512705    1490 reconciler_common.go:288] "Volume detached for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/ab49997a-fe73-4336-bdca-8967dd54cab0-tmp-dir\") on node \"addons-065265\" DevicePath \"\""
	
	
	==> storage-provisioner [3a218cb2f65a028a5033c098850d6f63866b3a945d0acc309f85dcc5d484bd39] <==
	I0914 17:54:26.521552       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0914 17:54:26.573348       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0914 17:54:26.573481       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0914 17:54:26.626498       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0914 17:54:26.652462       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-065265_770485c3-e4b9-415d-9863-17d8e173b497!
	I0914 17:54:26.651175       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"6cd5dcdd-865f-4325-ac90-5494909bb334", APIVersion:"v1", ResourceVersion:"917", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-065265_770485c3-e4b9-415d-9863-17d8e173b497 became leader
	I0914 17:54:26.853314       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-065265_770485c3-e4b9-415d-9863-17d8e173b497!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-065265 -n addons-065265
helpers_test.go:261: (dbg) Run:  kubectl --context addons-065265 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: busybox
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/MetricsServer]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context addons-065265 describe pod busybox
helpers_test.go:282: (dbg) kubectl --context addons-065265 describe pod busybox:

                                                
                                                
-- stdout --
	Name:             busybox
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-065265/192.168.49.2
	Start Time:       Sat, 14 Sep 2024 17:56:16 +0000
	Labels:           integration-test=busybox
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.21
	IPs:
	  IP:  10.244.0.21
	Containers:
	  busybox:
	    Container ID:  
	    Image:         gcr.io/k8s-minikube/busybox:1.28.4-glibc
	    Image ID:      
	    Port:          <none>
	    Host Port:     <none>
	    Command:
	      sleep
	      3600
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:
	      GOOGLE_APPLICATION_CREDENTIALS:  /google-app-creds.json
	      PROJECT_ID:                      this_is_fake
	      GCP_PROJECT:                     this_is_fake
	      GCLOUD_PROJECT:                  this_is_fake
	      GOOGLE_CLOUD_PROJECT:            this_is_fake
	      CLOUDSDK_CORE_PROJECT:           this_is_fake
	    Mounts:
	      /google-app-creds.json from gcp-creds (ro)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-s449j (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-s449j:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	  gcp-creds:
	    Type:          HostPath (bare host directory volume)
	    Path:          /var/lib/minikube/google_application_credentials.json
	    HostPathType:  File
	QoS Class:         BestEffort
	Node-Selectors:    <none>
	Tolerations:       node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
	                   node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
	Events:
	  Type     Reason     Age                   From               Message
	  ----     ------     ----                  ----               -------
	  Normal   Scheduled  14m                   default-scheduler  Successfully assigned default/busybox to addons-065265
	  Normal   Pulling    13m (x4 over 14m)     kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Warning  Failed     13m (x4 over 14m)     kubelet            Failed to pull image "gcr.io/k8s-minikube/busybox:1.28.4-glibc": unable to retrieve auth token: invalid username/password: unauthorized: authentication failed
	  Warning  Failed     13m (x4 over 14m)     kubelet            Error: ErrImagePull
	  Warning  Failed     13m (x6 over 14m)     kubelet            Error: ImagePullBackOff
	  Normal   BackOff    4m40s (x43 over 14m)  kubelet            Back-off pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"

                                                
                                                
-- /stdout --
helpers_test.go:285: <<< TestAddons/parallel/MetricsServer FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/MetricsServer (368.15s)

                                                
                                    

Test pass (295/328)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 8.47
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.08
9 TestDownloadOnly/v1.20.0/DeleteAll 0.22
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.13
12 TestDownloadOnly/v1.31.1/json-events 6.28
13 TestDownloadOnly/v1.31.1/preload-exists 0
17 TestDownloadOnly/v1.31.1/LogsDuration 0.08
18 TestDownloadOnly/v1.31.1/DeleteAll 0.2
19 TestDownloadOnly/v1.31.1/DeleteAlwaysSucceeds 0.13
21 TestBinaryMirror 0.61
25 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.07
26 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.07
27 TestAddons/Setup 208.19
31 TestAddons/serial/GCPAuth/Namespaces 0.22
35 TestAddons/parallel/InspektorGadget 10.78
39 TestAddons/parallel/CSI 34.45
40 TestAddons/parallel/Headlamp 16.67
41 TestAddons/parallel/CloudSpanner 5.56
42 TestAddons/parallel/LocalPath 53.23
43 TestAddons/parallel/NvidiaDevicePlugin 6.49
44 TestAddons/parallel/Yakd 11.75
45 TestAddons/StoppedEnableDisable 6.22
46 TestCertOptions 33.48
47 TestCertExpiration 248.95
49 TestForceSystemdFlag 41.25
50 TestForceSystemdEnv 42.62
56 TestErrorSpam/setup 32.19
57 TestErrorSpam/start 0.78
58 TestErrorSpam/status 1.03
59 TestErrorSpam/pause 1.78
60 TestErrorSpam/unpause 1.87
61 TestErrorSpam/stop 1.46
64 TestFunctional/serial/CopySyncFile 0
65 TestFunctional/serial/StartWithProxy 74.52
66 TestFunctional/serial/AuditLog 0
67 TestFunctional/serial/SoftStart 16.07
68 TestFunctional/serial/KubeContext 0.06
69 TestFunctional/serial/KubectlGetPods 0.1
72 TestFunctional/serial/CacheCmd/cache/add_remote 4.48
73 TestFunctional/serial/CacheCmd/cache/add_local 1.42
74 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.05
75 TestFunctional/serial/CacheCmd/cache/list 0.05
76 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.32
77 TestFunctional/serial/CacheCmd/cache/cache_reload 2.17
78 TestFunctional/serial/CacheCmd/cache/delete 0.1
79 TestFunctional/serial/MinikubeKubectlCmd 0.14
80 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.15
81 TestFunctional/serial/ExtraConfig 37.27
82 TestFunctional/serial/ComponentHealth 0.1
83 TestFunctional/serial/LogsCmd 1.7
84 TestFunctional/serial/LogsFileCmd 1.7
85 TestFunctional/serial/InvalidService 4.44
87 TestFunctional/parallel/ConfigCmd 0.42
88 TestFunctional/parallel/DashboardCmd 8.83
89 TestFunctional/parallel/DryRun 0.44
90 TestFunctional/parallel/InternationalLanguage 0.2
91 TestFunctional/parallel/StatusCmd 1.02
95 TestFunctional/parallel/ServiceCmdConnect 11.74
96 TestFunctional/parallel/AddonsCmd 0.19
97 TestFunctional/parallel/PersistentVolumeClaim 26.3
99 TestFunctional/parallel/SSHCmd 0.69
100 TestFunctional/parallel/CpCmd 2.26
102 TestFunctional/parallel/FileSync 0.39
103 TestFunctional/parallel/CertSync 2.11
107 TestFunctional/parallel/NodeLabels 0.1
109 TestFunctional/parallel/NonActiveRuntimeDisabled 0.78
111 TestFunctional/parallel/License 0.35
113 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.6
114 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
116 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 8.5
117 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.13
118 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
122 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
123 TestFunctional/parallel/ServiceCmd/DeployApp 7.24
124 TestFunctional/parallel/ProfileCmd/profile_not_create 0.41
125 TestFunctional/parallel/ProfileCmd/profile_list 0.37
126 TestFunctional/parallel/ProfileCmd/profile_json_output 0.43
127 TestFunctional/parallel/ServiceCmd/List 0.63
128 TestFunctional/parallel/MountCmd/any-port 9.66
129 TestFunctional/parallel/ServiceCmd/JSONOutput 0.51
130 TestFunctional/parallel/ServiceCmd/HTTPS 0.45
131 TestFunctional/parallel/ServiceCmd/Format 0.52
132 TestFunctional/parallel/ServiceCmd/URL 0.44
133 TestFunctional/parallel/MountCmd/specific-port 2.28
134 TestFunctional/parallel/MountCmd/VerifyCleanup 2.37
135 TestFunctional/parallel/Version/short 0.08
136 TestFunctional/parallel/Version/components 1.07
137 TestFunctional/parallel/ImageCommands/ImageListShort 0.31
138 TestFunctional/parallel/ImageCommands/ImageListTable 0.27
139 TestFunctional/parallel/ImageCommands/ImageListJson 0.28
140 TestFunctional/parallel/ImageCommands/ImageListYaml 0.27
141 TestFunctional/parallel/ImageCommands/ImageBuild 3.65
142 TestFunctional/parallel/ImageCommands/Setup 0.75
143 TestFunctional/parallel/UpdateContextCmd/no_changes 0.21
144 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.19
145 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.21
146 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 1.77
147 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 1.07
148 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 1.37
149 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.54
150 TestFunctional/parallel/ImageCommands/ImageRemove 0.56
151 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 0.83
152 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.57
153 TestFunctional/delete_echo-server_images 0.04
154 TestFunctional/delete_my-image_image 0.02
155 TestFunctional/delete_minikube_cached_images 0.02
159 TestMultiControlPlane/serial/StartCluster 169.53
160 TestMultiControlPlane/serial/DeployApp 7.68
161 TestMultiControlPlane/serial/PingHostFromPods 1.54
162 TestMultiControlPlane/serial/AddWorkerNode 65.82
163 TestMultiControlPlane/serial/NodeLabels 0.11
164 TestMultiControlPlane/serial/HAppyAfterClusterStart 0.74
165 TestMultiControlPlane/serial/CopyFile 18.78
166 TestMultiControlPlane/serial/StopSecondaryNode 12.71
167 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.55
168 TestMultiControlPlane/serial/RestartSecondaryNode 43.57
169 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 0.76
170 TestMultiControlPlane/serial/RestartClusterKeepsNodes 244.13
171 TestMultiControlPlane/serial/DeleteSecondaryNode 12.77
172 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.55
173 TestMultiControlPlane/serial/StopCluster 35.79
174 TestMultiControlPlane/serial/RestartCluster 122.67
175 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.53
176 TestMultiControlPlane/serial/AddSecondaryNode 70.99
177 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 0.74
181 TestJSONOutput/start/Command 78.6
182 TestJSONOutput/start/Audit 0
184 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
185 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
187 TestJSONOutput/pause/Command 0.76
188 TestJSONOutput/pause/Audit 0
190 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
191 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
193 TestJSONOutput/unpause/Command 0.68
194 TestJSONOutput/unpause/Audit 0
196 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
197 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
199 TestJSONOutput/stop/Command 5.89
200 TestJSONOutput/stop/Audit 0
202 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
203 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
204 TestErrorJSONOutput 0.23
206 TestKicCustomNetwork/create_custom_network 37.72
207 TestKicCustomNetwork/use_default_bridge_network 32.03
208 TestKicExistingNetwork 32.91
209 TestKicCustomSubnet 40.44
210 TestKicStaticIP 36.86
211 TestMainNoArgs 0.05
212 TestMinikubeProfile 69.69
215 TestMountStart/serial/StartWithMountFirst 7.12
216 TestMountStart/serial/VerifyMountFirst 0.27
217 TestMountStart/serial/StartWithMountSecond 9.71
218 TestMountStart/serial/VerifyMountSecond 0.26
219 TestMountStart/serial/DeleteFirst 1.61
220 TestMountStart/serial/VerifyMountPostDelete 0.26
221 TestMountStart/serial/Stop 1.2
222 TestMountStart/serial/RestartStopped 8.99
223 TestMountStart/serial/VerifyMountPostStop 0.28
226 TestMultiNode/serial/FreshStart2Nodes 138.6
227 TestMultiNode/serial/DeployApp2Nodes 7.02
228 TestMultiNode/serial/PingHostFrom2Pods 0.98
229 TestMultiNode/serial/AddNode 30.39
230 TestMultiNode/serial/MultiNodeLabels 0.1
231 TestMultiNode/serial/ProfileList 0.32
232 TestMultiNode/serial/CopyFile 9.94
233 TestMultiNode/serial/StopNode 2.28
234 TestMultiNode/serial/StartAfterStop 11.41
235 TestMultiNode/serial/RestartKeepsNodes 103.98
236 TestMultiNode/serial/DeleteNode 5.53
237 TestMultiNode/serial/StopMultiNode 24.03
238 TestMultiNode/serial/RestartMultiNode 56.38
239 TestMultiNode/serial/ValidateNameConflict 34.72
244 TestPreload 128.93
246 TestScheduledStopUnix 108.23
249 TestInsufficientStorage 10.69
250 TestRunningBinaryUpgrade 78.2
252 TestKubernetesUpgrade 390.01
253 TestMissingContainerUpgrade 169.51
255 TestNoKubernetes/serial/StartNoK8sWithVersion 0.08
256 TestNoKubernetes/serial/StartWithK8s 35.83
257 TestNoKubernetes/serial/StartWithStopK8s 9.81
258 TestNoKubernetes/serial/Start 9.26
259 TestNoKubernetes/serial/VerifyK8sNotRunning 0.48
260 TestNoKubernetes/serial/ProfileList 1.11
261 TestNoKubernetes/serial/Stop 1.25
262 TestNoKubernetes/serial/StartNoArgs 7.52
263 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.34
264 TestStoppedBinaryUpgrade/Setup 0.68
265 TestStoppedBinaryUpgrade/Upgrade 72.23
266 TestStoppedBinaryUpgrade/MinikubeLogs 1.04
275 TestPause/serial/Start 49.16
276 TestPause/serial/SecondStartNoReconfiguration 30.16
277 TestPause/serial/Pause 0.91
278 TestPause/serial/VerifyStatus 0.32
279 TestPause/serial/Unpause 0.69
280 TestPause/serial/PauseAgain 0.88
281 TestPause/serial/DeletePaused 2.82
282 TestPause/serial/VerifyDeletedResources 0.48
290 TestNetworkPlugins/group/false 4.78
295 TestStartStop/group/old-k8s-version/serial/FirstStart 172.79
296 TestStartStop/group/old-k8s-version/serial/DeployApp 11.86
298 TestStartStop/group/no-preload/serial/FirstStart 67.04
299 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 1.41
300 TestStartStop/group/old-k8s-version/serial/Stop 13.66
301 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.2
302 TestStartStop/group/old-k8s-version/serial/SecondStart 139.14
303 TestStartStop/group/no-preload/serial/DeployApp 10.43
304 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 1.14
305 TestStartStop/group/no-preload/serial/Stop 12.01
306 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.19
307 TestStartStop/group/no-preload/serial/SecondStart 267.59
308 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6.01
309 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.1
310 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.26
311 TestStartStop/group/old-k8s-version/serial/Pause 3.11
313 TestStartStop/group/embed-certs/serial/FirstStart 78.25
314 TestStartStop/group/embed-certs/serial/DeployApp 10.35
315 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 1.1
316 TestStartStop/group/embed-certs/serial/Stop 12.07
317 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.33
318 TestStartStop/group/embed-certs/serial/SecondStart 288.82
319 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6
320 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 6.12
321 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.25
322 TestStartStop/group/no-preload/serial/Pause 3.14
324 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 49.97
325 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 9.37
326 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 1.11
327 TestStartStop/group/default-k8s-diff-port/serial/Stop 12.05
328 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.2
329 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 279.2
330 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
331 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.22
332 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.26
333 TestStartStop/group/embed-certs/serial/Pause 3.12
335 TestStartStop/group/newest-cni/serial/FirstStart 35.99
336 TestStartStop/group/newest-cni/serial/DeployApp 0
337 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 1.12
338 TestStartStop/group/newest-cni/serial/Stop 1.33
339 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.19
340 TestStartStop/group/newest-cni/serial/SecondStart 17.41
341 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
342 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
343 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.25
344 TestStartStop/group/newest-cni/serial/Pause 3.01
345 TestNetworkPlugins/group/auto/Start 75.87
346 TestNetworkPlugins/group/auto/KubeletFlags 0.37
347 TestNetworkPlugins/group/auto/NetCatPod 12.27
348 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6.01
349 TestNetworkPlugins/group/auto/DNS 0.19
350 TestNetworkPlugins/group/auto/Localhost 0.16
351 TestNetworkPlugins/group/auto/HairPin 0.15
352 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.15
353 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.34
354 TestStartStop/group/default-k8s-diff-port/serial/Pause 4.19
355 TestNetworkPlugins/group/kindnet/Start 85.44
356 TestNetworkPlugins/group/calico/Start 68.98
357 TestNetworkPlugins/group/calico/ControllerPod 6.01
358 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
359 TestNetworkPlugins/group/calico/KubeletFlags 0.29
360 TestNetworkPlugins/group/calico/NetCatPod 14.24
361 TestNetworkPlugins/group/kindnet/KubeletFlags 0.43
362 TestNetworkPlugins/group/kindnet/NetCatPod 11.37
363 TestNetworkPlugins/group/calico/DNS 0.21
364 TestNetworkPlugins/group/calico/Localhost 0.17
365 TestNetworkPlugins/group/calico/HairPin 0.16
366 TestNetworkPlugins/group/kindnet/DNS 0.18
367 TestNetworkPlugins/group/kindnet/Localhost 0.17
368 TestNetworkPlugins/group/kindnet/HairPin 0.15
369 TestNetworkPlugins/group/custom-flannel/Start 65.41
370 TestNetworkPlugins/group/enable-default-cni/Start 76.04
371 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.29
372 TestNetworkPlugins/group/custom-flannel/NetCatPod 10.27
373 TestNetworkPlugins/group/custom-flannel/DNS 0.19
374 TestNetworkPlugins/group/custom-flannel/Localhost 0.16
375 TestNetworkPlugins/group/custom-flannel/HairPin 0.16
376 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.29
377 TestNetworkPlugins/group/enable-default-cni/NetCatPod 12.27
378 TestNetworkPlugins/group/enable-default-cni/DNS 0.23
379 TestNetworkPlugins/group/enable-default-cni/Localhost 0.17
380 TestNetworkPlugins/group/enable-default-cni/HairPin 0.2
381 TestNetworkPlugins/group/flannel/Start 66.03
382 TestNetworkPlugins/group/bridge/Start 47.95
383 TestNetworkPlugins/group/bridge/KubeletFlags 0.37
384 TestNetworkPlugins/group/bridge/NetCatPod 10.33
385 TestNetworkPlugins/group/flannel/ControllerPod 6.01
386 TestNetworkPlugins/group/flannel/KubeletFlags 0.3
387 TestNetworkPlugins/group/flannel/NetCatPod 11.28
388 TestNetworkPlugins/group/bridge/DNS 21.66
389 TestNetworkPlugins/group/flannel/DNS 0.35
390 TestNetworkPlugins/group/flannel/Localhost 0.15
391 TestNetworkPlugins/group/flannel/HairPin 0.16
392 TestNetworkPlugins/group/bridge/Localhost 0.23
393 TestNetworkPlugins/group/bridge/HairPin 0.2
x
+
TestDownloadOnly/v1.20.0/json-events (8.47s)

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

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-384122 | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |          |
	|         | -p download-only-384122        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/14 17:52:30
	Running on machine: ip-172-31-29-130
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0914 17:52:30.346825  444751 out.go:345] Setting OutFile to fd 1 ...
	I0914 17:52:30.346983  444751 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 17:52:30.347014  444751 out.go:358] Setting ErrFile to fd 2...
	I0914 17:52:30.347021  444751 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 17:52:30.347296  444751 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19643-439361/.minikube/bin
	W0914 17:52:30.347441  444751 root.go:314] Error reading config file at /home/jenkins/minikube-integration/19643-439361/.minikube/config/config.json: open /home/jenkins/minikube-integration/19643-439361/.minikube/config/config.json: no such file or directory
	I0914 17:52:30.347872  444751 out.go:352] Setting JSON to true
	I0914 17:52:30.348768  444751 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":5702,"bootTime":1726330649,"procs":172,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1069-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0914 17:52:30.348837  444751 start.go:139] virtualization:  
	I0914 17:52:30.352544  444751 out.go:97] [download-only-384122] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	W0914 17:52:30.352675  444751 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/19643-439361/.minikube/cache/preloaded-tarball: no such file or directory
	I0914 17:52:30.352711  444751 notify.go:220] Checking for updates...
	I0914 17:52:30.355471  444751 out.go:169] MINIKUBE_LOCATION=19643
	I0914 17:52:30.358158  444751 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0914 17:52:30.360746  444751 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19643-439361/kubeconfig
	I0914 17:52:30.363342  444751 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19643-439361/.minikube
	I0914 17:52:30.366170  444751 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0914 17:52:30.371487  444751 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0914 17:52:30.371739  444751 driver.go:394] Setting default libvirt URI to qemu:///system
	I0914 17:52:30.395072  444751 docker.go:123] docker version: linux-27.2.1:Docker Engine - Community
	I0914 17:52:30.395189  444751 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0914 17:52:30.460031  444751 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:29 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-14 17:52:30.449711959 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1069-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.2.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0914 17:52:30.460145  444751 docker.go:318] overlay module found
	I0914 17:52:30.462903  444751 out.go:97] Using the docker driver based on user configuration
	I0914 17:52:30.462929  444751 start.go:297] selected driver: docker
	I0914 17:52:30.462936  444751 start.go:901] validating driver "docker" against <nil>
	I0914 17:52:30.463083  444751 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0914 17:52:30.515349  444751 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:29 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-14 17:52:30.506018681 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1069-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.2.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0914 17:52:30.515570  444751 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0914 17:52:30.515866  444751 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0914 17:52:30.516048  444751 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0914 17:52:30.518948  444751 out.go:169] Using Docker driver with root privileges
	I0914 17:52:30.521594  444751 cni.go:84] Creating CNI manager for ""
	I0914 17:52:30.521660  444751 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0914 17:52:30.521678  444751 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0914 17:52:30.521764  444751 start.go:340] cluster config:
	{Name:download-only-384122 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e Memory:2200 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.20.0 ClusterName:download-only-384122 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}
	I0914 17:52:30.524591  444751 out.go:97] Starting "download-only-384122" primary control-plane node in "download-only-384122" cluster
	I0914 17:52:30.524629  444751 cache.go:121] Beginning downloading kic base image for docker with crio
	I0914 17:52:30.527370  444751 out.go:97] Pulling base image v0.0.45-1726281268-19643 ...
	I0914 17:52:30.527417  444751 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0914 17:52:30.527522  444751 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e in local docker daemon
	I0914 17:52:30.542922  444751 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e to local cache
	I0914 17:52:30.543221  444751 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e in local cache directory
	I0914 17:52:30.543326  444751 image.go:148] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e to local cache
	I0914 17:52:30.592369  444751 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4
	I0914 17:52:30.592398  444751 cache.go:56] Caching tarball of preloaded images
	I0914 17:52:30.592597  444751 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0914 17:52:30.595655  444751 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0914 17:52:30.595682  444751 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	I0914 17:52:30.679970  444751 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-arm64.tar.lz4?checksum=md5:59cd2ef07b53f039bfd1761b921f2a02 -> /home/jenkins/minikube-integration/19643-439361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4
	
	
	* The control-plane node download-only-384122 host does not exist
	  To start a cluster, run: "minikube start -p download-only-384122"

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.31.1/json-events (6.28s)

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.31.1/LogsDuration (0.08s)

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-384122 | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |                     |
	|         | -p download-only-384122        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| delete  | -p download-only-384122        | download-only-384122 | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC | 14 Sep 24 17:52 UTC |
	| start   | -o=json --download-only        | download-only-098853 | jenkins | v1.34.0 | 14 Sep 24 17:52 UTC |                     |
	|         | -p download-only-098853        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.1   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/14 17:52:39
	Running on machine: ip-172-31-29-130
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0914 17:52:39.251139  444953 out.go:345] Setting OutFile to fd 1 ...
	I0914 17:52:39.251260  444953 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 17:52:39.251269  444953 out.go:358] Setting ErrFile to fd 2...
	I0914 17:52:39.251276  444953 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 17:52:39.251545  444953 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19643-439361/.minikube/bin
	I0914 17:52:39.251973  444953 out.go:352] Setting JSON to true
	I0914 17:52:39.252859  444953 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":5711,"bootTime":1726330649,"procs":170,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1069-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0914 17:52:39.252933  444953 start.go:139] virtualization:  
	I0914 17:52:39.256278  444953 out.go:97] [download-only-098853] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0914 17:52:39.256469  444953 notify.go:220] Checking for updates...
	I0914 17:52:39.259027  444953 out.go:169] MINIKUBE_LOCATION=19643
	I0914 17:52:39.261699  444953 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0914 17:52:39.264337  444953 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19643-439361/kubeconfig
	I0914 17:52:39.267012  444953 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19643-439361/.minikube
	I0914 17:52:39.269730  444953 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0914 17:52:39.275191  444953 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0914 17:52:39.275435  444953 driver.go:394] Setting default libvirt URI to qemu:///system
	I0914 17:52:39.303090  444953 docker.go:123] docker version: linux-27.2.1:Docker Engine - Community
	I0914 17:52:39.303226  444953 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0914 17:52:39.357781  444953 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-09-14 17:52:39.347690741 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1069-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.2.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0914 17:52:39.357906  444953 docker.go:318] overlay module found
	I0914 17:52:39.360578  444953 out.go:97] Using the docker driver based on user configuration
	I0914 17:52:39.360620  444953 start.go:297] selected driver: docker
	I0914 17:52:39.360626  444953 start.go:901] validating driver "docker" against <nil>
	I0914 17:52:39.360755  444953 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0914 17:52:39.418455  444953 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-09-14 17:52:39.408759405 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1069-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.2.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0914 17:52:39.418684  444953 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0914 17:52:39.418971  444953 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0914 17:52:39.419189  444953 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0914 17:52:39.421997  444953 out.go:169] Using Docker driver with root privileges
	I0914 17:52:39.424597  444953 cni.go:84] Creating CNI manager for ""
	I0914 17:52:39.424665  444953 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0914 17:52:39.424679  444953 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0914 17:52:39.424759  444953 start.go:340] cluster config:
	{Name:download-only-098853 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e Memory:2200 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:download-only-098853 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.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0914 17:52:39.427583  444953 out.go:97] Starting "download-only-098853" primary control-plane node in "download-only-098853" cluster
	I0914 17:52:39.427609  444953 cache.go:121] Beginning downloading kic base image for docker with crio
	I0914 17:52:39.430168  444953 out.go:97] Pulling base image v0.0.45-1726281268-19643 ...
	I0914 17:52:39.430193  444953 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0914 17:52:39.430350  444953 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e in local docker daemon
	I0914 17:52:39.446269  444953 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e to local cache
	I0914 17:52:39.446393  444953 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e in local cache directory
	I0914 17:52:39.446423  444953 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e in local cache directory, skipping pull
	I0914 17:52:39.446431  444953 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e exists in cache, skipping pull
	I0914 17:52:39.446439  444953 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e as a tarball
	I0914 17:52:39.493892  444953 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.31.1/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0914 17:52:39.493929  444953 cache.go:56] Caching tarball of preloaded images
	I0914 17:52:39.494153  444953 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0914 17:52:39.497119  444953 out.go:97] Downloading Kubernetes v1.31.1 preload ...
	I0914 17:52:39.497152  444953 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 ...
	I0914 17:52:39.604224  444953 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.31.1/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4?checksum=md5:8285fc512c7462f100de137f91fcd0ae -> /home/jenkins/minikube-integration/19643-439361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0914 17:52:43.901054  444953 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 ...
	I0914 17:52:43.901183  444953 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/19643-439361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 ...
	
	
	* The control-plane node download-only-098853 host does not exist
	  To start a cluster, run: "minikube start -p download-only-098853"

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

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

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

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

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

                                                
                                    
x
+
TestBinaryMirror (0.61s)

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

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.07s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.07s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/Setup (208.19s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:110: (dbg) Run:  out/minikube-linux-arm64 start -p addons-065265 --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_test.go:110: (dbg) Done: out/minikube-linux-arm64 start -p addons-065265 --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: (3m28.191126255s)
--- PASS: TestAddons/Setup (208.19s)

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/Namespaces
addons_test.go:656: (dbg) Run:  kubectl --context addons-065265 create ns new-namespace
addons_test.go:670: (dbg) Run:  kubectl --context addons-065265 get secret gcp-auth -n new-namespace
--- PASS: TestAddons/serial/GCPAuth/Namespaces (0.22s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (10.78s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/InspektorGadget
addons_test.go:848: (dbg) TestAddons/parallel/InspektorGadget: waiting 8m0s for pods matching "k8s-app=gadget" in namespace "gadget" ...
helpers_test.go:344: "gadget-ck646" [f225c1fd-9ad7-4790-be52-b0f42809bf89] Running / Ready:ContainersNotReady (containers with unready status: [gadget]) / ContainersReady:ContainersNotReady (containers with unready status: [gadget])
addons_test.go:848: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 5.00432917s
addons_test.go:851: (dbg) Run:  out/minikube-linux-arm64 addons disable inspektor-gadget -p addons-065265
addons_test.go:851: (dbg) Done: out/minikube-linux-arm64 addons disable inspektor-gadget -p addons-065265: (5.778367401s)
--- PASS: TestAddons/parallel/InspektorGadget (10.78s)

                                                
                                    
x
+
TestAddons/parallel/CSI (34.45s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:567: csi-hostpath-driver pods stabilized in 4.656677ms
addons_test.go:570: (dbg) Run:  kubectl --context addons-065265 create -f testdata/csi-hostpath-driver/pvc.yaml
addons_test.go:575: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-065265 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-065265 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-065265 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-065265 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:580: (dbg) Run:  kubectl --context addons-065265 create -f testdata/csi-hostpath-driver/pv-pod.yaml
addons_test.go:585: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod" in namespace "default" ...
helpers_test.go:344: "task-pv-pod" [217ce266-a650-4cc2-93ad-8fd7d02373de] Pending
helpers_test.go:344: "task-pv-pod" [217ce266-a650-4cc2-93ad-8fd7d02373de] 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" [217ce266-a650-4cc2-93ad-8fd7d02373de] Running
addons_test.go:585: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 10.003900681s
addons_test.go:590: (dbg) Run:  kubectl --context addons-065265 create -f testdata/csi-hostpath-driver/snapshot.yaml
addons_test.go:595: (dbg) TestAddons/parallel/CSI: waiting 6m0s for volume snapshot "new-snapshot-demo" in namespace "default" ...
helpers_test.go:419: (dbg) Run:  kubectl --context addons-065265 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-065265 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:600: (dbg) Run:  kubectl --context addons-065265 delete pod task-pv-pod
addons_test.go:606: (dbg) Run:  kubectl --context addons-065265 delete pvc hpvc
addons_test.go:612: (dbg) Run:  kubectl --context addons-065265 create -f testdata/csi-hostpath-driver/pvc-restore.yaml
addons_test.go:617: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc-restore" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-065265 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-065265 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-065265 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:622: (dbg) Run:  kubectl --context addons-065265 create -f testdata/csi-hostpath-driver/pv-pod-restore.yaml
addons_test.go:627: (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" [eb67664b-0f6d-42a8-aafd-5be0e5ddfc9b] Pending
helpers_test.go:344: "task-pv-pod-restore" [eb67664b-0f6d-42a8-aafd-5be0e5ddfc9b] 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" [eb67664b-0f6d-42a8-aafd-5be0e5ddfc9b] Running
addons_test.go:627: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 8.011390411s
addons_test.go:632: (dbg) Run:  kubectl --context addons-065265 delete pod task-pv-pod-restore
addons_test.go:636: (dbg) Run:  kubectl --context addons-065265 delete pvc hpvc-restore
addons_test.go:640: (dbg) Run:  kubectl --context addons-065265 delete volumesnapshot new-snapshot-demo
addons_test.go:644: (dbg) Run:  out/minikube-linux-arm64 -p addons-065265 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:644: (dbg) Done: out/minikube-linux-arm64 -p addons-065265 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.743324284s)
addons_test.go:648: (dbg) Run:  out/minikube-linux-arm64 -p addons-065265 addons disable volumesnapshots --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CSI (34.45s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (16.67s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:830: (dbg) Run:  out/minikube-linux-arm64 addons enable headlamp -p addons-065265 --alsologtostderr -v=1
addons_test.go:835: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:344: "headlamp-57fb76fcdb-qprk4" [bbf7fb4c-7168-4a41-9061-fb9a76f5aa91] Pending
helpers_test.go:344: "headlamp-57fb76fcdb-qprk4" [bbf7fb4c-7168-4a41-9061-fb9a76f5aa91] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-57fb76fcdb-qprk4" [bbf7fb4c-7168-4a41-9061-fb9a76f5aa91] Running
addons_test.go:835: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 10.003900661s
addons_test.go:839: (dbg) Run:  out/minikube-linux-arm64 -p addons-065265 addons disable headlamp --alsologtostderr -v=1
addons_test.go:839: (dbg) Done: out/minikube-linux-arm64 -p addons-065265 addons disable headlamp --alsologtostderr -v=1: (5.70325326s)
--- PASS: TestAddons/parallel/Headlamp (16.67s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (5.56s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CloudSpanner
addons_test.go:867: (dbg) TestAddons/parallel/CloudSpanner: waiting 6m0s for pods matching "app=cloud-spanner-emulator" in namespace "default" ...
helpers_test.go:344: "cloud-spanner-emulator-769b77f747-25p52" [a97c4903-75cb-4ec1-bd6f-83fea2010c9c] Running
addons_test.go:867: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 5.005081874s
addons_test.go:870: (dbg) Run:  out/minikube-linux-arm64 addons disable cloud-spanner -p addons-065265
--- PASS: TestAddons/parallel/CloudSpanner (5.56s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (53.23s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:982: (dbg) Run:  kubectl --context addons-065265 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:988: (dbg) Run:  kubectl --context addons-065265 apply -f testdata/storage-provisioner-rancher/pod.yaml
addons_test.go:992: (dbg) TestAddons/parallel/LocalPath: waiting 5m0s for pvc "test-pvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-065265 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-065265 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-065265 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-065265 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-065265 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-065265 get pvc test-pvc -o jsonpath={.status.phase} -n default
addons_test.go:995: (dbg) TestAddons/parallel/LocalPath: waiting 3m0s for pods matching "run=test-local-path" in namespace "default" ...
helpers_test.go:344: "test-local-path" [94bb9096-3ae7-41f5-8ed6-e36aa91bc4a4] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [94bb9096-3ae7-41f5-8ed6-e36aa91bc4a4] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [94bb9096-3ae7-41f5-8ed6-e36aa91bc4a4] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:995: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 4.003432471s
addons_test.go:1000: (dbg) Run:  kubectl --context addons-065265 get pvc test-pvc -o=json
addons_test.go:1009: (dbg) Run:  out/minikube-linux-arm64 -p addons-065265 ssh "cat /opt/local-path-provisioner/pvc-57522e34-fcdf-4d83-95a9-45dff06ae292_default_test-pvc/file1"
addons_test.go:1021: (dbg) Run:  kubectl --context addons-065265 delete pod test-local-path
addons_test.go:1025: (dbg) Run:  kubectl --context addons-065265 delete pvc test-pvc
addons_test.go:1029: (dbg) Run:  out/minikube-linux-arm64 -p addons-065265 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:1029: (dbg) Done: out/minikube-linux-arm64 -p addons-065265 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (43.167741517s)
--- PASS: TestAddons/parallel/LocalPath (53.23s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (6.49s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/NvidiaDevicePlugin
addons_test.go:1061: (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-4z858" [4ecbb50c-9636-4322-b57b-e343d4866869] Running
addons_test.go:1061: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 6.004082655s
addons_test.go:1064: (dbg) Run:  out/minikube-linux-arm64 addons disable nvidia-device-plugin -p addons-065265
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (6.49s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (11.75s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Yakd
addons_test.go:1072: (dbg) TestAddons/parallel/Yakd: waiting 2m0s for pods matching "app.kubernetes.io/name=yakd-dashboard" in namespace "yakd-dashboard" ...
helpers_test.go:344: "yakd-dashboard-67d98fc6b-hbk9m" [ecff03cb-7cf1-4231-b974-d9f25079ebe0] Running
addons_test.go:1072: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 6.004246758s
addons_test.go:1076: (dbg) Run:  out/minikube-linux-arm64 -p addons-065265 addons disable yakd --alsologtostderr -v=1
addons_test.go:1076: (dbg) Done: out/minikube-linux-arm64 -p addons-065265 addons disable yakd --alsologtostderr -v=1: (5.740779146s)
--- PASS: TestAddons/parallel/Yakd (11.75s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (6.22s)

                                                
                                                
=== RUN   TestAddons/StoppedEnableDisable
addons_test.go:174: (dbg) Run:  out/minikube-linux-arm64 stop -p addons-065265
addons_test.go:174: (dbg) Done: out/minikube-linux-arm64 stop -p addons-065265: (5.947925567s)
addons_test.go:178: (dbg) Run:  out/minikube-linux-arm64 addons enable dashboard -p addons-065265
addons_test.go:182: (dbg) Run:  out/minikube-linux-arm64 addons disable dashboard -p addons-065265
addons_test.go:187: (dbg) Run:  out/minikube-linux-arm64 addons disable gvisor -p addons-065265
--- PASS: TestAddons/StoppedEnableDisable (6.22s)

                                                
                                    
x
+
TestCertOptions (33.48s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

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

                                                
                                    
x
+
TestCertExpiration (248.95s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-linux-arm64 start -p cert-expiration-059901 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=crio
E0914 18:54:24.041574  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
cert_options_test.go:123: (dbg) Done: out/minikube-linux-arm64 start -p cert-expiration-059901 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=crio: (39.197684585s)
cert_options_test.go:131: (dbg) Run:  out/minikube-linux-arm64 start -p cert-expiration-059901 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=crio
cert_options_test.go:131: (dbg) Done: out/minikube-linux-arm64 start -p cert-expiration-059901 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=crio: (27.315665623s)
helpers_test.go:175: Cleaning up "cert-expiration-059901" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p cert-expiration-059901
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p cert-expiration-059901: (2.435343479s)
--- PASS: TestCertExpiration (248.95s)

                                                
                                    
x
+
TestForceSystemdFlag (41.25s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

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

                                                
                                    
x
+
TestForceSystemdEnv (42.62s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

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

                                                
                                    
x
+
TestErrorSpam/setup (32.19s)

                                                
                                                
=== RUN   TestErrorSpam/setup
error_spam_test.go:81: (dbg) Run:  out/minikube-linux-arm64 start -p nospam-274831 -n=1 --memory=2250 --wait=false --log_dir=/tmp/nospam-274831 --driver=docker  --container-runtime=crio
E0914 18:11:16.133438  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:11:16.141323  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:11:16.152754  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:11:16.174091  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:11:16.215447  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:11:16.296822  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:11:16.458296  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:11:16.779935  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:11:17.421914  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:11:18.703343  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:11:21.265225  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:11:26.387128  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:11:36.628487  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
error_spam_test.go:81: (dbg) Done: out/minikube-linux-arm64 start -p nospam-274831 -n=1 --memory=2250 --wait=false --log_dir=/tmp/nospam-274831 --driver=docker  --container-runtime=crio: (32.18999664s)
--- PASS: TestErrorSpam/setup (32.19s)

                                                
                                    
x
+
TestErrorSpam/start (0.78s)

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

                                                
                                    
x
+
TestErrorSpam/status (1.03s)

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

                                                
                                    
x
+
TestErrorSpam/pause (1.78s)

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

                                                
                                    
x
+
TestErrorSpam/unpause (1.87s)

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

                                                
                                    
x
+
TestErrorSpam/stop (1.46s)

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

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

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

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (74.52s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2234: (dbg) Run:  out/minikube-linux-arm64 start -p functional-956482 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio
E0914 18:12:38.072680  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:2234: (dbg) Done: out/minikube-linux-arm64 start -p functional-956482 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio: (1m14.514774791s)
--- PASS: TestFunctional/serial/StartWithProxy (74.52s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (16.07s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
functional_test.go:659: (dbg) Run:  out/minikube-linux-arm64 start -p functional-956482 --alsologtostderr -v=8
functional_test.go:659: (dbg) Done: out/minikube-linux-arm64 start -p functional-956482 --alsologtostderr -v=8: (16.071239685s)
functional_test.go:663: soft start took 16.07335507s for "functional-956482" cluster.
--- PASS: TestFunctional/serial/SoftStart (16.07s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.06s)

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

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.1s)

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

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 cache add registry.k8s.io/pause:3.1
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-956482 cache add registry.k8s.io/pause:3.1: (1.51579016s)
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 cache add registry.k8s.io/pause:3.3
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-956482 cache add registry.k8s.io/pause:3.3: (1.525638474s)
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 cache add registry.k8s.io/pause:latest
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-956482 cache add registry.k8s.io/pause:latest: (1.440049524s)
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (4.48s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.14s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.15s)

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

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (37.27s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:757: (dbg) Run:  out/minikube-linux-arm64 start -p functional-956482 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
E0914 18:13:59.994076  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:757: (dbg) Done: out/minikube-linux-arm64 start -p functional-956482 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (37.267099243s)
functional_test.go:761: restart took 37.267203306s for "functional-956482" cluster.
--- PASS: TestFunctional/serial/ExtraConfig (37.27s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.1s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.7s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsCmd
functional_test.go:1236: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 logs
functional_test.go:1236: (dbg) Done: out/minikube-linux-arm64 -p functional-956482 logs: (1.698657424s)
--- PASS: TestFunctional/serial/LogsCmd (1.70s)

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.7s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1250: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 logs --file /tmp/TestFunctionalserialLogsFileCmd1908456332/001/logs.txt
functional_test.go:1250: (dbg) Done: out/minikube-linux-arm64 -p functional-956482 logs --file /tmp/TestFunctionalserialLogsFileCmd1908456332/001/logs.txt: (1.70198716s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.70s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.44s)

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.42s)

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (8.83s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.44s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0914 18:14:55.765429  472214 out.go:345] Setting OutFile to fd 1 ...
	I0914 18:14:55.765550  472214 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 18:14:55.765561  472214 out.go:358] Setting ErrFile to fd 2...
	I0914 18:14:55.765568  472214 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 18:14:55.765822  472214 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19643-439361/.minikube/bin
	I0914 18:14:55.766193  472214 out.go:352] Setting JSON to false
	I0914 18:14:55.767250  472214 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":7047,"bootTime":1726330649,"procs":195,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1069-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0914 18:14:55.767323  472214 start.go:139] virtualization:  
	I0914 18:14:55.770547  472214 out.go:177] * [functional-956482] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0914 18:14:55.773877  472214 out.go:177]   - MINIKUBE_LOCATION=19643
	I0914 18:14:55.774001  472214 notify.go:220] Checking for updates...
	I0914 18:14:55.779716  472214 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0914 18:14:55.782379  472214 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19643-439361/kubeconfig
	I0914 18:14:55.784900  472214 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19643-439361/.minikube
	I0914 18:14:55.787578  472214 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0914 18:14:55.790306  472214 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0914 18:14:55.793566  472214 config.go:182] Loaded profile config "functional-956482": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0914 18:14:55.794163  472214 driver.go:394] Setting default libvirt URI to qemu:///system
	I0914 18:14:55.828458  472214 docker.go:123] docker version: linux-27.2.1:Docker Engine - Community
	I0914 18:14:55.828584  472214 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0914 18:14:55.896070  472214 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:32 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-14 18:14:55.884509098 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1069-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.2.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0914 18:14:55.896195  472214 docker.go:318] overlay module found
	I0914 18:14:55.900766  472214 out.go:177] * Using the docker driver based on existing profile
	I0914 18:14:55.903423  472214 start.go:297] selected driver: docker
	I0914 18:14:55.903451  472214 start.go:901] validating driver "docker" against &{Name:functional-956482 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:functional-956482 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP
: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0914 18:14:55.903563  472214 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0914 18:14:55.906716  472214 out.go:201] 
	W0914 18:14:55.909426  472214 out.go:270] X Exiting due to RSRC_INSUFFICIENT_REQ_MEMORY: Requested memory allocation 250MiB is less than the usable minimum of 1800MB
	X Exiting due to RSRC_INSUFFICIENT_REQ_MEMORY: Requested memory allocation 250MiB is less than the usable minimum of 1800MB
	I0914 18:14:55.911906  472214 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.2s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0914 18:14:55.576774  472171 out.go:345] Setting OutFile to fd 1 ...
	I0914 18:14:55.576911  472171 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 18:14:55.576917  472171 out.go:358] Setting ErrFile to fd 2...
	I0914 18:14:55.576922  472171 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 18:14:55.577266  472171 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19643-439361/.minikube/bin
	I0914 18:14:55.577665  472171 out.go:352] Setting JSON to false
	I0914 18:14:55.578676  472171 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":7047,"bootTime":1726330649,"procs":195,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1069-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0914 18:14:55.578754  472171 start.go:139] virtualization:  
	I0914 18:14:55.583244  472171 out.go:177] * [functional-956482] minikube v1.34.0 sur Ubuntu 20.04 (arm64)
	I0914 18:14:55.586294  472171 notify.go:220] Checking for updates...
	I0914 18:14:55.590101  472171 out.go:177]   - MINIKUBE_LOCATION=19643
	I0914 18:14:55.592905  472171 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0914 18:14:55.595711  472171 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19643-439361/kubeconfig
	I0914 18:14:55.598410  472171 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19643-439361/.minikube
	I0914 18:14:55.601239  472171 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0914 18:14:55.603944  472171 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0914 18:14:55.607212  472171 config.go:182] Loaded profile config "functional-956482": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0914 18:14:55.607777  472171 driver.go:394] Setting default libvirt URI to qemu:///system
	I0914 18:14:55.633625  472171 docker.go:123] docker version: linux-27.2.1:Docker Engine - Community
	I0914 18:14:55.633746  472171 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0914 18:14:55.699317  472171 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:32 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-14 18:14:55.68909696 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1069-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aarc
h64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.2.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerError
s:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0914 18:14:55.699432  472171 docker.go:318] overlay module found
	I0914 18:14:55.702383  472171 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0914 18:14:55.705034  472171 start.go:297] selected driver: docker
	I0914 18:14:55.705055  472171 start.go:901] validating driver "docker" against &{Name:functional-956482 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726281268-19643@sha256:cce8be0c1ac4e3d852132008ef1cc1dcf5b79f708d025db83f146ae65db32e8e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:functional-956482 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP
: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0914 18:14:55.705176  472171 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0914 18:14:55.708304  472171 out.go:201] 
	W0914 18:14:55.711118  472171 out.go:270] X Fermeture en raison de RSRC_INSUFFICIENT_REQ_MEMORY : L'allocation de mémoire demandée 250 Mio est inférieure au minimum utilisable de 1800 Mo
	X Fermeture en raison de RSRC_INSUFFICIENT_REQ_MEMORY : L'allocation de mémoire demandée 250 Mio est inférieure au minimum utilisable de 1800 Mo
	I0914 18:14:55.713714  472171 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (1.02s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (11.74s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1627: (dbg) Run:  kubectl --context functional-956482 create deployment hello-node-connect --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1635: (dbg) Run:  kubectl --context functional-956482 expose deployment hello-node-connect --type=NodePort --port=8080
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:344: "hello-node-connect-65d86f57f4-wvs6q" [abf34fa2-ebda-4ae5-a3b3-7fd84fadf7fe] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-connect-65d86f57f4-wvs6q" [abf34fa2-ebda-4ae5-a3b3-7fd84fadf7fe] Running
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 11.004515859s
functional_test.go:1649: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 service hello-node-connect --url
functional_test.go:1655: found endpoint for hello-node-connect: http://192.168.49.2:30369
functional_test.go:1675: http://192.168.49.2:30369: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-65d86f57f4-wvs6q

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

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.19s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (26.3s)

                                                
                                                
=== 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" [75ea3940-c104-454a-8e22-546f84400a96] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 5.003508146s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-956482 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-956482 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-956482 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-956482 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" [eed0a2c2-2692-41b5-8fd0-ee4c3c71c4cd] Pending
helpers_test.go:344: "sp-pod" [eed0a2c2-2692-41b5-8fd0-ee4c3c71c4cd] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [eed0a2c2-2692-41b5-8fd0-ee4c3c71c4cd] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 12.004289366s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-956482 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-956482 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:106: (dbg) Done: kubectl --context functional-956482 delete -f testdata/storage-provisioner/pod.yaml: (1.219396738s)
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-956482 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" [c7026fdb-8b90-4016-9a4d-bf35358acd93] Pending
helpers_test.go:344: "sp-pod" [c7026fdb-8b90-4016-9a4d-bf35358acd93] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 7.003882171s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-956482 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (26.30s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.69s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (2.26s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.39s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CertSync (2.11s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.1s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.78s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.35s)

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

                                                
                                                

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-956482 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" [13b307e4-ecde-4a49-bc2a-d7f759b2048e] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [13b307e4-ecde-4a49-bc2a-d7f759b2048e] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 8.005694205s
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (8.50s)

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1437: (dbg) Run:  kubectl --context functional-956482 create deployment hello-node --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1445: (dbg) Run:  kubectl --context functional-956482 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:344: "hello-node-64b4f8f9ff-gphtn" [4aadea63-5cc4-461b-bb8f-aa86c15f9da5] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-64b4f8f9ff-gphtn" [4aadea63-5cc4-461b-bb8f-aa86c15f9da5] Running
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 7.01101072s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (7.24s)

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 ssh -- ls -la /mount-9p
functional_test_mount_test.go:133: guest mount directory contents
total 2
-rw-r--r-- 1 docker docker 24 Sep 14 18:14 created-by-test
-rw-r--r-- 1 docker docker 24 Sep 14 18:14 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Sep 14 18:14 test-1726337692086340317
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 ssh cat /mount-9p/test-1726337692086340317
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-956482 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" [0d8b0c75-7e27-4ef3-9b3b-cd3a98a0a2c3] Pending
helpers_test.go:344: "busybox-mount" [0d8b0c75-7e27-4ef3-9b3b-cd3a98a0a2c3] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [0d8b0c75-7e27-4ef3-9b3b-cd3a98a0a2c3] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [0d8b0c75-7e27-4ef3-9b3b-cd3a98a0a2c3] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
functional_test_mount_test.go:153: (dbg) TestFunctional/parallel/MountCmd/any-port: integration-test=busybox-mount healthy within 6.010940399s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-956482 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-956482 /tmp/TestFunctionalparallelMountCmdany-port634277195/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (9.66s)

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 ssh -- ls -la /mount-9p
functional_test_mount_test.go:261: guest mount directory contents
total 0
functional_test_mount_test.go:263: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-956482 /tmp/TestFunctionalparallelMountCmdspecific-port722735631/001:/mount-9p --alsologtostderr -v=1 --port 46464] ...
functional_test_mount_test.go:264: reading mount text
functional_test_mount_test.go:278: done reading mount text
functional_test_mount_test.go:230: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-956482 ssh "sudo umount -f /mount-9p": exit status 1 (353.367248ms)

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/MountCmd/VerifyCleanup
functional_test_mount_test.go:298: (dbg) daemon: [out/minikube-linux-arm64 mount -p functional-956482 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3981847583/001:/mount1 --alsologtostderr -v=1]
functional_test_mount_test.go:298: (dbg) daemon: [out/minikube-linux-arm64 mount -p functional-956482 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3981847583/001:/mount2 --alsologtostderr -v=1]
functional_test_mount_test.go:298: (dbg) daemon: [out/minikube-linux-arm64 mount -p functional-956482 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3981847583/001:/mount3 --alsologtostderr -v=1]
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 ssh "findmnt -T" /mount1
2024/09/14 18:15:04 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
functional_test_mount_test.go:325: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-956482 ssh "findmnt -T" /mount1: exit status 1 (800.289657ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 ssh "findmnt -T" /mount2
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 ssh "findmnt -T" /mount3
functional_test_mount_test.go:370: (dbg) Run:  out/minikube-linux-arm64 mount -p functional-956482 --kill=true
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-956482 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3981847583/001:/mount1 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-956482 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3981847583/001:/mount2 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-956482 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3981847583/001:/mount3 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
--- PASS: TestFunctional/parallel/MountCmd/VerifyCleanup (2.37s)

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

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

                                                
                                                

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

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/components
functional_test.go:2270: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 version -o=json --components
functional_test.go:2270: (dbg) Done: out/minikube-linux-arm64 -p functional-956482 version -o=json --components: (1.066132482s)
--- PASS: TestFunctional/parallel/Version/components (1.07s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 image ls --format short --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-956482 image ls --format short --alsologtostderr:
registry.k8s.io/pause:latest
registry.k8s.io/pause:3.3
registry.k8s.io/pause:3.10
registry.k8s.io/pause:3.1
registry.k8s.io/kube-scheduler:v1.31.1
registry.k8s.io/kube-proxy:v1.31.1
registry.k8s.io/kube-controller-manager:v1.31.1
registry.k8s.io/kube-apiserver:v1.31.1
registry.k8s.io/etcd:3.5.15-0
registry.k8s.io/echoserver-arm:1.8
registry.k8s.io/coredns/coredns:v1.11.3
localhost/minikube-local-cache-test:functional-956482
localhost/kicbase/echo-server:functional-956482
gcr.io/k8s-minikube/storage-provisioner:v5
gcr.io/k8s-minikube/busybox:1.28.4-glibc
docker.io/library/nginx:latest
docker.io/library/nginx:alpine
docker.io/kindest/kindnetd:v20240813-c6f155d6
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-956482 image ls --format short --alsologtostderr:
I0914 18:15:13.647519  475046 out.go:345] Setting OutFile to fd 1 ...
I0914 18:15:13.647779  475046 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0914 18:15:13.647807  475046 out.go:358] Setting ErrFile to fd 2...
I0914 18:15:13.647827  475046 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0914 18:15:13.648161  475046 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19643-439361/.minikube/bin
I0914 18:15:13.648873  475046 config.go:182] Loaded profile config "functional-956482": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0914 18:15:13.649059  475046 config.go:182] Loaded profile config "functional-956482": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0914 18:15:13.649608  475046 cli_runner.go:164] Run: docker container inspect functional-956482 --format={{.State.Status}}
I0914 18:15:13.676571  475046 ssh_runner.go:195] Run: systemctl --version
I0914 18:15:13.676635  475046 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-956482
I0914 18:15:13.703880  475046 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33174 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/functional-956482/id_rsa Username:docker}
I0914 18:15:13.804432  475046 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.31s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 image ls --format table --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-956482 image ls --format table --alsologtostderr:
|-----------------------------------------|--------------------|---------------|--------|
|                  Image                  |        Tag         |   Image ID    |  Size  |
|-----------------------------------------|--------------------|---------------|--------|
| docker.io/kindest/kindnetd              | v20240813-c6f155d6 | 6a23fa8fd2b78 | 90.3MB |
| registry.k8s.io/coredns/coredns         | v1.11.3            | 2f6c962e7b831 | 61.6MB |
| registry.k8s.io/etcd                    | 3.5.15-0           | 27e3830e14027 | 140MB  |
| registry.k8s.io/kube-controller-manager | v1.31.1            | 279f381cb3736 | 86.9MB |
| registry.k8s.io/kube-scheduler          | v1.31.1            | 7f8aa378bb47d | 67MB   |
| registry.k8s.io/pause                   | 3.1                | 8057e0500773a | 529kB  |
| gcr.io/k8s-minikube/storage-provisioner | v5                 | ba04bb24b9575 | 29MB   |
| registry.k8s.io/echoserver-arm          | 1.8                | 72565bf5bbedf | 87.5MB |
| registry.k8s.io/kube-apiserver          | v1.31.1            | d3f53a98c0a9d | 92.6MB |
| registry.k8s.io/pause                   | 3.10               | afb61768ce381 | 520kB  |
| registry.k8s.io/pause                   | 3.3                | 3d18732f8686c | 487kB  |
| registry.k8s.io/pause                   | latest             | 8cb2091f603e7 | 246kB  |
| docker.io/library/nginx                 | alpine             | b887aca7aed61 | 48.4MB |
| docker.io/library/nginx                 | latest             | 195245f0c7927 | 197MB  |
| gcr.io/k8s-minikube/busybox             | 1.28.4-glibc       | 1611cd07b61d5 | 3.77MB |
| localhost/kicbase/echo-server           | functional-956482  | ce2d2cda2d858 | 4.79MB |
| localhost/minikube-local-cache-test     | functional-956482  | b290e8cecd106 | 3.33kB |
| registry.k8s.io/kube-proxy              | v1.31.1            | 24a140c548c07 | 96MB   |
|-----------------------------------------|--------------------|---------------|--------|
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-956482 image ls --format table --alsologtostderr:
I0914 18:15:14.227064  475197 out.go:345] Setting OutFile to fd 1 ...
I0914 18:15:14.227246  475197 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0914 18:15:14.227255  475197 out.go:358] Setting ErrFile to fd 2...
I0914 18:15:14.227261  475197 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0914 18:15:14.227547  475197 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19643-439361/.minikube/bin
I0914 18:15:14.228253  475197 config.go:182] Loaded profile config "functional-956482": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0914 18:15:14.228438  475197 config.go:182] Loaded profile config "functional-956482": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0914 18:15:14.228972  475197 cli_runner.go:164] Run: docker container inspect functional-956482 --format={{.State.Status}}
I0914 18:15:14.249404  475197 ssh_runner.go:195] Run: systemctl --version
I0914 18:15:14.249461  475197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-956482
I0914 18:15:14.271227  475197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33174 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/functional-956482/id_rsa Username:docker}
I0914 18:15:14.371501  475197 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.27s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 image ls --format json --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-956482 image ls --format json --alsologtostderr:
[{"id":"20b332c9a70d8516d849d1ac23eff5800cbb2f263d379f0ec11ee908db6b25a8","repoDigests":["docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93","docker.io/kubernetesui/dashboard@sha256:5c52c60663b473628bd98e4ffee7a747ef1f88d8c7bcee957b089fb3f61bdedf"],"repoTags":[],"size":"247562353"},{"id":"a422e0e982356f6c1cf0e5bb7b733363caae3992a07c99951fbcc73e58ed656a","repoDigests":["docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c","docker.io/kubernetesui/metrics-scraper@sha256:853c43f3cced687cb211708aa0024304a5adb33ec45ebf5915d318358822e09a"],"repoTags":[],"size":"42263767"},{"id":"24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d","repoDigests":["registry.k8s.io/kube-proxy@sha256:4ee50b00484d7f39a90fc4cda92251177ef5ad8fdf2f2a0c768f9e634b4c6d44","registry.k8s.io/kube-proxy@sha256:7b3bf9f1e260ccb1fd543570e1e9869a373f716fb050cd23a6a2771aa4e06ae9"],"repoTags":["registry.k8s.io/kube-proxy
:v1.31.1"],"size":"95951255"},{"id":"afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e4b3e5699057e6aa8","repoDigests":["registry.k8s.io/pause@sha256:e50b7059b633caf3c1449b8da680d11845cda4506b513ee7a2de00725f0a34a7","registry.k8s.io/pause@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a"],"repoTags":["registry.k8s.io/pause:3.10"],"size":"519877"},{"id":"3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300","repoDigests":["registry.k8s.io/pause@sha256:e59730b14890252c14f85976e22ab1c47ec28b111ffed407f34bca1b44447476"],"repoTags":["registry.k8s.io/pause:3.3"],"size":"487479"},{"id":"72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb","repoDigests":["registry.k8s.io/echoserver-arm@sha256:b33d4cdf6ed097f4e9b77b135d83a596ab73c6268b0342648818eb85f5edfdb5"],"repoTags":["registry.k8s.io/echoserver-arm:1.8"],"size":"87536549"},{"id":"279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e","repoDigests":["registry.k8s.io/kube-controller-manager@sha256:9f9da5b27e03
f89599cc40ba89150aebf3b4cff001e6db6d998674b34181e1a1","registry.k8s.io/kube-controller-manager@sha256:a9a0505b7d0caca0edd18e37bacc9425b2c8824546b26f5b286e8cb144669849"],"repoTags":["registry.k8s.io/kube-controller-manager:v1.31.1"],"size":"86930758"},{"id":"7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d","repoDigests":["registry.k8s.io/kube-scheduler@sha256:65212209347a96b08a97e679b98dca46885f09cf3a53e8d13b28d2c083a5b690","registry.k8s.io/kube-scheduler@sha256:969a7e96340f3a927b3d652582edec2d6d82a083871d81ef5064b7edaab430d0"],"repoTags":["registry.k8s.io/kube-scheduler:v1.31.1"],"size":"67007814"},{"id":"6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51","repoDigests":["docker.io/kindest/kindnetd@sha256:4d39335073da9a0b82be8e01028f0aa75aff16caff2e2d8889d0effd579a6f64","docker.io/kindest/kindnetd@sha256:e59a687ca28ae274a2fc92f1e2f5f1c739f353178a43a23aafc71adb802ed166"],"repoTags":["docker.io/kindest/kindnetd:v20240813-c6f155d6"],"size":"90295858"},{"id":"b887aca7aed6134b0294015
07d27ac9c8fbfc5a6cf510d254bdf4ac841cf1552","repoDigests":["docker.io/library/nginx@sha256:19db381c08a95b2040d5637a65c7a59af6c2f21444b0c8730505280a0255fb53","docker.io/library/nginx@sha256:a5127daff3d6f4606be3100a252419bfa84fd6ee5cd74d0feaca1a5068f97dcf"],"repoTags":["docker.io/library/nginx:alpine"],"size":"48375489"},{"id":"ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6","repoDigests":["gcr.io/k8s-minikube/storage-provisioner@sha256:0ba370588274b88531ab311a5d2e645d240a853555c1e58fd1dd428fc333c9d2","gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944"],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"29037500"},{"id":"ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17","repoDigests":["localhost/kicbase/echo-server@sha256:49260110d6ce1914d3de292ed370ee11a2e34ab577b97e6011d795cb13534d4a"],"repoTags":["localhost/kicbase/echo-server:functional-956482"],"size":"4788229"},{"id":"2f6c962e7b8311337352d9fdea917
da2184d9919f4da7695bc2a6517cf392fe4","repoDigests":["registry.k8s.io/coredns/coredns@sha256:31440a2bef59e2f1ffb600113b557103740ff851e27b0aef5b849f6e3ab994a6","registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e"],"repoTags":["registry.k8s.io/coredns/coredns:v1.11.3"],"size":"61647114"},{"id":"8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5","repoDigests":["registry.k8s.io/pause@sha256:b0602c9f938379133ff8017007894b48c1112681c9468f82a1e4cbf8a4498b67"],"repoTags":["registry.k8s.io/pause:3.1"],"size":"528622"},{"id":"8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a","repoDigests":["registry.k8s.io/pause@sha256:f5e31d44aa14d5669e030380b656463a7e45934c03994e72e3dbf83d4a645cca"],"repoTags":["registry.k8s.io/pause:latest"],"size":"246070"},{"id":"195245f0c79279e8b8e012efa02c91dad4cf7d0e44c0f4382fea68cd93088e6c","repoDigests":["docker.io/library/nginx@sha256:04ba374043ccd2fc5c593885c0eacddebabd5ca375f9323666f28dfd5a9710e3","docker.io
/library/nginx@sha256:9f661996f4d1cea788f329b8145660a1124a5a94eec8cea1dba0d564423ad171"],"repoTags":["docker.io/library/nginx:latest"],"size":"197172029"},{"id":"1611cd07b61d57dbbfebe6db242513fd51e1c02d20ba08af17a45837d86a8a8c","repoDigests":["gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e","gcr.io/k8s-minikube/busybox@sha256:580b0aa58b210f512f818b7b7ef4f63c803f7a8cd6baf571b1462b79f7b7719e"],"repoTags":["gcr.io/k8s-minikube/busybox:1.28.4-glibc"],"size":"3774172"},{"id":"b290e8cecd10695545c2177308e1e6bf7d1708472a186fb357e115e5faf8a2e3","repoDigests":["localhost/minikube-local-cache-test@sha256:6b4a653956e7136e0783fc6d2061b6becf7c0f0829085729e13d89f614e865b8"],"repoTags":["localhost/minikube-local-cache-test:functional-956482"],"size":"3330"},{"id":"27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da","repoDigests":["registry.k8s.io/etcd@sha256:a6dc63e6e8cfa0307d7851762fa6b629afb18f28d8aa3fab5a6e91b4af60026a","registry.k8s.io/etcd@sha256:e3ee3ca
2dbaf511385000dbd54123629c71b6cfaabd469e658d76a116b7f43da"],"repoTags":["registry.k8s.io/etcd:3.5.15-0"],"size":"139912446"},{"id":"d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853","repoDigests":["registry.k8s.io/kube-apiserver@sha256:2409c23dbb5a2b7a81adbb184d3eac43ac653e9b97a7c0ee121b89bb3ef61fdb","registry.k8s.io/kube-apiserver@sha256:e3a40e6c6e99ba4a4d72432b3eda702099a2926e49d4afeb6138f2d95e6371ef"],"repoTags":["registry.k8s.io/kube-apiserver:v1.31.1"],"size":"92632544"}]
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-956482 image ls --format json --alsologtostderr:
I0914 18:15:13.938846  475117 out.go:345] Setting OutFile to fd 1 ...
I0914 18:15:13.939030  475117 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0914 18:15:13.939039  475117 out.go:358] Setting ErrFile to fd 2...
I0914 18:15:13.939044  475117 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0914 18:15:13.939289  475117 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19643-439361/.minikube/bin
I0914 18:15:13.939963  475117 config.go:182] Loaded profile config "functional-956482": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0914 18:15:13.940079  475117 config.go:182] Loaded profile config "functional-956482": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0914 18:15:13.940639  475117 cli_runner.go:164] Run: docker container inspect functional-956482 --format={{.State.Status}}
I0914 18:15:13.957397  475117 ssh_runner.go:195] Run: systemctl --version
I0914 18:15:13.957460  475117 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-956482
I0914 18:15:13.996749  475117 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33174 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/functional-956482/id_rsa Username:docker}
I0914 18:15:14.106343  475117 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.28s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 image ls --format yaml --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-956482 image ls --format yaml --alsologtostderr:
- id: a422e0e982356f6c1cf0e5bb7b733363caae3992a07c99951fbcc73e58ed656a
repoDigests:
- docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c
- docker.io/kubernetesui/metrics-scraper@sha256:853c43f3cced687cb211708aa0024304a5adb33ec45ebf5915d318358822e09a
repoTags: []
size: "42263767"
- id: 1611cd07b61d57dbbfebe6db242513fd51e1c02d20ba08af17a45837d86a8a8c
repoDigests:
- gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
- gcr.io/k8s-minikube/busybox@sha256:580b0aa58b210f512f818b7b7ef4f63c803f7a8cd6baf571b1462b79f7b7719e
repoTags:
- gcr.io/k8s-minikube/busybox:1.28.4-glibc
size: "3774172"
- id: 27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da
repoDigests:
- registry.k8s.io/etcd@sha256:a6dc63e6e8cfa0307d7851762fa6b629afb18f28d8aa3fab5a6e91b4af60026a
- registry.k8s.io/etcd@sha256:e3ee3ca2dbaf511385000dbd54123629c71b6cfaabd469e658d76a116b7f43da
repoTags:
- registry.k8s.io/etcd:3.5.15-0
size: "139912446"
- id: d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853
repoDigests:
- registry.k8s.io/kube-apiserver@sha256:2409c23dbb5a2b7a81adbb184d3eac43ac653e9b97a7c0ee121b89bb3ef61fdb
- registry.k8s.io/kube-apiserver@sha256:e3a40e6c6e99ba4a4d72432b3eda702099a2926e49d4afeb6138f2d95e6371ef
repoTags:
- registry.k8s.io/kube-apiserver:v1.31.1
size: "92632544"
- id: b887aca7aed6134b029401507d27ac9c8fbfc5a6cf510d254bdf4ac841cf1552
repoDigests:
- docker.io/library/nginx@sha256:19db381c08a95b2040d5637a65c7a59af6c2f21444b0c8730505280a0255fb53
- docker.io/library/nginx@sha256:a5127daff3d6f4606be3100a252419bfa84fd6ee5cd74d0feaca1a5068f97dcf
repoTags:
- docker.io/library/nginx:alpine
size: "48375489"
- id: 2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4
repoDigests:
- registry.k8s.io/coredns/coredns@sha256:31440a2bef59e2f1ffb600113b557103740ff851e27b0aef5b849f6e3ab994a6
- registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e
repoTags:
- registry.k8s.io/coredns/coredns:v1.11.3
size: "61647114"
- id: 24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d
repoDigests:
- registry.k8s.io/kube-proxy@sha256:4ee50b00484d7f39a90fc4cda92251177ef5ad8fdf2f2a0c768f9e634b4c6d44
- registry.k8s.io/kube-proxy@sha256:7b3bf9f1e260ccb1fd543570e1e9869a373f716fb050cd23a6a2771aa4e06ae9
repoTags:
- registry.k8s.io/kube-proxy:v1.31.1
size: "95951255"
- id: 3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300
repoDigests:
- registry.k8s.io/pause@sha256:e59730b14890252c14f85976e22ab1c47ec28b111ffed407f34bca1b44447476
repoTags:
- registry.k8s.io/pause:3.3
size: "487479"
- id: 8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a
repoDigests:
- registry.k8s.io/pause@sha256:f5e31d44aa14d5669e030380b656463a7e45934c03994e72e3dbf83d4a645cca
repoTags:
- registry.k8s.io/pause:latest
size: "246070"
- id: 6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51
repoDigests:
- docker.io/kindest/kindnetd@sha256:4d39335073da9a0b82be8e01028f0aa75aff16caff2e2d8889d0effd579a6f64
- docker.io/kindest/kindnetd@sha256:e59a687ca28ae274a2fc92f1e2f5f1c739f353178a43a23aafc71adb802ed166
repoTags:
- docker.io/kindest/kindnetd:v20240813-c6f155d6
size: "90295858"
- id: 20b332c9a70d8516d849d1ac23eff5800cbb2f263d379f0ec11ee908db6b25a8
repoDigests:
- docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93
- docker.io/kubernetesui/dashboard@sha256:5c52c60663b473628bd98e4ffee7a747ef1f88d8c7bcee957b089fb3f61bdedf
repoTags: []
size: "247562353"
- id: ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6
repoDigests:
- gcr.io/k8s-minikube/storage-provisioner@sha256:0ba370588274b88531ab311a5d2e645d240a853555c1e58fd1dd428fc333c9d2
- gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "29037500"
- id: ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17
repoDigests:
- localhost/kicbase/echo-server@sha256:49260110d6ce1914d3de292ed370ee11a2e34ab577b97e6011d795cb13534d4a
repoTags:
- localhost/kicbase/echo-server:functional-956482
size: "4788229"
- id: b290e8cecd10695545c2177308e1e6bf7d1708472a186fb357e115e5faf8a2e3
repoDigests:
- localhost/minikube-local-cache-test@sha256:6b4a653956e7136e0783fc6d2061b6becf7c0f0829085729e13d89f614e865b8
repoTags:
- localhost/minikube-local-cache-test:functional-956482
size: "3330"
- id: 279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e
repoDigests:
- registry.k8s.io/kube-controller-manager@sha256:9f9da5b27e03f89599cc40ba89150aebf3b4cff001e6db6d998674b34181e1a1
- registry.k8s.io/kube-controller-manager@sha256:a9a0505b7d0caca0edd18e37bacc9425b2c8824546b26f5b286e8cb144669849
repoTags:
- registry.k8s.io/kube-controller-manager:v1.31.1
size: "86930758"
- id: 7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d
repoDigests:
- registry.k8s.io/kube-scheduler@sha256:65212209347a96b08a97e679b98dca46885f09cf3a53e8d13b28d2c083a5b690
- registry.k8s.io/kube-scheduler@sha256:969a7e96340f3a927b3d652582edec2d6d82a083871d81ef5064b7edaab430d0
repoTags:
- registry.k8s.io/kube-scheduler:v1.31.1
size: "67007814"
- id: 195245f0c79279e8b8e012efa02c91dad4cf7d0e44c0f4382fea68cd93088e6c
repoDigests:
- docker.io/library/nginx@sha256:04ba374043ccd2fc5c593885c0eacddebabd5ca375f9323666f28dfd5a9710e3
- docker.io/library/nginx@sha256:9f661996f4d1cea788f329b8145660a1124a5a94eec8cea1dba0d564423ad171
repoTags:
- docker.io/library/nginx:latest
size: "197172029"
- id: 72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb
repoDigests:
- registry.k8s.io/echoserver-arm@sha256:b33d4cdf6ed097f4e9b77b135d83a596ab73c6268b0342648818eb85f5edfdb5
repoTags:
- registry.k8s.io/echoserver-arm:1.8
size: "87536549"
- id: 8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5
repoDigests:
- registry.k8s.io/pause@sha256:b0602c9f938379133ff8017007894b48c1112681c9468f82a1e4cbf8a4498b67
repoTags:
- registry.k8s.io/pause:3.1
size: "528622"
- id: afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e4b3e5699057e6aa8
repoDigests:
- registry.k8s.io/pause@sha256:e50b7059b633caf3c1449b8da680d11845cda4506b513ee7a2de00725f0a34a7
- registry.k8s.io/pause@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a
repoTags:
- registry.k8s.io/pause:3.10
size: "519877"

                                                
                                                
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-956482 image ls --format yaml --alsologtostderr:
I0914 18:15:13.641755  475047 out.go:345] Setting OutFile to fd 1 ...
I0914 18:15:13.641873  475047 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0914 18:15:13.641879  475047 out.go:358] Setting ErrFile to fd 2...
I0914 18:15:13.641884  475047 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0914 18:15:13.642224  475047 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19643-439361/.minikube/bin
I0914 18:15:13.643398  475047 config.go:182] Loaded profile config "functional-956482": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0914 18:15:13.643551  475047 config.go:182] Loaded profile config "functional-956482": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0914 18:15:13.644048  475047 cli_runner.go:164] Run: docker container inspect functional-956482 --format={{.State.Status}}
I0914 18:15:13.664389  475047 ssh_runner.go:195] Run: systemctl --version
I0914 18:15:13.664453  475047 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-956482
I0914 18:15:13.689661  475047 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33174 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/functional-956482/id_rsa Username:docker}
I0914 18:15:13.787374  475047 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.27s)

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

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

                                                
                                                

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

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

                                                
                                                
** /stderr **
functional_test.go:315: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 image build -t localhost/my-image:functional-956482 testdata/build --alsologtostderr
functional_test.go:315: (dbg) Done: out/minikube-linux-arm64 -p functional-956482 image build -t localhost/my-image:functional-956482 testdata/build --alsologtostderr: (3.086629206s)
functional_test.go:320: (dbg) Stdout: out/minikube-linux-arm64 -p functional-956482 image build -t localhost/my-image:functional-956482 testdata/build --alsologtostderr:
STEP 1/3: FROM gcr.io/k8s-minikube/busybox
STEP 2/3: RUN true
--> fae5208aaaa
STEP 3/3: ADD content.txt /
COMMIT localhost/my-image:functional-956482
--> 5ad00c7a863
Successfully tagged localhost/my-image:functional-956482
5ad00c7a863997ca0a29949ca768da456a9b3a7ccf76d3ebaacd09b7bd4dfa05
functional_test.go:323: (dbg) Stderr: out/minikube-linux-arm64 -p functional-956482 image build -t localhost/my-image:functional-956482 testdata/build --alsologtostderr:
I0914 18:15:14.240730  475203 out.go:345] Setting OutFile to fd 1 ...
I0914 18:15:14.242617  475203 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0914 18:15:14.242676  475203 out.go:358] Setting ErrFile to fd 2...
I0914 18:15:14.242698  475203 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0914 18:15:14.243030  475203 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19643-439361/.minikube/bin
I0914 18:15:14.243798  475203 config.go:182] Loaded profile config "functional-956482": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0914 18:15:14.244497  475203 config.go:182] Loaded profile config "functional-956482": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0914 18:15:14.245049  475203 cli_runner.go:164] Run: docker container inspect functional-956482 --format={{.State.Status}}
I0914 18:15:14.272114  475203 ssh_runner.go:195] Run: systemctl --version
I0914 18:15:14.272168  475203 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-956482
I0914 18:15:14.296498  475203 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33174 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/functional-956482/id_rsa Username:docker}
I0914 18:15:14.392005  475203 build_images.go:161] Building image from path: /tmp/build.4165381367.tar
I0914 18:15:14.392085  475203 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0914 18:15:14.401566  475203 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.4165381367.tar
I0914 18:15:14.406235  475203 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.4165381367.tar: stat -c "%s %y" /var/lib/minikube/build/build.4165381367.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.4165381367.tar': No such file or directory
I0914 18:15:14.406314  475203 ssh_runner.go:362] scp /tmp/build.4165381367.tar --> /var/lib/minikube/build/build.4165381367.tar (3072 bytes)
I0914 18:15:14.448936  475203 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.4165381367
I0914 18:15:14.458642  475203 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.4165381367 -xf /var/lib/minikube/build/build.4165381367.tar
I0914 18:15:14.467866  475203 crio.go:315] Building image: /var/lib/minikube/build/build.4165381367
I0914 18:15:14.468008  475203 ssh_runner.go:195] Run: sudo podman build -t localhost/my-image:functional-956482 /var/lib/minikube/build/build.4165381367 --cgroup-manager=cgroupfs
Trying to pull gcr.io/k8s-minikube/busybox:latest...
Getting image source signatures
Copying blob sha256:a01966dde7f8d5ba10b6d87e776c7c8fb5a5f6bfa678874bd28b33b1fc6dba34
Copying blob sha256:a01966dde7f8d5ba10b6d87e776c7c8fb5a5f6bfa678874bd28b33b1fc6dba34
Copying config sha256:71a676dd070f4b701c3272e566d84951362f1326ea07d5bbad119d1c4f6b3d02
Writing manifest to image destination
Storing signatures
I0914 18:15:17.230040  475203 ssh_runner.go:235] Completed: sudo podman build -t localhost/my-image:functional-956482 /var/lib/minikube/build/build.4165381367 --cgroup-manager=cgroupfs: (2.761984903s)
I0914 18:15:17.230110  475203 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.4165381367
I0914 18:15:17.238962  475203 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.4165381367.tar
I0914 18:15:17.248055  475203 build_images.go:217] Built localhost/my-image:functional-956482 from /tmp/build.4165381367.tar
I0914 18:15:17.248127  475203 build_images.go:133] succeeded building to: functional-956482
I0914 18:15:17.248138  475203 build_images.go:134] failed building to: 
functional_test.go:451: (dbg) Run:  out/minikube-linux-arm64 -p functional-956482 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (3.65s)

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

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.04s)

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

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.02s)

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

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.02s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (169.53s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-arm64 start -p ha-150349 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0914 18:16:16.133534  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:16:43.835562  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:101: (dbg) Done: out/minikube-linux-arm64 start -p ha-150349 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (2m48.720751623s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (169.53s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (7.68s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.54s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (65.82s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddWorkerNode
ha_test.go:228: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-150349 -v=7 --alsologtostderr
ha_test.go:228: (dbg) Done: out/minikube-linux-arm64 node add -p ha-150349 -v=7 --alsologtostderr: (1m4.767249952s)
ha_test.go:234: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 status -v=7 --alsologtostderr
E0914 18:19:24.041648  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:19:24.047975  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:19:24.059468  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:19:24.080900  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:19:24.122287  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:19:24.206746  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:19:24.368879  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:19:24.690156  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:234: (dbg) Done: out/minikube-linux-arm64 -p ha-150349 status -v=7 --alsologtostderr: (1.052182584s)
--- PASS: TestMultiControlPlane/serial/AddWorkerNode (65.82s)

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.11s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (0.74s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/HAppyAfterClusterStart
ha_test.go:281: (dbg) Run:  out/minikube-linux-arm64 profile list --output json
E0914 18:19:25.332213  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestMultiControlPlane/serial/HAppyAfterClusterStart (0.74s)

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (18.78s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/CopyFile
ha_test.go:326: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 status --output json -v=7 --alsologtostderr
E0914 18:19:26.614382  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp testdata/cp-test.txt ha-150349:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp ha-150349:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile1925523393/001/cp-test_ha-150349.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp ha-150349:/home/docker/cp-test.txt ha-150349-m02:/home/docker/cp-test_ha-150349_ha-150349-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m02 "sudo cat /home/docker/cp-test_ha-150349_ha-150349-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp ha-150349:/home/docker/cp-test.txt ha-150349-m03:/home/docker/cp-test_ha-150349_ha-150349-m03.txt
E0914 18:19:29.176281  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m03 "sudo cat /home/docker/cp-test_ha-150349_ha-150349-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp ha-150349:/home/docker/cp-test.txt ha-150349-m04:/home/docker/cp-test_ha-150349_ha-150349-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m04 "sudo cat /home/docker/cp-test_ha-150349_ha-150349-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp testdata/cp-test.txt ha-150349-m02:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp ha-150349-m02:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile1925523393/001/cp-test_ha-150349-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp ha-150349-m02:/home/docker/cp-test.txt ha-150349:/home/docker/cp-test_ha-150349-m02_ha-150349.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349 "sudo cat /home/docker/cp-test_ha-150349-m02_ha-150349.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp ha-150349-m02:/home/docker/cp-test.txt ha-150349-m03:/home/docker/cp-test_ha-150349-m02_ha-150349-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m03 "sudo cat /home/docker/cp-test_ha-150349-m02_ha-150349-m03.txt"
E0914 18:19:34.297594  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp ha-150349-m02:/home/docker/cp-test.txt ha-150349-m04:/home/docker/cp-test_ha-150349-m02_ha-150349-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m04 "sudo cat /home/docker/cp-test_ha-150349-m02_ha-150349-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp testdata/cp-test.txt ha-150349-m03:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp ha-150349-m03:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile1925523393/001/cp-test_ha-150349-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp ha-150349-m03:/home/docker/cp-test.txt ha-150349:/home/docker/cp-test_ha-150349-m03_ha-150349.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349 "sudo cat /home/docker/cp-test_ha-150349-m03_ha-150349.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp ha-150349-m03:/home/docker/cp-test.txt ha-150349-m02:/home/docker/cp-test_ha-150349-m03_ha-150349-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m02 "sudo cat /home/docker/cp-test_ha-150349-m03_ha-150349-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp ha-150349-m03:/home/docker/cp-test.txt ha-150349-m04:/home/docker/cp-test_ha-150349-m03_ha-150349-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m04 "sudo cat /home/docker/cp-test_ha-150349-m03_ha-150349-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp testdata/cp-test.txt ha-150349-m04:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp ha-150349-m04:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile1925523393/001/cp-test_ha-150349-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp ha-150349-m04:/home/docker/cp-test.txt ha-150349:/home/docker/cp-test_ha-150349-m04_ha-150349.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349 "sudo cat /home/docker/cp-test_ha-150349-m04_ha-150349.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp ha-150349-m04:/home/docker/cp-test.txt ha-150349-m02:/home/docker/cp-test_ha-150349-m04_ha-150349-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m02 "sudo cat /home/docker/cp-test_ha-150349-m04_ha-150349-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 cp ha-150349-m04:/home/docker/cp-test.txt ha-150349-m03:/home/docker/cp-test_ha-150349-m04_ha-150349-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 ssh -n ha-150349-m03 "sudo cat /home/docker/cp-test_ha-150349-m04_ha-150349-m03.txt"
E0914 18:19:44.540760  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestMultiControlPlane/serial/CopyFile (18.78s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (12.71s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopSecondaryNode
ha_test.go:363: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 node stop m02 -v=7 --alsologtostderr
ha_test.go:363: (dbg) Done: out/minikube-linux-arm64 -p ha-150349 node stop m02 -v=7 --alsologtostderr: (11.96058226s)
ha_test.go:369: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 status -v=7 --alsologtostderr
ha_test.go:369: (dbg) Non-zero exit: out/minikube-linux-arm64 -p ha-150349 status -v=7 --alsologtostderr: exit status 7 (750.731697ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0914 18:19:56.561178  490897 out.go:345] Setting OutFile to fd 1 ...
	I0914 18:19:56.561396  490897 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 18:19:56.561410  490897 out.go:358] Setting ErrFile to fd 2...
	I0914 18:19:56.561417  490897 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 18:19:56.561749  490897 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19643-439361/.minikube/bin
	I0914 18:19:56.561963  490897 out.go:352] Setting JSON to false
	I0914 18:19:56.561994  490897 mustload.go:65] Loading cluster: ha-150349
	I0914 18:19:56.562092  490897 notify.go:220] Checking for updates...
	I0914 18:19:56.562448  490897 config.go:182] Loaded profile config "ha-150349": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0914 18:19:56.562462  490897 status.go:255] checking status of ha-150349 ...
	I0914 18:19:56.566077  490897 cli_runner.go:164] Run: docker container inspect ha-150349 --format={{.State.Status}}
	I0914 18:19:56.584675  490897 status.go:330] ha-150349 host status = "Running" (err=<nil>)
	I0914 18:19:56.584701  490897 host.go:66] Checking if "ha-150349" exists ...
	I0914 18:19:56.585106  490897 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-150349
	I0914 18:19:56.625894  490897 host.go:66] Checking if "ha-150349" exists ...
	I0914 18:19:56.626192  490897 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0914 18:19:56.626239  490897 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-150349
	I0914 18:19:56.647542  490897 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33179 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/ha-150349/id_rsa Username:docker}
	I0914 18:19:56.744198  490897 ssh_runner.go:195] Run: systemctl --version
	I0914 18:19:56.748270  490897 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0914 18:19:56.761010  490897 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0914 18:19:56.833984  490897 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:53 OomKillDisable:true NGoroutines:71 SystemTime:2024-09-14 18:19:56.823769727 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1069-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.2.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0914 18:19:56.834555  490897 kubeconfig.go:125] found "ha-150349" server: "https://192.168.49.254:8443"
	I0914 18:19:56.834608  490897 api_server.go:166] Checking apiserver status ...
	I0914 18:19:56.834647  490897 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0914 18:19:56.848078  490897 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1419/cgroup
	I0914 18:19:56.857581  490897 api_server.go:182] apiserver freezer: "10:freezer:/docker/7384677ba3d6587171854c800d65875b4a969546b07f5f649736e4dd30718412/crio/crio-77062f67c3aea6c7706db407ce36cd4b009a8443dff53d57c3e2aa04415247b6"
	I0914 18:19:56.857658  490897 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/7384677ba3d6587171854c800d65875b4a969546b07f5f649736e4dd30718412/crio/crio-77062f67c3aea6c7706db407ce36cd4b009a8443dff53d57c3e2aa04415247b6/freezer.state
	I0914 18:19:56.866239  490897 api_server.go:204] freezer state: "THAWED"
	I0914 18:19:56.866265  490897 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0914 18:19:56.874011  490897 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0914 18:19:56.874052  490897 status.go:422] ha-150349 apiserver status = Running (err=<nil>)
	I0914 18:19:56.874065  490897 status.go:257] ha-150349 status: &{Name:ha-150349 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0914 18:19:56.874082  490897 status.go:255] checking status of ha-150349-m02 ...
	I0914 18:19:56.874400  490897 cli_runner.go:164] Run: docker container inspect ha-150349-m02 --format={{.State.Status}}
	I0914 18:19:56.894151  490897 status.go:330] ha-150349-m02 host status = "Stopped" (err=<nil>)
	I0914 18:19:56.894179  490897 status.go:343] host is not running, skipping remaining checks
	I0914 18:19:56.894194  490897 status.go:257] ha-150349-m02 status: &{Name:ha-150349-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0914 18:19:56.894259  490897 status.go:255] checking status of ha-150349-m03 ...
	I0914 18:19:56.894708  490897 cli_runner.go:164] Run: docker container inspect ha-150349-m03 --format={{.State.Status}}
	I0914 18:19:56.913538  490897 status.go:330] ha-150349-m03 host status = "Running" (err=<nil>)
	I0914 18:19:56.913573  490897 host.go:66] Checking if "ha-150349-m03" exists ...
	I0914 18:19:56.913921  490897 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-150349-m03
	I0914 18:19:56.932707  490897 host.go:66] Checking if "ha-150349-m03" exists ...
	I0914 18:19:56.933122  490897 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0914 18:19:56.933181  490897 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-150349-m03
	I0914 18:19:56.950671  490897 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33189 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/ha-150349-m03/id_rsa Username:docker}
	I0914 18:19:57.044496  490897 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0914 18:19:57.058322  490897 kubeconfig.go:125] found "ha-150349" server: "https://192.168.49.254:8443"
	I0914 18:19:57.058355  490897 api_server.go:166] Checking apiserver status ...
	I0914 18:19:57.058402  490897 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0914 18:19:57.070104  490897 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1297/cgroup
	I0914 18:19:57.080146  490897 api_server.go:182] apiserver freezer: "10:freezer:/docker/5743c42d314ae39ae8a8ca164ac73ac2a9831bea340fef65914a963fada0611e/crio/crio-b3176e214c639a5444362b17c4ee9125620d5493017b8bc5c96ad0329019fbc6"
	I0914 18:19:57.080247  490897 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/5743c42d314ae39ae8a8ca164ac73ac2a9831bea340fef65914a963fada0611e/crio/crio-b3176e214c639a5444362b17c4ee9125620d5493017b8bc5c96ad0329019fbc6/freezer.state
	I0914 18:19:57.089567  490897 api_server.go:204] freezer state: "THAWED"
	I0914 18:19:57.089598  490897 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0914 18:19:57.097525  490897 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0914 18:19:57.097552  490897 status.go:422] ha-150349-m03 apiserver status = Running (err=<nil>)
	I0914 18:19:57.097571  490897 status.go:257] ha-150349-m03 status: &{Name:ha-150349-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0914 18:19:57.097594  490897 status.go:255] checking status of ha-150349-m04 ...
	I0914 18:19:57.097942  490897 cli_runner.go:164] Run: docker container inspect ha-150349-m04 --format={{.State.Status}}
	I0914 18:19:57.116155  490897 status.go:330] ha-150349-m04 host status = "Running" (err=<nil>)
	I0914 18:19:57.116182  490897 host.go:66] Checking if "ha-150349-m04" exists ...
	I0914 18:19:57.116511  490897 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-150349-m04
	I0914 18:19:57.134001  490897 host.go:66] Checking if "ha-150349-m04" exists ...
	I0914 18:19:57.134313  490897 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0914 18:19:57.134363  490897 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-150349-m04
	I0914 18:19:57.152864  490897 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33194 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/ha-150349-m04/id_rsa Username:docker}
	I0914 18:19:57.247946  490897 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0914 18:19:57.259903  490897 status.go:257] ha-150349-m04 status: &{Name:ha-150349-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.55s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (43.57s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartSecondaryNode
ha_test.go:420: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 node start m02 -v=7 --alsologtostderr
E0914 18:20:05.023305  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:420: (dbg) Done: out/minikube-linux-arm64 -p ha-150349 node start m02 -v=7 --alsologtostderr: (42.490313444s)
ha_test.go:428: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 status -v=7 --alsologtostderr
ha_test.go:448: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiControlPlane/serial/RestartSecondaryNode (43.57s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (0.76s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (244.13s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:456: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-150349 -v=7 --alsologtostderr
ha_test.go:462: (dbg) Run:  out/minikube-linux-arm64 stop -p ha-150349 -v=7 --alsologtostderr
E0914 18:20:45.984655  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:21:16.132962  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:462: (dbg) Done: out/minikube-linux-arm64 stop -p ha-150349 -v=7 --alsologtostderr: (37.014025937s)
ha_test.go:467: (dbg) Run:  out/minikube-linux-arm64 start -p ha-150349 --wait=true -v=7 --alsologtostderr
E0914 18:22:07.906166  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:24:24.041227  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:467: (dbg) Done: out/minikube-linux-arm64 start -p ha-150349 --wait=true -v=7 --alsologtostderr: (3m26.954733653s)
ha_test.go:472: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-150349
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (244.13s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (12.77s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeleteSecondaryNode
ha_test.go:487: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 node delete m03 -v=7 --alsologtostderr
E0914 18:24:51.748235  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:487: (dbg) Done: out/minikube-linux-arm64 -p ha-150349 node delete m03 -v=7 --alsologtostderr: (11.886439822s)
ha_test.go:493: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 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 (12.77s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.55s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (35.79s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0914 18:25:35.323067  505756 out.go:345] Setting OutFile to fd 1 ...
	I0914 18:25:35.323225  505756 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 18:25:35.323237  505756 out.go:358] Setting ErrFile to fd 2...
	I0914 18:25:35.323244  505756 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 18:25:35.323482  505756 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19643-439361/.minikube/bin
	I0914 18:25:35.323672  505756 out.go:352] Setting JSON to false
	I0914 18:25:35.323703  505756 mustload.go:65] Loading cluster: ha-150349
	I0914 18:25:35.323810  505756 notify.go:220] Checking for updates...
	I0914 18:25:35.324169  505756 config.go:182] Loaded profile config "ha-150349": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0914 18:25:35.324181  505756 status.go:255] checking status of ha-150349 ...
	I0914 18:25:35.324810  505756 cli_runner.go:164] Run: docker container inspect ha-150349 --format={{.State.Status}}
	I0914 18:25:35.343483  505756 status.go:330] ha-150349 host status = "Stopped" (err=<nil>)
	I0914 18:25:35.343507  505756 status.go:343] host is not running, skipping remaining checks
	I0914 18:25:35.343515  505756 status.go:257] ha-150349 status: &{Name:ha-150349 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0914 18:25:35.343549  505756 status.go:255] checking status of ha-150349-m02 ...
	I0914 18:25:35.343892  505756 cli_runner.go:164] Run: docker container inspect ha-150349-m02 --format={{.State.Status}}
	I0914 18:25:35.373994  505756 status.go:330] ha-150349-m02 host status = "Stopped" (err=<nil>)
	I0914 18:25:35.374035  505756 status.go:343] host is not running, skipping remaining checks
	I0914 18:25:35.374044  505756 status.go:257] ha-150349-m02 status: &{Name:ha-150349-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0914 18:25:35.374063  505756 status.go:255] checking status of ha-150349-m04 ...
	I0914 18:25:35.374369  505756 cli_runner.go:164] Run: docker container inspect ha-150349-m04 --format={{.State.Status}}
	I0914 18:25:35.391546  505756 status.go:330] ha-150349-m04 host status = "Stopped" (err=<nil>)
	I0914 18:25:35.391567  505756 status.go:343] host is not running, skipping remaining checks
	I0914 18:25:35.391575  505756 status.go:257] ha-150349-m04 status: &{Name:ha-150349-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (122.67s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:560: (dbg) Run:  out/minikube-linux-arm64 start -p ha-150349 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0914 18:26:16.132950  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:560: (dbg) Done: out/minikube-linux-arm64 start -p ha-150349 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (2m1.706097038s)
ha_test.go:566: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 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 (122.67s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.53s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (70.99s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:605: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-150349 --control-plane -v=7 --alsologtostderr
E0914 18:27:39.197709  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:605: (dbg) Done: out/minikube-linux-arm64 node add -p ha-150349 --control-plane -v=7 --alsologtostderr: (1m10.01242705s)
ha_test.go:611: (dbg) Run:  out/minikube-linux-arm64 -p ha-150349 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (70.99s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (0.74s)

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

                                                
                                    
x
+
TestJSONOutput/start/Command (78.6s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-arm64 start -p json-output-523182 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio
E0914 18:29:24.041538  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
json_output_test.go:63: (dbg) Done: out/minikube-linux-arm64 start -p json-output-523182 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio: (1m18.592899725s)
--- PASS: TestJSONOutput/start/Command (78.60s)

                                                
                                    
x
+
TestJSONOutput/start/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/pause/Command (0.76s)

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

                                                
                                    
x
+
TestJSONOutput/pause/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/unpause/Command (0.68s)

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

                                                
                                    
x
+
TestJSONOutput/unpause/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/stop/Command (5.89s)

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

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

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"5e94fe4b-15fe-430f-8c2d-723fcc93f04b","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-855269] minikube v1.34.0 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"c2fa8396-3ce3-4a51-966d-2a3db5311444","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19643"}}
	{"specversion":"1.0","id":"82fcec70-38d3-47fd-830a-be0fd1ec859f","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":"ac492df6-0c32-4865-8bdf-6045f5bc3fde","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19643-439361/kubeconfig"}}
	{"specversion":"1.0","id":"72b6de9f-74ad-45f9-aae5-8446091c204c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19643-439361/.minikube"}}
	{"specversion":"1.0","id":"4402322b-6a6f-4c65-87af-9142a6c518bb","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-arm64"}}
	{"specversion":"1.0","id":"413fdf6b-bb9b-4c1e-ab7f-33cae6f24fc5","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"5c1fff4f-7d6b-4b5f-b81e-285b3e165190","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"","exitcode":"56","issues":"","message":"The driver 'fail' is not supported on linux/arm64","name":"DRV_UNSUPPORTED_OS","url":""}}

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

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (37.72s)

                                                
                                                
=== RUN   TestKicCustomNetwork/create_custom_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-arm64 start -p docker-network-060398 --network=
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-arm64 start -p docker-network-060398 --network=: (35.660327712s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-060398" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p docker-network-060398
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p docker-network-060398: (2.03901289s)
--- PASS: TestKicCustomNetwork/create_custom_network (37.72s)

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (32.03s)

                                                
                                                
=== RUN   TestKicCustomNetwork/use_default_bridge_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-arm64 start -p docker-network-542520 --network=bridge
E0914 18:31:16.132948  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-arm64 start -p docker-network-542520 --network=bridge: (30.417516002s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-542520" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p docker-network-542520
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p docker-network-542520: (1.590863714s)
--- PASS: TestKicCustomNetwork/use_default_bridge_network (32.03s)

                                                
                                    
x
+
TestKicExistingNetwork (32.91s)

                                                
                                                
=== 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-arm64 start -p existing-network-451833 --network=existing-network
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-arm64 start -p existing-network-451833 --network=existing-network: (30.741124427s)
helpers_test.go:175: Cleaning up "existing-network-451833" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p existing-network-451833
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p existing-network-451833: (2.010919519s)
--- PASS: TestKicExistingNetwork (32.91s)

                                                
                                    
x
+
TestKicCustomSubnet (40.44s)

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

                                                
                                    
x
+
TestKicStaticIP (36.86s)

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

                                                
                                    
x
+
TestMainNoArgs (0.05s)

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

                                                
                                    
x
+
TestMinikubeProfile (69.69s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p first-953664 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p first-953664 --driver=docker  --container-runtime=crio: (30.851183496s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p second-956601 --driver=docker  --container-runtime=crio
E0914 18:34:24.041590  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p second-956601 --driver=docker  --container-runtime=crio: (33.327815564s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-arm64 profile first-953664
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-arm64 profile list -ojson
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-arm64 profile second-956601
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-arm64 profile list -ojson
helpers_test.go:175: Cleaning up "second-956601" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p second-956601
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p second-956601: (2.000797727s)
helpers_test.go:175: Cleaning up "first-953664" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p first-953664
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p first-953664: (2.292780789s)
--- PASS: TestMinikubeProfile (69.69s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (7.12s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (0.27s)

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

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (9.71s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.26s)

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

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.61s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.26s)

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

                                                
                                    
x
+
TestMountStart/serial/Stop (1.2s)

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

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (8.99s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.28s)

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

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (138.6s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-184097 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E0914 18:35:47.110043  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:36:16.133319  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:96: (dbg) Done: out/minikube-linux-arm64 start -p multinode-184097 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (2m18.086332292s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-arm64 -p multinode-184097 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (138.60s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (7.02s)

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

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (0.98s)

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

                                                
                                    
x
+
TestMultiNode/serial/AddNode (30.39s)

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

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.1s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.32s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (9.94s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.28s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0914 18:38:19.853734  559565 out.go:345] Setting OutFile to fd 1 ...
	I0914 18:38:19.853920  559565 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 18:38:19.853934  559565 out.go:358] Setting ErrFile to fd 2...
	I0914 18:38:19.853940  559565 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 18:38:19.854198  559565 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19643-439361/.minikube/bin
	I0914 18:38:19.854422  559565 out.go:352] Setting JSON to false
	I0914 18:38:19.854471  559565 mustload.go:65] Loading cluster: multinode-184097
	I0914 18:38:19.854528  559565 notify.go:220] Checking for updates...
	I0914 18:38:19.854940  559565 config.go:182] Loaded profile config "multinode-184097": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0914 18:38:19.854960  559565 status.go:255] checking status of multinode-184097 ...
	I0914 18:38:19.855863  559565 cli_runner.go:164] Run: docker container inspect multinode-184097 --format={{.State.Status}}
	I0914 18:38:19.877673  559565 status.go:330] multinode-184097 host status = "Running" (err=<nil>)
	I0914 18:38:19.877698  559565 host.go:66] Checking if "multinode-184097" exists ...
	I0914 18:38:19.878021  559565 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-184097
	I0914 18:38:19.910444  559565 host.go:66] Checking if "multinode-184097" exists ...
	I0914 18:38:19.910930  559565 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0914 18:38:19.910988  559565 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-184097
	I0914 18:38:19.930900  559565 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33300 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/multinode-184097/id_rsa Username:docker}
	I0914 18:38:20.029208  559565 ssh_runner.go:195] Run: systemctl --version
	I0914 18:38:20.034765  559565 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0914 18:38:20.048317  559565 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0914 18:38:20.122570  559565 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:41 OomKillDisable:true NGoroutines:61 SystemTime:2024-09-14 18:38:20.110317689 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1069-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.2.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0914 18:38:20.123280  559565 kubeconfig.go:125] found "multinode-184097" server: "https://192.168.67.2:8443"
	I0914 18:38:20.123322  559565 api_server.go:166] Checking apiserver status ...
	I0914 18:38:20.123379  559565 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0914 18:38:20.135296  559565 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1384/cgroup
	I0914 18:38:20.145656  559565 api_server.go:182] apiserver freezer: "10:freezer:/docker/18dc51cbf130a2b86c3fe394ff194d1e104808bd69c63cc266d82d26eae9cfdb/crio/crio-a499fa02f1b1fc0c8e2c4b9572cc603e4a3109f0909a3f0db1aca0336cb33ef1"
	I0914 18:38:20.145738  559565 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/18dc51cbf130a2b86c3fe394ff194d1e104808bd69c63cc266d82d26eae9cfdb/crio/crio-a499fa02f1b1fc0c8e2c4b9572cc603e4a3109f0909a3f0db1aca0336cb33ef1/freezer.state
	I0914 18:38:20.155161  559565 api_server.go:204] freezer state: "THAWED"
	I0914 18:38:20.155241  559565 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0914 18:38:20.163075  559565 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0914 18:38:20.163102  559565 status.go:422] multinode-184097 apiserver status = Running (err=<nil>)
	I0914 18:38:20.163114  559565 status.go:257] multinode-184097 status: &{Name:multinode-184097 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0914 18:38:20.163131  559565 status.go:255] checking status of multinode-184097-m02 ...
	I0914 18:38:20.163447  559565 cli_runner.go:164] Run: docker container inspect multinode-184097-m02 --format={{.State.Status}}
	I0914 18:38:20.181869  559565 status.go:330] multinode-184097-m02 host status = "Running" (err=<nil>)
	I0914 18:38:20.181904  559565 host.go:66] Checking if "multinode-184097-m02" exists ...
	I0914 18:38:20.182222  559565 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-184097-m02
	I0914 18:38:20.199223  559565 host.go:66] Checking if "multinode-184097-m02" exists ...
	I0914 18:38:20.199545  559565 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0914 18:38:20.199592  559565 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-184097-m02
	I0914 18:38:20.216975  559565 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33305 SSHKeyPath:/home/jenkins/minikube-integration/19643-439361/.minikube/machines/multinode-184097-m02/id_rsa Username:docker}
	I0914 18:38:20.312133  559565 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0914 18:38:20.323678  559565 status.go:257] multinode-184097-m02 status: &{Name:multinode-184097-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0914 18:38:20.323715  559565 status.go:255] checking status of multinode-184097-m03 ...
	I0914 18:38:20.324040  559565 cli_runner.go:164] Run: docker container inspect multinode-184097-m03 --format={{.State.Status}}
	I0914 18:38:20.340238  559565 status.go:330] multinode-184097-m03 host status = "Stopped" (err=<nil>)
	I0914 18:38:20.340264  559565 status.go:343] host is not running, skipping remaining checks
	I0914 18:38:20.340272  559565 status.go:257] multinode-184097-m03 status: &{Name:multinode-184097-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (11.41s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (103.98s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-184097
multinode_test.go:321: (dbg) Run:  out/minikube-linux-arm64 stop -p multinode-184097
multinode_test.go:321: (dbg) Done: out/minikube-linux-arm64 stop -p multinode-184097: (24.797086161s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-184097 --wait=true -v=8 --alsologtostderr
E0914 18:39:24.041933  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:326: (dbg) Done: out/minikube-linux-arm64 start -p multinode-184097 --wait=true -v=8 --alsologtostderr: (1m19.044461424s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-184097
--- PASS: TestMultiNode/serial/RestartKeepsNodes (103.98s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (5.53s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeleteNode
multinode_test.go:416: (dbg) Run:  out/minikube-linux-arm64 -p multinode-184097 node delete m03
multinode_test.go:416: (dbg) Done: out/minikube-linux-arm64 -p multinode-184097 node delete m03: (4.834932066s)
multinode_test.go:422: (dbg) Run:  out/minikube-linux-arm64 -p multinode-184097 status --alsologtostderr
multinode_test.go:436: (dbg) Run:  kubectl get nodes
multinode_test.go:444: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiNode/serial/DeleteNode (5.53s)

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (24.03s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0914 18:40:45.235122  567346 out.go:345] Setting OutFile to fd 1 ...
	I0914 18:40:45.235300  567346 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 18:40:45.235312  567346 out.go:358] Setting ErrFile to fd 2...
	I0914 18:40:45.235317  567346 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 18:40:45.235589  567346 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19643-439361/.minikube/bin
	I0914 18:40:45.235796  567346 out.go:352] Setting JSON to false
	I0914 18:40:45.235837  567346 mustload.go:65] Loading cluster: multinode-184097
	I0914 18:40:45.236106  567346 notify.go:220] Checking for updates...
	I0914 18:40:45.236875  567346 config.go:182] Loaded profile config "multinode-184097": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0914 18:40:45.236955  567346 status.go:255] checking status of multinode-184097 ...
	I0914 18:40:45.238171  567346 cli_runner.go:164] Run: docker container inspect multinode-184097 --format={{.State.Status}}
	I0914 18:40:45.261342  567346 status.go:330] multinode-184097 host status = "Stopped" (err=<nil>)
	I0914 18:40:45.261374  567346 status.go:343] host is not running, skipping remaining checks
	I0914 18:40:45.261383  567346 status.go:257] multinode-184097 status: &{Name:multinode-184097 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0914 18:40:45.261420  567346 status.go:255] checking status of multinode-184097-m02 ...
	I0914 18:40:45.261737  567346 cli_runner.go:164] Run: docker container inspect multinode-184097-m02 --format={{.State.Status}}
	I0914 18:40:45.298295  567346 status.go:330] multinode-184097-m02 host status = "Stopped" (err=<nil>)
	I0914 18:40:45.298389  567346 status.go:343] host is not running, skipping remaining checks
	I0914 18:40:45.298399  567346 status.go:257] multinode-184097-m02 status: &{Name:multinode-184097-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (56.38s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:376: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-184097 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E0914 18:41:16.132672  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:376: (dbg) Done: out/minikube-linux-arm64 start -p multinode-184097 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (55.699627681s)
multinode_test.go:382: (dbg) Run:  out/minikube-linux-arm64 -p multinode-184097 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 (56.38s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (34.72s)

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

                                                
                                                
-- stdout --
	* [multinode-184097-m02] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19643
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19643-439361/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19643-439361/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

                                                
                                                
** /stderr **
multinode_test.go:472: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-184097-m03 --driver=docker  --container-runtime=crio
multinode_test.go:472: (dbg) Done: out/minikube-linux-arm64 start -p multinode-184097-m03 --driver=docker  --container-runtime=crio: (32.308276057s)
multinode_test.go:479: (dbg) Run:  out/minikube-linux-arm64 node add -p multinode-184097
multinode_test.go:479: (dbg) Non-zero exit: out/minikube-linux-arm64 node add -p multinode-184097: exit status 80 (327.11959ms)

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

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

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

                                                
                                    
x
+
TestPreload (128.93s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-453889 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4
preload_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-453889 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4: (1m36.121900275s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-453889 image pull gcr.io/k8s-minikube/busybox
preload_test.go:52: (dbg) Done: out/minikube-linux-arm64 -p test-preload-453889 image pull gcr.io/k8s-minikube/busybox: (3.53016568s)
preload_test.go:58: (dbg) Run:  out/minikube-linux-arm64 stop -p test-preload-453889
preload_test.go:58: (dbg) Done: out/minikube-linux-arm64 stop -p test-preload-453889: (5.955321799s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-453889 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio
E0914 18:44:19.199418  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
E0914 18:44:24.041336  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
preload_test.go:66: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-453889 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio: (20.708321441s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-453889 image list
helpers_test.go:175: Cleaning up "test-preload-453889" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p test-preload-453889
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p test-preload-453889: (2.317851335s)
--- PASS: TestPreload (128.93s)

                                                
                                    
x
+
TestScheduledStopUnix (108.23s)

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

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

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
scheduled_stop_test.go:176: status error: exit status 7 (may be ok)
helpers_test.go:175: Cleaning up "scheduled-stop-584694" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p scheduled-stop-584694
E0914 18:46:16.132914  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p scheduled-stop-584694: (4.070090568s)
--- PASS: TestScheduledStopUnix (108.23s)

                                                
                                    
x
+
TestInsufficientStorage (10.69s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"883847eb-1eb1-475e-a29f-09404f26beea","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-956508] minikube v1.34.0 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"77e7358e-3992-4bf3-9a54-2df419b46035","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19643"}}
	{"specversion":"1.0","id":"b105cb94-9976-4ee5-92fa-2836ca2254da","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":"8d7e9a43-1c4c-493b-b075-8895465641f1","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19643-439361/kubeconfig"}}
	{"specversion":"1.0","id":"3a79eb1e-a26c-4d2b-b036-f4ace433212c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19643-439361/.minikube"}}
	{"specversion":"1.0","id":"4c22c2b6-7531-4898-9991-3d3472e97826","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-arm64"}}
	{"specversion":"1.0","id":"e825baf6-d34d-491a-bee7-34863686825a","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"a670e7da-922c-4698-a0a6-f0355206fcbc","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":"518402b2-231d-493f-95e2-3c411923599b","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":"f22ec180-d438-4803-abb2-833c7ecc67a2","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":"999f66bf-6a9d-49be-9ce8-d1f5e8cf6f98","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":"caaaacca-eea0-4830-934f-ee679ce47029","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-956508\" primary control-plane node in \"insufficient-storage-956508\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"f5e108be-6750-4243-b855-7c94f067eace","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image v0.0.45-1726281268-19643 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"5da11c1f-802f-4b9b-a6af-9ddc2043f9c2","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":"ba4cc6ee-0504-40db-bd0e-9d77348fb2b9","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"Try one or more of the following to free up space on the device:\n\t\n\t\t\t1. Run \"docker system prune\" to remove unused Docker data (optionally with \"-a\")\n\t\t\t2. Increase the storage allocated to Docker for Desktop by clicking on:\n\t\t\t\tDocker icon \u003e Preferences \u003e Resources \u003e Disk Image Size\n\t\t\t3. Run \"minikube ssh -- docker system prune\" if using the Docker container runtime","exitcode":"26","issues":"https://github.com/kubernetes/minikube/issues/9024","message":"Docker is out of disk space! (/var is at 100% of capacity). You can pass '--force' to skip this check.","name":"RSRC_DOCKER_STORAGE","url":""}}

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0914 18:46:26.077441  585029 status.go:417] kubeconfig endpoint: get endpoint: "insufficient-storage-956508" does not appear in /home/jenkins/minikube-integration/19643-439361/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0914 18:46:26.365082  585092 status.go:417] kubeconfig endpoint: get endpoint: "insufficient-storage-956508" does not appear in /home/jenkins/minikube-integration/19643-439361/kubeconfig
	E0914 18:46:26.375461  585092 status.go:560] unable to read event log: stat: stat /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/insufficient-storage-956508/events.json: no such file or directory

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

                                                
                                    
x
+
TestRunningBinaryUpgrade (78.2s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.1773849773 start -p running-upgrade-101382 --memory=2200 --vm-driver=docker  --container-runtime=crio
E0914 18:51:16.136617  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.1773849773 start -p running-upgrade-101382 --memory=2200 --vm-driver=docker  --container-runtime=crio: (46.451073566s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-arm64 start -p running-upgrade-101382 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:130: (dbg) Done: out/minikube-linux-arm64 start -p running-upgrade-101382 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (27.705738987s)
helpers_test.go:175: Cleaning up "running-upgrade-101382" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p running-upgrade-101382
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p running-upgrade-101382: (3.188331827s)
--- PASS: TestRunningBinaryUpgrade (78.20s)

                                                
                                    
x
+
TestKubernetesUpgrade (390.01s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-379946] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19643
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19643-439361/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19643-439361/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

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

                                                
                                    
x
+
TestMissingContainerUpgrade (169.51s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.752949674 start -p missing-upgrade-472704 --memory=2200 --driver=docker  --container-runtime=crio
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.752949674 start -p missing-upgrade-472704 --memory=2200 --driver=docker  --container-runtime=crio: (1m26.979491498s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-472704
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-472704: (10.491786002s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-472704
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-arm64 start -p missing-upgrade-472704 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:329: (dbg) Done: out/minikube-linux-arm64 start -p missing-upgrade-472704 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (1m9.128772966s)
helpers_test.go:175: Cleaning up "missing-upgrade-472704" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p missing-upgrade-472704
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p missing-upgrade-472704: (2.189006297s)
--- PASS: TestMissingContainerUpgrade (169.51s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.08s)

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

                                                
                                                
-- stdout --
	* [NoKubernetes-853601] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19643
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19643-439361/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19643-439361/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (35.83s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (9.81s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/Start (9.26s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.48s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (1.11s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.25s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (7.52s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.34s)

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

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (0.68s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (72.23s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.180803976 start -p stopped-upgrade-366581 --memory=2200 --vm-driver=docker  --container-runtime=crio
E0914 18:49:24.041433  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.180803976 start -p stopped-upgrade-366581 --memory=2200 --vm-driver=docker  --container-runtime=crio: (38.298808294s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.180803976 -p stopped-upgrade-366581 stop
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.180803976 -p stopped-upgrade-366581 stop: (2.697114072s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-arm64 start -p stopped-upgrade-366581 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:198: (dbg) Done: out/minikube-linux-arm64 start -p stopped-upgrade-366581 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (31.235907825s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (72.23s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (1.04s)

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

                                                
                                    
x
+
TestPause/serial/Start (49.16s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-linux-arm64 start -p pause-134861 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio
E0914 18:52:27.111803  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
pause_test.go:80: (dbg) Done: out/minikube-linux-arm64 start -p pause-134861 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio: (49.159628181s)
--- PASS: TestPause/serial/Start (49.16s)

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (30.16s)

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

                                                
                                    
x
+
TestPause/serial/Pause (0.91s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.32s)

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

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

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (0.88s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (2.82s)

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (0.48s)

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

                                                
                                                
-- stdout --
	[]

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/false (4.78s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0914 18:54:03.788758  625255 out.go:345] Setting OutFile to fd 1 ...
	I0914 18:54:03.788923  625255 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 18:54:03.788934  625255 out.go:358] Setting ErrFile to fd 2...
	I0914 18:54:03.788951  625255 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0914 18:54:03.789362  625255 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19643-439361/.minikube/bin
	I0914 18:54:03.790388  625255 out.go:352] Setting JSON to false
	I0914 18:54:03.791423  625255 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":9395,"bootTime":1726330649,"procs":180,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1069-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0914 18:54:03.791504  625255 start.go:139] virtualization:  
	I0914 18:54:03.795193  625255 out.go:177] * [false-361830] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0914 18:54:03.799520  625255 out.go:177]   - MINIKUBE_LOCATION=19643
	I0914 18:54:03.799603  625255 notify.go:220] Checking for updates...
	I0914 18:54:03.804621  625255 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0914 18:54:03.807212  625255 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19643-439361/kubeconfig
	I0914 18:54:03.809783  625255 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19643-439361/.minikube
	I0914 18:54:03.812340  625255 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0914 18:54:03.815009  625255 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0914 18:54:03.824433  625255 config.go:182] Loaded profile config "kubernetes-upgrade-379946": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0914 18:54:03.824638  625255 driver.go:394] Setting default libvirt URI to qemu:///system
	I0914 18:54:03.874745  625255 docker.go:123] docker version: linux-27.2.1:Docker Engine - Community
	I0914 18:54:03.874883  625255 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0914 18:54:03.945453  625255 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:4 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:33 OomKillDisable:true NGoroutines:51 SystemTime:2024-09-14 18:54:03.933785591 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1069-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.2.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
	I0914 18:54:03.945557  625255 docker.go:318] overlay module found
	I0914 18:54:03.948672  625255 out.go:177] * Using the docker driver based on user configuration
	I0914 18:54:03.951206  625255 start.go:297] selected driver: docker
	I0914 18:54:03.951226  625255 start.go:901] validating driver "docker" against <nil>
	I0914 18:54:03.951241  625255 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0914 18:54:03.954308  625255 out.go:201] 
	W0914 18:54:03.956804  625255 out.go:270] X Exiting due to MK_USAGE: The "crio" container runtime requires CNI
	X Exiting due to MK_USAGE: The "crio" container runtime requires CNI
	I0914 18:54:03.959401  625255 out.go:201] 

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p old-k8s-version-251254 --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
E0914 18:56:16.133736  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p old-k8s-version-251254 --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: (2m52.788619073s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (172.79s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-251254 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" [9b6330d5-3621-4107-a4a8-a3f37a89749d] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [9b6330d5-3621-4107-a4a8-a3f37a89749d] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 11.012208213s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-251254 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (11.86s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p no-preload-145020 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p no-preload-145020 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (1m7.035921621s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (67.04s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-arm64 stop -p old-k8s-version-251254 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p old-k8s-version-251254 --alsologtostderr -v=3: (13.662429014s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (13.66s)

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

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

                                                
                                                
-- 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-arm64 addons enable dashboard -p old-k8s-version-251254 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop (0.20s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p old-k8s-version-251254 --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
E0914 18:59:24.041142  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p old-k8s-version-251254 --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: (2m18.750278257s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p old-k8s-version-251254 -n old-k8s-version-251254
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (139.14s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-145020 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" [f3d87dcc-cb7c-4985-9ad5-9bffd1e1584a] Pending
helpers_test.go:344: "busybox" [f3d87dcc-cb7c-4985-9ad5-9bffd1e1584a] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [f3d87dcc-cb7c-4985-9ad5-9bffd1e1584a] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 10.003497401s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-145020 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (10.43s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-arm64 stop -p no-preload-145020 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p no-preload-145020 --alsologtostderr -v=3: (12.008047155s)
--- PASS: TestStartStop/group/no-preload/serial/Stop (12.01s)

                                                
                                    
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-arm64 status --format={{.Host}} -p no-preload-145020 -n no-preload-145020
start_stop_delete_test.go:239: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.Host}} -p no-preload-145020 -n no-preload-145020: exit status 7 (69.994954ms)

                                                
                                                
-- 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-arm64 addons enable dashboard -p no-preload-145020 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/no-preload/serial/EnableAddonAfterStop (0.19s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p no-preload-145020 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
E0914 19:00:59.201615  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p no-preload-145020 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (4m27.225559241s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p no-preload-145020 -n no-preload-145020
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (267.59s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-rsczd" [c994e2e2-fcbc-4185-a3c1-421783f2ad23] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004225416s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-rsczd" [c994e2e2-fcbc-4185-a3c1-421783f2ad23] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003637131s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context old-k8s-version-251254 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.10s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p old-k8s-version-251254 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240202-8f1494ea
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240813-c6f155d6
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (0.26s)

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

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

                                                
                                                
-- 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-arm64 status --format={{.Kubelet}} -p old-k8s-version-251254 -n old-k8s-version-251254
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.Kubelet}} -p old-k8s-version-251254 -n old-k8s-version-251254: exit status 2 (318.323706ms)

                                                
                                                
-- 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-arm64 unpause -p old-k8s-version-251254 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p old-k8s-version-251254 -n old-k8s-version-251254
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p old-k8s-version-251254 -n old-k8s-version-251254
--- PASS: TestStartStop/group/old-k8s-version/serial/Pause (3.11s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-669804 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p embed-certs-669804 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (1m18.251800892s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (78.25s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-669804 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" [d0323d3e-0647-4d93-ae3e-7f7ed386c477] Pending
helpers_test.go:344: "busybox" [d0323d3e-0647-4d93-ae3e-7f7ed386c477] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [d0323d3e-0647-4d93-ae3e-7f7ed386c477] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 10.004325733s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-669804 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (10.35s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-arm64 stop -p embed-certs-669804 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p embed-certs-669804 --alsologtostderr -v=3: (12.066552046s)
--- PASS: TestStartStop/group/embed-certs/serial/Stop (12.07s)

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

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

                                                
                                                
-- 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-arm64 addons enable dashboard -p embed-certs-669804 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/embed-certs/serial/EnableAddonAfterStop (0.33s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-669804 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
E0914 19:03:15.033438  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:03:15.039835  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:03:15.051217  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:03:15.072602  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:03:15.113965  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:03:15.195299  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:03:15.356748  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:03:15.677986  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:03:16.320192  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:03:17.601818  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:03:20.163144  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:03:25.284697  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:03:35.526122  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:03:56.009930  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p embed-certs-669804 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (4m48.471200304s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p embed-certs-669804 -n embed-certs-669804
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (288.82s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-n5n85" [95abf34e-b9e8-4b25-b164-28199dc2fab2] Running
E0914 19:04:24.041698  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003489326s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.00s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-n5n85" [95abf34e-b9e8-4b25-b164-28199dc2fab2] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003397441s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context no-preload-145020 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (6.12s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p no-preload-145020 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240813-c6f155d6
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.25s)

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

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

                                                
                                                
-- 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-arm64 status --format={{.Kubelet}} -p no-preload-145020 -n no-preload-145020
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.Kubelet}} -p no-preload-145020 -n no-preload-145020: exit status 2 (338.465708ms)

                                                
                                                
-- 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-arm64 unpause -p no-preload-145020 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p no-preload-145020 -n no-preload-145020
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p no-preload-145020 -n no-preload-145020
E0914 19:04:36.972175  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestStartStop/group/no-preload/serial/Pause (3.14s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-796188 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" [d19b6925-1347-4a0a-9d1e-8bcf949ed274] Pending
helpers_test.go:344: "busybox" [d19b6925-1347-4a0a-9d1e-8bcf949ed274] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [d19b6925-1347-4a0a-9d1e-8bcf949ed274] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 9.004050604s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-796188 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (9.37s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive
start_stop_delete_test.go:205: (dbg) Run:  out/minikube-linux-arm64 addons enable metrics-server -p default-k8s-diff-port-796188 --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-796188 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive (1.11s)

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

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

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

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

                                                
                                                
-- 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-arm64 addons enable dashboard -p default-k8s-diff-port-796188 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop (0.20s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p default-k8s-diff-port-796188 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
E0914 19:05:58.894255  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:06:16.133367  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-796188 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (4m38.821672026s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p default-k8s-diff-port-796188 -n default-k8s-diff-port-796188
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (279.20s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-ph7rd" [6ec08314-039d-48d8-94d8-2f7a9f4ffe82] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003980359s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-ph7rd" [6ec08314-039d-48d8-94d8-2f7a9f4ffe82] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.017945235s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context embed-certs-669804 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.22s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p embed-certs-669804 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:v20240813-c6f155d6
--- PASS: TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (0.26s)

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

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

                                                
                                                
-- 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-arm64 status --format={{.Kubelet}} -p embed-certs-669804 -n embed-certs-669804
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.Kubelet}} -p embed-certs-669804 -n embed-certs-669804: exit status 2 (326.644923ms)

                                                
                                                
-- 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-arm64 unpause -p embed-certs-669804 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p embed-certs-669804 -n embed-certs-669804
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p embed-certs-669804 -n embed-certs-669804
--- PASS: TestStartStop/group/embed-certs/serial/Pause (3.12s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-051141 --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.1
E0914 19:08:15.032853  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:08:42.736074  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p newest-cni-051141 --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.1: (35.986103015s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (35.99s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-arm64 stop -p newest-cni-051141 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p newest-cni-051141 --alsologtostderr -v=3: (1.330460241s)
--- PASS: TestStartStop/group/newest-cni/serial/Stop (1.33s)

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

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

                                                
                                                
-- 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-arm64 addons enable dashboard -p newest-cni-051141 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/newest-cni/serial/EnableAddonAfterStop (0.19s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-051141 --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.1
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p newest-cni-051141 --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.1: (17.023969197s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p newest-cni-051141 -n newest-cni-051141
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (17.41s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p newest-cni-051141 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240813-c6f155d6
--- PASS: TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (0.25s)

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

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

                                                
                                                
-- 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-arm64 status --format={{.Kubelet}} -p newest-cni-051141 -n newest-cni-051141
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.Kubelet}} -p newest-cni-051141 -n newest-cni-051141: exit status 2 (315.222999ms)

                                                
                                                
-- 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-arm64 unpause -p newest-cni-051141 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p newest-cni-051141 -n newest-cni-051141
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p newest-cni-051141 -n newest-cni-051141
--- PASS: TestStartStop/group/newest-cni/serial/Pause (3.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p auto-361830 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio
E0914 19:09:24.041081  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:09:30.404912  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/no-preload-145020/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:09:30.411210  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/no-preload-145020/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:09:30.422521  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/no-preload-145020/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:09:30.443853  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/no-preload-145020/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:09:30.485181  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/no-preload-145020/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:09:30.566478  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/no-preload-145020/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:09:30.727883  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/no-preload-145020/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:09:31.049500  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/no-preload-145020/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:09:31.691507  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/no-preload-145020/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:09:32.973802  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/no-preload-145020/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:09:35.535560  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/no-preload-145020/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:09:40.657136  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/no-preload-145020/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:09:50.899128  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/no-preload-145020/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:10:11.380663  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/no-preload-145020/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p auto-361830 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio: (1m15.871675114s)
--- PASS: TestNetworkPlugins/group/auto/Start (75.87s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-361830 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-984d4" [63130d49-0319-4eeb-a788-571a1ca9cfc2] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-984d4" [63130d49-0319-4eeb-a788-571a1ca9cfc2] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 12.003425662s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (12.27s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-z6p9h" [2a304c1f-f0be-4136-91b6-d25d7865c722] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.005706289s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.01s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-z6p9h" [2a304c1f-f0be-4136-91b6-d25d7865c722] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004528154s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context default-k8s-diff-port-796188 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (5.15s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p default-k8s-diff-port-796188 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:v20240813-c6f155d6
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages (0.34s)

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

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

                                                
                                                
-- 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-arm64 status --format={{.Kubelet}} -p default-k8s-diff-port-796188 -n default-k8s-diff-port-796188
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.Kubelet}} -p default-k8s-diff-port-796188 -n default-k8s-diff-port-796188: exit status 2 (436.961949ms)

                                                
                                                
-- 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-arm64 unpause -p default-k8s-diff-port-796188 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Done: out/minikube-linux-arm64 unpause -p default-k8s-diff-port-796188 --alsologtostderr -v=1: (1.017850765s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p default-k8s-diff-port-796188 -n default-k8s-diff-port-796188
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p default-k8s-diff-port-796188 -n default-k8s-diff-port-796188
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Pause (4.19s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p kindnet-361830 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio
E0914 19:10:52.342888  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/no-preload-145020/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p kindnet-361830 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio: (1m25.441567373s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (85.44s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p calico-361830 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=crio
E0914 19:11:16.132802  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/addons-065265/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p calico-361830 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=crio: (1m8.980207157s)
--- PASS: TestNetworkPlugins/group/calico/Start (68.98s)

                                                
                                    
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-tmmbq" [268e9806-2fbd-4674-896a-7094f3b56936] Running
E0914 19:12:14.268269  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/no-preload-145020/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.004300095s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

                                                
                                    
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-hn65p" [01d77159-4231-401d-8bf2-e74ee8e04fab] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.003963248s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-361830 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-8fj9z" [e8034acf-6dbd-4a0f-b120-06007a53f76a] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-8fj9z" [e8034acf-6dbd-4a0f-b120-06007a53f76a] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 14.00453766s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (14.24s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-361830 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-w9c2v" [ac674edd-0521-4d54-a438-34413d2e8c10] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-w9c2v" [ac674edd-0521-4d54-a438-34413d2e8c10] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 11.003542276s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (11.37s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p enable-default-cni-361830 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=crio
E0914 19:13:15.032964  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/old-k8s-version-251254/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p enable-default-cni-361830 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=crio: (1m16.040701115s)
--- PASS: TestNetworkPlugins/group/enable-default-cni/Start (76.04s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-361830 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-trp86" [514e8c17-ef07-4986-b3a5-552288f5add8] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-trp86" [514e8c17-ef07-4986-b3a5-552288f5add8] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 10.004444267s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (10.27s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-361830 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-nb4mc" [2a8a4bdb-f14d-46da-888c-64ba362182c4] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-nb4mc" [2a8a4bdb-f14d-46da-888c-64ba362182c4] Running
E0914 19:14:24.041470  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/functional-956482/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 12.00408571s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (12.27s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p flannel-361830 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p flannel-361830 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio: (1m6.025081335s)
--- PASS: TestNetworkPlugins/group/flannel/Start (66.03s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p bridge-361830 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=crio
E0914 19:14:58.109618  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/no-preload-145020/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:24.883548  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/auto-361830/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:24.889883  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/auto-361830/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:24.901172  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/auto-361830/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:24.922528  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/auto-361830/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:24.963859  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/auto-361830/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:25.045339  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/auto-361830/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:25.206750  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/auto-361830/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:25.528265  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/auto-361830/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:26.169988  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/auto-361830/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:27.451569  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/auto-361830/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:30.026601  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/auto-361830/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:30.310681  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/default-k8s-diff-port-796188/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:30.317874  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/default-k8s-diff-port-796188/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:30.329251  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/default-k8s-diff-port-796188/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:30.350625  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/default-k8s-diff-port-796188/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:30.392021  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/default-k8s-diff-port-796188/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:30.473683  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/default-k8s-diff-port-796188/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:30.635187  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/default-k8s-diff-port-796188/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:30.956888  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/default-k8s-diff-port-796188/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:31.598460  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/default-k8s-diff-port-796188/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:32.880572  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/default-k8s-diff-port-796188/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:35.148837  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/auto-361830/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:35.442148  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/default-k8s-diff-port-796188/client.crt: no such file or directory" logger="UnhandledError"
E0914 19:15:40.564007  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/default-k8s-diff-port-796188/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p bridge-361830 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=crio: (47.946095009s)
--- PASS: TestNetworkPlugins/group/bridge/Start (47.95s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-361830 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-2rt6l" [7a9ba239-25c2-4818-835b-213a751490c2] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0914 19:15:45.390245  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/auto-361830/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-6fc964789b-2rt6l" [7a9ba239-25c2-4818-835b-213a751490c2] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 10.004325084s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (10.33s)

                                                
                                    
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-kq99b" [deb254dc-1476-4328-8b95-ab8c987aad2f] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.003691912s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-361830 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-s77bc" [7db424ef-27ca-4c22-b430-4604cf9560bc] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0914 19:15:50.805500  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/default-k8s-diff-port-796188/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-6fc964789b-s77bc" [7db424ef-27ca-4c22-b430-4604cf9560bc] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 11.012788815s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (11.28s)

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

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

                                                
                                                
-- 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-361830 exec deployment/netcat -- nslookup kubernetes.default
E0914 19:16:11.287559  444745 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/default-k8s-diff-port-796188/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:175: (dbg) Done: kubectl --context bridge-361830 exec deployment/netcat -- nslookup kubernetes.default: (5.21383881s)
--- PASS: TestNetworkPlugins/group/bridge/DNS (21.66s)

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

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

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

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

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

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

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

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

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

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

                                                
                                    

Test skip (30/328)

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnlyKic (0.57s)

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

                                                
                                    
x
+
TestOffline (0s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

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

                                                
                                    
x
+
TestAddons/serial/Volcano (0s)

                                                
                                                
=== RUN   TestAddons/serial/Volcano
addons_test.go:879: skipping: crio not supported
--- SKIP: TestAddons/serial/Volcano (0.00s)

                                                
                                    
x
+
TestAddons/parallel/HelmTiller (0s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/HelmTiller
addons_test.go:446: skip Helm test on arm64
--- SKIP: TestAddons/parallel/HelmTiller (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
+
TestDockerFlags (0s)

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

                                                
                                    
x
+
TestDockerEnvContainerd (0s)

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

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (0s)

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

                                                
                                    
x
+
TestHyperKitDriverInstallOrUpdate (0s)

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

                                                
                                    
x
+
TestHyperkitDriverSkipUpgrade (0s)

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

                                                
                                    
x
+
TestFunctional/parallel/MySQL (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/DockerEnv (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PodmanEnv (0s)

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

                                                
                                                

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

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

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

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

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

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

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

                                                
                                    
x
+
TestGvisorAddon (0s)

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

                                                
                                    
x
+
TestImageBuild (0s)

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

                                                
                                    
x
+
TestChangeNoneUser (0s)

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

                                                
                                    
x
+
TestScheduledStopWindows (0s)

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

                                                
                                    
x
+
TestSkaffold (0s)

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

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

                                                
                                                
=== 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-563378" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p disable-driver-mounts-563378
--- SKIP: TestStartStop/group/disable-driver-mounts (0.22s)

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet (4.89s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/19643-439361/.minikube/ca.crt
extensions:
- extension:
last-update: Sat, 14 Sep 2024 18:53:40 UTC
provider: minikube.sigs.k8s.io
version: v1.34.0
name: cluster_info
server: https://192.168.76.2:8443
name: kubernetes-upgrade-379946
contexts:
- context:
cluster: kubernetes-upgrade-379946
extensions:
- extension:
last-update: Sat, 14 Sep 2024 18:53:40 UTC
provider: minikube.sigs.k8s.io
version: v1.34.0
name: context_info
namespace: default
user: kubernetes-upgrade-379946
name: kubernetes-upgrade-379946
current-context: ""
kind: Config
preferences: {}
users:
- name: kubernetes-upgrade-379946
user:
client-certificate: /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/kubernetes-upgrade-379946/client.crt
client-key: /home/jenkins/minikube-integration/19643-439361/.minikube/profiles/kubernetes-upgrade-379946/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (5.66s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                
----------------------- debugLogs end: cilium-361830 [took: 5.446873702s] --------------------------------
helpers_test.go:175: Cleaning up "cilium-361830" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p cilium-361830
--- SKIP: TestNetworkPlugins/group/cilium (5.66s)

                                                
                                    
Copied to clipboard