Test Report: Docker_Linux_crio_arm64 19649

                    
                      32fce3c1cb58db02ee1cd4b36165a584c8a30f83:2024-09-16:36244
                    
                

Test fail (3/328)

Order failed test Duration
33 TestAddons/parallel/Registry 74.07
34 TestAddons/parallel/Ingress 152.59
36 TestAddons/parallel/MetricsServer 367.24
x
+
TestAddons/parallel/Registry (74.07s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:332: registry stabilized in 5.687746ms
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-gp52c" [29f1a15b-70ec-416f-afb5-b192475f37c0] Running
addons_test.go:334: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.00345563s
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-6sgf4" [74eb3831-9a3e-43bd-8dbf-e08dcbcb1ab0] Running
addons_test.go:337: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.004022654s
addons_test.go:342: (dbg) Run:  kubectl --context addons-039693 delete po -l run=registry-test --now
addons_test.go:347: (dbg) Run:  kubectl --context addons-039693 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-039693 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.111628247s)

                                                
                                                
-- 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-039693 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-039693 ip
2024/09/16 19:24:43 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:390: (dbg) Run:  out/minikube-linux-arm64 -p addons-039693 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-039693
helpers_test.go:235: (dbg) docker inspect addons-039693:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "96281f62303dc2acb6426cab55fa0812939199873ec30856fda41ba717d10831",
	        "Created": "2024-09-16T19:12:33.433304428Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 886180,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-09-16T19:12:33.568121751Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:735d22f77ce2bf9e02c77058920b4d1610fffc1af6c5e42bd1f17e7556552aac",
	        "ResolvConfPath": "/var/lib/docker/containers/96281f62303dc2acb6426cab55fa0812939199873ec30856fda41ba717d10831/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/96281f62303dc2acb6426cab55fa0812939199873ec30856fda41ba717d10831/hostname",
	        "HostsPath": "/var/lib/docker/containers/96281f62303dc2acb6426cab55fa0812939199873ec30856fda41ba717d10831/hosts",
	        "LogPath": "/var/lib/docker/containers/96281f62303dc2acb6426cab55fa0812939199873ec30856fda41ba717d10831/96281f62303dc2acb6426cab55fa0812939199873ec30856fda41ba717d10831-json.log",
	        "Name": "/addons-039693",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-039693:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-039693",
	            "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/affbf87ed1edb6f82260617c7bb7e89a64c4920ba84c5eaf64aa091046cefac0-init/diff:/var/lib/docker/overlay2/9302f16a3965088f68aa34edc24a484900e11588120d0293abddbec7cc75b1ea/diff",
	                "MergedDir": "/var/lib/docker/overlay2/affbf87ed1edb6f82260617c7bb7e89a64c4920ba84c5eaf64aa091046cefac0/merged",
	                "UpperDir": "/var/lib/docker/overlay2/affbf87ed1edb6f82260617c7bb7e89a64c4920ba84c5eaf64aa091046cefac0/diff",
	                "WorkDir": "/var/lib/docker/overlay2/affbf87ed1edb6f82260617c7bb7e89a64c4920ba84c5eaf64aa091046cefac0/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-039693",
	                "Source": "/var/lib/docker/volumes/addons-039693/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-039693",
	            "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-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc",
	            "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-039693",
	                "name.minikube.sigs.k8s.io": "addons-039693",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "0d0446b54e80582b2914982fd7df7a7777dcd251e9b222b198f39ce2ac33f46d",
	            "SandboxKey": "/var/run/docker/netns/0d0446b54e80",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33558"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33559"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33562"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33560"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33561"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-039693": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "02c9272401c25e2e9bacc0e7ce1c030dbc3b9909febc6d25abc24db5dd238ce1",
	                    "EndpointID": "4433602ddf2f08c17390d17f3b85f4735b0230ecee4db8145345ccb445481734",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-039693",
	                        "96281f62303d"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-039693 -n addons-039693
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-039693 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-039693 logs -n 25: (1.785404441s)
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-977238   | jenkins | v1.34.0 | 16 Sep 24 19:11 UTC |                     |
	|         | -p download-only-977238                                                                     |                        |         |         |                     |                     |
	|         | --force --alsologtostderr                                                                   |                        |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0                                                                |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | --all                                                                                       | minikube               | jenkins | v1.34.0 | 16 Sep 24 19:11 UTC | 16 Sep 24 19:11 UTC |
	| delete  | -p download-only-977238                                                                     | download-only-977238   | jenkins | v1.34.0 | 16 Sep 24 19:11 UTC | 16 Sep 24 19:11 UTC |
	| start   | -o=json --download-only                                                                     | download-only-004770   | jenkins | v1.34.0 | 16 Sep 24 19:11 UTC |                     |
	|         | -p download-only-004770                                                                     |                        |         |         |                     |                     |
	|         | --force --alsologtostderr                                                                   |                        |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.1                                                                |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | --all                                                                                       | minikube               | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC | 16 Sep 24 19:12 UTC |
	| delete  | -p download-only-004770                                                                     | download-only-004770   | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC | 16 Sep 24 19:12 UTC |
	| delete  | -p download-only-977238                                                                     | download-only-977238   | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC | 16 Sep 24 19:12 UTC |
	| delete  | -p download-only-004770                                                                     | download-only-004770   | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC | 16 Sep 24 19:12 UTC |
	| start   | --download-only -p                                                                          | download-docker-738431 | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC |                     |
	|         | download-docker-738431                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-738431                                                                   | download-docker-738431 | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC | 16 Sep 24 19:12 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-419327   | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC |                     |
	|         | binary-mirror-419327                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:41309                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-419327                                                                     | binary-mirror-419327   | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC | 16 Sep 24 19:12 UTC |
	| addons  | enable dashboard -p                                                                         | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC |                     |
	|         | addons-039693                                                                               |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                                                                        | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC |                     |
	|         | addons-039693                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-039693 --wait=true                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC | 16 Sep 24 19:15 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-039693 addons disable                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:23 UTC | 16 Sep 24 19:23 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:23 UTC | 16 Sep 24 19:23 UTC |
	|         | -p addons-039693                                                                            |                        |         |         |                     |                     |
	| ssh     | addons-039693 ssh cat                                                                       | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:24 UTC | 16 Sep 24 19:24 UTC |
	|         | /opt/local-path-provisioner/pvc-53c54111-d49c-4b36-8647-254017e2c2f1_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-039693 addons disable                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:24 UTC | 16 Sep 24 19:24 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-039693 ip                                                                            | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:24 UTC | 16 Sep 24 19:24 UTC |
	| addons  | addons-039693 addons disable                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:24 UTC | 16 Sep 24 19:24 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/16 19:12:08
	Running on machine: ip-172-31-30-239
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0916 19:12:08.383132  885693 out.go:345] Setting OutFile to fd 1 ...
	I0916 19:12:08.383248  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:12:08.383260  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:12:08.383265  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:12:08.383528  885693 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19649-879552/.minikube/bin
	I0916 19:12:08.384006  885693 out.go:352] Setting JSON to false
	I0916 19:12:08.384947  885693 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":10479,"bootTime":1726503449,"procs":188,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1069-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0916 19:12:08.385026  885693 start.go:139] virtualization:  
	I0916 19:12:08.387619  885693 out.go:177] * [addons-039693] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0916 19:12:08.389683  885693 out.go:177]   - MINIKUBE_LOCATION=19649
	I0916 19:12:08.389851  885693 notify.go:220] Checking for updates...
	I0916 19:12:08.394227  885693 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0916 19:12:08.396355  885693 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19649-879552/kubeconfig
	I0916 19:12:08.398646  885693 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19649-879552/.minikube
	I0916 19:12:08.400857  885693 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0916 19:12:08.403019  885693 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0916 19:12:08.405293  885693 driver.go:394] Setting default libvirt URI to qemu:///system
	I0916 19:12:08.426680  885693 docker.go:123] docker version: linux-27.2.1:Docker Engine - Community
	I0916 19:12:08.426809  885693 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0916 19:12:08.487925  885693 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-16 19:12:08.478497675 +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:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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>}}
	I0916 19:12:08.488041  885693 docker.go:318] overlay module found
	I0916 19:12:08.490095  885693 out.go:177] * Using the docker driver based on user configuration
	I0916 19:12:08.492220  885693 start.go:297] selected driver: docker
	I0916 19:12:08.492239  885693 start.go:901] validating driver "docker" against <nil>
	I0916 19:12:08.492253  885693 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0916 19:12:08.492915  885693 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0916 19:12:08.556041  885693 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-16 19:12:08.546083409 +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:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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>}}
	I0916 19:12:08.556266  885693 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0916 19:12:08.556531  885693 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]
	I0916 19:12:08.558541  885693 out.go:177] * Using Docker driver with root privileges
	I0916 19:12:08.560186  885693 cni.go:84] Creating CNI manager for ""
	I0916 19:12:08.560255  885693 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0916 19:12:08.560273  885693 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0916 19:12:08.560383  885693 start.go:340] cluster config:
	{Name:addons-039693 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc 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-039693 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}
	I0916 19:12:08.564147  885693 out.go:177] * Starting "addons-039693" primary control-plane node in "addons-039693" cluster
	I0916 19:12:08.566087  885693 cache.go:121] Beginning downloading kic base image for docker with crio
	I0916 19:12:08.568226  885693 out.go:177] * Pulling base image v0.0.45-1726481311-19649 ...
	I0916 19:12:08.570272  885693 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0916 19:12:08.570330  885693 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19649-879552/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0916 19:12:08.570343  885693 cache.go:56] Caching tarball of preloaded images
	I0916 19:12:08.570370  885693 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc in local docker daemon
	I0916 19:12:08.570448  885693 preload.go:172] Found /home/jenkins/minikube-integration/19649-879552/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0916 19:12:08.570459  885693 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on crio
	I0916 19:12:08.570865  885693 profile.go:143] Saving config to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/config.json ...
	I0916 19:12:08.570936  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/config.json: {Name:mkfa95af42845dde3399ef41beab5c285a508bc3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:08.586306  885693 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc to local cache
	I0916 19:12:08.586433  885693 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc in local cache directory
	I0916 19:12:08.586459  885693 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc in local cache directory, skipping pull
	I0916 19:12:08.586469  885693 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc exists in cache, skipping pull
	I0916 19:12:08.586477  885693 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc as a tarball
	I0916 19:12:08.586482  885693 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc from local cache
	I0916 19:12:25.814807  885693 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc from cached tarball
	I0916 19:12:25.814849  885693 cache.go:194] Successfully downloaded all kic artifacts
	I0916 19:12:25.814879  885693 start.go:360] acquireMachinesLock for addons-039693: {Name:mkbae5874e51b11a72c66a35603332dcbc57620b Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0916 19:12:25.814995  885693 start.go:364] duration metric: took 93.137µs to acquireMachinesLock for "addons-039693"
	I0916 19:12:25.815028  885693 start.go:93] Provisioning new machine with config: &{Name:addons-039693 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc 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-039693 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}
	I0916 19:12:25.815114  885693 start.go:125] createHost starting for "" (driver="docker")
	I0916 19:12:25.817699  885693 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0916 19:12:25.817965  885693 start.go:159] libmachine.API.Create for "addons-039693" (driver="docker")
	I0916 19:12:25.818016  885693 client.go:168] LocalClient.Create starting
	I0916 19:12:25.818177  885693 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca.pem
	I0916 19:12:26.021165  885693 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/cert.pem
	I0916 19:12:26.996673  885693 cli_runner.go:164] Run: docker network inspect addons-039693 --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}}]}"
	W0916 19:12:27.012623  885693 cli_runner.go:211] docker network inspect addons-039693 --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
	I0916 19:12:27.012724  885693 network_create.go:284] running [docker network inspect addons-039693] to gather additional debugging logs...
	I0916 19:12:27.012746  885693 cli_runner.go:164] Run: docker network inspect addons-039693
	W0916 19:12:27.027213  885693 cli_runner.go:211] docker network inspect addons-039693 returned with exit code 1
	I0916 19:12:27.027255  885693 network_create.go:287] error running [docker network inspect addons-039693]: docker network inspect addons-039693: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-039693 not found
	I0916 19:12:27.027272  885693 network_create.go:289] output of [docker network inspect addons-039693]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-039693 not found
	
	** /stderr **
	I0916 19:12:27.027389  885693 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}}]}"
	I0916 19:12:27.043832  885693 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:0x40004763c0}
	I0916 19:12:27.043892  885693 network_create.go:124] attempt to create docker network addons-039693 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0916 19:12:27.043957  885693 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-039693 addons-039693
	I0916 19:12:27.117395  885693 network_create.go:108] docker network addons-039693 192.168.49.0/24 created
	I0916 19:12:27.117431  885693 kic.go:121] calculated static IP "192.168.49.2" for the "addons-039693" container
	I0916 19:12:27.117512  885693 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0916 19:12:27.136772  885693 cli_runner.go:164] Run: docker volume create addons-039693 --label name.minikube.sigs.k8s.io=addons-039693 --label created_by.minikube.sigs.k8s.io=true
	I0916 19:12:27.153775  885693 oci.go:103] Successfully created a docker volume addons-039693
	I0916 19:12:27.153876  885693 cli_runner.go:164] Run: docker run --rm --name addons-039693-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-039693 --entrypoint /usr/bin/test -v addons-039693:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc -d /var/lib
	I0916 19:12:29.187465  885693 cli_runner.go:217] Completed: docker run --rm --name addons-039693-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-039693 --entrypoint /usr/bin/test -v addons-039693:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc -d /var/lib: (2.033545438s)
	I0916 19:12:29.187496  885693 oci.go:107] Successfully prepared a docker volume addons-039693
	I0916 19:12:29.187525  885693 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0916 19:12:29.187545  885693 kic.go:194] Starting extracting preloaded images to volume ...
	I0916 19:12:29.187613  885693 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19649-879552/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-039693:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc -I lz4 -xf /preloaded.tar -C /extractDir
	I0916 19:12:33.365874  885693 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19649-879552/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-039693:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc -I lz4 -xf /preloaded.tar -C /extractDir: (4.178220061s)
	I0916 19:12:33.365905  885693 kic.go:203] duration metric: took 4.178356866s to extract preloaded images to volume ...
	W0916 19:12:33.366041  885693 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0916 19:12:33.366168  885693 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0916 19:12:33.419252  885693 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-039693 --name addons-039693 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-039693 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-039693 --network addons-039693 --ip 192.168.49.2 --volume addons-039693:/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-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc
	I0916 19:12:33.730272  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Running}}
	I0916 19:12:33.751173  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:12:33.774175  885693 cli_runner.go:164] Run: docker exec addons-039693 stat /var/lib/dpkg/alternatives/iptables
	I0916 19:12:33.842180  885693 oci.go:144] the created container "addons-039693" has a running status.
	I0916 19:12:33.842206  885693 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa...
	I0916 19:12:34.476071  885693 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0916 19:12:34.502554  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:12:34.526181  885693 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0916 19:12:34.526199  885693 kic_runner.go:114] Args: [docker exec --privileged addons-039693 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0916 19:12:34.587296  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:12:34.606958  885693 machine.go:93] provisionDockerMachine start ...
	I0916 19:12:34.607048  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:34.628532  885693 main.go:141] libmachine: Using SSH client type: native
	I0916 19:12:34.628797  885693 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33558 <nil> <nil>}
	I0916 19:12:34.628806  885693 main.go:141] libmachine: About to run SSH command:
	hostname
	I0916 19:12:34.782330  885693 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-039693
	
	I0916 19:12:34.782354  885693 ubuntu.go:169] provisioning hostname "addons-039693"
	I0916 19:12:34.782423  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:34.801084  885693 main.go:141] libmachine: Using SSH client type: native
	I0916 19:12:34.801328  885693 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33558 <nil> <nil>}
	I0916 19:12:34.801340  885693 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-039693 && echo "addons-039693" | sudo tee /etc/hostname
	I0916 19:12:34.958861  885693 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-039693
	
	I0916 19:12:34.959008  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:34.975988  885693 main.go:141] libmachine: Using SSH client type: native
	I0916 19:12:34.976273  885693 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33558 <nil> <nil>}
	I0916 19:12:34.976296  885693 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-039693' /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-039693/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-039693' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0916 19:12:35.119743  885693 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0916 19:12:35.119820  885693 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19649-879552/.minikube CaCertPath:/home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19649-879552/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19649-879552/.minikube}
	I0916 19:12:35.119865  885693 ubuntu.go:177] setting up certificates
	I0916 19:12:35.119907  885693 provision.go:84] configureAuth start
	I0916 19:12:35.120008  885693 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-039693
	I0916 19:12:35.137871  885693 provision.go:143] copyHostCerts
	I0916 19:12:35.137956  885693 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19649-879552/.minikube/ca.pem (1078 bytes)
	I0916 19:12:35.138075  885693 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19649-879552/.minikube/cert.pem (1123 bytes)
	I0916 19:12:35.138141  885693 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19649-879552/.minikube/key.pem (1679 bytes)
	I0916 19:12:35.138186  885693 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19649-879552/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca-key.pem org=jenkins.addons-039693 san=[127.0.0.1 192.168.49.2 addons-039693 localhost minikube]
	I0916 19:12:35.517655  885693 provision.go:177] copyRemoteCerts
	I0916 19:12:35.517723  885693 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0916 19:12:35.517768  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:35.534469  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:12:35.632377  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0916 19:12:35.656709  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0916 19:12:35.681506  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0916 19:12:35.706257  885693 provision.go:87] duration metric: took 586.312042ms to configureAuth
	I0916 19:12:35.706287  885693 ubuntu.go:193] setting minikube options for container-runtime
	I0916 19:12:35.706483  885693 config.go:182] Loaded profile config "addons-039693": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0916 19:12:35.706595  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:35.724205  885693 main.go:141] libmachine: Using SSH client type: native
	I0916 19:12:35.724449  885693 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33558 <nil> <nil>}
	I0916 19:12:35.724470  885693 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
	I0916 19:12:35.970568  885693 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0916 19:12:35.970593  885693 machine.go:96] duration metric: took 1.363615846s to provisionDockerMachine
	I0916 19:12:35.970604  885693 client.go:171] duration metric: took 10.152577703s to LocalClient.Create
	I0916 19:12:35.970648  885693 start.go:167] duration metric: took 10.152682951s to libmachine.API.Create "addons-039693"
	I0916 19:12:35.970657  885693 start.go:293] postStartSetup for "addons-039693" (driver="docker")
	I0916 19:12:35.970668  885693 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]
	I0916 19:12:35.970732  885693 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
	I0916 19:12:35.970773  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:35.989315  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:12:36.092392  885693 ssh_runner.go:195] Run: cat /etc/os-release
	I0916 19:12:36.095859  885693 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0916 19:12:36.095898  885693 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0916 19:12:36.095926  885693 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0916 19:12:36.095939  885693 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0916 19:12:36.095961  885693 filesync.go:126] Scanning /home/jenkins/minikube-integration/19649-879552/.minikube/addons for local assets ...
	I0916 19:12:36.096041  885693 filesync.go:126] Scanning /home/jenkins/minikube-integration/19649-879552/.minikube/files for local assets ...
	I0916 19:12:36.096073  885693 start.go:296] duration metric: took 125.409139ms for postStartSetup
	I0916 19:12:36.096444  885693 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-039693
	I0916 19:12:36.113968  885693 profile.go:143] Saving config to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/config.json ...
	I0916 19:12:36.114267  885693 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0916 19:12:36.114321  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:36.131581  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:12:36.223371  885693 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0916 19:12:36.227915  885693 start.go:128] duration metric: took 10.412782966s to createHost
	I0916 19:12:36.227938  885693 start.go:83] releasing machines lock for "addons-039693", held for 10.412927829s
	I0916 19:12:36.228026  885693 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-039693
	I0916 19:12:36.243941  885693 ssh_runner.go:195] Run: cat /version.json
	I0916 19:12:36.243996  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:36.244009  885693 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0916 19:12:36.244069  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:36.267791  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:12:36.282124  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:12:36.485195  885693 ssh_runner.go:195] Run: systemctl --version
	I0916 19:12:36.489662  885693 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0916 19:12:36.630371  885693 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0916 19:12:36.634662  885693 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" ;
	I0916 19:12:36.654597  885693 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0916 19:12:36.654702  885693 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" ;
	I0916 19:12:36.689109  885693 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0916 19:12:36.689174  885693 start.go:495] detecting cgroup driver to use...
	I0916 19:12:36.689224  885693 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0916 19:12:36.689306  885693 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0916 19:12:36.707229  885693 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0916 19:12:36.718686  885693 docker.go:217] disabling cri-docker service (if available) ...
	I0916 19:12:36.718756  885693 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0916 19:12:36.733961  885693 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0916 19:12:36.748637  885693 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0916 19:12:36.842447  885693 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0916 19:12:36.936806  885693 docker.go:233] disabling docker service ...
	I0916 19:12:36.936895  885693 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0916 19:12:36.957267  885693 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0916 19:12:36.968570  885693 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0916 19:12:37.065074  885693 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0916 19:12:37.162375  885693 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0916 19:12:37.174074  885693 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"
	I0916 19:12:37.190988  885693 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0916 19:12:37.191056  885693 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"
	I0916 19:12:37.201126  885693 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0916 19:12:37.201238  885693 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0916 19:12:37.211666  885693 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0916 19:12:37.221991  885693 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0916 19:12:37.232354  885693 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0916 19:12:37.242223  885693 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"
	I0916 19:12:37.252768  885693 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"
	I0916 19:12:37.268301  885693 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"
	I0916 19:12:37.277968  885693 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0916 19:12:37.287165  885693 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0916 19:12:37.295787  885693 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0916 19:12:37.379040  885693 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0916 19:12:37.494733  885693 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0916 19:12:37.494843  885693 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0916 19:12:37.498961  885693 start.go:563] Will wait 60s for crictl version
	I0916 19:12:37.499065  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:12:37.502458  885693 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0916 19:12:37.545596  885693 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0916 19:12:37.545734  885693 ssh_runner.go:195] Run: crio --version
	I0916 19:12:37.583810  885693 ssh_runner.go:195] Run: crio --version
	I0916 19:12:37.628133  885693 out.go:177] * Preparing Kubernetes v1.31.1 on CRI-O 1.24.6 ...
	I0916 19:12:37.630260  885693 cli_runner.go:164] Run: docker network inspect addons-039693 --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}}]}"
	I0916 19:12:37.645782  885693 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0916 19:12:37.649331  885693 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""
	I0916 19:12:37.659893  885693 kubeadm.go:883] updating cluster {Name:addons-039693 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc 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-039693 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} ...
	I0916 19:12:37.660020  885693 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0916 19:12:37.660084  885693 ssh_runner.go:195] Run: sudo crictl images --output json
	I0916 19:12:37.735578  885693 crio.go:514] all images are preloaded for cri-o runtime.
	I0916 19:12:37.735605  885693 crio.go:433] Images already preloaded, skipping extraction
	I0916 19:12:37.735664  885693 ssh_runner.go:195] Run: sudo crictl images --output json
	I0916 19:12:37.775403  885693 crio.go:514] all images are preloaded for cri-o runtime.
	I0916 19:12:37.775426  885693 cache_images.go:84] Images are preloaded, skipping loading
	I0916 19:12:37.775435  885693 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 crio true true} ...
	I0916 19:12:37.775534  885693 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-039693 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.1 ClusterName:addons-039693 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:}
	I0916 19:12:37.775619  885693 ssh_runner.go:195] Run: crio config
	I0916 19:12:37.828158  885693 cni.go:84] Creating CNI manager for ""
	I0916 19:12:37.828181  885693 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0916 19:12:37.828193  885693 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0916 19:12:37.828218  885693 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-039693 NodeName:addons-039693 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}
	I0916 19:12:37.828539  885693 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-039693"
	  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
	
	I0916 19:12:37.828638  885693 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
	I0916 19:12:37.840945  885693 binaries.go:44] Found k8s binaries, skipping transfer
	I0916 19:12:37.841024  885693 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0916 19:12:37.849779  885693 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0916 19:12:37.868217  885693 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0916 19:12:37.887143  885693 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0916 19:12:37.905023  885693 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0916 19:12:37.908573  885693 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""
	I0916 19:12:37.919412  885693 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0916 19:12:38.011029  885693 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0916 19:12:38.027487  885693 certs.go:68] Setting up /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693 for IP: 192.168.49.2
	I0916 19:12:38.027592  885693 certs.go:194] generating shared ca certs ...
	I0916 19:12:38.027633  885693 certs.go:226] acquiring lock for ca certs: {Name:mk724c04126ca744df633cad1bfd118ecb10edcc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.027878  885693 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19649-879552/.minikube/ca.key
	I0916 19:12:38.455830  885693 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19649-879552/.minikube/ca.crt ...
	I0916 19:12:38.455863  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/ca.crt: {Name:mke37d4a5d7c22651048bfe1fe25784d78c84a06 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.456065  885693 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19649-879552/.minikube/ca.key ...
	I0916 19:12:38.456079  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/ca.key: {Name:mk9997a4d84908cac59238140b7b4edcdc14dc7e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.456173  885693 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.key
	I0916 19:12:38.589856  885693 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.crt ...
	I0916 19:12:38.589884  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.crt: {Name:mk3367b442c74ec36989be647063c5989b392f53 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.590076  885693 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.key ...
	I0916 19:12:38.590089  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.key: {Name:mk8380bfc6a7647c48c3c2801ecc1d9ced6eece6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.590176  885693 certs.go:256] generating profile certs ...
	I0916 19:12:38.590234  885693 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.key
	I0916 19:12:38.590254  885693 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt with IP's: []
	I0916 19:12:38.988041  885693 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt ...
	I0916 19:12:38.988073  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: {Name:mk64a424287defb7e8786522f29d79eaadc13226 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.988267  885693 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.key ...
	I0916 19:12:38.988282  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.key: {Name:mkd0162075dbf70faf44171a8b8deeb877e634d0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.988364  885693 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.key.630baa98
	I0916 19:12:38.988383  885693 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.crt.630baa98 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0916 19:12:39.228756  885693 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.crt.630baa98 ...
	I0916 19:12:39.228789  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.crt.630baa98: {Name:mke27f2f64efc0be2e69f15c8ccdd83ca9685bee Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:39.228986  885693 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.key.630baa98 ...
	I0916 19:12:39.229001  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.key.630baa98: {Name:mk408936ffc2de502af38aa78ab11a369c7d96f3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:39.229092  885693 certs.go:381] copying /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.crt.630baa98 -> /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.crt
	I0916 19:12:39.229170  885693 certs.go:385] copying /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.key.630baa98 -> /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.key
	I0916 19:12:39.229224  885693 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.key
	I0916 19:12:39.229245  885693 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.crt with IP's: []
	I0916 19:12:39.712185  885693 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.crt ...
	I0916 19:12:39.712222  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.crt: {Name:mkb0d239f681b30e1afe328255a00c862644f9ac Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:39.712418  885693 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.key ...
	I0916 19:12:39.712434  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.key: {Name:mk2142b78562557fda9ca556931cdfd17eaeae81 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:39.712630  885693 certs.go:484] found cert: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca-key.pem (1679 bytes)
	I0916 19:12:39.712677  885693 certs.go:484] found cert: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca.pem (1078 bytes)
	I0916 19:12:39.712709  885693 certs.go:484] found cert: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/cert.pem (1123 bytes)
	I0916 19:12:39.712739  885693 certs.go:484] found cert: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/key.pem (1679 bytes)
	I0916 19:12:39.713363  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0916 19:12:39.737645  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0916 19:12:39.763143  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0916 19:12:39.787780  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0916 19:12:39.811800  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0916 19:12:39.835456  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0916 19:12:39.859085  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0916 19:12:39.882907  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0916 19:12:39.908438  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0916 19:12:39.932814  885693 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0916 19:12:39.950477  885693 ssh_runner.go:195] Run: openssl version
	I0916 19:12:39.956153  885693 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"
	I0916 19:12:39.965545  885693 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0916 19:12:39.968998  885693 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 16 19:12 /usr/share/ca-certificates/minikubeCA.pem
	I0916 19:12:39.969077  885693 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0916 19:12:39.975978  885693 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"
	I0916 19:12:39.985497  885693 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0916 19:12:39.988842  885693 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
	I0916 19:12:39.988893  885693 kubeadm.go:392] StartCluster: {Name:addons-039693 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc 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-039693 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}
	I0916 19:12:39.988977  885693 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0916 19:12:39.989043  885693 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0916 19:12:40.045241  885693 cri.go:89] found id: ""
	I0916 19:12:40.045559  885693 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0916 19:12:40.064425  885693 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0916 19:12:40.074343  885693 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0916 19:12:40.074413  885693 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
	I0916 19:12:40.083608  885693 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
	I0916 19:12:40.083628  885693 kubeadm.go:157] found existing configuration files:
	
	I0916 19:12:40.083685  885693 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0916 19:12:40.093462  885693 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
	I0916 19:12:40.093609  885693 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0916 19:12:40.103269  885693 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0916 19:12:40.112822  885693 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
	I0916 19:12:40.112900  885693 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0916 19:12:40.122399  885693 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0916 19:12:40.132716  885693 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
	I0916 19:12:40.132795  885693 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0916 19:12:40.141886  885693 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0916 19:12:40.151504  885693 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
	I0916 19:12:40.151618  885693 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0916 19:12:40.161077  885693 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"
	I0916 19:12:40.202739  885693 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
	I0916 19:12:40.202913  885693 kubeadm.go:310] [preflight] Running pre-flight checks
	I0916 19:12:40.239855  885693 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0916 19:12:40.239979  885693 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1069-aws
	I0916 19:12:40.240047  885693 kubeadm.go:310] OS: Linux
	I0916 19:12:40.240118  885693 kubeadm.go:310] CGROUPS_CPU: enabled
	I0916 19:12:40.240199  885693 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0916 19:12:40.240270  885693 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0916 19:12:40.240353  885693 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0916 19:12:40.240427  885693 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0916 19:12:40.240507  885693 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0916 19:12:40.240585  885693 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0916 19:12:40.240665  885693 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0916 19:12:40.240736  885693 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0916 19:12:40.307871  885693 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0916 19:12:40.307988  885693 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0916 19:12:40.308101  885693 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0916 19:12:40.320598  885693 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0916 19:12:40.323761  885693 out.go:235]   - Generating certificates and keys ...
	I0916 19:12:40.323870  885693 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0916 19:12:40.323962  885693 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0916 19:12:40.629791  885693 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0916 19:12:41.058047  885693 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0916 19:12:41.675084  885693 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0916 19:12:41.915070  885693 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0916 19:12:42.181025  885693 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0916 19:12:42.181298  885693 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-039693 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0916 19:12:42.813832  885693 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0916 19:12:42.814166  885693 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-039693 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0916 19:12:43.106852  885693 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0916 19:12:43.459986  885693 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0916 19:12:43.672533  885693 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0916 19:12:43.672846  885693 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0916 19:12:44.915307  885693 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0916 19:12:45.722054  885693 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0916 19:12:46.253046  885693 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0916 19:12:46.626067  885693 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0916 19:12:47.122828  885693 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0916 19:12:47.123811  885693 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0916 19:12:47.127150  885693 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0916 19:12:47.129853  885693 out.go:235]   - Booting up control plane ...
	I0916 19:12:47.129961  885693 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0916 19:12:47.130046  885693 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0916 19:12:47.130814  885693 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0916 19:12:47.143309  885693 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0916 19:12:47.151029  885693 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0916 19:12:47.151279  885693 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0916 19:12:47.250726  885693 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0916 19:12:47.250861  885693 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0916 19:12:48.252062  885693 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001589866s
	I0916 19:12:48.252178  885693 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0916 19:12:54.253756  885693 kubeadm.go:310] [api-check] The API server is healthy after 6.001703466s
	I0916 19:12:54.276025  885693 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0916 19:12:54.292574  885693 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0916 19:12:54.314715  885693 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0916 19:12:54.314919  885693 kubeadm.go:310] [mark-control-plane] Marking the node addons-039693 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0916 19:12:54.326691  885693 kubeadm.go:310] [bootstrap-token] Using token: xolltg.iguf153wvgm0hows
	I0916 19:12:54.329879  885693 out.go:235]   - Configuring RBAC rules ...
	I0916 19:12:54.330016  885693 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0916 19:12:54.334035  885693 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0916 19:12:54.341674  885693 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
	I0916 19:12:54.346907  885693 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0916 19:12:54.350692  885693 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0916 19:12:54.355292  885693 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0916 19:12:54.671562  885693 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0916 19:12:55.146995  885693 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0916 19:12:55.662508  885693 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0916 19:12:55.663669  885693 kubeadm.go:310] 
	I0916 19:12:55.663752  885693 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0916 19:12:55.663759  885693 kubeadm.go:310] 
	I0916 19:12:55.663837  885693 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0916 19:12:55.663842  885693 kubeadm.go:310] 
	I0916 19:12:55.663868  885693 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0916 19:12:55.663928  885693 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0916 19:12:55.663988  885693 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0916 19:12:55.663994  885693 kubeadm.go:310] 
	I0916 19:12:55.664048  885693 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0916 19:12:55.664053  885693 kubeadm.go:310] 
	I0916 19:12:55.664100  885693 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0916 19:12:55.664105  885693 kubeadm.go:310] 
	I0916 19:12:55.664158  885693 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0916 19:12:55.664233  885693 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0916 19:12:55.664303  885693 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0916 19:12:55.664308  885693 kubeadm.go:310] 
	I0916 19:12:55.664392  885693 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0916 19:12:55.664476  885693 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0916 19:12:55.664481  885693 kubeadm.go:310] 
	I0916 19:12:55.664572  885693 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token xolltg.iguf153wvgm0hows \
	I0916 19:12:55.664677  885693 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:2097e5addc24138aec9b9a52d6f71779051bee598287aab9952509294f5c8b01 \
	I0916 19:12:55.664708  885693 kubeadm.go:310] 	--control-plane 
	I0916 19:12:55.664712  885693 kubeadm.go:310] 
	I0916 19:12:55.664798  885693 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0916 19:12:55.664804  885693 kubeadm.go:310] 
	I0916 19:12:55.664886  885693 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token xolltg.iguf153wvgm0hows \
	I0916 19:12:55.664990  885693 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:2097e5addc24138aec9b9a52d6f71779051bee598287aab9952509294f5c8b01 
	I0916 19:12:55.667789  885693 kubeadm.go:310] W0916 19:12:40.199232    1179 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.
	I0916 19:12:55.668093  885693 kubeadm.go:310] W0916 19:12:40.200084    1179 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.
	I0916 19:12:55.668312  885693 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
	I0916 19:12:55.668421  885693 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0916 19:12:55.668446  885693 cni.go:84] Creating CNI manager for ""
	I0916 19:12:55.668454  885693 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0916 19:12:55.672489  885693 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0916 19:12:55.674747  885693 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0916 19:12:55.678552  885693 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.1/kubectl ...
	I0916 19:12:55.678574  885693 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0916 19:12:55.697010  885693 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
	I0916 19:12:55.978630  885693 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0916 19:12:55.978766  885693 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
	I0916 19:12:55.978852  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-039693 minikube.k8s.io/updated_at=2024_09_16T19_12_55_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=91d692c919753635ac118b7ed7ae5503b67c63c8 minikube.k8s.io/name=addons-039693 minikube.k8s.io/primary=true
	I0916 19:12:56.179008  885693 ops.go:34] apiserver oom_adj: -16
	I0916 19:12:56.179121  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:56.679800  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:57.179771  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:57.679235  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:58.179240  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:58.679266  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:59.180091  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:59.679838  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:13:00.179261  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:13:00.443489  885693 kubeadm.go:1113] duration metric: took 4.464772511s to wait for elevateKubeSystemPrivileges
	I0916 19:13:00.443520  885693 kubeadm.go:394] duration metric: took 20.454630372s to StartCluster
	I0916 19:13:00.443540  885693 settings.go:142] acquiring lock: {Name:mk9e2c94e868b82a1b7399c2ac48e44ba7ae56c2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:13:00.443676  885693 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19649-879552/kubeconfig
	I0916 19:13:00.444175  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/kubeconfig: {Name:mkd0a65b15a4e9371b065f3c90f1334c21540b96 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:13:00.444402  885693 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}
	I0916 19:13:00.444617  885693 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"
	I0916 19:13:00.445006  885693 config.go:182] Loaded profile config "addons-039693": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0916 19:13:00.445042  885693 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]
	I0916 19:13:00.445171  885693 addons.go:69] Setting yakd=true in profile "addons-039693"
	I0916 19:13:00.445189  885693 addons.go:234] Setting addon yakd=true in "addons-039693"
	I0916 19:13:00.445218  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.445753  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.446408  885693 addons.go:69] Setting inspektor-gadget=true in profile "addons-039693"
	I0916 19:13:00.446432  885693 addons.go:234] Setting addon inspektor-gadget=true in "addons-039693"
	I0916 19:13:00.446473  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.447009  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.447630  885693 addons.go:69] Setting cloud-spanner=true in profile "addons-039693"
	I0916 19:13:00.447656  885693 addons.go:234] Setting addon cloud-spanner=true in "addons-039693"
	I0916 19:13:00.447694  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.448167  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.454473  885693 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-039693"
	I0916 19:13:00.454580  885693 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-039693"
	I0916 19:13:00.454679  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.455198  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.455788  885693 addons.go:69] Setting metrics-server=true in profile "addons-039693"
	I0916 19:13:00.455882  885693 addons.go:234] Setting addon metrics-server=true in "addons-039693"
	I0916 19:13:00.455983  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.460353  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.464100  885693 out.go:177] * Verifying Kubernetes components...
	I0916 19:13:00.457942  885693 addons.go:69] Setting default-storageclass=true in profile "addons-039693"
	I0916 19:13:00.486568  885693 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-039693"
	I0916 19:13:00.487109  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.487746  885693 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0916 19:13:00.457957  885693 addons.go:69] Setting gcp-auth=true in profile "addons-039693"
	I0916 19:13:00.488985  885693 mustload.go:65] Loading cluster: addons-039693
	I0916 19:13:00.489241  885693 config.go:182] Loaded profile config "addons-039693": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0916 19:13:00.489589  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.457966  885693 addons.go:69] Setting ingress=true in profile "addons-039693"
	I0916 19:13:00.511625  885693 addons.go:234] Setting addon ingress=true in "addons-039693"
	I0916 19:13:00.511693  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.512196  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.457971  885693 addons.go:69] Setting ingress-dns=true in profile "addons-039693"
	I0916 19:13:00.529989  885693 addons.go:234] Setting addon ingress-dns=true in "addons-039693"
	I0916 19:13:00.530061  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.530579  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.459776  885693 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-039693"
	I0916 19:13:00.552173  885693 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-039693"
	I0916 19:13:00.552222  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.552759  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.459797  885693 addons.go:69] Setting registry=true in profile "addons-039693"
	I0916 19:13:00.560293  885693 addons.go:234] Setting addon registry=true in "addons-039693"
	I0916 19:13:00.560341  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.459802  885693 addons.go:69] Setting storage-provisioner=true in profile "addons-039693"
	I0916 19:13:00.560930  885693 addons.go:234] Setting addon storage-provisioner=true in "addons-039693"
	I0916 19:13:00.560986  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.561438  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.566710  885693 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
	I0916 19:13:00.594801  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.459807  885693 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-039693"
	I0916 19:13:00.596310  885693 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-039693"
	I0916 19:13:00.596861  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.459814  885693 addons.go:69] Setting volcano=true in profile "addons-039693"
	I0916 19:13:00.617280  885693 addons.go:234] Setting addon volcano=true in "addons-039693"
	I0916 19:13:00.617366  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.618024  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.622842  885693 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0916 19:13:00.622918  885693 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0916 19:13:00.623039  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.459818  885693 addons.go:69] Setting volumesnapshots=true in profile "addons-039693"
	I0916 19:13:00.626869  885693 addons.go:234] Setting addon volumesnapshots=true in "addons-039693"
	I0916 19:13:00.626916  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.627450  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.660055  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0916 19:13:00.665193  885693 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.23
	I0916 19:13:00.704632  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0916 19:13:00.704985  885693 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0916 19:13:00.705001  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0916 19:13:00.705086  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.707100  885693 addons.go:234] Setting addon default-storageclass=true in "addons-039693"
	I0916 19:13:00.708470  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.709043  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.726932  885693 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0916 19:13:00.731275  885693 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0916 19:13:00.731320  885693 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0916 19:13:00.731408  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.733934  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0916 19:13:00.707348  885693 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0916 19:13:00.749417  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.758671  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0916 19:13:00.761176  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0916 19:13:00.764763  885693 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0916 19:13:00.764787  885693 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0916 19:13:00.764863  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.780287  885693 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
	I0916 19:13:00.783036  885693 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0916 19:13:00.783059  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0916 19:13:00.783125  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.793791  885693 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
	I0916 19:13:00.795873  885693 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0916 19:13:00.800146  885693 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0916 19:13:00.807528  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0916 19:13:00.808551  885693 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0916 19:13:00.808569  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0916 19:13:00.808686  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.810046  885693 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0916 19:13:00.810217  885693 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0916 19:13:00.812348  885693 out.go:177]   - Using image docker.io/registry:2.8.3
	I0916 19:13:00.812450  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0916 19:13:00.818902  885693 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0916 19:13:00.818921  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0916 19:13:00.819000  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.829091  885693 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0916 19:13:00.829117  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0916 19:13:00.829181  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.844198  885693 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-039693"
	I0916 19:13:00.844290  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.844751  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.867745  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0916 19:13:00.870711  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0916 19:13:00.870748  885693 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0916 19:13:00.870852  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.928295  885693 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0916 19:13:00.931862  885693 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0916 19:13:00.931933  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0916 19:13:00.932033  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.964058  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	W0916 19:13:00.965396  885693 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0916 19:13:00.969991  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0916 19:13:00.970350  885693 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0916 19:13:00.970366  885693 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0916 19:13:00.970432  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.970677  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:00.974179  885693 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0916 19:13:00.974217  885693 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0916 19:13:00.974294  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.982167  885693 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 -"
	I0916 19:13:00.983184  885693 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0916 19:13:00.994403  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:00.995174  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.032757  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.053226  885693 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0916 19:13:01.062749  885693 out.go:177]   - Using image docker.io/busybox:stable
	I0916 19:13:01.065455  885693 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0916 19:13:01.065486  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0916 19:13:01.065551  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:01.083506  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.084359  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.095961  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.125351  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.126279  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.134401  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.137407  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.172504  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	W0916 19:13:01.173532  885693 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0916 19:13:01.173561  885693 retry.go:31] will retry after 162.761911ms: ssh: handshake failed: EOF
	I0916 19:13:01.405252  885693 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0916 19:13:01.405327  885693 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0916 19:13:01.412879  885693 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0916 19:13:01.412953  885693 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0916 19:13:01.459073  885693 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0916 19:13:01.459151  885693 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0916 19:13:01.498802  885693 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
	I0916 19:13:01.526934  885693 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
	I0916 19:13:01.534771  885693 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
	I0916 19:13:01.551540  885693 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0916 19:13:01.551604  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0916 19:13:01.576157  885693 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
	I0916 19:13:01.580729  885693 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0916 19:13:01.580803  885693 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0916 19:13:01.585482  885693 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
	I0916 19:13:01.591224  885693 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0916 19:13:01.591288  885693 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0916 19:13:01.596972  885693 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0916 19:13:01.597042  885693 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0916 19:13:01.641923  885693 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0916 19:13:01.641947  885693 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0916 19:13:01.656964  885693 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
	I0916 19:13:01.684743  885693 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0916 19:13:01.684853  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0916 19:13:01.726028  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0916 19:13:01.726105  885693 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0916 19:13:01.770448  885693 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0916 19:13:01.770523  885693 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0916 19:13:01.773981  885693 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0916 19:13:01.774052  885693 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0916 19:13:01.816062  885693 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
	I0916 19:13:01.821149  885693 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0916 19:13:01.821224  885693 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0916 19:13:01.869959  885693 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0916 19:13:01.870034  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0916 19:13:01.899949  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0916 19:13:01.900021  885693 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)
	I0916 19:13:01.908207  885693 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
	I0916 19:13:01.910362  885693 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0916 19:13:01.910438  885693 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0916 19:13:01.967277  885693 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0916 19:13:01.967348  885693 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0916 19:13:01.997486  885693 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0916 19:13:01.997570  885693 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0916 19:13:02.041015  885693 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
	I0916 19:13:02.084485  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0916 19:13:02.084554  885693 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0916 19:13:02.111279  885693 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
	I0916 19:13:02.126839  885693 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0916 19:13:02.126914  885693 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0916 19:13:02.141430  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0916 19:13:02.141506  885693 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0916 19:13:02.243845  885693 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0916 19:13:02.243920  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0916 19:13:02.281981  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0916 19:13:02.282059  885693 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0916 19:13:02.284915  885693 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0916 19:13:02.284975  885693 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0916 19:13:02.370281  885693 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
	I0916 19:13:02.395949  885693 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0916 19:13:02.396027  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0916 19:13:02.397983  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0916 19:13:02.398052  885693 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0916 19:13:02.487662  885693 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
	I0916 19:13:02.494412  885693 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0916 19:13:02.494476  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0916 19:13:02.612831  885693 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0916 19:13:02.612907  885693 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0916 19:13:02.810527  885693 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0916 19:13:02.810604  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0916 19:13:03.063979  885693 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0916 19:13:03.064071  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0916 19:13:03.268742  885693 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0916 19:13:03.268809  885693 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0916 19:13:03.428437  885693 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
	I0916 19:13:04.283776  885693 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 -": (3.301570835s)
	I0916 19:13:04.283898  885693 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0916 19:13:04.283866  885693 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (3.300658173s)
	I0916 19:13:04.284822  885693 node_ready.go:35] waiting up to 6m0s for node "addons-039693" to be "Ready" ...
	I0916 19:13:04.917613  885693 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-039693" context rescaled to 1 replicas
	I0916 19:13:05.246074  885693 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: (3.747182193s)
	I0916 19:13:05.246168  885693 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.719163436s)
	I0916 19:13:05.246204  885693 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.711362821s)
	I0916 19:13:05.246417  885693 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: (3.670189886s)
	I0916 19:13:05.671001  885693 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.085430624s)
	I0916 19:13:06.294246  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:06.662693  885693 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.754412212s)
	I0916 19:13:06.662894  885693 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.621801956s)
	I0916 19:13:06.662911  885693 addons.go:475] Verifying addon registry=true in "addons-039693"
	I0916 19:13:06.663086  885693 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.846485584s)
	I0916 19:13:06.663166  885693 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: (5.006182145s)
	I0916 19:13:06.663183  885693 addons.go:475] Verifying addon ingress=true in "addons-039693"
	I0916 19:13:06.663321  885693 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.551967342s)
	I0916 19:13:06.663945  885693 addons.go:475] Verifying addon metrics-server=true in "addons-039693"
	I0916 19:13:06.665277  885693 out.go:177] * Verifying registry addon...
	I0916 19:13:06.665351  885693 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-039693 service yakd-dashboard -n yakd-dashboard
	
	I0916 19:13:06.665376  885693 out.go:177] * Verifying ingress addon...
	I0916 19:13:06.667669  885693 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0916 19:13:06.669642  885693 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0916 19:13:06.708441  885693 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0916 19:13:06.708475  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:06.709249  885693 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0916 19:13:06.709269  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:06.966451  885693 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.596079707s)
	W0916 19:13:06.966499  885693 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
	I0916 19:13:06.966519  885693 retry.go:31] will retry after 164.223268ms: 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
	I0916 19:13:06.966811  885693 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.478877961s)
	I0916 19:13:07.131107  885693 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
	I0916 19:13:07.284740  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:07.286103  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:07.486894  885693 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: (4.058351761s)
	I0916 19:13:07.486932  885693 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-039693"
	I0916 19:13:07.489230  885693 out.go:177] * Verifying csi-hostpath-driver addon...
	I0916 19:13:07.491993  885693 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0916 19:13:07.544243  885693 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0916 19:13:07.544270  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:07.687613  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:07.688466  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:08.008238  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:08.172182  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:08.176893  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:08.303199  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:08.497466  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:08.672177  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:08.676556  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:08.996428  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:09.173501  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:09.174994  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:09.500326  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:09.671473  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:09.673798  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:10.021556  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:10.172712  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:10.182284  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:10.301526  885693 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0916 19:13:10.301616  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:10.348089  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:10.423111  885693 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.291953218s)
	I0916 19:13:10.496697  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:10.500059  885693 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0916 19:13:10.522570  885693 addons.go:234] Setting addon gcp-auth=true in "addons-039693"
	I0916 19:13:10.522757  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:10.523346  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:10.542337  885693 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0916 19:13:10.542403  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:10.560827  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:10.673036  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:10.675638  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:10.682482  885693 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0916 19:13:10.684515  885693 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0916 19:13:10.686555  885693 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0916 19:13:10.686592  885693 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0916 19:13:10.709072  885693 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0916 19:13:10.709099  885693 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0916 19:13:10.729586  885693 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0916 19:13:10.729610  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0916 19:13:10.754506  885693 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
	I0916 19:13:10.800154  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:10.998799  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:11.192060  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:11.192411  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:11.320784  885693 addons.go:475] Verifying addon gcp-auth=true in "addons-039693"
	I0916 19:13:11.323204  885693 out.go:177] * Verifying gcp-auth addon...
	I0916 19:13:11.327122  885693 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0916 19:13:11.344302  885693 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0916 19:13:11.344376  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:11.501958  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:11.671485  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:11.674402  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:11.830530  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:11.995424  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:12.172202  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:12.173525  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:12.331080  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:12.495548  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:12.671244  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:12.673910  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:12.831486  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:13.011710  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:13.171565  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:13.174023  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:13.288153  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:13.331316  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:13.496482  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:13.672394  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:13.673365  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:13.830785  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:13.996177  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:14.171293  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:14.173519  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:14.331954  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:14.495846  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:14.671238  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:14.673764  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:14.830921  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:14.995955  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:15.171374  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:15.174147  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:15.288452  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:15.330509  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:15.495734  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:15.671918  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:15.675599  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:15.831078  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:15.995343  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:16.171865  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:16.174152  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:16.330365  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:16.496431  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:16.672820  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:16.673666  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:16.830740  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:16.996114  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:17.170666  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:17.174019  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:17.288690  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:17.330779  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:17.495983  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:17.671126  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:17.673450  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:17.830501  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:17.996297  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:18.171831  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:18.172994  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:18.330917  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:18.495298  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:18.671754  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:18.673527  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:18.830238  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:18.995806  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:19.171121  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:19.173528  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:19.332308  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:19.495196  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:19.671292  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:19.673805  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:19.787878  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:19.830903  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:19.995201  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:20.171443  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:20.174087  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:20.330363  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:20.495722  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:20.670975  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:20.674801  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:20.830198  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:20.995221  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:21.172804  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:21.173589  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:21.331180  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:21.495923  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:21.671069  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:21.673797  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:21.787941  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:21.831121  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:21.995477  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:22.170491  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:22.172942  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:22.331030  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:22.495207  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:22.671207  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:22.673127  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:22.830420  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:22.995868  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:23.171172  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:23.174192  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:23.330123  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:23.495731  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:23.670879  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:23.673892  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:23.788214  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:23.830522  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:23.995822  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:24.170929  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:24.174058  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:24.332255  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:24.495532  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:24.671148  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:24.674268  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:24.830286  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:24.995586  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:25.170753  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:25.173546  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:25.330637  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:25.496115  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:25.671224  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:25.674473  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:25.788413  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:25.830780  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:25.995778  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:26.171413  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:26.173656  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:26.331020  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:26.495525  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:26.670651  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:26.673276  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:26.830453  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:26.995953  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:27.171324  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:27.174009  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:27.330307  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:27.495632  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:27.670706  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:27.673575  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:27.830232  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:27.995559  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:28.170966  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:28.173774  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:28.287835  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:28.332190  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:28.497578  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:28.672247  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:28.674265  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:28.837161  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:28.995389  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:29.170908  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:29.173675  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:29.330684  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:29.496579  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:29.671083  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:29.673740  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:29.830526  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:29.995534  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:30.171802  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:30.174747  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:30.289170  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:30.330756  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:30.501937  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:30.673382  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:30.676001  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:30.831004  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:30.995797  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:31.171932  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:31.174261  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:31.330838  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:31.497911  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:31.671806  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:31.673210  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:31.831099  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:31.995478  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:32.170677  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:32.173925  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:32.330388  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:32.496675  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:32.678150  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:32.678245  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:32.788572  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:32.830920  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:32.995489  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:33.171078  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:33.174164  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:33.330339  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:33.495548  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:33.671055  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:33.674047  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:33.830382  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:33.995865  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:34.172386  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:34.173668  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:34.331708  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:34.496114  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:34.673178  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:34.674251  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:34.788890  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:34.831238  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:34.996115  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:35.172377  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:35.175739  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:35.330820  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:35.495399  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:35.672337  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:35.673325  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:35.830517  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:35.996513  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:36.172527  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:36.176083  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:36.331061  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:36.495789  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:36.671757  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:36.674858  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:36.830787  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:36.995866  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:37.171814  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:37.173521  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:37.288627  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:37.330365  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:37.495819  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:37.671157  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:37.674156  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:37.833093  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:37.995505  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:38.171404  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:38.174030  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:38.330844  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:38.495585  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:38.671513  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:38.674488  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:38.830851  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:38.996219  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:39.171535  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:39.173225  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:39.289219  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:39.330596  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:39.495874  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:39.671173  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:39.673676  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:39.830395  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:39.996144  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:40.172769  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:40.174796  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:40.331490  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:40.495886  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:40.671050  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:40.674485  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:40.831231  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:40.995906  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:41.172211  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:41.173424  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:41.330196  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:41.495235  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:41.670842  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:41.673503  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:41.789040  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:41.831247  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:41.995027  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:42.172652  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:42.174965  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:42.331316  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:42.496353  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:42.671128  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:42.674181  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:42.831926  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:42.995261  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:43.171062  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:43.173583  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:43.331235  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:43.495768  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:43.671159  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:43.674325  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:43.831227  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:43.996185  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:44.170731  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:44.173173  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:44.287694  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:44.331317  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:44.498953  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:44.683417  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:44.684031  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:44.787589  885693 node_ready.go:49] node "addons-039693" has status "Ready":"True"
	I0916 19:13:44.787613  885693 node_ready.go:38] duration metric: took 40.502761811s for node "addons-039693" to be "Ready" ...
	I0916 19:13:44.787623  885693 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" ...
	I0916 19:13:44.799799  885693 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-k7f2z" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:44.839795  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:45.073750  885693 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0916 19:13:45.073783  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:45.192191  885693 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0916 19:13:45.192245  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:45.195617  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:45.335495  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:45.499473  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:45.684857  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:45.686346  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:45.833869  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:45.996690  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:46.171394  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:46.175660  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:46.331018  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:46.497606  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:46.686582  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:46.688079  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:46.806816  885693 pod_ready.go:93] pod "coredns-7c65d6cfc9-k7f2z" in "kube-system" namespace has status "Ready":"True"
	I0916 19:13:46.806841  885693 pod_ready.go:82] duration metric: took 2.00700654s for pod "coredns-7c65d6cfc9-k7f2z" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.806871  885693 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.812622  885693 pod_ready.go:93] pod "etcd-addons-039693" in "kube-system" namespace has status "Ready":"True"
	I0916 19:13:46.812647  885693 pod_ready.go:82] duration metric: took 5.767214ms for pod "etcd-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.812662  885693 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.818211  885693 pod_ready.go:93] pod "kube-apiserver-addons-039693" in "kube-system" namespace has status "Ready":"True"
	I0916 19:13:46.818237  885693 pod_ready.go:82] duration metric: took 5.567918ms for pod "kube-apiserver-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.818248  885693 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.823524  885693 pod_ready.go:93] pod "kube-controller-manager-addons-039693" in "kube-system" namespace has status "Ready":"True"
	I0916 19:13:46.823548  885693 pod_ready.go:82] duration metric: took 5.292642ms for pod "kube-controller-manager-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.823568  885693 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-4bxfk" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.829867  885693 pod_ready.go:93] pod "kube-proxy-4bxfk" in "kube-system" namespace has status "Ready":"True"
	I0916 19:13:46.829895  885693 pod_ready.go:82] duration metric: took 6.317666ms for pod "kube-proxy-4bxfk" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.829905  885693 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.830522  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:46.997654  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:47.173449  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:47.178563  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:47.204435  885693 pod_ready.go:93] pod "kube-scheduler-addons-039693" in "kube-system" namespace has status "Ready":"True"
	I0916 19:13:47.204469  885693 pod_ready.go:82] duration metric: took 374.555664ms for pod "kube-scheduler-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:47.204481  885693 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:47.330748  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:47.497735  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:47.676575  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:47.678498  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:47.830852  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:47.998144  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:48.180618  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:48.183435  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:48.331581  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:48.517163  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:48.672984  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:48.677980  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:48.831558  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:48.997861  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:49.172434  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:49.176710  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:49.211426  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:13:49.334108  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:49.513422  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:49.676910  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:49.683632  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:49.831309  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:49.998554  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:50.177744  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:50.179639  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:50.332790  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:50.497027  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:50.674529  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:50.676651  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:50.830567  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:50.997278  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:51.173845  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:51.179045  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:51.212116  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:13:51.330914  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:51.496995  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:51.671826  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:51.674913  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:51.830780  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:52.001290  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:52.172713  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:52.175647  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:52.330573  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:52.502868  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:52.673474  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:52.675510  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:52.830795  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:52.997586  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:53.173143  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:53.175638  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:53.331017  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:53.497055  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:53.673351  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:53.676000  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:53.711214  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:13:53.831056  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:53.998054  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:54.171964  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:54.174849  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:54.331715  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:54.497822  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:54.672274  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:54.676893  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:54.831428  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:54.997809  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:55.171591  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:55.174708  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:55.331427  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:55.496729  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:55.672644  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:55.674972  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:55.711956  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:13:55.831283  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:55.999433  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:56.171409  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:56.178100  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:56.331188  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:56.500523  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:56.673276  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:56.676488  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:56.831668  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:56.997398  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:57.171818  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:57.176236  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:57.331758  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:57.497322  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:57.675123  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:57.676738  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:57.712672  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:13:57.830843  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:57.997988  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:58.172809  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:58.175952  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:58.333915  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:58.497506  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:58.675769  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:58.677631  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:58.830562  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:58.997102  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:59.171633  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:59.174159  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:59.331039  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:59.498274  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:59.673455  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:59.674706  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:59.831310  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:59.998280  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:00.282577  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:00.297902  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:00.301087  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:00.349268  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:00.502028  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:00.673644  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:00.677005  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:00.831301  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:00.998658  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:01.176086  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:01.188797  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:01.331510  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:01.497722  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:01.672356  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:01.679273  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:01.830885  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:01.997953  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:02.173814  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:02.177285  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:02.332464  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:02.498246  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:02.674380  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:02.675514  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:02.711140  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:02.831365  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:03.014542  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:03.172885  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:03.176575  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:03.330955  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:03.519218  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:03.672640  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:03.675403  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:03.830588  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:03.999369  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:04.174387  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:04.177635  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:04.332055  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:04.497246  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:04.682775  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:04.684848  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:04.713825  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:04.833167  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:05.007122  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:05.183076  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:05.191908  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:05.332305  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:05.496581  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:05.671244  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:05.674322  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:05.831289  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:05.998471  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:06.175729  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:06.177310  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:06.332143  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:06.497853  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:06.672094  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:06.676826  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:06.716119  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:06.831298  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:07.030741  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:07.173599  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:07.180917  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:07.331157  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:07.499305  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:07.672429  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:07.675577  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:07.831507  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:07.997287  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:08.174015  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:08.174270  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:08.331021  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:08.496497  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:08.671603  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:08.676330  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:08.831066  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:08.998127  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:09.172709  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:09.174458  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:09.211337  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:09.331964  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:09.498700  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:09.671947  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:09.676021  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:09.831566  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:09.997811  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:10.175735  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:10.176900  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:10.330945  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:10.500832  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:10.672874  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:10.675362  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:10.831118  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:10.997060  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:11.171595  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:11.174522  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:11.330801  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:11.497154  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:11.675923  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:11.677155  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:11.711204  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:11.830432  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:11.997437  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:12.174916  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:12.175940  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:12.330757  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:12.498116  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:12.674185  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:12.674969  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:12.833364  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:12.996836  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:13.172779  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:13.174495  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:13.330426  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:13.497585  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:13.671148  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:13.673624  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:13.720063  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:13.830126  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:13.999777  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:14.174060  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:14.175822  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:14.331798  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:14.496970  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:14.675405  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:14.675690  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:14.831870  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:15.004896  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:15.173186  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:15.175645  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:15.331376  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:15.497927  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:15.671182  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:15.673752  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:15.845175  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:15.997736  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:16.175918  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:16.176817  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:16.214155  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:16.330990  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:16.499350  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:16.673911  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:16.675253  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:16.832996  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:16.997487  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:17.174932  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:17.177754  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:17.331355  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:17.497758  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:17.671941  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:17.675537  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:17.830821  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:18.000915  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:18.172414  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:18.176781  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:18.216217  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:18.332364  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:18.497883  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:18.675153  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:18.676670  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:18.831709  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:19.007905  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:19.171372  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:19.174451  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:19.331101  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:19.497426  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:19.671418  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:19.674348  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:19.830815  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:20.003463  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:20.171542  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:20.175525  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:20.330963  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:20.496970  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:20.671955  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:20.675530  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:20.710662  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:20.830957  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:20.996543  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:21.172144  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:21.175614  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:21.331379  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:21.496386  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:21.671649  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:21.674545  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:21.833000  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:21.998229  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:22.174379  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:22.176364  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:22.331057  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:22.497637  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:22.671632  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:22.680925  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:22.711610  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:22.831892  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:22.998913  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:23.195708  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:23.196201  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:23.331325  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:23.497699  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:23.674983  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:23.678551  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:23.831727  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:24.004797  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:24.174327  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:24.182091  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:24.331348  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:24.497565  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:24.674841  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:24.676342  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:24.715716  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:24.836620  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:24.997030  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:25.172562  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:25.178704  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:25.331938  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:25.498011  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:25.675709  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:25.677138  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:25.831635  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:25.999339  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:26.172306  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:26.180001  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:26.332510  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:26.497047  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:26.673382  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:26.677502  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:26.831208  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:26.997233  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:27.172247  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:27.176480  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:27.214807  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:27.331195  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:27.496847  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:27.682220  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:27.684250  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:27.831461  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:27.997929  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:28.171637  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:28.174348  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:28.331889  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:28.497877  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:28.673049  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:28.677201  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:28.831669  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:28.998237  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:29.171930  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:29.175737  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:29.331999  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:29.497671  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:29.673707  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:29.675003  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:29.713171  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:29.832106  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:29.997115  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:30.171885  885693 kapi.go:107] duration metric: took 1m23.504246596s to wait for kubernetes.io/minikube-addons=registry ...
	I0916 19:14:30.176616  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:30.333887  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:30.497227  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:30.674248  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:30.832325  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:31.002261  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:31.174811  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:31.330882  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:31.497687  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:31.675449  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:31.719130  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:31.831106  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:31.997436  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:32.174919  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:32.332378  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:32.497078  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:32.677588  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:32.831168  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:33.009934  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:33.175423  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:33.338319  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:33.497196  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:33.674535  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:33.832307  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:34.016603  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:34.175970  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:34.210868  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:34.332026  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:34.498282  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:34.674745  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:34.831310  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:35.008472  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:35.174049  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:35.331546  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:35.496966  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:35.674040  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:35.830452  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:35.997295  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:36.174188  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:36.213671  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:36.331829  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:36.498150  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:36.673951  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:36.832731  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:36.997811  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:37.178507  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:37.331543  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:37.499073  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:37.676243  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:37.833617  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:37.997576  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:38.175170  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:38.331677  885693 kapi.go:107] duration metric: took 1m27.004558109s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0916 19:14:38.333973  885693 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-039693 cluster.
	I0916 19:14:38.336009  885693 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.
	I0916 19:14:38.338238  885693 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0916 19:14:38.497594  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:38.674030  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:38.712144  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:39.007679  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:39.174783  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:39.497639  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:39.674590  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:40.010408  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:40.174162  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:40.497822  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:40.674945  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:40.997006  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:41.181573  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:41.211953  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:41.497126  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:41.676642  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:41.997097  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:42.183491  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:42.497936  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:42.674427  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:42.996687  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:43.174523  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:43.496862  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:43.674818  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:43.711780  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:44.004420  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:44.174330  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:44.499159  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:44.675607  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:44.997301  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:45.207213  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:45.497566  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:45.673840  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:45.997297  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:46.174279  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:46.212820  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:46.500823  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:46.675392  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:46.998319  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:47.177539  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:47.496508  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:47.674082  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:48.003414  885693 kapi.go:107] duration metric: took 1m40.511417783s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0916 19:14:48.174252  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:48.674815  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:48.710909  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:49.175359  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:49.676683  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:50.174887  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:50.674598  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:50.724375  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:51.174176  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:51.675171  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:52.175186  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:52.675545  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:53.186422  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:53.216088  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:53.673854  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:54.174787  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:54.675041  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:55.200476  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:55.233128  885693 pod_ready.go:93] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"True"
	I0916 19:14:55.233226  885693 pod_ready.go:82] duration metric: took 1m8.028728567s for pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace to be "Ready" ...
	I0916 19:14:55.233258  885693 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-md9rh" in "kube-system" namespace to be "Ready" ...
	I0916 19:14:55.239693  885693 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-md9rh" in "kube-system" namespace has status "Ready":"True"
	I0916 19:14:55.239804  885693 pod_ready.go:82] duration metric: took 6.511048ms for pod "nvidia-device-plugin-daemonset-md9rh" in "kube-system" namespace to be "Ready" ...
	I0916 19:14:55.239864  885693 pod_ready.go:39] duration metric: took 1m10.452226354s 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" ...
	I0916 19:14:55.239907  885693 api_server.go:52] waiting for apiserver process to appear ...
	I0916 19:14:55.239963  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0916 19:14:55.240071  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0916 19:14:55.326963  885693 cri.go:89] found id: "3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b"
	I0916 19:14:55.327001  885693 cri.go:89] found id: ""
	I0916 19:14:55.327010  885693 logs.go:276] 1 containers: [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b]
	I0916 19:14:55.327096  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.339040  885693 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0916 19:14:55.339139  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0916 19:14:55.401335  885693 cri.go:89] found id: "309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a"
	I0916 19:14:55.401366  885693 cri.go:89] found id: ""
	I0916 19:14:55.401375  885693 logs.go:276] 1 containers: [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a]
	I0916 19:14:55.401441  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.406223  885693 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0916 19:14:55.406360  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0916 19:14:55.463595  885693 cri.go:89] found id: "100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9"
	I0916 19:14:55.463629  885693 cri.go:89] found id: ""
	I0916 19:14:55.463637  885693 logs.go:276] 1 containers: [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9]
	I0916 19:14:55.463736  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.467732  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0916 19:14:55.467834  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0916 19:14:55.524453  885693 cri.go:89] found id: "addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217"
	I0916 19:14:55.524478  885693 cri.go:89] found id: ""
	I0916 19:14:55.524485  885693 logs.go:276] 1 containers: [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217]
	I0916 19:14:55.524571  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.528833  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0916 19:14:55.528940  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0916 19:14:55.575615  885693 cri.go:89] found id: "5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28"
	I0916 19:14:55.575642  885693 cri.go:89] found id: ""
	I0916 19:14:55.575651  885693 logs.go:276] 1 containers: [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28]
	I0916 19:14:55.575745  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.579815  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0916 19:14:55.579925  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0916 19:14:55.624885  885693 cri.go:89] found id: "a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11"
	I0916 19:14:55.624910  885693 cri.go:89] found id: ""
	I0916 19:14:55.624918  885693 logs.go:276] 1 containers: [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11]
	I0916 19:14:55.625011  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.628853  885693 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0916 19:14:55.628955  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0916 19:14:55.677385  885693 cri.go:89] found id: "44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264"
	I0916 19:14:55.677409  885693 cri.go:89] found id: ""
	I0916 19:14:55.677418  885693 logs.go:276] 1 containers: [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264]
	I0916 19:14:55.677529  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.682697  885693 kapi.go:107] duration metric: took 1m49.013053543s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0916 19:14:55.684531  885693 logs.go:123] Gathering logs for container status ...
	I0916 19:14:55.684558  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0916 19:14:55.686844  885693 out.go:177] * Enabled addons: ingress-dns, cloud-spanner, nvidia-device-plugin, default-storageclass, storage-provisioner, metrics-server, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, gcp-auth, csi-hostpath-driver, ingress
	I0916 19:14:55.689083  885693 addons.go:510] duration metric: took 1m55.244031326s for enable addons: enabled=[ingress-dns cloud-spanner nvidia-device-plugin default-storageclass storage-provisioner metrics-server yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry gcp-auth csi-hostpath-driver ingress]
	I0916 19:14:55.753909  885693 logs.go:123] Gathering logs for kubelet ...
	I0916 19:14:55.753939  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0916 19:14:55.801313  885693 logs.go:138] Found kubelet problem: Sep 16 19:13:44 addons-039693 kubelet[1491]: W0916 19:13:44.602817    1491 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-039693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-039693' and this object
	W0916 19:14:55.801585  885693 logs.go:138] Found kubelet problem: Sep 16 19:13:44 addons-039693 kubelet[1491]: E0916 19:13:44.602871    1491 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-039693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-039693' and this object" logger="UnhandledError"
	I0916 19:14:55.848837  885693 logs.go:123] Gathering logs for dmesg ...
	I0916 19:14:55.849092  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0916 19:14:55.867150  885693 logs.go:123] Gathering logs for kube-apiserver [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b] ...
	I0916 19:14:55.867182  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b"
	I0916 19:14:55.925788  885693 logs.go:123] Gathering logs for coredns [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9] ...
	I0916 19:14:55.925823  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9"
	I0916 19:14:56.001564  885693 logs.go:123] Gathering logs for kube-controller-manager [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11] ...
	I0916 19:14:56.001611  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11"
	I0916 19:14:56.095543  885693 logs.go:123] Gathering logs for kindnet [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264] ...
	I0916 19:14:56.095594  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264"
	I0916 19:14:56.138920  885693 logs.go:123] Gathering logs for CRI-O ...
	I0916 19:14:56.138950  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0916 19:14:56.230141  885693 logs.go:123] Gathering logs for describe nodes ...
	I0916 19:14:56.230179  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0916 19:14:56.425469  885693 logs.go:123] Gathering logs for etcd [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a] ...
	I0916 19:14:56.425520  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a"
	I0916 19:14:56.486825  885693 logs.go:123] Gathering logs for kube-scheduler [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217] ...
	I0916 19:14:56.486865  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217"
	I0916 19:14:56.534193  885693 logs.go:123] Gathering logs for kube-proxy [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28] ...
	I0916 19:14:56.534232  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28"
	I0916 19:14:56.575165  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:14:56.575192  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0916 19:14:56.575280  885693 out.go:270] X Problems detected in kubelet:
	W0916 19:14:56.575308  885693 out.go:270]   Sep 16 19:13:44 addons-039693 kubelet[1491]: W0916 19:13:44.602817    1491 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-039693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-039693' and this object
	W0916 19:14:56.575323  885693 out.go:270]   Sep 16 19:13:44 addons-039693 kubelet[1491]: E0916 19:13:44.602871    1491 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-039693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-039693' and this object" logger="UnhandledError"
	I0916 19:14:56.575349  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:14:56.575356  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:15:06.576377  885693 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0916 19:15:06.590395  885693 api_server.go:72] duration metric: took 2m6.145961116s to wait for apiserver process to appear ...
	I0916 19:15:06.590422  885693 api_server.go:88] waiting for apiserver healthz status ...
	I0916 19:15:06.590461  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0916 19:15:06.590523  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0916 19:15:06.635777  885693 cri.go:89] found id: "3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b"
	I0916 19:15:06.635800  885693 cri.go:89] found id: ""
	I0916 19:15:06.635808  885693 logs.go:276] 1 containers: [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b]
	I0916 19:15:06.635870  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.639607  885693 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0916 19:15:06.639683  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0916 19:15:06.679978  885693 cri.go:89] found id: "309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a"
	I0916 19:15:06.680003  885693 cri.go:89] found id: ""
	I0916 19:15:06.680021  885693 logs.go:276] 1 containers: [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a]
	I0916 19:15:06.680095  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.684210  885693 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0916 19:15:06.684284  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0916 19:15:06.722848  885693 cri.go:89] found id: "100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9"
	I0916 19:15:06.722876  885693 cri.go:89] found id: ""
	I0916 19:15:06.722885  885693 logs.go:276] 1 containers: [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9]
	I0916 19:15:06.722945  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.726699  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0916 19:15:06.726774  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0916 19:15:06.766709  885693 cri.go:89] found id: "addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217"
	I0916 19:15:06.766741  885693 cri.go:89] found id: ""
	I0916 19:15:06.766750  885693 logs.go:276] 1 containers: [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217]
	I0916 19:15:06.766810  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.770428  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0916 19:15:06.770506  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0916 19:15:06.811892  885693 cri.go:89] found id: "5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28"
	I0916 19:15:06.811914  885693 cri.go:89] found id: ""
	I0916 19:15:06.811923  885693 logs.go:276] 1 containers: [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28]
	I0916 19:15:06.811983  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.815750  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0916 19:15:06.815827  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0916 19:15:06.854133  885693 cri.go:89] found id: "a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11"
	I0916 19:15:06.854157  885693 cri.go:89] found id: ""
	I0916 19:15:06.854167  885693 logs.go:276] 1 containers: [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11]
	I0916 19:15:06.854231  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.857853  885693 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0916 19:15:06.857932  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0916 19:15:06.899832  885693 cri.go:89] found id: "44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264"
	I0916 19:15:06.899856  885693 cri.go:89] found id: ""
	I0916 19:15:06.899865  885693 logs.go:276] 1 containers: [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264]
	I0916 19:15:06.899926  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.903659  885693 logs.go:123] Gathering logs for coredns [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9] ...
	I0916 19:15:06.903688  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9"
	I0916 19:15:06.977653  885693 logs.go:123] Gathering logs for kube-proxy [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28] ...
	I0916 19:15:06.977689  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28"
	I0916 19:15:07.017857  885693 logs.go:123] Gathering logs for kindnet [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264] ...
	I0916 19:15:07.017887  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264"
	I0916 19:15:07.064198  885693 logs.go:123] Gathering logs for kubelet ...
	I0916 19:15:07.064230  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0916 19:15:07.102361  885693 logs.go:138] Found kubelet problem: Sep 16 19:13:44 addons-039693 kubelet[1491]: W0916 19:13:44.602817    1491 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-039693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-039693' and this object
	W0916 19:15:07.102590  885693 logs.go:138] Found kubelet problem: Sep 16 19:13:44 addons-039693 kubelet[1491]: E0916 19:13:44.602871    1491 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-039693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-039693' and this object" logger="UnhandledError"
	I0916 19:15:07.150399  885693 logs.go:123] Gathering logs for dmesg ...
	I0916 19:15:07.150433  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0916 19:15:07.166824  885693 logs.go:123] Gathering logs for describe nodes ...
	I0916 19:15:07.166853  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0916 19:15:07.313464  885693 logs.go:123] Gathering logs for kube-controller-manager [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11] ...
	I0916 19:15:07.313493  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11"
	I0916 19:15:07.385013  885693 logs.go:123] Gathering logs for CRI-O ...
	I0916 19:15:07.385050  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0916 19:15:07.484917  885693 logs.go:123] Gathering logs for container status ...
	I0916 19:15:07.484959  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0916 19:15:07.533441  885693 logs.go:123] Gathering logs for kube-apiserver [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b] ...
	I0916 19:15:07.533472  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b"
	I0916 19:15:07.591969  885693 logs.go:123] Gathering logs for etcd [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a] ...
	I0916 19:15:07.592008  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a"
	I0916 19:15:07.652475  885693 logs.go:123] Gathering logs for kube-scheduler [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217] ...
	I0916 19:15:07.652513  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217"
	I0916 19:15:07.698141  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:15:07.698169  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0916 19:15:07.698250  885693 out.go:270] X Problems detected in kubelet:
	W0916 19:15:07.698268  885693 out.go:270]   Sep 16 19:13:44 addons-039693 kubelet[1491]: W0916 19:13:44.602817    1491 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-039693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-039693' and this object
	W0916 19:15:07.698283  885693 out.go:270]   Sep 16 19:13:44 addons-039693 kubelet[1491]: E0916 19:13:44.602871    1491 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-039693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-039693' and this object" logger="UnhandledError"
	I0916 19:15:07.698292  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:15:07.698298  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:15:17.698819  885693 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0916 19:15:17.708181  885693 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0916 19:15:17.711314  885693 api_server.go:141] control plane version: v1.31.1
	I0916 19:15:17.711341  885693 api_server.go:131] duration metric: took 11.120912522s to wait for apiserver health ...
	I0916 19:15:17.711349  885693 system_pods.go:43] waiting for kube-system pods to appear ...
	I0916 19:15:17.711377  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0916 19:15:17.711440  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0916 19:15:17.762190  885693 cri.go:89] found id: "3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b"
	I0916 19:15:17.762209  885693 cri.go:89] found id: ""
	I0916 19:15:17.762218  885693 logs.go:276] 1 containers: [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b]
	I0916 19:15:17.762275  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:17.766650  885693 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0916 19:15:17.766719  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0916 19:15:17.810047  885693 cri.go:89] found id: "309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a"
	I0916 19:15:17.810068  885693 cri.go:89] found id: ""
	I0916 19:15:17.810075  885693 logs.go:276] 1 containers: [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a]
	I0916 19:15:17.810133  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:17.815935  885693 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0916 19:15:17.816006  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0916 19:15:17.876645  885693 cri.go:89] found id: "100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9"
	I0916 19:15:17.876719  885693 cri.go:89] found id: ""
	I0916 19:15:17.876745  885693 logs.go:276] 1 containers: [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9]
	I0916 19:15:17.876837  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:17.881987  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0916 19:15:17.882129  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0916 19:15:17.932753  885693 cri.go:89] found id: "addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217"
	I0916 19:15:17.932825  885693 cri.go:89] found id: ""
	I0916 19:15:17.932848  885693 logs.go:276] 1 containers: [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217]
	I0916 19:15:17.932939  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:17.936482  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0916 19:15:17.936619  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0916 19:15:17.980913  885693 cri.go:89] found id: "5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28"
	I0916 19:15:17.980938  885693 cri.go:89] found id: ""
	I0916 19:15:17.980957  885693 logs.go:276] 1 containers: [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28]
	I0916 19:15:17.981022  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:17.984719  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0916 19:15:17.984794  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0916 19:15:18.034211  885693 cri.go:89] found id: "a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11"
	I0916 19:15:18.034290  885693 cri.go:89] found id: ""
	I0916 19:15:18.034315  885693 logs.go:276] 1 containers: [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11]
	I0916 19:15:18.034412  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:18.038401  885693 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0916 19:15:18.038501  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0916 19:15:18.084763  885693 cri.go:89] found id: "44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264"
	I0916 19:15:18.084842  885693 cri.go:89] found id: ""
	I0916 19:15:18.084879  885693 logs.go:276] 1 containers: [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264]
	I0916 19:15:18.084987  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:18.089211  885693 logs.go:123] Gathering logs for kubelet ...
	I0916 19:15:18.089247  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0916 19:15:18.132851  885693 logs.go:138] Found kubelet problem: Sep 16 19:13:44 addons-039693 kubelet[1491]: W0916 19:13:44.602817    1491 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-039693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-039693' and this object
	W0916 19:15:18.133147  885693 logs.go:138] Found kubelet problem: Sep 16 19:13:44 addons-039693 kubelet[1491]: E0916 19:13:44.602871    1491 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-039693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-039693' and this object" logger="UnhandledError"
	I0916 19:15:18.193417  885693 logs.go:123] Gathering logs for dmesg ...
	I0916 19:15:18.193453  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0916 19:15:18.209435  885693 logs.go:123] Gathering logs for describe nodes ...
	I0916 19:15:18.209464  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0916 19:15:18.369856  885693 logs.go:123] Gathering logs for kube-proxy [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28] ...
	I0916 19:15:18.369912  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28"
	I0916 19:15:18.425556  885693 logs.go:123] Gathering logs for kindnet [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264] ...
	I0916 19:15:18.425588  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264"
	I0916 19:15:18.471380  885693 logs.go:123] Gathering logs for kube-apiserver [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b] ...
	I0916 19:15:18.471413  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b"
	I0916 19:15:18.528976  885693 logs.go:123] Gathering logs for etcd [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a] ...
	I0916 19:15:18.529008  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a"
	I0916 19:15:18.595274  885693 logs.go:123] Gathering logs for coredns [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9] ...
	I0916 19:15:18.595310  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9"
	I0916 19:15:18.669594  885693 logs.go:123] Gathering logs for kube-scheduler [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217] ...
	I0916 19:15:18.669641  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217"
	I0916 19:15:18.713388  885693 logs.go:123] Gathering logs for kube-controller-manager [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11] ...
	I0916 19:15:18.713432  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11"
	I0916 19:15:18.788959  885693 logs.go:123] Gathering logs for CRI-O ...
	I0916 19:15:18.789003  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0916 19:15:18.889311  885693 logs.go:123] Gathering logs for container status ...
	I0916 19:15:18.889353  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0916 19:15:18.939886  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:15:18.939916  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0916 19:15:18.939979  885693 out.go:270] X Problems detected in kubelet:
	W0916 19:15:18.939991  885693 out.go:270]   Sep 16 19:13:44 addons-039693 kubelet[1491]: W0916 19:13:44.602817    1491 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-039693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-039693' and this object
	W0916 19:15:18.939999  885693 out.go:270]   Sep 16 19:13:44 addons-039693 kubelet[1491]: E0916 19:13:44.602871    1491 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-039693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-039693' and this object" logger="UnhandledError"
	I0916 19:15:18.940006  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:15:18.940012  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:15:28.952759  885693 system_pods.go:59] 18 kube-system pods found
	I0916 19:15:28.952803  885693 system_pods.go:61] "coredns-7c65d6cfc9-k7f2z" [568bb49d-69ce-43a5-a4e0-f8c4ab77fe37] Running
	I0916 19:15:28.952811  885693 system_pods.go:61] "csi-hostpath-attacher-0" [c6e2e77f-94e9-428f-9eab-52434723b585] Running
	I0916 19:15:28.952817  885693 system_pods.go:61] "csi-hostpath-resizer-0" [d9f16d1e-350d-41ac-977e-a3a5e2410f73] Running
	I0916 19:15:28.952821  885693 system_pods.go:61] "csi-hostpathplugin-75v5q" [2365ffa9-ae30-47d6-9732-1125ce3a6052] Running
	I0916 19:15:28.952826  885693 system_pods.go:61] "etcd-addons-039693" [62a9396d-45a4-4233-81e6-c35408b86a10] Running
	I0916 19:15:28.952830  885693 system_pods.go:61] "kindnet-kwnxc" [25a8e75c-0b6c-4daa-b1d8-2a509615e3d2] Running
	I0916 19:15:28.952834  885693 system_pods.go:61] "kube-apiserver-addons-039693" [6a6125d7-7610-425f-a409-44e683690564] Running
	I0916 19:15:28.952839  885693 system_pods.go:61] "kube-controller-manager-addons-039693" [5739fad8-0156-4f15-87ae-a816a5454021] Running
	I0916 19:15:28.952844  885693 system_pods.go:61] "kube-ingress-dns-minikube" [92f1ce71-8fef-4d92-abbb-e2dc6ac42153] Running
	I0916 19:15:28.952848  885693 system_pods.go:61] "kube-proxy-4bxfk" [8d405a66-dc6a-4b18-bc5b-da9fd82eefd4] Running
	I0916 19:15:28.952853  885693 system_pods.go:61] "kube-scheduler-addons-039693" [4b551dd1-681c-40c5-b4ef-62a21bea5481] Running
	I0916 19:15:28.952864  885693 system_pods.go:61] "metrics-server-84c5f94fbc-tr5qp" [c06b061f-02b8-4221-b277-563241a4ab9e] Running
	I0916 19:15:28.952868  885693 system_pods.go:61] "nvidia-device-plugin-daemonset-md9rh" [b9e71cf7-18e4-4cf9-a264-d0ab039c65c9] Running
	I0916 19:15:28.952877  885693 system_pods.go:61] "registry-66c9cd494c-gp52c" [29f1a15b-70ec-416f-afb5-b192475f37c0] Running
	I0916 19:15:28.952881  885693 system_pods.go:61] "registry-proxy-6sgf4" [74eb3831-9a3e-43bd-8dbf-e08dcbcb1ab0] Running
	I0916 19:15:28.952893  885693 system_pods.go:61] "snapshot-controller-56fcc65765-hqj9w" [cef1f1c2-18a9-4061-94bd-756a70cc2624] Running
	I0916 19:15:28.952897  885693 system_pods.go:61] "snapshot-controller-56fcc65765-x8r89" [c84d51e4-1527-4694-8e00-a077b96ea6b7] Running
	I0916 19:15:28.952903  885693 system_pods.go:61] "storage-provisioner" [ae4931db-1c78-48de-9ebd-3867e318bc62] Running
	I0916 19:15:28.952913  885693 system_pods.go:74] duration metric: took 11.241557825s to wait for pod list to return data ...
	I0916 19:15:28.952927  885693 default_sa.go:34] waiting for default service account to be created ...
	I0916 19:15:28.955644  885693 default_sa.go:45] found service account: "default"
	I0916 19:15:28.955672  885693 default_sa.go:55] duration metric: took 2.734987ms for default service account to be created ...
	I0916 19:15:28.955683  885693 system_pods.go:116] waiting for k8s-apps to be running ...
	I0916 19:15:28.967860  885693 system_pods.go:86] 18 kube-system pods found
	I0916 19:15:28.967915  885693 system_pods.go:89] "coredns-7c65d6cfc9-k7f2z" [568bb49d-69ce-43a5-a4e0-f8c4ab77fe37] Running
	I0916 19:15:28.967925  885693 system_pods.go:89] "csi-hostpath-attacher-0" [c6e2e77f-94e9-428f-9eab-52434723b585] Running
	I0916 19:15:28.967931  885693 system_pods.go:89] "csi-hostpath-resizer-0" [d9f16d1e-350d-41ac-977e-a3a5e2410f73] Running
	I0916 19:15:28.967939  885693 system_pods.go:89] "csi-hostpathplugin-75v5q" [2365ffa9-ae30-47d6-9732-1125ce3a6052] Running
	I0916 19:15:28.967945  885693 system_pods.go:89] "etcd-addons-039693" [62a9396d-45a4-4233-81e6-c35408b86a10] Running
	I0916 19:15:28.967955  885693 system_pods.go:89] "kindnet-kwnxc" [25a8e75c-0b6c-4daa-b1d8-2a509615e3d2] Running
	I0916 19:15:28.967961  885693 system_pods.go:89] "kube-apiserver-addons-039693" [6a6125d7-7610-425f-a409-44e683690564] Running
	I0916 19:15:28.967966  885693 system_pods.go:89] "kube-controller-manager-addons-039693" [5739fad8-0156-4f15-87ae-a816a5454021] Running
	I0916 19:15:28.967975  885693 system_pods.go:89] "kube-ingress-dns-minikube" [92f1ce71-8fef-4d92-abbb-e2dc6ac42153] Running
	I0916 19:15:28.967980  885693 system_pods.go:89] "kube-proxy-4bxfk" [8d405a66-dc6a-4b18-bc5b-da9fd82eefd4] Running
	I0916 19:15:28.967984  885693 system_pods.go:89] "kube-scheduler-addons-039693" [4b551dd1-681c-40c5-b4ef-62a21bea5481] Running
	I0916 19:15:28.967989  885693 system_pods.go:89] "metrics-server-84c5f94fbc-tr5qp" [c06b061f-02b8-4221-b277-563241a4ab9e] Running
	I0916 19:15:28.967999  885693 system_pods.go:89] "nvidia-device-plugin-daemonset-md9rh" [b9e71cf7-18e4-4cf9-a264-d0ab039c65c9] Running
	I0916 19:15:28.968008  885693 system_pods.go:89] "registry-66c9cd494c-gp52c" [29f1a15b-70ec-416f-afb5-b192475f37c0] Running
	I0916 19:15:28.968012  885693 system_pods.go:89] "registry-proxy-6sgf4" [74eb3831-9a3e-43bd-8dbf-e08dcbcb1ab0] Running
	I0916 19:15:28.968016  885693 system_pods.go:89] "snapshot-controller-56fcc65765-hqj9w" [cef1f1c2-18a9-4061-94bd-756a70cc2624] Running
	I0916 19:15:28.968020  885693 system_pods.go:89] "snapshot-controller-56fcc65765-x8r89" [c84d51e4-1527-4694-8e00-a077b96ea6b7] Running
	I0916 19:15:28.968023  885693 system_pods.go:89] "storage-provisioner" [ae4931db-1c78-48de-9ebd-3867e318bc62] Running
	I0916 19:15:28.968034  885693 system_pods.go:126] duration metric: took 12.34537ms to wait for k8s-apps to be running ...
	I0916 19:15:28.968045  885693 system_svc.go:44] waiting for kubelet service to be running ....
	I0916 19:15:28.968106  885693 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0916 19:15:28.982827  885693 system_svc.go:56] duration metric: took 14.771244ms WaitForService to wait for kubelet
	I0916 19:15:28.982857  885693 kubeadm.go:582] duration metric: took 2m28.538427829s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0916 19:15:28.982877  885693 node_conditions.go:102] verifying NodePressure condition ...
	I0916 19:15:28.986448  885693 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0916 19:15:28.986484  885693 node_conditions.go:123] node cpu capacity is 2
	I0916 19:15:28.986496  885693 node_conditions.go:105] duration metric: took 3.613646ms to run NodePressure ...
	I0916 19:15:28.986508  885693 start.go:241] waiting for startup goroutines ...
	I0916 19:15:28.986515  885693 start.go:246] waiting for cluster config update ...
	I0916 19:15:28.986531  885693 start.go:255] writing updated cluster config ...
	I0916 19:15:28.986859  885693 ssh_runner.go:195] Run: rm -f paused
	I0916 19:15:29.310779  885693 start.go:600] kubectl: 1.31.1, cluster: 1.31.1 (minor skew: 0)
	I0916 19:15:29.313245  885693 out.go:177] * Done! kubectl is now configured to use "addons-039693" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Sep 16 19:24:43 addons-039693 crio[966]: time="2024-09-16 19:24:43.227246935Z" level=info msg="Image gcr.io/k8s-minikube/busybox:latest not found" id=5986c5b8-9007-4b57-bc36-7f34edaa76dc name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:24:43 addons-039693 crio[966]: time="2024-09-16 19:24:43.773160263Z" level=info msg="Stopping pod sandbox: 3634f92b30ebb3a330dffca8f2dac12f5b559889bf46af994ffd4d57855c0928" id=9ce1941a-408d-460c-9fcf-0a219d9abc07 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 16 19:24:43 addons-039693 crio[966]: time="2024-09-16 19:24:43.773467512Z" level=info msg="Got pod network &{Name:registry-test Namespace:default ID:3634f92b30ebb3a330dffca8f2dac12f5b559889bf46af994ffd4d57855c0928 UID:077a6067-3d0f-48e6-8522-678f5009b362 NetNS:/var/run/netns/b1ba76b5-869e-4e89-a9a2-e45ba92e914a Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Sep 16 19:24:43 addons-039693 crio[966]: time="2024-09-16 19:24:43.773608058Z" level=info msg="Deleting pod default_registry-test from CNI network \"kindnet\" (type=ptp)"
	Sep 16 19:24:43 addons-039693 crio[966]: time="2024-09-16 19:24:43.801846131Z" level=info msg="Stopped pod sandbox: 3634f92b30ebb3a330dffca8f2dac12f5b559889bf46af994ffd4d57855c0928" id=9ce1941a-408d-460c-9fcf-0a219d9abc07 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.228618942Z" level=info msg="Stopping container: d5e88160cc64c4c7d1ecd80eb8a80758366f7a113f0ac72a69cba787a13b7127 (timeout: 30s)" id=295c8832-8637-4ce9-aa33-8f615081033c name=/runtime.v1.RuntimeService/StopContainer
	Sep 16 19:24:44 addons-039693 conmon[4211]: conmon d5e88160cc64c4c7d1ec <ninfo>: container 4223 exited with status 2
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.280857412Z" level=info msg="Stopping container: 18249c2918d5e1304e13e824be5e82110cefdfd57cac99ab008385d84cc24560 (timeout: 30s)" id=a376f752-e10f-44b6-9fef-9b729e70b64f name=/runtime.v1.RuntimeService/StopContainer
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.388193869Z" level=info msg="Stopped container d5e88160cc64c4c7d1ecd80eb8a80758366f7a113f0ac72a69cba787a13b7127: kube-system/registry-66c9cd494c-gp52c/registry" id=295c8832-8637-4ce9-aa33-8f615081033c name=/runtime.v1.RuntimeService/StopContainer
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.388820914Z" level=info msg="Stopping pod sandbox: e40a348c9fbf0934b26df245fce3421ac656054966ded176cc877f95679d8826" id=a0b8c16c-2c1c-472d-8e77-085071c9fad7 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.389060807Z" level=info msg="Got pod network &{Name:registry-66c9cd494c-gp52c Namespace:kube-system ID:e40a348c9fbf0934b26df245fce3421ac656054966ded176cc877f95679d8826 UID:29f1a15b-70ec-416f-afb5-b192475f37c0 NetNS:/var/run/netns/192f4f32-58c8-4af5-a921-eedb105377c7 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.389195019Z" level=info msg="Deleting pod kube-system_registry-66c9cd494c-gp52c from CNI network \"kindnet\" (type=ptp)"
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.442392965Z" level=info msg="Stopped pod sandbox: e40a348c9fbf0934b26df245fce3421ac656054966ded176cc877f95679d8826" id=a0b8c16c-2c1c-472d-8e77-085071c9fad7 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.460486722Z" level=info msg="Stopped container 18249c2918d5e1304e13e824be5e82110cefdfd57cac99ab008385d84cc24560: kube-system/registry-proxy-6sgf4/registry-proxy" id=a376f752-e10f-44b6-9fef-9b729e70b64f name=/runtime.v1.RuntimeService/StopContainer
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.462199447Z" level=info msg="Stopping pod sandbox: d7315ca3dfff9ee3da948458f7507e6c6c85c34a7a82272a2064495fe9784429" id=579d5122-55ed-42d2-ac10-4a681d65e7ac name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.471649583Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-LFEVLTOKSKIM3NPU - [0:0]\n:KUBE-HP-S325WWUIFAIGC3FY - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-7KYA63N5ZPLGYZYF - [0:0]\n-A KUBE-HOSTPORTS -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-f45vb_ingress-nginx_96451bf1-5fd0-4eb6-94ae-f054a2e07b4d_0_ hostport 443\" -m tcp --dport 443 -j KUBE-HP-S325WWUIFAIGC3FY\n-A KUBE-HOSTPORTS -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-f45vb_ingress-nginx_96451bf1-5fd0-4eb6-94ae-f054a2e07b4d_0_ hostport 80\" -m tcp --dport 80 -j KUBE-HP-LFEVLTOKSKIM3NPU\n-A KUBE-HP-LFEVLTOKSKIM3NPU -s 10.244.0.20/32 -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-f45vb_ingress-nginx_96451bf1-5fd0-4eb6-94ae-f054a2e07b4d_0_ hostport 80\" -j KUBE-MARK-MASQ\n-A KUBE-HP-LFEVLTOKSKIM3NPU -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-f45vb_ingress-nginx_96451bf1-5fd0-4eb6-94a
e-f054a2e07b4d_0_ hostport 80\" -m tcp -j DNAT --to-destination 10.244.0.20:80\n-A KUBE-HP-S325WWUIFAIGC3FY -s 10.244.0.20/32 -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-f45vb_ingress-nginx_96451bf1-5fd0-4eb6-94ae-f054a2e07b4d_0_ hostport 443\" -j KUBE-MARK-MASQ\n-A KUBE-HP-S325WWUIFAIGC3FY -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-f45vb_ingress-nginx_96451bf1-5fd0-4eb6-94ae-f054a2e07b4d_0_ hostport 443\" -m tcp -j DNAT --to-destination 10.244.0.20:443\n-X KUBE-HP-7KYA63N5ZPLGYZYF\nCOMMIT\n"
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.477951383Z" level=info msg="Closing host port tcp:5000"
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.479807574Z" level=info msg="Host port tcp:5000 does not have an open socket"
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.480005228Z" level=info msg="Got pod network &{Name:registry-proxy-6sgf4 Namespace:kube-system ID:d7315ca3dfff9ee3da948458f7507e6c6c85c34a7a82272a2064495fe9784429 UID:74eb3831-9a3e-43bd-8dbf-e08dcbcb1ab0 NetNS:/var/run/netns/6afdef0b-faaa-4de4-bd93-0704a5d122e9 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.480136830Z" level=info msg="Deleting pod kube-system_registry-proxy-6sgf4 from CNI network \"kindnet\" (type=ptp)"
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.525005889Z" level=info msg="Stopped pod sandbox: d7315ca3dfff9ee3da948458f7507e6c6c85c34a7a82272a2064495fe9784429" id=579d5122-55ed-42d2-ac10-4a681d65e7ac name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.782427514Z" level=info msg="Removing container: d5e88160cc64c4c7d1ecd80eb8a80758366f7a113f0ac72a69cba787a13b7127" id=cc323f61-ed78-4d6e-bb8d-f66b27dfc18a name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.811117000Z" level=info msg="Removed container d5e88160cc64c4c7d1ecd80eb8a80758366f7a113f0ac72a69cba787a13b7127: kube-system/registry-66c9cd494c-gp52c/registry" id=cc323f61-ed78-4d6e-bb8d-f66b27dfc18a name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.813968195Z" level=info msg="Removing container: 18249c2918d5e1304e13e824be5e82110cefdfd57cac99ab008385d84cc24560" id=49dde3e0-923d-4136-8a0d-182c78e39aff name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 16 19:24:44 addons-039693 crio[966]: time="2024-09-16 19:24:44.837545430Z" level=info msg="Removed container 18249c2918d5e1304e13e824be5e82110cefdfd57cac99ab008385d84cc24560: kube-system/registry-proxy-6sgf4/registry-proxy" id=49dde3e0-923d-4136-8a0d-182c78e39aff name=/runtime.v1.RuntimeService/RemoveContainer
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                                        CREATED             STATE               NAME                                     ATTEMPT             POD ID              POD
	1f5bbd7b0cca5       ghcr.io/inspektor-gadget/inspektor-gadget@sha256:03e677e1cf9d2c9bea454e3dbcbcef20b3022e987534a2874eb1abc5bc3e73ec                            13 seconds ago      Exited              gadget                                   7                   c35f7f142c0bb       gadget-vxbcw
	d3b2278ab1d5d       fc9db2894f4e4b8c296b8c9dab7e18a6e78de700d21bc0cfaf5c78484226db9c                                                                             44 seconds ago      Exited              helper-pod                               0                   3a03b5f48afd9       helper-pod-delete-pvc-53c54111-d49c-4b36-8647-254017e2c2f1
	afbe29ec6da2f       docker.io/library/busybox@sha256:71e065368796c7368a99a072019b9fe73e28e225ae9882430579ec49a1e46235                                            47 seconds ago      Exited              busybox                                  0                   60f9ec4a449e9       test-local-path
	974502a12ff09       docker.io/library/busybox@sha256:1fa89c01cd0473cedbd1a470abb8c139eeb80920edf1bc55de87851bfb63ea11                                            51 seconds ago      Exited              helper-pod                               0                   f060a9351248a       helper-pod-create-pvc-53c54111-d49c-4b36-8647-254017e2c2f1
	9d20bd49e96ad       registry.k8s.io/ingress-nginx/controller@sha256:22f9d129ae8c89a2cabbd13af3c1668944f3dd68fec186199b7024a0a2fc75b3                             9 minutes ago       Running             controller                               0                   6e394c3614c19       ingress-nginx-controller-bc57996ff-f45vb
	11e0ad2ab95f8       registry.k8s.io/sig-storage/csi-snapshotter@sha256:291334908ddf71a4661fd7f6d9d97274de8a5378a2b6fdfeb2ce73414a34f82f                          9 minutes ago       Running             csi-snapshotter                          0                   77b0494ebe329       csi-hostpathplugin-75v5q
	618dad26fffb4       registry.k8s.io/sig-storage/csi-provisioner@sha256:98ffd09c0784203d200e0f8c241501de31c8df79644caac7eed61bd6391e5d49                          10 minutes ago      Running             csi-provisioner                          0                   77b0494ebe329       csi-hostpathplugin-75v5q
	1ff73c8a09cc0       registry.k8s.io/sig-storage/livenessprobe@sha256:8b00c6e8f52639ed9c6f866085893ab688e57879741b3089e3cfa9998502e158                            10 minutes ago      Running             liveness-probe                           0                   77b0494ebe329       csi-hostpathplugin-75v5q
	24c04515fba40       registry.k8s.io/sig-storage/hostpathplugin@sha256:7b1dfc90a367222067fc468442fdf952e20fc5961f25c1ad654300ddc34d7083                           10 minutes ago      Running             hostpath                                 0                   77b0494ebe329       csi-hostpathplugin-75v5q
	f33617d7a2377       registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:511b8c8ac828194a753909d26555ff08bc12f497dd8daeb83fe9d593693a26c1                10 minutes ago      Running             node-driver-registrar                    0                   77b0494ebe329       csi-hostpathplugin-75v5q
	cfa1836f0d69f       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69                                 10 minutes ago      Running             gcp-auth                                 0                   af1344d9a6d5d       gcp-auth-89d5ffd79-99k8l
	3593ae6b6caf4       registry.k8s.io/sig-storage/csi-external-health-monitor-controller@sha256:80b9ba94aa2afe24553d69bd165a6a51552d1582d68618ec00d3b804a7d9193c   10 minutes ago      Running             csi-external-health-monitor-controller   0                   77b0494ebe329       csi-hostpathplugin-75v5q
	e38760e7d9382       420193b27261a8d37b9fb1faeed45094cefa47e72a7538fd5a6c05e8b5ce192e                                                                             10 minutes ago      Exited              patch                                    2                   5199f44a9a79f       ingress-nginx-admission-patch-5ddr9
	47ef5aacc9831       registry.k8s.io/sig-storage/snapshot-controller@sha256:5d668e35c15df6e87e2530da25d557f543182cedbdb39d421b87076463ee9857                      10 minutes ago      Running             volume-snapshot-controller               0                   7d1de56f334d9       snapshot-controller-56fcc65765-hqj9w
	9c70a59d7c006       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:7c4c1a6ca8855c524a64983eaf590e126a669ae12df83ad65de281c9beee13d3                   10 minutes ago      Exited              create                                   0                   875fd48126859       ingress-nginx-admission-create-px8w9
	bc472d913c7b1       registry.k8s.io/sig-storage/csi-attacher@sha256:4b5609c78455de45821910065281a368d5f760b41250f90cbde5110543bdc326                             10 minutes ago      Running             csi-attacher                             0                   5546efe1b020b       csi-hostpath-attacher-0
	e1bc2a93d2334       registry.k8s.io/sig-storage/csi-resizer@sha256:425d8f1b769398127767b06ed97ce62578a3179bcb99809ce93a1649e025ffe7                              10 minutes ago      Running             csi-resizer                              0                   d2767a61f758a       csi-hostpath-resizer-0
	a590bb9d6def5       registry.k8s.io/sig-storage/snapshot-controller@sha256:5d668e35c15df6e87e2530da25d557f543182cedbdb39d421b87076463ee9857                      10 minutes ago      Running             volume-snapshot-controller               0                   b969777e90c15       snapshot-controller-56fcc65765-x8r89
	142d60a739084       gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c                             10 minutes ago      Running             minikube-ingress-dns                     0                   e7a08624bb519       kube-ingress-dns-minikube
	8c7f00608310c       gcr.io/cloud-spanner-emulator/emulator@sha256:41ec188288c7943f488600462b2b74002814e52439be82d15de33c3ee4898a58                               10 minutes ago      Running             cloud-spanner-emulator                   0                   d27cb5bce592f       cloud-spanner-emulator-769b77f747-hrlmt
	e5d667ecfed24       registry.k8s.io/metrics-server/metrics-server@sha256:048bcf48fc2cce517a61777e22bac782ba59ea5e9b9a54bcb42dbee99566a91f                        10 minutes ago      Running             metrics-server                           0                   9c765007df5c0       metrics-server-84c5f94fbc-tr5qp
	80a01cbf86562       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                                                             11 minutes ago      Running             storage-provisioner                      0                   fb31fcee54a94       storage-provisioner
	100a84756cb13       2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4                                                                             11 minutes ago      Running             coredns                                  0                   e4f0a449d5224       coredns-7c65d6cfc9-k7f2z
	5990d89d5edff       24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d                                                                             11 minutes ago      Running             kube-proxy                               0                   73d9fdf0c0640       kube-proxy-4bxfk
	44a6a46497a92       6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51                                                                             11 minutes ago      Running             kindnet-cni                              0                   a21e5eaa4b197       kindnet-kwnxc
	3c9d2ae653218       d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853                                                                             11 minutes ago      Running             kube-apiserver                           0                   15f0e06a793e7       kube-apiserver-addons-039693
	309550e364b20       27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da                                                                             11 minutes ago      Running             etcd                                     0                   d8a750fd3a20c       etcd-addons-039693
	a7b1cec9154a5       279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e                                                                             11 minutes ago      Running             kube-controller-manager                  0                   676b2763e189f       kube-controller-manager-addons-039693
	addae146f6b32       7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d                                                                             11 minutes ago      Running             kube-scheduler                           0                   d1cef3943319d       kube-scheduler-addons-039693
	
	
	==> coredns [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9] <==
	[INFO] 10.244.0.4:43802 - 58985 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000049666s
	[INFO] 10.244.0.4:35611 - 37639 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.006420965s
	[INFO] 10.244.0.4:35611 - 22586 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.006542992s
	[INFO] 10.244.0.4:37376 - 58104 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000078031s
	[INFO] 10.244.0.4:37376 - 23773 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000067258s
	[INFO] 10.244.0.4:55678 - 37968 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000159977s
	[INFO] 10.244.0.4:55678 - 49244 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000206048s
	[INFO] 10.244.0.4:38378 - 53390 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000170413s
	[INFO] 10.244.0.4:38378 - 54154 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000223337s
	[INFO] 10.244.0.4:48646 - 38572 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000106249s
	[INFO] 10.244.0.4:48646 - 162 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000152788s
	[INFO] 10.244.0.4:56884 - 63877 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001594331s
	[INFO] 10.244.0.4:56884 - 58040 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001821425s
	[INFO] 10.244.0.4:40772 - 5053 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000075537s
	[INFO] 10.244.0.4:40772 - 44478 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000111516s
	[INFO] 10.244.0.19:49997 - 12087 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000289355s
	[INFO] 10.244.0.19:42862 - 56712 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000482899s
	[INFO] 10.244.0.19:43928 - 42116 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000259447s
	[INFO] 10.244.0.19:44339 - 37797 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000331645s
	[INFO] 10.244.0.19:52425 - 9285 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00013815s
	[INFO] 10.244.0.19:52535 - 27954 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000134253s
	[INFO] 10.244.0.19:58745 - 61963 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002507566s
	[INFO] 10.244.0.19:53250 - 47047 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002597208s
	[INFO] 10.244.0.19:48841 - 28270 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001822106s
	[INFO] 10.244.0.19:49824 - 11445 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 610 0.002544029s
	
	
	==> describe nodes <==
	Name:               addons-039693
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-039693
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=91d692c919753635ac118b7ed7ae5503b67c63c8
	                    minikube.k8s.io/name=addons-039693
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_09_16T19_12_55_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-039693
	Annotations:        csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-039693"}
	                    kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 16 Sep 2024 19:12:52 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-039693
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 16 Sep 2024 19:24:39 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 16 Sep 2024 19:24:30 +0000   Mon, 16 Sep 2024 19:12:49 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 16 Sep 2024 19:24:30 +0000   Mon, 16 Sep 2024 19:12:49 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 16 Sep 2024 19:24:30 +0000   Mon, 16 Sep 2024 19:12:49 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 16 Sep 2024 19:24:30 +0000   Mon, 16 Sep 2024 19:13:44 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-039693
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	System Info:
	  Machine ID:                 0d95890d94dd48e1840b298e1af57325
	  System UUID:                7054e7cf-db08-4523-a8ad-f46ff16b12c4
	  Boot ID:                    f7fa8452-b2cd-439e-ae27-324f5fe2e6b8
	  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:          (20 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-hrlmt     0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  gadget                      gadget-vxbcw                                0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  gcp-auth                    gcp-auth-89d5ffd79-99k8l                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  ingress-nginx               ingress-nginx-controller-bc57996ff-f45vb    100m (5%)     0 (0%)      90Mi (1%)        0 (0%)         11m
	  kube-system                 coredns-7c65d6cfc9-k7f2z                    100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     11m
	  kube-system                 csi-hostpath-attacher-0                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 csi-hostpath-resizer-0                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 csi-hostpathplugin-75v5q                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 etcd-addons-039693                          100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         11m
	  kube-system                 kindnet-kwnxc                               100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      11m
	  kube-system                 kube-apiserver-addons-039693                250m (12%)    0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-controller-manager-addons-039693       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-4bxfk                            0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-scheduler-addons-039693                100m (5%)     0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 metrics-server-84c5f94fbc-tr5qp             100m (5%)     0 (0%)      200Mi (2%)       0 (0%)         11m
	  kube-system                 snapshot-controller-56fcc65765-hqj9w        0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 snapshot-controller-56fcc65765-x8r89        0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 storage-provisioner                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests     Limits
	  --------           --------     ------
	  cpu                1050m (52%)  100m (5%)
	  memory             510Mi (6%)   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                 11m                kube-proxy       
	  Normal   NodeHasSufficientMemory  11m (x8 over 11m)  kubelet          Node addons-039693 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    11m (x8 over 11m)  kubelet          Node addons-039693 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     11m (x7 over 11m)  kubelet          Node addons-039693 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-039693 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    11m                kubelet          Node addons-039693 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     11m                kubelet          Node addons-039693 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           11m                node-controller  Node addons-039693 event: Registered Node addons-039693 in Controller
	  Normal   NodeReady                11m                kubelet          Node addons-039693 status is now: NodeReady
	
	
	==> dmesg <==
	[Sep16 19:00] overlayfs: lowerdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	
	
	==> etcd [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a] <==
	{"level":"warn","ts":"2024-09-16T19:13:04.336280Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"386.694716ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/kube-apiserver-addons-039693\" ","response":"range_response_count:1 size:7632"}
	{"level":"warn","ts":"2024-09-16T19:13:04.343479Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"304.128148ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/services/specs/default/cloud-spanner-emulator\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-16T19:13:04.386779Z","caller":"traceutil/trace.go:171","msg":"trace[1141319140] range","detail":"{range_begin:/registry/services/specs/default/cloud-spanner-emulator; range_end:; response_count:0; response_revision:397; }","duration":"346.835228ms","start":"2024-09-16T19:13:04.039333Z","end":"2024-09-16T19:13:04.386168Z","steps":["trace[1141319140] 'agreement among raft nodes before linearized reading'  (duration: 262.827404ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.386908Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:04.039320Z","time spent":"347.56347ms","remote":"127.0.0.1:59170","response type":"/etcdserverpb.KV/Range","request count":0,"request size":57,"response count":0,"response size":29,"request content":"key:\"/registry/services/specs/default/cloud-spanner-emulator\" "}
	{"level":"warn","ts":"2024-09-16T19:13:04.388525Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:04.039206Z","time spent":"349.293229ms","remote":"127.0.0.1:59038","response type":"/etcdserverpb.KV/Range","request count":0,"request size":60,"response count":0,"response size":29,"request content":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions\" limit:1 "}
	{"level":"info","ts":"2024-09-16T19:13:04.388674Z","caller":"traceutil/trace.go:171","msg":"trace[877303149] range","detail":"{range_begin:/registry/namespaces/yakd-dashboard; range_end:; response_count:0; response_revision:397; }","duration":"352.710801ms","start":"2024-09-16T19:13:04.035945Z","end":"2024-09-16T19:13:04.388656Z","steps":["trace[877303149] 'agreement among raft nodes before linearized reading'  (duration: 289.800745ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.388706Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:04.035918Z","time spent":"352.780381ms","remote":"127.0.0.1:59112","response type":"/etcdserverpb.KV/Range","request count":0,"request size":37,"response count":0,"response size":29,"request content":"key:\"/registry/namespaces/yakd-dashboard\" "}
	{"level":"info","ts":"2024-09-16T19:13:04.388799Z","caller":"traceutil/trace.go:171","msg":"trace[1915956424] range","detail":"{range_begin:/registry/apiregistration.k8s.io/apiservices/v1beta1.metrics.k8s.io; range_end:; response_count:0; response_revision:397; }","duration":"352.923881ms","start":"2024-09-16T19:13:04.035866Z","end":"2024-09-16T19:13:04.388790Z","steps":["trace[1915956424] 'agreement among raft nodes before linearized reading'  (duration: 289.985042ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.388828Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:04.035822Z","time spent":"352.998016ms","remote":"127.0.0.1:59494","response type":"/etcdserverpb.KV/Range","request count":0,"request size":69,"response count":0,"response size":29,"request content":"key:\"/registry/apiregistration.k8s.io/apiservices/v1beta1.metrics.k8s.io\" "}
	{"level":"info","ts":"2024-09-16T19:13:04.388905Z","caller":"traceutil/trace.go:171","msg":"trace[1503863874] range","detail":"{range_begin:; range_end:; response_count:0; response_revision:397; }","duration":"353.782874ms","start":"2024-09-16T19:13:04.035116Z","end":"2024-09-16T19:13:04.388899Z","steps":["trace[1503863874] 'agreement among raft nodes before linearized reading'  (duration: 300.974479ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-16T19:13:04.390886Z","caller":"traceutil/trace.go:171","msg":"trace[766506508] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:397; }","duration":"356.371863ms","start":"2024-09-16T19:13:04.034499Z","end":"2024-09-16T19:13:04.390871Z","steps":["trace[766506508] 'agreement among raft nodes before linearized reading'  (duration: 301.633133ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.391026Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:04.034372Z","time spent":"356.634633ms","remote":"127.0.0.1:59112","response type":"/etcdserverpb.KV/Range","request count":0,"request size":34,"response count":1,"response size":375,"request content":"key:\"/registry/namespaces/kube-system\" "}
	{"level":"info","ts":"2024-09-16T19:13:04.414888Z","caller":"traceutil/trace.go:171","msg":"trace[497735394] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/storage-provisioner; range_end:; response_count:0; response_revision:397; }","duration":"464.720175ms","start":"2024-09-16T19:13:03.950141Z","end":"2024-09-16T19:13:04.414862Z","steps":["trace[497735394] 'agreement among raft nodes before linearized reading'  (duration: 386.047311ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.414971Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:03.950130Z","time spent":"464.814633ms","remote":"127.0.0.1:59172","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":"info","ts":"2024-09-16T19:13:04.415137Z","caller":"traceutil/trace.go:171","msg":"trace[1410557784] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:397; }","duration":"465.071053ms","start":"2024-09-16T19:13:03.950058Z","end":"2024-09-16T19:13:04.415129Z","steps":["trace[1410557784] 'agreement among raft nodes before linearized reading'  (duration: 386.153165ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.415166Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:03.950041Z","time spent":"465.117577ms","remote":"127.0.0.1:59112","response type":"/etcdserverpb.KV/Range","request count":0,"request size":34,"response count":1,"response size":375,"request content":"key:\"/registry/namespaces/kube-system\" "}
	{"level":"info","ts":"2024-09-16T19:13:04.415209Z","caller":"traceutil/trace.go:171","msg":"trace[1065318346] range","detail":"{range_begin:/registry/pods/kube-system/kube-apiserver-addons-039693; range_end:; response_count:1; response_revision:397; }","duration":"465.62144ms","start":"2024-09-16T19:13:03.949582Z","end":"2024-09-16T19:13:04.415204Z","steps":["trace[1065318346] 'agreement among raft nodes before linearized reading'  (duration: 386.679701ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.415231Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:03.949567Z","time spent":"465.658577ms","remote":"127.0.0.1:59162","response type":"/etcdserverpb.KV/Range","request count":0,"request size":57,"response count":1,"response size":7656,"request content":"key:\"/registry/pods/kube-system/kube-apiserver-addons-039693\" "}
	{"level":"info","ts":"2024-09-16T19:13:05.094329Z","caller":"traceutil/trace.go:171","msg":"trace[1119402512] transaction","detail":"{read_only:false; response_revision:466; number_of_response:1; }","duration":"107.653462ms","start":"2024-09-16T19:13:04.986658Z","end":"2024-09-16T19:13:05.094311Z","steps":["trace[1119402512] 'process raft request'  (duration: 83.308888ms)","trace[1119402512] 'compare'  (duration: 23.812337ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-16T19:13:05.094868Z","caller":"traceutil/trace.go:171","msg":"trace[1893242622] transaction","detail":"{read_only:false; response_revision:467; number_of_response:1; }","duration":"105.800914ms","start":"2024-09-16T19:13:04.989057Z","end":"2024-09-16T19:13:05.094858Z","steps":["trace[1893242622] 'process raft request'  (duration: 104.834179ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-16T19:13:05.095351Z","caller":"traceutil/trace.go:171","msg":"trace[771436692] transaction","detail":"{read_only:false; response_revision:468; number_of_response:1; }","duration":"104.895521ms","start":"2024-09-16T19:13:04.990447Z","end":"2024-09-16T19:13:05.095343Z","steps":["trace[771436692] 'process raft request'  (duration: 103.833869ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-16T19:13:05.100709Z","caller":"traceutil/trace.go:171","msg":"trace[532736808] transaction","detail":"{read_only:false; response_revision:469; number_of_response:1; }","duration":"110.125832ms","start":"2024-09-16T19:13:04.990569Z","end":"2024-09-16T19:13:05.100694Z","steps":["trace[532736808] 'process raft request'  (duration: 104.579827ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-16T19:22:50.499575Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1547}
	{"level":"info","ts":"2024-09-16T19:22:50.528102Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1547,"took":"28.092518ms","hash":4024828033,"current-db-size-bytes":6348800,"current-db-size":"6.3 MB","current-db-size-in-use-bytes":3416064,"current-db-size-in-use":"3.4 MB"}
	{"level":"info","ts":"2024-09-16T19:22:50.528150Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":4024828033,"revision":1547,"compact-revision":-1}
	
	
	==> gcp-auth [cfa1836f0d69fca7a43caed3fdda018a15ccb997005e0355e765e61fa20bb1d8] <==
	2024/09/16 19:14:37 GCP Auth Webhook started!
	2024/09/16 19:15:29 Ready to marshal response ...
	2024/09/16 19:15:29 Ready to write response ...
	2024/09/16 19:15:29 Ready to marshal response ...
	2024/09/16 19:15:29 Ready to write response ...
	2024/09/16 19:15:29 Ready to marshal response ...
	2024/09/16 19:15:29 Ready to write response ...
	2024/09/16 19:23:43 Ready to marshal response ...
	2024/09/16 19:23:43 Ready to write response ...
	2024/09/16 19:23:52 Ready to marshal response ...
	2024/09/16 19:23:52 Ready to write response ...
	2024/09/16 19:23:52 Ready to marshal response ...
	2024/09/16 19:23:52 Ready to write response ...
	2024/09/16 19:24:01 Ready to marshal response ...
	2024/09/16 19:24:01 Ready to write response ...
	
	
	==> kernel <==
	 19:24:46 up  3:07,  0 users,  load average: 0.63, 0.62, 1.75
	Linux addons-039693 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 [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264] <==
	I0916 19:22:44.455455       1 main.go:299] handling current node
	I0916 19:22:54.454637       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:22:54.454782       1 main.go:299] handling current node
	I0916 19:23:04.453636       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:23:04.453679       1 main.go:299] handling current node
	I0916 19:23:14.453278       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:23:14.453318       1 main.go:299] handling current node
	I0916 19:23:24.453578       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:23:24.453726       1 main.go:299] handling current node
	I0916 19:23:34.462143       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:23:34.462180       1 main.go:299] handling current node
	I0916 19:23:44.453254       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:23:44.453320       1 main.go:299] handling current node
	I0916 19:23:54.454725       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:23:54.454807       1 main.go:299] handling current node
	I0916 19:24:04.453264       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:24:04.453297       1 main.go:299] handling current node
	I0916 19:24:14.454794       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:24:14.454826       1 main.go:299] handling current node
	I0916 19:24:24.453257       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:24:24.453293       1 main.go:299] handling current node
	I0916 19:24:34.454461       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:24:34.454680       1 main.go:299] handling current node
	I0916 19:24:44.455717       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:24:44.455787       1 main.go:299] handling current node
	
	
	==> kube-apiserver [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b] <==
		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"
	E0916 19:14:54.987928       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.99.235.248:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.99.235.248:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.99.235.248:443: connect: connection refused" logger="UnhandledError"
	E0916 19:14:54.992790       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.99.235.248:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.99.235.248:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.99.235.248:443: connect: connection refused" logger="UnhandledError"
	E0916 19:14:55.015249       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.99.235.248:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.99.235.248:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.99.235.248:443: connect: connection refused" logger="UnhandledError"
	I0916 19:14:55.322796       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	E0916 19:24:15.433475       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:16.444725       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:17.144077       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:17.460580       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:18.471010       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:19.481869       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:20.492408       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:21.503036       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:22.514385       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:23.524932       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:24.535325       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:25.545983       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:26.556414       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:27.566520       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:28.579448       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:29.591387       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:30.602736       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:31.615136       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	
	
	==> kube-controller-manager [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11] <==
	I0916 19:14:35.269411       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="yakd-dashboard/yakd-dashboard-67d98fc6b" duration="9.516694ms"
	I0916 19:14:35.270285       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="yakd-dashboard/yakd-dashboard-67d98fc6b" duration="37.055µs"
	I0916 19:14:37.265458       1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-039693"
	I0916 19:14:37.977986       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="gcp-auth/gcp-auth-89d5ffd79" duration="17.356357ms"
	I0916 19:14:37.978166       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="gcp-auth/gcp-auth-89d5ffd79" duration="40.706µs"
	I0916 19:14:39.757279       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/snapshot-controller-56fcc65765" duration="7.0829ms"
	I0916 19:14:39.757360       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/snapshot-controller-56fcc65765" duration="44.062µs"
	I0916 19:14:42.041347       1 job_controller.go:568] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create" delay="0s"
	I0916 19:14:42.112715       1 job_controller.go:568] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create" delay="0s"
	I0916 19:14:42.299512       1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-039693"
	I0916 19:14:54.980488       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/metrics-server-84c5f94fbc" duration="32.869377ms"
	I0916 19:14:54.980656       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/metrics-server-84c5f94fbc" duration="55.927µs"
	I0916 19:14:55.325851       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-bc57996ff" duration="110.286µs"
	I0916 19:15:02.024178       1 job_controller.go:568] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch" delay="0s"
	I0916 19:15:02.059839       1 job_controller.go:568] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch" delay="0s"
	I0916 19:15:07.584986       1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-039693"
	I0916 19:15:08.863190       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-bc57996ff" duration="11.478629ms"
	I0916 19:15:08.863373       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-bc57996ff" duration="63.54µs"
	I0916 19:20:14.445641       1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-039693"
	I0916 19:23:39.809950       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="yakd-dashboard/yakd-dashboard-67d98fc6b" duration="10.994µs"
	I0916 19:23:50.061477       1 namespace_controller.go:187] "Namespace has been deleted" logger="namespace-controller" namespace="yakd-dashboard"
	I0916 19:23:59.303486       1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-039693"
	I0916 19:24:01.817734       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="local-path-storage/local-path-provisioner-86d989889c" duration="5.784µs"
	I0916 19:24:30.058693       1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-039693"
	I0916 19:24:44.203174       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/registry-66c9cd494c" duration="4.472µs"
	
	
	==> kube-proxy [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28] <==
	I0916 19:13:06.054916       1 server_linux.go:66] "Using iptables proxy"
	I0916 19:13:06.318425       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0916 19:13:06.318499       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`"
	I0916 19:13:06.693564       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0916 19:13:06.693629       1 server_linux.go:169] "Using iptables Proxier"
	I0916 19:13:06.732007       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"
	I0916 19:13:06.732571       1 server.go:483] "Version info" version="v1.31.1"
	I0916 19:13:06.732629       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0916 19:13:06.736831       1 config.go:199] "Starting service config controller"
	I0916 19:13:06.736953       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0916 19:13:06.737009       1 config.go:105] "Starting endpoint slice config controller"
	I0916 19:13:06.737039       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0916 19:13:06.737554       1 config.go:328] "Starting node config controller"
	I0916 19:13:06.737630       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0916 19:13:06.837405       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0916 19:13:06.837529       1 shared_informer.go:320] Caches are synced for service config
	I0916 19:13:06.846780       1 shared_informer.go:320] Caches are synced for node config
	
	
	==> kube-scheduler [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217] <==
	E0916 19:12:53.463050       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"
	E0916 19:12:53.463029       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"
	W0916 19:12:53.463184       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
	W0916 19:12:53.463213       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
	E0916 19:12:53.463235       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"
	E0916 19:12:53.463259       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"
	W0916 19:12:53.463318       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
	E0916 19:12:53.463335       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"
	W0916 19:12:53.463367       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
	W0916 19:12:53.463395       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
	E0916 19:12:53.463411       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"
	E0916 19:12:53.463433       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"
	W0916 19:12:53.463472       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
	E0916 19:12:53.463546       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"
	W0916 19:12:53.463508       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
	E0916 19:12:53.463629       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"
	W0916 19:12:53.463655       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
	W0916 19:12:53.463706       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
	E0916 19:12:53.463727       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"
	W0916 19:12:53.463606       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0916 19:12:53.463799       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0916 19:12:53.463806       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
	E0916 19:12:53.463891       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"
	E0916 19:12:53.463709       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"
	I0916 19:12:54.552016       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Sep 16 19:24:43 addons-039693 kubelet[1491]: I0916 19:24:43.978541    1491 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/077a6067-3d0f-48e6-8522-678f5009b362-gcp-creds\") pod \"077a6067-3d0f-48e6-8522-678f5009b362\" (UID: \"077a6067-3d0f-48e6-8522-678f5009b362\") "
	Sep 16 19:24:43 addons-039693 kubelet[1491]: I0916 19:24:43.978700    1491 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/077a6067-3d0f-48e6-8522-678f5009b362-gcp-creds" (OuterVolumeSpecName: "gcp-creds") pod "077a6067-3d0f-48e6-8522-678f5009b362" (UID: "077a6067-3d0f-48e6-8522-678f5009b362"). InnerVolumeSpecName "gcp-creds". PluginName "kubernetes.io/host-path", VolumeGidValue ""
	Sep 16 19:24:43 addons-039693 kubelet[1491]: I0916 19:24:43.978608    1491 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-7fb4c\" (UniqueName: \"kubernetes.io/projected/077a6067-3d0f-48e6-8522-678f5009b362-kube-api-access-7fb4c\") pod \"077a6067-3d0f-48e6-8522-678f5009b362\" (UID: \"077a6067-3d0f-48e6-8522-678f5009b362\") "
	Sep 16 19:24:43 addons-039693 kubelet[1491]: I0916 19:24:43.978809    1491 reconciler_common.go:288] "Volume detached for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/077a6067-3d0f-48e6-8522-678f5009b362-gcp-creds\") on node \"addons-039693\" DevicePath \"\""
	Sep 16 19:24:43 addons-039693 kubelet[1491]: I0916 19:24:43.982050    1491 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/077a6067-3d0f-48e6-8522-678f5009b362-kube-api-access-7fb4c" (OuterVolumeSpecName: "kube-api-access-7fb4c") pod "077a6067-3d0f-48e6-8522-678f5009b362" (UID: "077a6067-3d0f-48e6-8522-678f5009b362"). InnerVolumeSpecName "kube-api-access-7fb4c". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 16 19:24:44 addons-039693 kubelet[1491]: I0916 19:24:44.079413    1491 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-7fb4c\" (UniqueName: \"kubernetes.io/projected/077a6067-3d0f-48e6-8522-678f5009b362-kube-api-access-7fb4c\") on node \"addons-039693\" DevicePath \"\""
	Sep 16 19:24:44 addons-039693 kubelet[1491]: I0916 19:24:44.582608    1491 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-f4rwl\" (UniqueName: \"kubernetes.io/projected/74eb3831-9a3e-43bd-8dbf-e08dcbcb1ab0-kube-api-access-f4rwl\") pod \"74eb3831-9a3e-43bd-8dbf-e08dcbcb1ab0\" (UID: \"74eb3831-9a3e-43bd-8dbf-e08dcbcb1ab0\") "
	Sep 16 19:24:44 addons-039693 kubelet[1491]: I0916 19:24:44.582847    1491 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-v89x2\" (UniqueName: \"kubernetes.io/projected/29f1a15b-70ec-416f-afb5-b192475f37c0-kube-api-access-v89x2\") pod \"29f1a15b-70ec-416f-afb5-b192475f37c0\" (UID: \"29f1a15b-70ec-416f-afb5-b192475f37c0\") "
	Sep 16 19:24:44 addons-039693 kubelet[1491]: I0916 19:24:44.585766    1491 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/29f1a15b-70ec-416f-afb5-b192475f37c0-kube-api-access-v89x2" (OuterVolumeSpecName: "kube-api-access-v89x2") pod "29f1a15b-70ec-416f-afb5-b192475f37c0" (UID: "29f1a15b-70ec-416f-afb5-b192475f37c0"). InnerVolumeSpecName "kube-api-access-v89x2". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 16 19:24:44 addons-039693 kubelet[1491]: I0916 19:24:44.587040    1491 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/74eb3831-9a3e-43bd-8dbf-e08dcbcb1ab0-kube-api-access-f4rwl" (OuterVolumeSpecName: "kube-api-access-f4rwl") pod "74eb3831-9a3e-43bd-8dbf-e08dcbcb1ab0" (UID: "74eb3831-9a3e-43bd-8dbf-e08dcbcb1ab0"). InnerVolumeSpecName "kube-api-access-f4rwl". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 16 19:24:44 addons-039693 kubelet[1491]: I0916 19:24:44.683381    1491 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-f4rwl\" (UniqueName: \"kubernetes.io/projected/74eb3831-9a3e-43bd-8dbf-e08dcbcb1ab0-kube-api-access-f4rwl\") on node \"addons-039693\" DevicePath \"\""
	Sep 16 19:24:44 addons-039693 kubelet[1491]: I0916 19:24:44.683422    1491 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-v89x2\" (UniqueName: \"kubernetes.io/projected/29f1a15b-70ec-416f-afb5-b192475f37c0-kube-api-access-v89x2\") on node \"addons-039693\" DevicePath \"\""
	Sep 16 19:24:44 addons-039693 kubelet[1491]: I0916 19:24:44.778608    1491 scope.go:117] "RemoveContainer" containerID="d5e88160cc64c4c7d1ecd80eb8a80758366f7a113f0ac72a69cba787a13b7127"
	Sep 16 19:24:44 addons-039693 kubelet[1491]: I0916 19:24:44.811624    1491 scope.go:117] "RemoveContainer" containerID="d5e88160cc64c4c7d1ecd80eb8a80758366f7a113f0ac72a69cba787a13b7127"
	Sep 16 19:24:44 addons-039693 kubelet[1491]: E0916 19:24:44.812421    1491 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"d5e88160cc64c4c7d1ecd80eb8a80758366f7a113f0ac72a69cba787a13b7127\": container with ID starting with d5e88160cc64c4c7d1ecd80eb8a80758366f7a113f0ac72a69cba787a13b7127 not found: ID does not exist" containerID="d5e88160cc64c4c7d1ecd80eb8a80758366f7a113f0ac72a69cba787a13b7127"
	Sep 16 19:24:44 addons-039693 kubelet[1491]: I0916 19:24:44.812457    1491 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"d5e88160cc64c4c7d1ecd80eb8a80758366f7a113f0ac72a69cba787a13b7127"} err="failed to get container status \"d5e88160cc64c4c7d1ecd80eb8a80758366f7a113f0ac72a69cba787a13b7127\": rpc error: code = NotFound desc = could not find container \"d5e88160cc64c4c7d1ecd80eb8a80758366f7a113f0ac72a69cba787a13b7127\": container with ID starting with d5e88160cc64c4c7d1ecd80eb8a80758366f7a113f0ac72a69cba787a13b7127 not found: ID does not exist"
	Sep 16 19:24:44 addons-039693 kubelet[1491]: I0916 19:24:44.812482    1491 scope.go:117] "RemoveContainer" containerID="18249c2918d5e1304e13e824be5e82110cefdfd57cac99ab008385d84cc24560"
	Sep 16 19:24:44 addons-039693 kubelet[1491]: I0916 19:24:44.838071    1491 scope.go:117] "RemoveContainer" containerID="18249c2918d5e1304e13e824be5e82110cefdfd57cac99ab008385d84cc24560"
	Sep 16 19:24:44 addons-039693 kubelet[1491]: E0916 19:24:44.838799    1491 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"18249c2918d5e1304e13e824be5e82110cefdfd57cac99ab008385d84cc24560\": container with ID starting with 18249c2918d5e1304e13e824be5e82110cefdfd57cac99ab008385d84cc24560 not found: ID does not exist" containerID="18249c2918d5e1304e13e824be5e82110cefdfd57cac99ab008385d84cc24560"
	Sep 16 19:24:44 addons-039693 kubelet[1491]: I0916 19:24:44.838852    1491 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"18249c2918d5e1304e13e824be5e82110cefdfd57cac99ab008385d84cc24560"} err="failed to get container status \"18249c2918d5e1304e13e824be5e82110cefdfd57cac99ab008385d84cc24560\": rpc error: code = NotFound desc = could not find container \"18249c2918d5e1304e13e824be5e82110cefdfd57cac99ab008385d84cc24560\": container with ID starting with 18249c2918d5e1304e13e824be5e82110cefdfd57cac99ab008385d84cc24560 not found: ID does not exist"
	Sep 16 19:24:45 addons-039693 kubelet[1491]: I0916 19:24:45.230139    1491 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="077a6067-3d0f-48e6-8522-678f5009b362" path="/var/lib/kubelet/pods/077a6067-3d0f-48e6-8522-678f5009b362/volumes"
	Sep 16 19:24:45 addons-039693 kubelet[1491]: I0916 19:24:45.230981    1491 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="29f1a15b-70ec-416f-afb5-b192475f37c0" path="/var/lib/kubelet/pods/29f1a15b-70ec-416f-afb5-b192475f37c0/volumes"
	Sep 16 19:24:45 addons-039693 kubelet[1491]: I0916 19:24:45.231738    1491 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="74eb3831-9a3e-43bd-8dbf-e08dcbcb1ab0" path="/var/lib/kubelet/pods/74eb3831-9a3e-43bd-8dbf-e08dcbcb1ab0/volumes"
	Sep 16 19:24:45 addons-039693 kubelet[1491]: E0916 19:24:45.395772    1491 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726514685395522252,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:489419,},InodesUsed:&UInt64Value{Value:195,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 16 19:24:45 addons-039693 kubelet[1491]: E0916 19:24:45.395809    1491 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726514685395522252,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:489419,},InodesUsed:&UInt64Value{Value:195,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	
	
	==> storage-provisioner [80a01cbf86562c6abe22ed1d5cbb3d145630f344417a55e4b84f28568d924b3d] <==
	I0916 19:13:45.876707       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0916 19:13:45.890977       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0916 19:13:45.891038       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0916 19:13:45.900065       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0916 19:13:45.901195       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-039693_c2e52de9-b071-403f-9642-8004951ec718!
	I0916 19:13:45.902211       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"e754cb58-fdad-46b5-8963-09f5278ae894", APIVersion:"v1", ResourceVersion:"940", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-039693_c2e52de9-b071-403f-9642-8004951ec718 became leader
	I0916 19:13:46.002710       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-039693_c2e52de9-b071-403f-9642-8004951ec718!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-039693 -n addons-039693
helpers_test.go:261: (dbg) Run:  kubectl --context addons-039693 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-px8w9 ingress-nginx-admission-patch-5ddr9
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Registry]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context addons-039693 describe pod busybox ingress-nginx-admission-create-px8w9 ingress-nginx-admission-patch-5ddr9
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-039693 describe pod busybox ingress-nginx-admission-create-px8w9 ingress-nginx-admission-patch-5ddr9: exit status 1 (134.116105ms)

                                                
                                                
-- stdout --
	Name:             busybox
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-039693/192.168.49.2
	Start Time:       Mon, 16 Sep 2024 19:15:29 +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-6bwj5 (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-6bwj5:
	    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  9m18s                   default-scheduler  Successfully assigned default/busybox to addons-039693
	  Normal   Pulling    7m54s (x4 over 9m17s)   kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Warning  Failed     7m54s (x4 over 9m17s)   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 9m17s)   kubelet            Error: ErrImagePull
	  Warning  Failed     7m28s (x6 over 9m17s)   kubelet            Error: ImagePullBackOff
	  Normal   BackOff    4m12s (x20 over 9m17s)  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-px8w9" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-5ddr9" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context addons-039693 describe pod busybox ingress-nginx-admission-create-px8w9 ingress-nginx-admission-patch-5ddr9: exit status 1
--- FAIL: TestAddons/parallel/Registry (74.07s)

                                                
                                    
x
+
TestAddons/parallel/Ingress (152.59s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run:  kubectl --context addons-039693 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-039693 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run:  kubectl --context addons-039693 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" [b3d6553d-fa69-47da-8ccd-e6b965c88edf] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [b3d6553d-fa69-47da-8ccd-e6b965c88edf] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.00457646s
addons_test.go:264: (dbg) Run:  out/minikube-linux-arm64 -p addons-039693 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-039693 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.661516683s)

                                                
                                                
** 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-039693 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run:  out/minikube-linux-arm64 -p addons-039693 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-039693 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:308: (dbg) Done: out/minikube-linux-arm64 -p addons-039693 addons disable ingress-dns --alsologtostderr -v=1: (1.169002733s)
addons_test.go:313: (dbg) Run:  out/minikube-linux-arm64 -p addons-039693 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-arm64 -p addons-039693 addons disable ingress --alsologtostderr -v=1: (7.776994665s)
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-039693
helpers_test.go:235: (dbg) docker inspect addons-039693:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "96281f62303dc2acb6426cab55fa0812939199873ec30856fda41ba717d10831",
	        "Created": "2024-09-16T19:12:33.433304428Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 886180,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-09-16T19:12:33.568121751Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:735d22f77ce2bf9e02c77058920b4d1610fffc1af6c5e42bd1f17e7556552aac",
	        "ResolvConfPath": "/var/lib/docker/containers/96281f62303dc2acb6426cab55fa0812939199873ec30856fda41ba717d10831/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/96281f62303dc2acb6426cab55fa0812939199873ec30856fda41ba717d10831/hostname",
	        "HostsPath": "/var/lib/docker/containers/96281f62303dc2acb6426cab55fa0812939199873ec30856fda41ba717d10831/hosts",
	        "LogPath": "/var/lib/docker/containers/96281f62303dc2acb6426cab55fa0812939199873ec30856fda41ba717d10831/96281f62303dc2acb6426cab55fa0812939199873ec30856fda41ba717d10831-json.log",
	        "Name": "/addons-039693",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-039693:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-039693",
	            "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/affbf87ed1edb6f82260617c7bb7e89a64c4920ba84c5eaf64aa091046cefac0-init/diff:/var/lib/docker/overlay2/9302f16a3965088f68aa34edc24a484900e11588120d0293abddbec7cc75b1ea/diff",
	                "MergedDir": "/var/lib/docker/overlay2/affbf87ed1edb6f82260617c7bb7e89a64c4920ba84c5eaf64aa091046cefac0/merged",
	                "UpperDir": "/var/lib/docker/overlay2/affbf87ed1edb6f82260617c7bb7e89a64c4920ba84c5eaf64aa091046cefac0/diff",
	                "WorkDir": "/var/lib/docker/overlay2/affbf87ed1edb6f82260617c7bb7e89a64c4920ba84c5eaf64aa091046cefac0/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-039693",
	                "Source": "/var/lib/docker/volumes/addons-039693/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-039693",
	            "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-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc",
	            "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-039693",
	                "name.minikube.sigs.k8s.io": "addons-039693",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "0d0446b54e80582b2914982fd7df7a7777dcd251e9b222b198f39ce2ac33f46d",
	            "SandboxKey": "/var/run/docker/netns/0d0446b54e80",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33558"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33559"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33562"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33560"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33561"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-039693": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "02c9272401c25e2e9bacc0e7ce1c030dbc3b9909febc6d25abc24db5dd238ce1",
	                    "EndpointID": "4433602ddf2f08c17390d17f3b85f4735b0230ecee4db8145345ccb445481734",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-039693",
	                        "96281f62303d"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-039693 -n addons-039693
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-039693 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-039693 logs -n 25: (1.483703782s)
helpers_test.go:252: TestAddons/parallel/Ingress logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-977238                                                                     | download-only-977238   | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC | 16 Sep 24 19:12 UTC |
	| delete  | -p download-only-004770                                                                     | download-only-004770   | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC | 16 Sep 24 19:12 UTC |
	| start   | --download-only -p                                                                          | download-docker-738431 | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC |                     |
	|         | download-docker-738431                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-738431                                                                   | download-docker-738431 | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC | 16 Sep 24 19:12 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-419327   | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC |                     |
	|         | binary-mirror-419327                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:41309                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-419327                                                                     | binary-mirror-419327   | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC | 16 Sep 24 19:12 UTC |
	| addons  | enable dashboard -p                                                                         | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC |                     |
	|         | addons-039693                                                                               |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                                                                        | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC |                     |
	|         | addons-039693                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-039693 --wait=true                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC | 16 Sep 24 19:15 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-039693 addons disable                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:23 UTC | 16 Sep 24 19:23 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:23 UTC | 16 Sep 24 19:23 UTC |
	|         | -p addons-039693                                                                            |                        |         |         |                     |                     |
	| ssh     | addons-039693 ssh cat                                                                       | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:24 UTC | 16 Sep 24 19:24 UTC |
	|         | /opt/local-path-provisioner/pvc-53c54111-d49c-4b36-8647-254017e2c2f1_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-039693 addons disable                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:24 UTC | 16 Sep 24 19:24 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-039693 ip                                                                            | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:24 UTC | 16 Sep 24 19:24 UTC |
	| addons  | addons-039693 addons disable                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:24 UTC | 16 Sep 24 19:24 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:24 UTC | 16 Sep 24 19:24 UTC |
	|         | -p addons-039693                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable cloud-spanner -p                                                                    | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:24 UTC | 16 Sep 24 19:24 UTC |
	|         | addons-039693                                                                               |                        |         |         |                     |                     |
	| addons  | addons-039693 addons disable                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:24 UTC | 16 Sep 24 19:25 UTC |
	|         | headlamp --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-039693 addons                                                                        | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:25 UTC | 16 Sep 24 19:25 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-039693 addons                                                                        | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:25 UTC | 16 Sep 24 19:25 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p                                                                 | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:25 UTC | 16 Sep 24 19:25 UTC |
	|         | addons-039693                                                                               |                        |         |         |                     |                     |
	| ssh     | addons-039693 ssh curl -s                                                                   | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:26 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| ip      | addons-039693 ip                                                                            | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:28 UTC | 16 Sep 24 19:28 UTC |
	| addons  | addons-039693 addons disable                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:28 UTC | 16 Sep 24 19:28 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-039693 addons disable                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:28 UTC | 16 Sep 24 19:28 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/16 19:12:08
	Running on machine: ip-172-31-30-239
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0916 19:12:08.383132  885693 out.go:345] Setting OutFile to fd 1 ...
	I0916 19:12:08.383248  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:12:08.383260  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:12:08.383265  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:12:08.383528  885693 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19649-879552/.minikube/bin
	I0916 19:12:08.384006  885693 out.go:352] Setting JSON to false
	I0916 19:12:08.384947  885693 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":10479,"bootTime":1726503449,"procs":188,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1069-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0916 19:12:08.385026  885693 start.go:139] virtualization:  
	I0916 19:12:08.387619  885693 out.go:177] * [addons-039693] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0916 19:12:08.389683  885693 out.go:177]   - MINIKUBE_LOCATION=19649
	I0916 19:12:08.389851  885693 notify.go:220] Checking for updates...
	I0916 19:12:08.394227  885693 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0916 19:12:08.396355  885693 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19649-879552/kubeconfig
	I0916 19:12:08.398646  885693 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19649-879552/.minikube
	I0916 19:12:08.400857  885693 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0916 19:12:08.403019  885693 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0916 19:12:08.405293  885693 driver.go:394] Setting default libvirt URI to qemu:///system
	I0916 19:12:08.426680  885693 docker.go:123] docker version: linux-27.2.1:Docker Engine - Community
	I0916 19:12:08.426809  885693 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0916 19:12:08.487925  885693 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-16 19:12:08.478497675 +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:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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>}}
	I0916 19:12:08.488041  885693 docker.go:318] overlay module found
	I0916 19:12:08.490095  885693 out.go:177] * Using the docker driver based on user configuration
	I0916 19:12:08.492220  885693 start.go:297] selected driver: docker
	I0916 19:12:08.492239  885693 start.go:901] validating driver "docker" against <nil>
	I0916 19:12:08.492253  885693 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0916 19:12:08.492915  885693 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0916 19:12:08.556041  885693 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-16 19:12:08.546083409 +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:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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>}}
	I0916 19:12:08.556266  885693 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0916 19:12:08.556531  885693 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]
	I0916 19:12:08.558541  885693 out.go:177] * Using Docker driver with root privileges
	I0916 19:12:08.560186  885693 cni.go:84] Creating CNI manager for ""
	I0916 19:12:08.560255  885693 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0916 19:12:08.560273  885693 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0916 19:12:08.560383  885693 start.go:340] cluster config:
	{Name:addons-039693 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc 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-039693 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}
	I0916 19:12:08.564147  885693 out.go:177] * Starting "addons-039693" primary control-plane node in "addons-039693" cluster
	I0916 19:12:08.566087  885693 cache.go:121] Beginning downloading kic base image for docker with crio
	I0916 19:12:08.568226  885693 out.go:177] * Pulling base image v0.0.45-1726481311-19649 ...
	I0916 19:12:08.570272  885693 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0916 19:12:08.570330  885693 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19649-879552/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0916 19:12:08.570343  885693 cache.go:56] Caching tarball of preloaded images
	I0916 19:12:08.570370  885693 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc in local docker daemon
	I0916 19:12:08.570448  885693 preload.go:172] Found /home/jenkins/minikube-integration/19649-879552/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0916 19:12:08.570459  885693 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on crio
	I0916 19:12:08.570865  885693 profile.go:143] Saving config to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/config.json ...
	I0916 19:12:08.570936  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/config.json: {Name:mkfa95af42845dde3399ef41beab5c285a508bc3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:08.586306  885693 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc to local cache
	I0916 19:12:08.586433  885693 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc in local cache directory
	I0916 19:12:08.586459  885693 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc in local cache directory, skipping pull
	I0916 19:12:08.586469  885693 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc exists in cache, skipping pull
	I0916 19:12:08.586477  885693 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc as a tarball
	I0916 19:12:08.586482  885693 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc from local cache
	I0916 19:12:25.814807  885693 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc from cached tarball
	I0916 19:12:25.814849  885693 cache.go:194] Successfully downloaded all kic artifacts
	I0916 19:12:25.814879  885693 start.go:360] acquireMachinesLock for addons-039693: {Name:mkbae5874e51b11a72c66a35603332dcbc57620b Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0916 19:12:25.814995  885693 start.go:364] duration metric: took 93.137µs to acquireMachinesLock for "addons-039693"
	I0916 19:12:25.815028  885693 start.go:93] Provisioning new machine with config: &{Name:addons-039693 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc 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-039693 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}
	I0916 19:12:25.815114  885693 start.go:125] createHost starting for "" (driver="docker")
	I0916 19:12:25.817699  885693 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0916 19:12:25.817965  885693 start.go:159] libmachine.API.Create for "addons-039693" (driver="docker")
	I0916 19:12:25.818016  885693 client.go:168] LocalClient.Create starting
	I0916 19:12:25.818177  885693 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca.pem
	I0916 19:12:26.021165  885693 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/cert.pem
	I0916 19:12:26.996673  885693 cli_runner.go:164] Run: docker network inspect addons-039693 --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}}]}"
	W0916 19:12:27.012623  885693 cli_runner.go:211] docker network inspect addons-039693 --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
	I0916 19:12:27.012724  885693 network_create.go:284] running [docker network inspect addons-039693] to gather additional debugging logs...
	I0916 19:12:27.012746  885693 cli_runner.go:164] Run: docker network inspect addons-039693
	W0916 19:12:27.027213  885693 cli_runner.go:211] docker network inspect addons-039693 returned with exit code 1
	I0916 19:12:27.027255  885693 network_create.go:287] error running [docker network inspect addons-039693]: docker network inspect addons-039693: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-039693 not found
	I0916 19:12:27.027272  885693 network_create.go:289] output of [docker network inspect addons-039693]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-039693 not found
	
	** /stderr **
	I0916 19:12:27.027389  885693 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}}]}"
	I0916 19:12:27.043832  885693 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:0x40004763c0}
	I0916 19:12:27.043892  885693 network_create.go:124] attempt to create docker network addons-039693 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0916 19:12:27.043957  885693 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-039693 addons-039693
	I0916 19:12:27.117395  885693 network_create.go:108] docker network addons-039693 192.168.49.0/24 created
	I0916 19:12:27.117431  885693 kic.go:121] calculated static IP "192.168.49.2" for the "addons-039693" container
	I0916 19:12:27.117512  885693 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0916 19:12:27.136772  885693 cli_runner.go:164] Run: docker volume create addons-039693 --label name.minikube.sigs.k8s.io=addons-039693 --label created_by.minikube.sigs.k8s.io=true
	I0916 19:12:27.153775  885693 oci.go:103] Successfully created a docker volume addons-039693
	I0916 19:12:27.153876  885693 cli_runner.go:164] Run: docker run --rm --name addons-039693-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-039693 --entrypoint /usr/bin/test -v addons-039693:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc -d /var/lib
	I0916 19:12:29.187465  885693 cli_runner.go:217] Completed: docker run --rm --name addons-039693-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-039693 --entrypoint /usr/bin/test -v addons-039693:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc -d /var/lib: (2.033545438s)
	I0916 19:12:29.187496  885693 oci.go:107] Successfully prepared a docker volume addons-039693
	I0916 19:12:29.187525  885693 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0916 19:12:29.187545  885693 kic.go:194] Starting extracting preloaded images to volume ...
	I0916 19:12:29.187613  885693 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19649-879552/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-039693:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc -I lz4 -xf /preloaded.tar -C /extractDir
	I0916 19:12:33.365874  885693 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19649-879552/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-039693:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc -I lz4 -xf /preloaded.tar -C /extractDir: (4.178220061s)
	I0916 19:12:33.365905  885693 kic.go:203] duration metric: took 4.178356866s to extract preloaded images to volume ...
	W0916 19:12:33.366041  885693 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0916 19:12:33.366168  885693 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0916 19:12:33.419252  885693 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-039693 --name addons-039693 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-039693 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-039693 --network addons-039693 --ip 192.168.49.2 --volume addons-039693:/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-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc
	I0916 19:12:33.730272  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Running}}
	I0916 19:12:33.751173  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:12:33.774175  885693 cli_runner.go:164] Run: docker exec addons-039693 stat /var/lib/dpkg/alternatives/iptables
	I0916 19:12:33.842180  885693 oci.go:144] the created container "addons-039693" has a running status.
	I0916 19:12:33.842206  885693 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa...
	I0916 19:12:34.476071  885693 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0916 19:12:34.502554  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:12:34.526181  885693 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0916 19:12:34.526199  885693 kic_runner.go:114] Args: [docker exec --privileged addons-039693 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0916 19:12:34.587296  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:12:34.606958  885693 machine.go:93] provisionDockerMachine start ...
	I0916 19:12:34.607048  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:34.628532  885693 main.go:141] libmachine: Using SSH client type: native
	I0916 19:12:34.628797  885693 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33558 <nil> <nil>}
	I0916 19:12:34.628806  885693 main.go:141] libmachine: About to run SSH command:
	hostname
	I0916 19:12:34.782330  885693 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-039693
	
	I0916 19:12:34.782354  885693 ubuntu.go:169] provisioning hostname "addons-039693"
	I0916 19:12:34.782423  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:34.801084  885693 main.go:141] libmachine: Using SSH client type: native
	I0916 19:12:34.801328  885693 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33558 <nil> <nil>}
	I0916 19:12:34.801340  885693 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-039693 && echo "addons-039693" | sudo tee /etc/hostname
	I0916 19:12:34.958861  885693 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-039693
	
	I0916 19:12:34.959008  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:34.975988  885693 main.go:141] libmachine: Using SSH client type: native
	I0916 19:12:34.976273  885693 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33558 <nil> <nil>}
	I0916 19:12:34.976296  885693 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-039693' /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-039693/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-039693' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0916 19:12:35.119743  885693 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0916 19:12:35.119820  885693 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19649-879552/.minikube CaCertPath:/home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19649-879552/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19649-879552/.minikube}
	I0916 19:12:35.119865  885693 ubuntu.go:177] setting up certificates
	I0916 19:12:35.119907  885693 provision.go:84] configureAuth start
	I0916 19:12:35.120008  885693 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-039693
	I0916 19:12:35.137871  885693 provision.go:143] copyHostCerts
	I0916 19:12:35.137956  885693 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19649-879552/.minikube/ca.pem (1078 bytes)
	I0916 19:12:35.138075  885693 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19649-879552/.minikube/cert.pem (1123 bytes)
	I0916 19:12:35.138141  885693 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19649-879552/.minikube/key.pem (1679 bytes)
	I0916 19:12:35.138186  885693 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19649-879552/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca-key.pem org=jenkins.addons-039693 san=[127.0.0.1 192.168.49.2 addons-039693 localhost minikube]
	I0916 19:12:35.517655  885693 provision.go:177] copyRemoteCerts
	I0916 19:12:35.517723  885693 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0916 19:12:35.517768  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:35.534469  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:12:35.632377  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0916 19:12:35.656709  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0916 19:12:35.681506  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0916 19:12:35.706257  885693 provision.go:87] duration metric: took 586.312042ms to configureAuth
	I0916 19:12:35.706287  885693 ubuntu.go:193] setting minikube options for container-runtime
	I0916 19:12:35.706483  885693 config.go:182] Loaded profile config "addons-039693": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0916 19:12:35.706595  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:35.724205  885693 main.go:141] libmachine: Using SSH client type: native
	I0916 19:12:35.724449  885693 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33558 <nil> <nil>}
	I0916 19:12:35.724470  885693 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
	I0916 19:12:35.970568  885693 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0916 19:12:35.970593  885693 machine.go:96] duration metric: took 1.363615846s to provisionDockerMachine
	I0916 19:12:35.970604  885693 client.go:171] duration metric: took 10.152577703s to LocalClient.Create
	I0916 19:12:35.970648  885693 start.go:167] duration metric: took 10.152682951s to libmachine.API.Create "addons-039693"
	I0916 19:12:35.970657  885693 start.go:293] postStartSetup for "addons-039693" (driver="docker")
	I0916 19:12:35.970668  885693 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]
	I0916 19:12:35.970732  885693 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
	I0916 19:12:35.970773  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:35.989315  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:12:36.092392  885693 ssh_runner.go:195] Run: cat /etc/os-release
	I0916 19:12:36.095859  885693 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0916 19:12:36.095898  885693 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0916 19:12:36.095926  885693 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0916 19:12:36.095939  885693 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0916 19:12:36.095961  885693 filesync.go:126] Scanning /home/jenkins/minikube-integration/19649-879552/.minikube/addons for local assets ...
	I0916 19:12:36.096041  885693 filesync.go:126] Scanning /home/jenkins/minikube-integration/19649-879552/.minikube/files for local assets ...
	I0916 19:12:36.096073  885693 start.go:296] duration metric: took 125.409139ms for postStartSetup
	I0916 19:12:36.096444  885693 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-039693
	I0916 19:12:36.113968  885693 profile.go:143] Saving config to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/config.json ...
	I0916 19:12:36.114267  885693 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0916 19:12:36.114321  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:36.131581  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:12:36.223371  885693 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0916 19:12:36.227915  885693 start.go:128] duration metric: took 10.412782966s to createHost
	I0916 19:12:36.227938  885693 start.go:83] releasing machines lock for "addons-039693", held for 10.412927829s
	I0916 19:12:36.228026  885693 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-039693
	I0916 19:12:36.243941  885693 ssh_runner.go:195] Run: cat /version.json
	I0916 19:12:36.243996  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:36.244009  885693 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0916 19:12:36.244069  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:36.267791  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:12:36.282124  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:12:36.485195  885693 ssh_runner.go:195] Run: systemctl --version
	I0916 19:12:36.489662  885693 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0916 19:12:36.630371  885693 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0916 19:12:36.634662  885693 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" ;
	I0916 19:12:36.654597  885693 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0916 19:12:36.654702  885693 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" ;
	I0916 19:12:36.689109  885693 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0916 19:12:36.689174  885693 start.go:495] detecting cgroup driver to use...
	I0916 19:12:36.689224  885693 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0916 19:12:36.689306  885693 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0916 19:12:36.707229  885693 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0916 19:12:36.718686  885693 docker.go:217] disabling cri-docker service (if available) ...
	I0916 19:12:36.718756  885693 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0916 19:12:36.733961  885693 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0916 19:12:36.748637  885693 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0916 19:12:36.842447  885693 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0916 19:12:36.936806  885693 docker.go:233] disabling docker service ...
	I0916 19:12:36.936895  885693 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0916 19:12:36.957267  885693 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0916 19:12:36.968570  885693 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0916 19:12:37.065074  885693 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0916 19:12:37.162375  885693 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0916 19:12:37.174074  885693 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"
	I0916 19:12:37.190988  885693 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0916 19:12:37.191056  885693 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"
	I0916 19:12:37.201126  885693 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0916 19:12:37.201238  885693 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0916 19:12:37.211666  885693 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0916 19:12:37.221991  885693 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0916 19:12:37.232354  885693 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0916 19:12:37.242223  885693 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"
	I0916 19:12:37.252768  885693 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"
	I0916 19:12:37.268301  885693 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"
	I0916 19:12:37.277968  885693 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0916 19:12:37.287165  885693 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0916 19:12:37.295787  885693 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0916 19:12:37.379040  885693 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0916 19:12:37.494733  885693 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0916 19:12:37.494843  885693 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0916 19:12:37.498961  885693 start.go:563] Will wait 60s for crictl version
	I0916 19:12:37.499065  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:12:37.502458  885693 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0916 19:12:37.545596  885693 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0916 19:12:37.545734  885693 ssh_runner.go:195] Run: crio --version
	I0916 19:12:37.583810  885693 ssh_runner.go:195] Run: crio --version
	I0916 19:12:37.628133  885693 out.go:177] * Preparing Kubernetes v1.31.1 on CRI-O 1.24.6 ...
	I0916 19:12:37.630260  885693 cli_runner.go:164] Run: docker network inspect addons-039693 --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}}]}"
	I0916 19:12:37.645782  885693 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0916 19:12:37.649331  885693 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""
	I0916 19:12:37.659893  885693 kubeadm.go:883] updating cluster {Name:addons-039693 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc 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-039693 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} ...
	I0916 19:12:37.660020  885693 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0916 19:12:37.660084  885693 ssh_runner.go:195] Run: sudo crictl images --output json
	I0916 19:12:37.735578  885693 crio.go:514] all images are preloaded for cri-o runtime.
	I0916 19:12:37.735605  885693 crio.go:433] Images already preloaded, skipping extraction
	I0916 19:12:37.735664  885693 ssh_runner.go:195] Run: sudo crictl images --output json
	I0916 19:12:37.775403  885693 crio.go:514] all images are preloaded for cri-o runtime.
	I0916 19:12:37.775426  885693 cache_images.go:84] Images are preloaded, skipping loading
	I0916 19:12:37.775435  885693 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 crio true true} ...
	I0916 19:12:37.775534  885693 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-039693 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.1 ClusterName:addons-039693 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:}
	I0916 19:12:37.775619  885693 ssh_runner.go:195] Run: crio config
	I0916 19:12:37.828158  885693 cni.go:84] Creating CNI manager for ""
	I0916 19:12:37.828181  885693 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0916 19:12:37.828193  885693 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0916 19:12:37.828218  885693 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-039693 NodeName:addons-039693 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}
	I0916 19:12:37.828539  885693 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-039693"
	  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
	
	I0916 19:12:37.828638  885693 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
	I0916 19:12:37.840945  885693 binaries.go:44] Found k8s binaries, skipping transfer
	I0916 19:12:37.841024  885693 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0916 19:12:37.849779  885693 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0916 19:12:37.868217  885693 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0916 19:12:37.887143  885693 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0916 19:12:37.905023  885693 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0916 19:12:37.908573  885693 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""
	I0916 19:12:37.919412  885693 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0916 19:12:38.011029  885693 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0916 19:12:38.027487  885693 certs.go:68] Setting up /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693 for IP: 192.168.49.2
	I0916 19:12:38.027592  885693 certs.go:194] generating shared ca certs ...
	I0916 19:12:38.027633  885693 certs.go:226] acquiring lock for ca certs: {Name:mk724c04126ca744df633cad1bfd118ecb10edcc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.027878  885693 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19649-879552/.minikube/ca.key
	I0916 19:12:38.455830  885693 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19649-879552/.minikube/ca.crt ...
	I0916 19:12:38.455863  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/ca.crt: {Name:mke37d4a5d7c22651048bfe1fe25784d78c84a06 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.456065  885693 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19649-879552/.minikube/ca.key ...
	I0916 19:12:38.456079  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/ca.key: {Name:mk9997a4d84908cac59238140b7b4edcdc14dc7e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.456173  885693 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.key
	I0916 19:12:38.589856  885693 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.crt ...
	I0916 19:12:38.589884  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.crt: {Name:mk3367b442c74ec36989be647063c5989b392f53 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.590076  885693 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.key ...
	I0916 19:12:38.590089  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.key: {Name:mk8380bfc6a7647c48c3c2801ecc1d9ced6eece6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.590176  885693 certs.go:256] generating profile certs ...
	I0916 19:12:38.590234  885693 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.key
	I0916 19:12:38.590254  885693 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt with IP's: []
	I0916 19:12:38.988041  885693 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt ...
	I0916 19:12:38.988073  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: {Name:mk64a424287defb7e8786522f29d79eaadc13226 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.988267  885693 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.key ...
	I0916 19:12:38.988282  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.key: {Name:mkd0162075dbf70faf44171a8b8deeb877e634d0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.988364  885693 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.key.630baa98
	I0916 19:12:38.988383  885693 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.crt.630baa98 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0916 19:12:39.228756  885693 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.crt.630baa98 ...
	I0916 19:12:39.228789  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.crt.630baa98: {Name:mke27f2f64efc0be2e69f15c8ccdd83ca9685bee Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:39.228986  885693 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.key.630baa98 ...
	I0916 19:12:39.229001  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.key.630baa98: {Name:mk408936ffc2de502af38aa78ab11a369c7d96f3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:39.229092  885693 certs.go:381] copying /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.crt.630baa98 -> /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.crt
	I0916 19:12:39.229170  885693 certs.go:385] copying /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.key.630baa98 -> /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.key
	I0916 19:12:39.229224  885693 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.key
	I0916 19:12:39.229245  885693 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.crt with IP's: []
	I0916 19:12:39.712185  885693 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.crt ...
	I0916 19:12:39.712222  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.crt: {Name:mkb0d239f681b30e1afe328255a00c862644f9ac Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:39.712418  885693 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.key ...
	I0916 19:12:39.712434  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.key: {Name:mk2142b78562557fda9ca556931cdfd17eaeae81 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:39.712630  885693 certs.go:484] found cert: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca-key.pem (1679 bytes)
	I0916 19:12:39.712677  885693 certs.go:484] found cert: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca.pem (1078 bytes)
	I0916 19:12:39.712709  885693 certs.go:484] found cert: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/cert.pem (1123 bytes)
	I0916 19:12:39.712739  885693 certs.go:484] found cert: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/key.pem (1679 bytes)
	I0916 19:12:39.713363  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0916 19:12:39.737645  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0916 19:12:39.763143  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0916 19:12:39.787780  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0916 19:12:39.811800  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0916 19:12:39.835456  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0916 19:12:39.859085  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0916 19:12:39.882907  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0916 19:12:39.908438  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0916 19:12:39.932814  885693 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0916 19:12:39.950477  885693 ssh_runner.go:195] Run: openssl version
	I0916 19:12:39.956153  885693 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"
	I0916 19:12:39.965545  885693 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0916 19:12:39.968998  885693 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 16 19:12 /usr/share/ca-certificates/minikubeCA.pem
	I0916 19:12:39.969077  885693 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0916 19:12:39.975978  885693 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"
	I0916 19:12:39.985497  885693 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0916 19:12:39.988842  885693 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
	I0916 19:12:39.988893  885693 kubeadm.go:392] StartCluster: {Name:addons-039693 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc 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-039693 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}
	I0916 19:12:39.988977  885693 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0916 19:12:39.989043  885693 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0916 19:12:40.045241  885693 cri.go:89] found id: ""
	I0916 19:12:40.045559  885693 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0916 19:12:40.064425  885693 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0916 19:12:40.074343  885693 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0916 19:12:40.074413  885693 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
	I0916 19:12:40.083608  885693 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
	I0916 19:12:40.083628  885693 kubeadm.go:157] found existing configuration files:
	
	I0916 19:12:40.083685  885693 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0916 19:12:40.093462  885693 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
	I0916 19:12:40.093609  885693 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0916 19:12:40.103269  885693 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0916 19:12:40.112822  885693 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
	I0916 19:12:40.112900  885693 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0916 19:12:40.122399  885693 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0916 19:12:40.132716  885693 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
	I0916 19:12:40.132795  885693 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0916 19:12:40.141886  885693 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0916 19:12:40.151504  885693 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
	I0916 19:12:40.151618  885693 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0916 19:12:40.161077  885693 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"
	I0916 19:12:40.202739  885693 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
	I0916 19:12:40.202913  885693 kubeadm.go:310] [preflight] Running pre-flight checks
	I0916 19:12:40.239855  885693 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0916 19:12:40.239979  885693 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1069-aws
	I0916 19:12:40.240047  885693 kubeadm.go:310] OS: Linux
	I0916 19:12:40.240118  885693 kubeadm.go:310] CGROUPS_CPU: enabled
	I0916 19:12:40.240199  885693 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0916 19:12:40.240270  885693 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0916 19:12:40.240353  885693 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0916 19:12:40.240427  885693 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0916 19:12:40.240507  885693 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0916 19:12:40.240585  885693 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0916 19:12:40.240665  885693 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0916 19:12:40.240736  885693 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0916 19:12:40.307871  885693 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0916 19:12:40.307988  885693 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0916 19:12:40.308101  885693 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0916 19:12:40.320598  885693 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0916 19:12:40.323761  885693 out.go:235]   - Generating certificates and keys ...
	I0916 19:12:40.323870  885693 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0916 19:12:40.323962  885693 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0916 19:12:40.629791  885693 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0916 19:12:41.058047  885693 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0916 19:12:41.675084  885693 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0916 19:12:41.915070  885693 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0916 19:12:42.181025  885693 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0916 19:12:42.181298  885693 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-039693 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0916 19:12:42.813832  885693 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0916 19:12:42.814166  885693 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-039693 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0916 19:12:43.106852  885693 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0916 19:12:43.459986  885693 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0916 19:12:43.672533  885693 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0916 19:12:43.672846  885693 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0916 19:12:44.915307  885693 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0916 19:12:45.722054  885693 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0916 19:12:46.253046  885693 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0916 19:12:46.626067  885693 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0916 19:12:47.122828  885693 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0916 19:12:47.123811  885693 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0916 19:12:47.127150  885693 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0916 19:12:47.129853  885693 out.go:235]   - Booting up control plane ...
	I0916 19:12:47.129961  885693 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0916 19:12:47.130046  885693 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0916 19:12:47.130814  885693 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0916 19:12:47.143309  885693 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0916 19:12:47.151029  885693 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0916 19:12:47.151279  885693 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0916 19:12:47.250726  885693 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0916 19:12:47.250861  885693 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0916 19:12:48.252062  885693 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001589866s
	I0916 19:12:48.252178  885693 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0916 19:12:54.253756  885693 kubeadm.go:310] [api-check] The API server is healthy after 6.001703466s
	I0916 19:12:54.276025  885693 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0916 19:12:54.292574  885693 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0916 19:12:54.314715  885693 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0916 19:12:54.314919  885693 kubeadm.go:310] [mark-control-plane] Marking the node addons-039693 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0916 19:12:54.326691  885693 kubeadm.go:310] [bootstrap-token] Using token: xolltg.iguf153wvgm0hows
	I0916 19:12:54.329879  885693 out.go:235]   - Configuring RBAC rules ...
	I0916 19:12:54.330016  885693 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0916 19:12:54.334035  885693 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0916 19:12:54.341674  885693 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
	I0916 19:12:54.346907  885693 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0916 19:12:54.350692  885693 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0916 19:12:54.355292  885693 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0916 19:12:54.671562  885693 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0916 19:12:55.146995  885693 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0916 19:12:55.662508  885693 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0916 19:12:55.663669  885693 kubeadm.go:310] 
	I0916 19:12:55.663752  885693 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0916 19:12:55.663759  885693 kubeadm.go:310] 
	I0916 19:12:55.663837  885693 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0916 19:12:55.663842  885693 kubeadm.go:310] 
	I0916 19:12:55.663868  885693 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0916 19:12:55.663928  885693 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0916 19:12:55.663988  885693 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0916 19:12:55.663994  885693 kubeadm.go:310] 
	I0916 19:12:55.664048  885693 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0916 19:12:55.664053  885693 kubeadm.go:310] 
	I0916 19:12:55.664100  885693 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0916 19:12:55.664105  885693 kubeadm.go:310] 
	I0916 19:12:55.664158  885693 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0916 19:12:55.664233  885693 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0916 19:12:55.664303  885693 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0916 19:12:55.664308  885693 kubeadm.go:310] 
	I0916 19:12:55.664392  885693 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0916 19:12:55.664476  885693 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0916 19:12:55.664481  885693 kubeadm.go:310] 
	I0916 19:12:55.664572  885693 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token xolltg.iguf153wvgm0hows \
	I0916 19:12:55.664677  885693 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:2097e5addc24138aec9b9a52d6f71779051bee598287aab9952509294f5c8b01 \
	I0916 19:12:55.664708  885693 kubeadm.go:310] 	--control-plane 
	I0916 19:12:55.664712  885693 kubeadm.go:310] 
	I0916 19:12:55.664798  885693 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0916 19:12:55.664804  885693 kubeadm.go:310] 
	I0916 19:12:55.664886  885693 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token xolltg.iguf153wvgm0hows \
	I0916 19:12:55.664990  885693 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:2097e5addc24138aec9b9a52d6f71779051bee598287aab9952509294f5c8b01 
	I0916 19:12:55.667789  885693 kubeadm.go:310] W0916 19:12:40.199232    1179 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.
	I0916 19:12:55.668093  885693 kubeadm.go:310] W0916 19:12:40.200084    1179 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.
	I0916 19:12:55.668312  885693 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
	I0916 19:12:55.668421  885693 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0916 19:12:55.668446  885693 cni.go:84] Creating CNI manager for ""
	I0916 19:12:55.668454  885693 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0916 19:12:55.672489  885693 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0916 19:12:55.674747  885693 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0916 19:12:55.678552  885693 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.1/kubectl ...
	I0916 19:12:55.678574  885693 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0916 19:12:55.697010  885693 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
	I0916 19:12:55.978630  885693 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0916 19:12:55.978766  885693 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
	I0916 19:12:55.978852  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-039693 minikube.k8s.io/updated_at=2024_09_16T19_12_55_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=91d692c919753635ac118b7ed7ae5503b67c63c8 minikube.k8s.io/name=addons-039693 minikube.k8s.io/primary=true
	I0916 19:12:56.179008  885693 ops.go:34] apiserver oom_adj: -16
	I0916 19:12:56.179121  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:56.679800  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:57.179771  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:57.679235  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:58.179240  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:58.679266  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:59.180091  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:59.679838  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:13:00.179261  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:13:00.443489  885693 kubeadm.go:1113] duration metric: took 4.464772511s to wait for elevateKubeSystemPrivileges
	I0916 19:13:00.443520  885693 kubeadm.go:394] duration metric: took 20.454630372s to StartCluster
	I0916 19:13:00.443540  885693 settings.go:142] acquiring lock: {Name:mk9e2c94e868b82a1b7399c2ac48e44ba7ae56c2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:13:00.443676  885693 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19649-879552/kubeconfig
	I0916 19:13:00.444175  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/kubeconfig: {Name:mkd0a65b15a4e9371b065f3c90f1334c21540b96 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:13:00.444402  885693 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}
	I0916 19:13:00.444617  885693 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"
	I0916 19:13:00.445006  885693 config.go:182] Loaded profile config "addons-039693": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0916 19:13:00.445042  885693 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]
	I0916 19:13:00.445171  885693 addons.go:69] Setting yakd=true in profile "addons-039693"
	I0916 19:13:00.445189  885693 addons.go:234] Setting addon yakd=true in "addons-039693"
	I0916 19:13:00.445218  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.445753  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.446408  885693 addons.go:69] Setting inspektor-gadget=true in profile "addons-039693"
	I0916 19:13:00.446432  885693 addons.go:234] Setting addon inspektor-gadget=true in "addons-039693"
	I0916 19:13:00.446473  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.447009  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.447630  885693 addons.go:69] Setting cloud-spanner=true in profile "addons-039693"
	I0916 19:13:00.447656  885693 addons.go:234] Setting addon cloud-spanner=true in "addons-039693"
	I0916 19:13:00.447694  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.448167  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.454473  885693 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-039693"
	I0916 19:13:00.454580  885693 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-039693"
	I0916 19:13:00.454679  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.455198  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.455788  885693 addons.go:69] Setting metrics-server=true in profile "addons-039693"
	I0916 19:13:00.455882  885693 addons.go:234] Setting addon metrics-server=true in "addons-039693"
	I0916 19:13:00.455983  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.460353  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.464100  885693 out.go:177] * Verifying Kubernetes components...
	I0916 19:13:00.457942  885693 addons.go:69] Setting default-storageclass=true in profile "addons-039693"
	I0916 19:13:00.486568  885693 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-039693"
	I0916 19:13:00.487109  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.487746  885693 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0916 19:13:00.457957  885693 addons.go:69] Setting gcp-auth=true in profile "addons-039693"
	I0916 19:13:00.488985  885693 mustload.go:65] Loading cluster: addons-039693
	I0916 19:13:00.489241  885693 config.go:182] Loaded profile config "addons-039693": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0916 19:13:00.489589  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.457966  885693 addons.go:69] Setting ingress=true in profile "addons-039693"
	I0916 19:13:00.511625  885693 addons.go:234] Setting addon ingress=true in "addons-039693"
	I0916 19:13:00.511693  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.512196  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.457971  885693 addons.go:69] Setting ingress-dns=true in profile "addons-039693"
	I0916 19:13:00.529989  885693 addons.go:234] Setting addon ingress-dns=true in "addons-039693"
	I0916 19:13:00.530061  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.530579  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.459776  885693 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-039693"
	I0916 19:13:00.552173  885693 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-039693"
	I0916 19:13:00.552222  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.552759  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.459797  885693 addons.go:69] Setting registry=true in profile "addons-039693"
	I0916 19:13:00.560293  885693 addons.go:234] Setting addon registry=true in "addons-039693"
	I0916 19:13:00.560341  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.459802  885693 addons.go:69] Setting storage-provisioner=true in profile "addons-039693"
	I0916 19:13:00.560930  885693 addons.go:234] Setting addon storage-provisioner=true in "addons-039693"
	I0916 19:13:00.560986  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.561438  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.566710  885693 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
	I0916 19:13:00.594801  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.459807  885693 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-039693"
	I0916 19:13:00.596310  885693 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-039693"
	I0916 19:13:00.596861  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.459814  885693 addons.go:69] Setting volcano=true in profile "addons-039693"
	I0916 19:13:00.617280  885693 addons.go:234] Setting addon volcano=true in "addons-039693"
	I0916 19:13:00.617366  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.618024  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.622842  885693 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0916 19:13:00.622918  885693 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0916 19:13:00.623039  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.459818  885693 addons.go:69] Setting volumesnapshots=true in profile "addons-039693"
	I0916 19:13:00.626869  885693 addons.go:234] Setting addon volumesnapshots=true in "addons-039693"
	I0916 19:13:00.626916  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.627450  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.660055  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0916 19:13:00.665193  885693 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.23
	I0916 19:13:00.704632  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0916 19:13:00.704985  885693 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0916 19:13:00.705001  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0916 19:13:00.705086  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.707100  885693 addons.go:234] Setting addon default-storageclass=true in "addons-039693"
	I0916 19:13:00.708470  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.709043  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.726932  885693 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0916 19:13:00.731275  885693 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0916 19:13:00.731320  885693 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0916 19:13:00.731408  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.733934  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0916 19:13:00.707348  885693 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0916 19:13:00.749417  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.758671  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0916 19:13:00.761176  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0916 19:13:00.764763  885693 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0916 19:13:00.764787  885693 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0916 19:13:00.764863  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.780287  885693 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
	I0916 19:13:00.783036  885693 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0916 19:13:00.783059  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0916 19:13:00.783125  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.793791  885693 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
	I0916 19:13:00.795873  885693 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0916 19:13:00.800146  885693 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0916 19:13:00.807528  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0916 19:13:00.808551  885693 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0916 19:13:00.808569  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0916 19:13:00.808686  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.810046  885693 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0916 19:13:00.810217  885693 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0916 19:13:00.812348  885693 out.go:177]   - Using image docker.io/registry:2.8.3
	I0916 19:13:00.812450  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0916 19:13:00.818902  885693 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0916 19:13:00.818921  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0916 19:13:00.819000  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.829091  885693 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0916 19:13:00.829117  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0916 19:13:00.829181  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.844198  885693 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-039693"
	I0916 19:13:00.844290  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.844751  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.867745  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0916 19:13:00.870711  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0916 19:13:00.870748  885693 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0916 19:13:00.870852  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.928295  885693 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0916 19:13:00.931862  885693 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0916 19:13:00.931933  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0916 19:13:00.932033  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.964058  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	W0916 19:13:00.965396  885693 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0916 19:13:00.969991  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0916 19:13:00.970350  885693 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0916 19:13:00.970366  885693 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0916 19:13:00.970432  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.970677  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:00.974179  885693 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0916 19:13:00.974217  885693 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0916 19:13:00.974294  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.982167  885693 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 -"
	I0916 19:13:00.983184  885693 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0916 19:13:00.994403  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:00.995174  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.032757  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.053226  885693 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0916 19:13:01.062749  885693 out.go:177]   - Using image docker.io/busybox:stable
	I0916 19:13:01.065455  885693 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0916 19:13:01.065486  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0916 19:13:01.065551  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:01.083506  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.084359  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.095961  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.125351  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.126279  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.134401  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.137407  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.172504  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	W0916 19:13:01.173532  885693 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0916 19:13:01.173561  885693 retry.go:31] will retry after 162.761911ms: ssh: handshake failed: EOF
	I0916 19:13:01.405252  885693 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0916 19:13:01.405327  885693 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0916 19:13:01.412879  885693 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0916 19:13:01.412953  885693 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0916 19:13:01.459073  885693 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0916 19:13:01.459151  885693 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0916 19:13:01.498802  885693 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
	I0916 19:13:01.526934  885693 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
	I0916 19:13:01.534771  885693 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
	I0916 19:13:01.551540  885693 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0916 19:13:01.551604  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0916 19:13:01.576157  885693 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
	I0916 19:13:01.580729  885693 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0916 19:13:01.580803  885693 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0916 19:13:01.585482  885693 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
	I0916 19:13:01.591224  885693 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0916 19:13:01.591288  885693 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0916 19:13:01.596972  885693 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0916 19:13:01.597042  885693 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0916 19:13:01.641923  885693 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0916 19:13:01.641947  885693 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0916 19:13:01.656964  885693 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
	I0916 19:13:01.684743  885693 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0916 19:13:01.684853  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0916 19:13:01.726028  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0916 19:13:01.726105  885693 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0916 19:13:01.770448  885693 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0916 19:13:01.770523  885693 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0916 19:13:01.773981  885693 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0916 19:13:01.774052  885693 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0916 19:13:01.816062  885693 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
	I0916 19:13:01.821149  885693 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0916 19:13:01.821224  885693 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0916 19:13:01.869959  885693 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0916 19:13:01.870034  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0916 19:13:01.899949  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0916 19:13:01.900021  885693 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)
	I0916 19:13:01.908207  885693 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
	I0916 19:13:01.910362  885693 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0916 19:13:01.910438  885693 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0916 19:13:01.967277  885693 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0916 19:13:01.967348  885693 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0916 19:13:01.997486  885693 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0916 19:13:01.997570  885693 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0916 19:13:02.041015  885693 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
	I0916 19:13:02.084485  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0916 19:13:02.084554  885693 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0916 19:13:02.111279  885693 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
	I0916 19:13:02.126839  885693 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0916 19:13:02.126914  885693 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0916 19:13:02.141430  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0916 19:13:02.141506  885693 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0916 19:13:02.243845  885693 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0916 19:13:02.243920  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0916 19:13:02.281981  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0916 19:13:02.282059  885693 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0916 19:13:02.284915  885693 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0916 19:13:02.284975  885693 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0916 19:13:02.370281  885693 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
	I0916 19:13:02.395949  885693 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0916 19:13:02.396027  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0916 19:13:02.397983  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0916 19:13:02.398052  885693 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0916 19:13:02.487662  885693 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
	I0916 19:13:02.494412  885693 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0916 19:13:02.494476  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0916 19:13:02.612831  885693 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0916 19:13:02.612907  885693 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0916 19:13:02.810527  885693 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0916 19:13:02.810604  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0916 19:13:03.063979  885693 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0916 19:13:03.064071  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0916 19:13:03.268742  885693 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0916 19:13:03.268809  885693 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0916 19:13:03.428437  885693 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
	I0916 19:13:04.283776  885693 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 -": (3.301570835s)
	I0916 19:13:04.283898  885693 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0916 19:13:04.283866  885693 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (3.300658173s)
	I0916 19:13:04.284822  885693 node_ready.go:35] waiting up to 6m0s for node "addons-039693" to be "Ready" ...
	I0916 19:13:04.917613  885693 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-039693" context rescaled to 1 replicas
	I0916 19:13:05.246074  885693 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: (3.747182193s)
	I0916 19:13:05.246168  885693 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.719163436s)
	I0916 19:13:05.246204  885693 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.711362821s)
	I0916 19:13:05.246417  885693 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: (3.670189886s)
	I0916 19:13:05.671001  885693 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.085430624s)
	I0916 19:13:06.294246  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:06.662693  885693 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.754412212s)
	I0916 19:13:06.662894  885693 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.621801956s)
	I0916 19:13:06.662911  885693 addons.go:475] Verifying addon registry=true in "addons-039693"
	I0916 19:13:06.663086  885693 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.846485584s)
	I0916 19:13:06.663166  885693 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: (5.006182145s)
	I0916 19:13:06.663183  885693 addons.go:475] Verifying addon ingress=true in "addons-039693"
	I0916 19:13:06.663321  885693 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.551967342s)
	I0916 19:13:06.663945  885693 addons.go:475] Verifying addon metrics-server=true in "addons-039693"
	I0916 19:13:06.665277  885693 out.go:177] * Verifying registry addon...
	I0916 19:13:06.665351  885693 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-039693 service yakd-dashboard -n yakd-dashboard
	
	I0916 19:13:06.665376  885693 out.go:177] * Verifying ingress addon...
	I0916 19:13:06.667669  885693 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0916 19:13:06.669642  885693 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0916 19:13:06.708441  885693 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0916 19:13:06.708475  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:06.709249  885693 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0916 19:13:06.709269  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:06.966451  885693 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.596079707s)
	W0916 19:13:06.966499  885693 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
	I0916 19:13:06.966519  885693 retry.go:31] will retry after 164.223268ms: 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
	I0916 19:13:06.966811  885693 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.478877961s)
	I0916 19:13:07.131107  885693 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
	I0916 19:13:07.284740  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:07.286103  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:07.486894  885693 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: (4.058351761s)
	I0916 19:13:07.486932  885693 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-039693"
	I0916 19:13:07.489230  885693 out.go:177] * Verifying csi-hostpath-driver addon...
	I0916 19:13:07.491993  885693 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0916 19:13:07.544243  885693 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0916 19:13:07.544270  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:07.687613  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:07.688466  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:08.008238  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:08.172182  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:08.176893  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:08.303199  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:08.497466  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:08.672177  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:08.676556  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:08.996428  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:09.173501  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:09.174994  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:09.500326  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:09.671473  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:09.673798  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:10.021556  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:10.172712  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:10.182284  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:10.301526  885693 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0916 19:13:10.301616  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:10.348089  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:10.423111  885693 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.291953218s)
	I0916 19:13:10.496697  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:10.500059  885693 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0916 19:13:10.522570  885693 addons.go:234] Setting addon gcp-auth=true in "addons-039693"
	I0916 19:13:10.522757  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:10.523346  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:10.542337  885693 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0916 19:13:10.542403  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:10.560827  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:10.673036  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:10.675638  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:10.682482  885693 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0916 19:13:10.684515  885693 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0916 19:13:10.686555  885693 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0916 19:13:10.686592  885693 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0916 19:13:10.709072  885693 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0916 19:13:10.709099  885693 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0916 19:13:10.729586  885693 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0916 19:13:10.729610  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0916 19:13:10.754506  885693 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
	I0916 19:13:10.800154  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:10.998799  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:11.192060  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:11.192411  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:11.320784  885693 addons.go:475] Verifying addon gcp-auth=true in "addons-039693"
	I0916 19:13:11.323204  885693 out.go:177] * Verifying gcp-auth addon...
	I0916 19:13:11.327122  885693 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0916 19:13:11.344302  885693 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0916 19:13:11.344376  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:11.501958  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:11.671485  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:11.674402  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:11.830530  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:11.995424  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:12.172202  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:12.173525  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:12.331080  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:12.495548  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:12.671244  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:12.673910  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:12.831486  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:13.011710  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:13.171565  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:13.174023  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:13.288153  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:13.331316  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:13.496482  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:13.672394  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:13.673365  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:13.830785  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:13.996177  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:14.171293  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:14.173519  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:14.331954  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:14.495846  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:14.671238  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:14.673764  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:14.830921  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:14.995955  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:15.171374  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:15.174147  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:15.288452  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:15.330509  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:15.495734  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:15.671918  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:15.675599  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:15.831078  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:15.995343  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:16.171865  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:16.174152  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:16.330365  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:16.496431  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:16.672820  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:16.673666  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:16.830740  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:16.996114  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:17.170666  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:17.174019  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:17.288690  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:17.330779  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:17.495983  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:17.671126  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:17.673450  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:17.830501  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:17.996297  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:18.171831  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:18.172994  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:18.330917  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:18.495298  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:18.671754  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:18.673527  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:18.830238  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:18.995806  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:19.171121  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:19.173528  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:19.332308  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:19.495196  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:19.671292  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:19.673805  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:19.787878  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:19.830903  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:19.995201  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:20.171443  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:20.174087  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:20.330363  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:20.495722  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:20.670975  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:20.674801  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:20.830198  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:20.995221  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:21.172804  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:21.173589  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:21.331180  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:21.495923  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:21.671069  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:21.673797  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:21.787941  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:21.831121  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:21.995477  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:22.170491  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:22.172942  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:22.331030  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:22.495207  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:22.671207  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:22.673127  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:22.830420  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:22.995868  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:23.171172  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:23.174192  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:23.330123  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:23.495731  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:23.670879  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:23.673892  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:23.788214  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:23.830522  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:23.995822  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:24.170929  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:24.174058  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:24.332255  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:24.495532  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:24.671148  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:24.674268  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:24.830286  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:24.995586  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:25.170753  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:25.173546  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:25.330637  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:25.496115  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:25.671224  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:25.674473  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:25.788413  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:25.830780  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:25.995778  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:26.171413  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:26.173656  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:26.331020  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:26.495525  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:26.670651  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:26.673276  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:26.830453  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:26.995953  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:27.171324  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:27.174009  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:27.330307  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:27.495632  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:27.670706  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:27.673575  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:27.830232  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:27.995559  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:28.170966  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:28.173774  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:28.287835  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:28.332190  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:28.497578  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:28.672247  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:28.674265  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:28.837161  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:28.995389  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:29.170908  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:29.173675  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:29.330684  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:29.496579  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:29.671083  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:29.673740  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:29.830526  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:29.995534  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:30.171802  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:30.174747  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:30.289170  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:30.330756  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:30.501937  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:30.673382  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:30.676001  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:30.831004  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:30.995797  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:31.171932  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:31.174261  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:31.330838  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:31.497911  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:31.671806  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:31.673210  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:31.831099  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:31.995478  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:32.170677  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:32.173925  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:32.330388  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:32.496675  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:32.678150  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:32.678245  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:32.788572  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:32.830920  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:32.995489  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:33.171078  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:33.174164  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:33.330339  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:33.495548  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:33.671055  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:33.674047  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:33.830382  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:33.995865  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:34.172386  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:34.173668  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:34.331708  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:34.496114  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:34.673178  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:34.674251  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:34.788890  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:34.831238  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:34.996115  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:35.172377  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:35.175739  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:35.330820  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:35.495399  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:35.672337  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:35.673325  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:35.830517  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:35.996513  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:36.172527  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:36.176083  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:36.331061  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:36.495789  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:36.671757  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:36.674858  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:36.830787  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:36.995866  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:37.171814  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:37.173521  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:37.288627  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:37.330365  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:37.495819  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:37.671157  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:37.674156  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:37.833093  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:37.995505  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:38.171404  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:38.174030  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:38.330844  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:38.495585  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:38.671513  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:38.674488  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:38.830851  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:38.996219  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:39.171535  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:39.173225  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:39.289219  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:39.330596  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:39.495874  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:39.671173  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:39.673676  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:39.830395  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:39.996144  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:40.172769  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:40.174796  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:40.331490  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:40.495886  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:40.671050  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:40.674485  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:40.831231  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:40.995906  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:41.172211  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:41.173424  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:41.330196  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:41.495235  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:41.670842  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:41.673503  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:41.789040  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:41.831247  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:41.995027  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:42.172652  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:42.174965  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:42.331316  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:42.496353  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:42.671128  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:42.674181  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:42.831926  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:42.995261  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:43.171062  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:43.173583  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:43.331235  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:43.495768  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:43.671159  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:43.674325  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:43.831227  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:43.996185  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:44.170731  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:44.173173  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:44.287694  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:44.331317  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:44.498953  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:44.683417  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:44.684031  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:44.787589  885693 node_ready.go:49] node "addons-039693" has status "Ready":"True"
	I0916 19:13:44.787613  885693 node_ready.go:38] duration metric: took 40.502761811s for node "addons-039693" to be "Ready" ...
	I0916 19:13:44.787623  885693 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" ...
	I0916 19:13:44.799799  885693 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-k7f2z" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:44.839795  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:45.073750  885693 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0916 19:13:45.073783  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:45.192191  885693 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0916 19:13:45.192245  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:45.195617  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:45.335495  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:45.499473  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:45.684857  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:45.686346  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:45.833869  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:45.996690  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:46.171394  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:46.175660  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:46.331018  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:46.497606  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:46.686582  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:46.688079  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:46.806816  885693 pod_ready.go:93] pod "coredns-7c65d6cfc9-k7f2z" in "kube-system" namespace has status "Ready":"True"
	I0916 19:13:46.806841  885693 pod_ready.go:82] duration metric: took 2.00700654s for pod "coredns-7c65d6cfc9-k7f2z" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.806871  885693 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.812622  885693 pod_ready.go:93] pod "etcd-addons-039693" in "kube-system" namespace has status "Ready":"True"
	I0916 19:13:46.812647  885693 pod_ready.go:82] duration metric: took 5.767214ms for pod "etcd-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.812662  885693 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.818211  885693 pod_ready.go:93] pod "kube-apiserver-addons-039693" in "kube-system" namespace has status "Ready":"True"
	I0916 19:13:46.818237  885693 pod_ready.go:82] duration metric: took 5.567918ms for pod "kube-apiserver-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.818248  885693 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.823524  885693 pod_ready.go:93] pod "kube-controller-manager-addons-039693" in "kube-system" namespace has status "Ready":"True"
	I0916 19:13:46.823548  885693 pod_ready.go:82] duration metric: took 5.292642ms for pod "kube-controller-manager-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.823568  885693 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-4bxfk" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.829867  885693 pod_ready.go:93] pod "kube-proxy-4bxfk" in "kube-system" namespace has status "Ready":"True"
	I0916 19:13:46.829895  885693 pod_ready.go:82] duration metric: took 6.317666ms for pod "kube-proxy-4bxfk" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.829905  885693 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.830522  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:46.997654  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:47.173449  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:47.178563  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:47.204435  885693 pod_ready.go:93] pod "kube-scheduler-addons-039693" in "kube-system" namespace has status "Ready":"True"
	I0916 19:13:47.204469  885693 pod_ready.go:82] duration metric: took 374.555664ms for pod "kube-scheduler-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:47.204481  885693 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:47.330748  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:47.497735  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:47.676575  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:47.678498  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:47.830852  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:47.998144  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:48.180618  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:48.183435  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:48.331581  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:48.517163  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:48.672984  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:48.677980  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:48.831558  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:48.997861  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:49.172434  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:49.176710  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:49.211426  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:13:49.334108  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:49.513422  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:49.676910  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:49.683632  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:49.831309  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:49.998554  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:50.177744  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:50.179639  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:50.332790  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:50.497027  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:50.674529  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:50.676651  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:50.830567  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:50.997278  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:51.173845  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:51.179045  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:51.212116  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:13:51.330914  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:51.496995  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:51.671826  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:51.674913  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:51.830780  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:52.001290  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:52.172713  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:52.175647  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:52.330573  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:52.502868  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:52.673474  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:52.675510  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:52.830795  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:52.997586  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:53.173143  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:53.175638  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:53.331017  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:53.497055  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:53.673351  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:53.676000  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:53.711214  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:13:53.831056  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:53.998054  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:54.171964  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:54.174849  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:54.331715  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:54.497822  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:54.672274  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:54.676893  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:54.831428  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:54.997809  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:55.171591  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:55.174708  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:55.331427  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:55.496729  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:55.672644  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:55.674972  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:55.711956  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:13:55.831283  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:55.999433  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:56.171409  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:56.178100  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:56.331188  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:56.500523  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:56.673276  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:56.676488  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:56.831668  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:56.997398  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:57.171818  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:57.176236  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:57.331758  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:57.497322  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:57.675123  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:57.676738  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:57.712672  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:13:57.830843  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:57.997988  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:58.172809  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:58.175952  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:58.333915  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:58.497506  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:58.675769  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:58.677631  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:58.830562  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:58.997102  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:59.171633  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:59.174159  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:59.331039  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:59.498274  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:59.673455  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:59.674706  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:59.831310  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:59.998280  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:00.282577  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:00.297902  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:00.301087  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:00.349268  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:00.502028  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:00.673644  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:00.677005  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:00.831301  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:00.998658  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:01.176086  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:01.188797  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:01.331510  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:01.497722  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:01.672356  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:01.679273  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:01.830885  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:01.997953  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:02.173814  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:02.177285  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:02.332464  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:02.498246  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:02.674380  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:02.675514  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:02.711140  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:02.831365  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:03.014542  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:03.172885  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:03.176575  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:03.330955  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:03.519218  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:03.672640  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:03.675403  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:03.830588  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:03.999369  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:04.174387  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:04.177635  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:04.332055  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:04.497246  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:04.682775  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:04.684848  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:04.713825  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:04.833167  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:05.007122  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:05.183076  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:05.191908  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:05.332305  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:05.496581  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:05.671244  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:05.674322  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:05.831289  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:05.998471  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:06.175729  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:06.177310  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:06.332143  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:06.497853  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:06.672094  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:06.676826  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:06.716119  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:06.831298  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:07.030741  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:07.173599  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:07.180917  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:07.331157  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:07.499305  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:07.672429  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:07.675577  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:07.831507  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:07.997287  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:08.174015  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:08.174270  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:08.331021  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:08.496497  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:08.671603  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:08.676330  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:08.831066  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:08.998127  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:09.172709  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:09.174458  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:09.211337  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:09.331964  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:09.498700  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:09.671947  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:09.676021  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:09.831566  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:09.997811  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:10.175735  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:10.176900  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:10.330945  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:10.500832  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:10.672874  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:10.675362  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:10.831118  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:10.997060  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:11.171595  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:11.174522  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:11.330801  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:11.497154  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:11.675923  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:11.677155  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:11.711204  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:11.830432  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:11.997437  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:12.174916  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:12.175940  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:12.330757  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:12.498116  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:12.674185  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:12.674969  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:12.833364  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:12.996836  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:13.172779  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:13.174495  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:13.330426  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:13.497585  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:13.671148  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:13.673624  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:13.720063  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:13.830126  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:13.999777  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:14.174060  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:14.175822  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:14.331798  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:14.496970  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:14.675405  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:14.675690  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:14.831870  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:15.004896  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:15.173186  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:15.175645  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:15.331376  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:15.497927  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:15.671182  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:15.673752  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:15.845175  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:15.997736  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:16.175918  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:16.176817  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:16.214155  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:16.330990  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:16.499350  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:16.673911  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:16.675253  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:16.832996  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:16.997487  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:17.174932  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:17.177754  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:17.331355  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:17.497758  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:17.671941  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:17.675537  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:17.830821  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:18.000915  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:18.172414  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:18.176781  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:18.216217  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:18.332364  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:18.497883  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:18.675153  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:18.676670  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:18.831709  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:19.007905  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:19.171372  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:19.174451  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:19.331101  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:19.497426  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:19.671418  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:19.674348  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:19.830815  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:20.003463  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:20.171542  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:20.175525  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:20.330963  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:20.496970  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:20.671955  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:20.675530  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:20.710662  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:20.830957  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:20.996543  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:21.172144  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:21.175614  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:21.331379  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:21.496386  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:21.671649  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:21.674545  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:21.833000  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:21.998229  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:22.174379  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:22.176364  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:22.331057  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:22.497637  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:22.671632  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:22.680925  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:22.711610  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:22.831892  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:22.998913  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:23.195708  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:23.196201  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:23.331325  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:23.497699  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:23.674983  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:23.678551  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:23.831727  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:24.004797  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:24.174327  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:24.182091  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:24.331348  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:24.497565  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:24.674841  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:24.676342  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:24.715716  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:24.836620  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:24.997030  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:25.172562  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:25.178704  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:25.331938  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:25.498011  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:25.675709  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:25.677138  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:25.831635  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:25.999339  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:26.172306  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:26.180001  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:26.332510  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:26.497047  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:26.673382  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:26.677502  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:26.831208  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:26.997233  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:27.172247  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:27.176480  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:27.214807  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:27.331195  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:27.496847  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:27.682220  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:27.684250  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:27.831461  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:27.997929  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:28.171637  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:28.174348  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:28.331889  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:28.497877  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:28.673049  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:28.677201  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:28.831669  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:28.998237  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:29.171930  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:29.175737  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:29.331999  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:29.497671  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:29.673707  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:29.675003  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:29.713171  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:29.832106  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:29.997115  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:30.171885  885693 kapi.go:107] duration metric: took 1m23.504246596s to wait for kubernetes.io/minikube-addons=registry ...
	I0916 19:14:30.176616  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:30.333887  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:30.497227  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:30.674248  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:30.832325  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:31.002261  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:31.174811  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:31.330882  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:31.497687  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:31.675449  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:31.719130  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:31.831106  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:31.997436  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:32.174919  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:32.332378  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:32.497078  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:32.677588  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:32.831168  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:33.009934  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:33.175423  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:33.338319  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:33.497196  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:33.674535  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:33.832307  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:34.016603  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:34.175970  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:34.210868  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:34.332026  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:34.498282  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:34.674745  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:34.831310  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:35.008472  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:35.174049  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:35.331546  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:35.496966  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:35.674040  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:35.830452  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:35.997295  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:36.174188  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:36.213671  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:36.331829  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:36.498150  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:36.673951  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:36.832731  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:36.997811  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:37.178507  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:37.331543  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:37.499073  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:37.676243  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:37.833617  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:37.997576  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:38.175170  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:38.331677  885693 kapi.go:107] duration metric: took 1m27.004558109s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0916 19:14:38.333973  885693 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-039693 cluster.
	I0916 19:14:38.336009  885693 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.
	I0916 19:14:38.338238  885693 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0916 19:14:38.497594  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:38.674030  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:38.712144  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:39.007679  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:39.174783  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:39.497639  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:39.674590  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:40.010408  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:40.174162  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:40.497822  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:40.674945  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:40.997006  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:41.181573  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:41.211953  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:41.497126  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:41.676642  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:41.997097  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:42.183491  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:42.497936  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:42.674427  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:42.996687  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:43.174523  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:43.496862  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:43.674818  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:43.711780  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:44.004420  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:44.174330  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:44.499159  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:44.675607  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:44.997301  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:45.207213  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:45.497566  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:45.673840  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:45.997297  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:46.174279  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:46.212820  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:46.500823  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:46.675392  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:46.998319  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:47.177539  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:47.496508  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:47.674082  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:48.003414  885693 kapi.go:107] duration metric: took 1m40.511417783s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0916 19:14:48.174252  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:48.674815  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:48.710909  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:49.175359  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:49.676683  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:50.174887  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:50.674598  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:50.724375  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:51.174176  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:51.675171  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:52.175186  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:52.675545  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:53.186422  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:53.216088  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:53.673854  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:54.174787  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:54.675041  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:55.200476  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:55.233128  885693 pod_ready.go:93] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"True"
	I0916 19:14:55.233226  885693 pod_ready.go:82] duration metric: took 1m8.028728567s for pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace to be "Ready" ...
	I0916 19:14:55.233258  885693 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-md9rh" in "kube-system" namespace to be "Ready" ...
	I0916 19:14:55.239693  885693 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-md9rh" in "kube-system" namespace has status "Ready":"True"
	I0916 19:14:55.239804  885693 pod_ready.go:82] duration metric: took 6.511048ms for pod "nvidia-device-plugin-daemonset-md9rh" in "kube-system" namespace to be "Ready" ...
	I0916 19:14:55.239864  885693 pod_ready.go:39] duration metric: took 1m10.452226354s 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" ...
	I0916 19:14:55.239907  885693 api_server.go:52] waiting for apiserver process to appear ...
	I0916 19:14:55.239963  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0916 19:14:55.240071  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0916 19:14:55.326963  885693 cri.go:89] found id: "3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b"
	I0916 19:14:55.327001  885693 cri.go:89] found id: ""
	I0916 19:14:55.327010  885693 logs.go:276] 1 containers: [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b]
	I0916 19:14:55.327096  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.339040  885693 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0916 19:14:55.339139  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0916 19:14:55.401335  885693 cri.go:89] found id: "309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a"
	I0916 19:14:55.401366  885693 cri.go:89] found id: ""
	I0916 19:14:55.401375  885693 logs.go:276] 1 containers: [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a]
	I0916 19:14:55.401441  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.406223  885693 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0916 19:14:55.406360  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0916 19:14:55.463595  885693 cri.go:89] found id: "100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9"
	I0916 19:14:55.463629  885693 cri.go:89] found id: ""
	I0916 19:14:55.463637  885693 logs.go:276] 1 containers: [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9]
	I0916 19:14:55.463736  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.467732  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0916 19:14:55.467834  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0916 19:14:55.524453  885693 cri.go:89] found id: "addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217"
	I0916 19:14:55.524478  885693 cri.go:89] found id: ""
	I0916 19:14:55.524485  885693 logs.go:276] 1 containers: [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217]
	I0916 19:14:55.524571  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.528833  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0916 19:14:55.528940  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0916 19:14:55.575615  885693 cri.go:89] found id: "5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28"
	I0916 19:14:55.575642  885693 cri.go:89] found id: ""
	I0916 19:14:55.575651  885693 logs.go:276] 1 containers: [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28]
	I0916 19:14:55.575745  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.579815  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0916 19:14:55.579925  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0916 19:14:55.624885  885693 cri.go:89] found id: "a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11"
	I0916 19:14:55.624910  885693 cri.go:89] found id: ""
	I0916 19:14:55.624918  885693 logs.go:276] 1 containers: [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11]
	I0916 19:14:55.625011  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.628853  885693 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0916 19:14:55.628955  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0916 19:14:55.677385  885693 cri.go:89] found id: "44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264"
	I0916 19:14:55.677409  885693 cri.go:89] found id: ""
	I0916 19:14:55.677418  885693 logs.go:276] 1 containers: [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264]
	I0916 19:14:55.677529  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.682697  885693 kapi.go:107] duration metric: took 1m49.013053543s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0916 19:14:55.684531  885693 logs.go:123] Gathering logs for container status ...
	I0916 19:14:55.684558  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0916 19:14:55.686844  885693 out.go:177] * Enabled addons: ingress-dns, cloud-spanner, nvidia-device-plugin, default-storageclass, storage-provisioner, metrics-server, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, gcp-auth, csi-hostpath-driver, ingress
	I0916 19:14:55.689083  885693 addons.go:510] duration metric: took 1m55.244031326s for enable addons: enabled=[ingress-dns cloud-spanner nvidia-device-plugin default-storageclass storage-provisioner metrics-server yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry gcp-auth csi-hostpath-driver ingress]
	I0916 19:14:55.753909  885693 logs.go:123] Gathering logs for kubelet ...
	I0916 19:14:55.753939  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0916 19:14:55.801313  885693 logs.go:138] Found kubelet problem: Sep 16 19:13:44 addons-039693 kubelet[1491]: W0916 19:13:44.602817    1491 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-039693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-039693' and this object
	W0916 19:14:55.801585  885693 logs.go:138] Found kubelet problem: Sep 16 19:13:44 addons-039693 kubelet[1491]: E0916 19:13:44.602871    1491 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-039693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-039693' and this object" logger="UnhandledError"
	I0916 19:14:55.848837  885693 logs.go:123] Gathering logs for dmesg ...
	I0916 19:14:55.849092  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0916 19:14:55.867150  885693 logs.go:123] Gathering logs for kube-apiserver [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b] ...
	I0916 19:14:55.867182  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b"
	I0916 19:14:55.925788  885693 logs.go:123] Gathering logs for coredns [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9] ...
	I0916 19:14:55.925823  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9"
	I0916 19:14:56.001564  885693 logs.go:123] Gathering logs for kube-controller-manager [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11] ...
	I0916 19:14:56.001611  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11"
	I0916 19:14:56.095543  885693 logs.go:123] Gathering logs for kindnet [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264] ...
	I0916 19:14:56.095594  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264"
	I0916 19:14:56.138920  885693 logs.go:123] Gathering logs for CRI-O ...
	I0916 19:14:56.138950  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0916 19:14:56.230141  885693 logs.go:123] Gathering logs for describe nodes ...
	I0916 19:14:56.230179  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0916 19:14:56.425469  885693 logs.go:123] Gathering logs for etcd [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a] ...
	I0916 19:14:56.425520  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a"
	I0916 19:14:56.486825  885693 logs.go:123] Gathering logs for kube-scheduler [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217] ...
	I0916 19:14:56.486865  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217"
	I0916 19:14:56.534193  885693 logs.go:123] Gathering logs for kube-proxy [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28] ...
	I0916 19:14:56.534232  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28"
	I0916 19:14:56.575165  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:14:56.575192  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0916 19:14:56.575280  885693 out.go:270] X Problems detected in kubelet:
	W0916 19:14:56.575308  885693 out.go:270]   Sep 16 19:13:44 addons-039693 kubelet[1491]: W0916 19:13:44.602817    1491 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-039693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-039693' and this object
	W0916 19:14:56.575323  885693 out.go:270]   Sep 16 19:13:44 addons-039693 kubelet[1491]: E0916 19:13:44.602871    1491 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-039693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-039693' and this object" logger="UnhandledError"
	I0916 19:14:56.575349  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:14:56.575356  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:15:06.576377  885693 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0916 19:15:06.590395  885693 api_server.go:72] duration metric: took 2m6.145961116s to wait for apiserver process to appear ...
	I0916 19:15:06.590422  885693 api_server.go:88] waiting for apiserver healthz status ...
	I0916 19:15:06.590461  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0916 19:15:06.590523  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0916 19:15:06.635777  885693 cri.go:89] found id: "3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b"
	I0916 19:15:06.635800  885693 cri.go:89] found id: ""
	I0916 19:15:06.635808  885693 logs.go:276] 1 containers: [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b]
	I0916 19:15:06.635870  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.639607  885693 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0916 19:15:06.639683  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0916 19:15:06.679978  885693 cri.go:89] found id: "309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a"
	I0916 19:15:06.680003  885693 cri.go:89] found id: ""
	I0916 19:15:06.680021  885693 logs.go:276] 1 containers: [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a]
	I0916 19:15:06.680095  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.684210  885693 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0916 19:15:06.684284  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0916 19:15:06.722848  885693 cri.go:89] found id: "100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9"
	I0916 19:15:06.722876  885693 cri.go:89] found id: ""
	I0916 19:15:06.722885  885693 logs.go:276] 1 containers: [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9]
	I0916 19:15:06.722945  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.726699  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0916 19:15:06.726774  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0916 19:15:06.766709  885693 cri.go:89] found id: "addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217"
	I0916 19:15:06.766741  885693 cri.go:89] found id: ""
	I0916 19:15:06.766750  885693 logs.go:276] 1 containers: [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217]
	I0916 19:15:06.766810  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.770428  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0916 19:15:06.770506  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0916 19:15:06.811892  885693 cri.go:89] found id: "5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28"
	I0916 19:15:06.811914  885693 cri.go:89] found id: ""
	I0916 19:15:06.811923  885693 logs.go:276] 1 containers: [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28]
	I0916 19:15:06.811983  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.815750  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0916 19:15:06.815827  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0916 19:15:06.854133  885693 cri.go:89] found id: "a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11"
	I0916 19:15:06.854157  885693 cri.go:89] found id: ""
	I0916 19:15:06.854167  885693 logs.go:276] 1 containers: [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11]
	I0916 19:15:06.854231  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.857853  885693 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0916 19:15:06.857932  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0916 19:15:06.899832  885693 cri.go:89] found id: "44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264"
	I0916 19:15:06.899856  885693 cri.go:89] found id: ""
	I0916 19:15:06.899865  885693 logs.go:276] 1 containers: [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264]
	I0916 19:15:06.899926  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.903659  885693 logs.go:123] Gathering logs for coredns [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9] ...
	I0916 19:15:06.903688  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9"
	I0916 19:15:06.977653  885693 logs.go:123] Gathering logs for kube-proxy [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28] ...
	I0916 19:15:06.977689  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28"
	I0916 19:15:07.017857  885693 logs.go:123] Gathering logs for kindnet [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264] ...
	I0916 19:15:07.017887  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264"
	I0916 19:15:07.064198  885693 logs.go:123] Gathering logs for kubelet ...
	I0916 19:15:07.064230  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0916 19:15:07.102361  885693 logs.go:138] Found kubelet problem: Sep 16 19:13:44 addons-039693 kubelet[1491]: W0916 19:13:44.602817    1491 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-039693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-039693' and this object
	W0916 19:15:07.102590  885693 logs.go:138] Found kubelet problem: Sep 16 19:13:44 addons-039693 kubelet[1491]: E0916 19:13:44.602871    1491 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-039693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-039693' and this object" logger="UnhandledError"
	I0916 19:15:07.150399  885693 logs.go:123] Gathering logs for dmesg ...
	I0916 19:15:07.150433  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0916 19:15:07.166824  885693 logs.go:123] Gathering logs for describe nodes ...
	I0916 19:15:07.166853  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0916 19:15:07.313464  885693 logs.go:123] Gathering logs for kube-controller-manager [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11] ...
	I0916 19:15:07.313493  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11"
	I0916 19:15:07.385013  885693 logs.go:123] Gathering logs for CRI-O ...
	I0916 19:15:07.385050  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0916 19:15:07.484917  885693 logs.go:123] Gathering logs for container status ...
	I0916 19:15:07.484959  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0916 19:15:07.533441  885693 logs.go:123] Gathering logs for kube-apiserver [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b] ...
	I0916 19:15:07.533472  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b"
	I0916 19:15:07.591969  885693 logs.go:123] Gathering logs for etcd [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a] ...
	I0916 19:15:07.592008  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a"
	I0916 19:15:07.652475  885693 logs.go:123] Gathering logs for kube-scheduler [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217] ...
	I0916 19:15:07.652513  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217"
	I0916 19:15:07.698141  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:15:07.698169  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0916 19:15:07.698250  885693 out.go:270] X Problems detected in kubelet:
	W0916 19:15:07.698268  885693 out.go:270]   Sep 16 19:13:44 addons-039693 kubelet[1491]: W0916 19:13:44.602817    1491 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-039693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-039693' and this object
	W0916 19:15:07.698283  885693 out.go:270]   Sep 16 19:13:44 addons-039693 kubelet[1491]: E0916 19:13:44.602871    1491 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-039693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-039693' and this object" logger="UnhandledError"
	I0916 19:15:07.698292  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:15:07.698298  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:15:17.698819  885693 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0916 19:15:17.708181  885693 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0916 19:15:17.711314  885693 api_server.go:141] control plane version: v1.31.1
	I0916 19:15:17.711341  885693 api_server.go:131] duration metric: took 11.120912522s to wait for apiserver health ...
	I0916 19:15:17.711349  885693 system_pods.go:43] waiting for kube-system pods to appear ...
	I0916 19:15:17.711377  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0916 19:15:17.711440  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0916 19:15:17.762190  885693 cri.go:89] found id: "3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b"
	I0916 19:15:17.762209  885693 cri.go:89] found id: ""
	I0916 19:15:17.762218  885693 logs.go:276] 1 containers: [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b]
	I0916 19:15:17.762275  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:17.766650  885693 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0916 19:15:17.766719  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0916 19:15:17.810047  885693 cri.go:89] found id: "309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a"
	I0916 19:15:17.810068  885693 cri.go:89] found id: ""
	I0916 19:15:17.810075  885693 logs.go:276] 1 containers: [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a]
	I0916 19:15:17.810133  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:17.815935  885693 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0916 19:15:17.816006  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0916 19:15:17.876645  885693 cri.go:89] found id: "100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9"
	I0916 19:15:17.876719  885693 cri.go:89] found id: ""
	I0916 19:15:17.876745  885693 logs.go:276] 1 containers: [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9]
	I0916 19:15:17.876837  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:17.881987  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0916 19:15:17.882129  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0916 19:15:17.932753  885693 cri.go:89] found id: "addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217"
	I0916 19:15:17.932825  885693 cri.go:89] found id: ""
	I0916 19:15:17.932848  885693 logs.go:276] 1 containers: [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217]
	I0916 19:15:17.932939  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:17.936482  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0916 19:15:17.936619  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0916 19:15:17.980913  885693 cri.go:89] found id: "5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28"
	I0916 19:15:17.980938  885693 cri.go:89] found id: ""
	I0916 19:15:17.980957  885693 logs.go:276] 1 containers: [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28]
	I0916 19:15:17.981022  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:17.984719  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0916 19:15:17.984794  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0916 19:15:18.034211  885693 cri.go:89] found id: "a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11"
	I0916 19:15:18.034290  885693 cri.go:89] found id: ""
	I0916 19:15:18.034315  885693 logs.go:276] 1 containers: [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11]
	I0916 19:15:18.034412  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:18.038401  885693 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0916 19:15:18.038501  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0916 19:15:18.084763  885693 cri.go:89] found id: "44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264"
	I0916 19:15:18.084842  885693 cri.go:89] found id: ""
	I0916 19:15:18.084879  885693 logs.go:276] 1 containers: [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264]
	I0916 19:15:18.084987  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:18.089211  885693 logs.go:123] Gathering logs for kubelet ...
	I0916 19:15:18.089247  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0916 19:15:18.132851  885693 logs.go:138] Found kubelet problem: Sep 16 19:13:44 addons-039693 kubelet[1491]: W0916 19:13:44.602817    1491 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-039693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-039693' and this object
	W0916 19:15:18.133147  885693 logs.go:138] Found kubelet problem: Sep 16 19:13:44 addons-039693 kubelet[1491]: E0916 19:13:44.602871    1491 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-039693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-039693' and this object" logger="UnhandledError"
	I0916 19:15:18.193417  885693 logs.go:123] Gathering logs for dmesg ...
	I0916 19:15:18.193453  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0916 19:15:18.209435  885693 logs.go:123] Gathering logs for describe nodes ...
	I0916 19:15:18.209464  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0916 19:15:18.369856  885693 logs.go:123] Gathering logs for kube-proxy [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28] ...
	I0916 19:15:18.369912  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28"
	I0916 19:15:18.425556  885693 logs.go:123] Gathering logs for kindnet [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264] ...
	I0916 19:15:18.425588  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264"
	I0916 19:15:18.471380  885693 logs.go:123] Gathering logs for kube-apiserver [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b] ...
	I0916 19:15:18.471413  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b"
	I0916 19:15:18.528976  885693 logs.go:123] Gathering logs for etcd [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a] ...
	I0916 19:15:18.529008  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a"
	I0916 19:15:18.595274  885693 logs.go:123] Gathering logs for coredns [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9] ...
	I0916 19:15:18.595310  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9"
	I0916 19:15:18.669594  885693 logs.go:123] Gathering logs for kube-scheduler [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217] ...
	I0916 19:15:18.669641  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217"
	I0916 19:15:18.713388  885693 logs.go:123] Gathering logs for kube-controller-manager [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11] ...
	I0916 19:15:18.713432  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11"
	I0916 19:15:18.788959  885693 logs.go:123] Gathering logs for CRI-O ...
	I0916 19:15:18.789003  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0916 19:15:18.889311  885693 logs.go:123] Gathering logs for container status ...
	I0916 19:15:18.889353  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0916 19:15:18.939886  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:15:18.939916  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0916 19:15:18.939979  885693 out.go:270] X Problems detected in kubelet:
	W0916 19:15:18.939991  885693 out.go:270]   Sep 16 19:13:44 addons-039693 kubelet[1491]: W0916 19:13:44.602817    1491 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-039693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-039693' and this object
	W0916 19:15:18.939999  885693 out.go:270]   Sep 16 19:13:44 addons-039693 kubelet[1491]: E0916 19:13:44.602871    1491 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-039693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-039693' and this object" logger="UnhandledError"
	I0916 19:15:18.940006  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:15:18.940012  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:15:28.952759  885693 system_pods.go:59] 18 kube-system pods found
	I0916 19:15:28.952803  885693 system_pods.go:61] "coredns-7c65d6cfc9-k7f2z" [568bb49d-69ce-43a5-a4e0-f8c4ab77fe37] Running
	I0916 19:15:28.952811  885693 system_pods.go:61] "csi-hostpath-attacher-0" [c6e2e77f-94e9-428f-9eab-52434723b585] Running
	I0916 19:15:28.952817  885693 system_pods.go:61] "csi-hostpath-resizer-0" [d9f16d1e-350d-41ac-977e-a3a5e2410f73] Running
	I0916 19:15:28.952821  885693 system_pods.go:61] "csi-hostpathplugin-75v5q" [2365ffa9-ae30-47d6-9732-1125ce3a6052] Running
	I0916 19:15:28.952826  885693 system_pods.go:61] "etcd-addons-039693" [62a9396d-45a4-4233-81e6-c35408b86a10] Running
	I0916 19:15:28.952830  885693 system_pods.go:61] "kindnet-kwnxc" [25a8e75c-0b6c-4daa-b1d8-2a509615e3d2] Running
	I0916 19:15:28.952834  885693 system_pods.go:61] "kube-apiserver-addons-039693" [6a6125d7-7610-425f-a409-44e683690564] Running
	I0916 19:15:28.952839  885693 system_pods.go:61] "kube-controller-manager-addons-039693" [5739fad8-0156-4f15-87ae-a816a5454021] Running
	I0916 19:15:28.952844  885693 system_pods.go:61] "kube-ingress-dns-minikube" [92f1ce71-8fef-4d92-abbb-e2dc6ac42153] Running
	I0916 19:15:28.952848  885693 system_pods.go:61] "kube-proxy-4bxfk" [8d405a66-dc6a-4b18-bc5b-da9fd82eefd4] Running
	I0916 19:15:28.952853  885693 system_pods.go:61] "kube-scheduler-addons-039693" [4b551dd1-681c-40c5-b4ef-62a21bea5481] Running
	I0916 19:15:28.952864  885693 system_pods.go:61] "metrics-server-84c5f94fbc-tr5qp" [c06b061f-02b8-4221-b277-563241a4ab9e] Running
	I0916 19:15:28.952868  885693 system_pods.go:61] "nvidia-device-plugin-daemonset-md9rh" [b9e71cf7-18e4-4cf9-a264-d0ab039c65c9] Running
	I0916 19:15:28.952877  885693 system_pods.go:61] "registry-66c9cd494c-gp52c" [29f1a15b-70ec-416f-afb5-b192475f37c0] Running
	I0916 19:15:28.952881  885693 system_pods.go:61] "registry-proxy-6sgf4" [74eb3831-9a3e-43bd-8dbf-e08dcbcb1ab0] Running
	I0916 19:15:28.952893  885693 system_pods.go:61] "snapshot-controller-56fcc65765-hqj9w" [cef1f1c2-18a9-4061-94bd-756a70cc2624] Running
	I0916 19:15:28.952897  885693 system_pods.go:61] "snapshot-controller-56fcc65765-x8r89" [c84d51e4-1527-4694-8e00-a077b96ea6b7] Running
	I0916 19:15:28.952903  885693 system_pods.go:61] "storage-provisioner" [ae4931db-1c78-48de-9ebd-3867e318bc62] Running
	I0916 19:15:28.952913  885693 system_pods.go:74] duration metric: took 11.241557825s to wait for pod list to return data ...
	I0916 19:15:28.952927  885693 default_sa.go:34] waiting for default service account to be created ...
	I0916 19:15:28.955644  885693 default_sa.go:45] found service account: "default"
	I0916 19:15:28.955672  885693 default_sa.go:55] duration metric: took 2.734987ms for default service account to be created ...
	I0916 19:15:28.955683  885693 system_pods.go:116] waiting for k8s-apps to be running ...
	I0916 19:15:28.967860  885693 system_pods.go:86] 18 kube-system pods found
	I0916 19:15:28.967915  885693 system_pods.go:89] "coredns-7c65d6cfc9-k7f2z" [568bb49d-69ce-43a5-a4e0-f8c4ab77fe37] Running
	I0916 19:15:28.967925  885693 system_pods.go:89] "csi-hostpath-attacher-0" [c6e2e77f-94e9-428f-9eab-52434723b585] Running
	I0916 19:15:28.967931  885693 system_pods.go:89] "csi-hostpath-resizer-0" [d9f16d1e-350d-41ac-977e-a3a5e2410f73] Running
	I0916 19:15:28.967939  885693 system_pods.go:89] "csi-hostpathplugin-75v5q" [2365ffa9-ae30-47d6-9732-1125ce3a6052] Running
	I0916 19:15:28.967945  885693 system_pods.go:89] "etcd-addons-039693" [62a9396d-45a4-4233-81e6-c35408b86a10] Running
	I0916 19:15:28.967955  885693 system_pods.go:89] "kindnet-kwnxc" [25a8e75c-0b6c-4daa-b1d8-2a509615e3d2] Running
	I0916 19:15:28.967961  885693 system_pods.go:89] "kube-apiserver-addons-039693" [6a6125d7-7610-425f-a409-44e683690564] Running
	I0916 19:15:28.967966  885693 system_pods.go:89] "kube-controller-manager-addons-039693" [5739fad8-0156-4f15-87ae-a816a5454021] Running
	I0916 19:15:28.967975  885693 system_pods.go:89] "kube-ingress-dns-minikube" [92f1ce71-8fef-4d92-abbb-e2dc6ac42153] Running
	I0916 19:15:28.967980  885693 system_pods.go:89] "kube-proxy-4bxfk" [8d405a66-dc6a-4b18-bc5b-da9fd82eefd4] Running
	I0916 19:15:28.967984  885693 system_pods.go:89] "kube-scheduler-addons-039693" [4b551dd1-681c-40c5-b4ef-62a21bea5481] Running
	I0916 19:15:28.967989  885693 system_pods.go:89] "metrics-server-84c5f94fbc-tr5qp" [c06b061f-02b8-4221-b277-563241a4ab9e] Running
	I0916 19:15:28.967999  885693 system_pods.go:89] "nvidia-device-plugin-daemonset-md9rh" [b9e71cf7-18e4-4cf9-a264-d0ab039c65c9] Running
	I0916 19:15:28.968008  885693 system_pods.go:89] "registry-66c9cd494c-gp52c" [29f1a15b-70ec-416f-afb5-b192475f37c0] Running
	I0916 19:15:28.968012  885693 system_pods.go:89] "registry-proxy-6sgf4" [74eb3831-9a3e-43bd-8dbf-e08dcbcb1ab0] Running
	I0916 19:15:28.968016  885693 system_pods.go:89] "snapshot-controller-56fcc65765-hqj9w" [cef1f1c2-18a9-4061-94bd-756a70cc2624] Running
	I0916 19:15:28.968020  885693 system_pods.go:89] "snapshot-controller-56fcc65765-x8r89" [c84d51e4-1527-4694-8e00-a077b96ea6b7] Running
	I0916 19:15:28.968023  885693 system_pods.go:89] "storage-provisioner" [ae4931db-1c78-48de-9ebd-3867e318bc62] Running
	I0916 19:15:28.968034  885693 system_pods.go:126] duration metric: took 12.34537ms to wait for k8s-apps to be running ...
	I0916 19:15:28.968045  885693 system_svc.go:44] waiting for kubelet service to be running ....
	I0916 19:15:28.968106  885693 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0916 19:15:28.982827  885693 system_svc.go:56] duration metric: took 14.771244ms WaitForService to wait for kubelet
	I0916 19:15:28.982857  885693 kubeadm.go:582] duration metric: took 2m28.538427829s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0916 19:15:28.982877  885693 node_conditions.go:102] verifying NodePressure condition ...
	I0916 19:15:28.986448  885693 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0916 19:15:28.986484  885693 node_conditions.go:123] node cpu capacity is 2
	I0916 19:15:28.986496  885693 node_conditions.go:105] duration metric: took 3.613646ms to run NodePressure ...
	I0916 19:15:28.986508  885693 start.go:241] waiting for startup goroutines ...
	I0916 19:15:28.986515  885693 start.go:246] waiting for cluster config update ...
	I0916 19:15:28.986531  885693 start.go:255] writing updated cluster config ...
	I0916 19:15:28.986859  885693 ssh_runner.go:195] Run: rm -f paused
	I0916 19:15:29.310779  885693 start.go:600] kubectl: 1.31.1, cluster: 1.31.1 (minor skew: 0)
	I0916 19:15:29.313245  885693 out.go:177] * Done! kubectl is now configured to use "addons-039693" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Sep 16 19:28:12 addons-039693 crio[966]: time="2024-09-16 19:28:12.318763258Z" level=warning msg="Allowed annotations are specified for workload []"
	Sep 16 19:28:12 addons-039693 crio[966]: time="2024-09-16 19:28:12.340765347Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/a5e8034238ff72fcf2e585c0a375f7e9c34c8c6b5012039d8a56a289b68c6092/merged/etc/passwd: no such file or directory"
	Sep 16 19:28:12 addons-039693 crio[966]: time="2024-09-16 19:28:12.340810221Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/a5e8034238ff72fcf2e585c0a375f7e9c34c8c6b5012039d8a56a289b68c6092/merged/etc/group: no such file or directory"
	Sep 16 19:28:12 addons-039693 crio[966]: time="2024-09-16 19:28:12.380326077Z" level=info msg="Created container 2dc9d5294f8a9475d66a075887b59a0beea78a092fa337e99c5138817b568cd2: default/hello-world-app-55bf9c44b4-5s44l/hello-world-app" id=7409e6b6-8e6d-4767-bbaf-1fef64e91515 name=/runtime.v1.RuntimeService/CreateContainer
	Sep 16 19:28:12 addons-039693 crio[966]: time="2024-09-16 19:28:12.382529180Z" level=info msg="Starting container: 2dc9d5294f8a9475d66a075887b59a0beea78a092fa337e99c5138817b568cd2" id=fd79c812-bc17-406b-a0eb-28e302bed67f name=/runtime.v1.RuntimeService/StartContainer
	Sep 16 19:28:12 addons-039693 crio[966]: time="2024-09-16 19:28:12.391207380Z" level=info msg="Started container" PID=8947 containerID=2dc9d5294f8a9475d66a075887b59a0beea78a092fa337e99c5138817b568cd2 description=default/hello-world-app-55bf9c44b4-5s44l/hello-world-app id=fd79c812-bc17-406b-a0eb-28e302bed67f name=/runtime.v1.RuntimeService/StartContainer sandboxID=07558fefecaa6b946eaea22915692fcb8f0a837dc228a199fda571adf46dd80c
	Sep 16 19:28:12 addons-039693 crio[966]: time="2024-09-16 19:28:12.502118035Z" level=info msg="Removing container: 142d60a739084f93529f4f7dd788d723f21d0805c411a6b5f8613db7755d57cc" id=bb4a765a-1486-400a-a1c1-c4b3681b586a name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 16 19:28:12 addons-039693 crio[966]: time="2024-09-16 19:28:12.522197859Z" level=info msg="Removed container 142d60a739084f93529f4f7dd788d723f21d0805c411a6b5f8613db7755d57cc: kube-system/kube-ingress-dns-minikube/minikube-ingress-dns" id=bb4a765a-1486-400a-a1c1-c4b3681b586a name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 16 19:28:14 addons-039693 crio[966]: time="2024-09-16 19:28:14.226787954Z" level=info msg="Stopping container: 9d20bd49e96ade41ab8ddb23270134bb6bb60a8df03a82c0672e52ac9d263448 (timeout: 2s)" id=5eebdc96-d28b-43b1-8722-bb5642dc91ed name=/runtime.v1.RuntimeService/StopContainer
	Sep 16 19:28:16 addons-039693 crio[966]: time="2024-09-16 19:28:16.232694135Z" level=warning msg="Stopping container 9d20bd49e96ade41ab8ddb23270134bb6bb60a8df03a82c0672e52ac9d263448 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=5eebdc96-d28b-43b1-8722-bb5642dc91ed name=/runtime.v1.RuntimeService/StopContainer
	Sep 16 19:28:16 addons-039693 conmon[5144]: conmon 9d20bd49e96ade41ab8d <ninfo>: container 5155 exited with status 137
	Sep 16 19:28:16 addons-039693 crio[966]: time="2024-09-16 19:28:16.373681985Z" level=info msg="Stopped container 9d20bd49e96ade41ab8ddb23270134bb6bb60a8df03a82c0672e52ac9d263448: ingress-nginx/ingress-nginx-controller-bc57996ff-f45vb/controller" id=5eebdc96-d28b-43b1-8722-bb5642dc91ed name=/runtime.v1.RuntimeService/StopContainer
	Sep 16 19:28:16 addons-039693 crio[966]: time="2024-09-16 19:28:16.374231655Z" level=info msg="Stopping pod sandbox: 6e394c3614c191ca38619cff68318c759a10a9446c938dabe673f4f73434530b" id=2affa7e9-2ad3-45ce-b83f-20f7028002b3 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 16 19:28:16 addons-039693 crio[966]: time="2024-09-16 19:28:16.377835883Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-S325WWUIFAIGC3FY - [0:0]\n:KUBE-HP-LFEVLTOKSKIM3NPU - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n-X KUBE-HP-LFEVLTOKSKIM3NPU\n-X KUBE-HP-S325WWUIFAIGC3FY\nCOMMIT\n"
	Sep 16 19:28:16 addons-039693 crio[966]: time="2024-09-16 19:28:16.379295207Z" level=info msg="Closing host port tcp:80"
	Sep 16 19:28:16 addons-039693 crio[966]: time="2024-09-16 19:28:16.379344224Z" level=info msg="Closing host port tcp:443"
	Sep 16 19:28:16 addons-039693 crio[966]: time="2024-09-16 19:28:16.380674793Z" level=info msg="Host port tcp:80 does not have an open socket"
	Sep 16 19:28:16 addons-039693 crio[966]: time="2024-09-16 19:28:16.380703560Z" level=info msg="Host port tcp:443 does not have an open socket"
	Sep 16 19:28:16 addons-039693 crio[966]: time="2024-09-16 19:28:16.380871347Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-bc57996ff-f45vb Namespace:ingress-nginx ID:6e394c3614c191ca38619cff68318c759a10a9446c938dabe673f4f73434530b UID:96451bf1-5fd0-4eb6-94ae-f054a2e07b4d NetNS:/var/run/netns/eb556b02-83c4-4fc2-aa4f-53a481149df7 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Sep 16 19:28:16 addons-039693 crio[966]: time="2024-09-16 19:28:16.381011556Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-bc57996ff-f45vb from CNI network \"kindnet\" (type=ptp)"
	Sep 16 19:28:16 addons-039693 crio[966]: time="2024-09-16 19:28:16.400146517Z" level=info msg="Stopped pod sandbox: 6e394c3614c191ca38619cff68318c759a10a9446c938dabe673f4f73434530b" id=2affa7e9-2ad3-45ce-b83f-20f7028002b3 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 16 19:28:16 addons-039693 crio[966]: time="2024-09-16 19:28:16.512780644Z" level=info msg="Removing container: 9d20bd49e96ade41ab8ddb23270134bb6bb60a8df03a82c0672e52ac9d263448" id=1fd1db94-eb03-40e6-9d17-09d882426c03 name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 16 19:28:16 addons-039693 crio[966]: time="2024-09-16 19:28:16.532866596Z" level=info msg="Removed container 9d20bd49e96ade41ab8ddb23270134bb6bb60a8df03a82c0672e52ac9d263448: ingress-nginx/ingress-nginx-controller-bc57996ff-f45vb/controller" id=1fd1db94-eb03-40e6-9d17-09d882426c03 name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 16 19:28:20 addons-039693 crio[966]: time="2024-09-16 19:28:20.226751161Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=2145a247-a7f8-4daa-8057-3dce9470b373 name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:28:20 addons-039693 crio[966]: time="2024-09-16 19:28:20.226999285Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=2145a247-a7f8-4daa-8057-3dce9470b373 name=/runtime.v1.ImageService/ImageStatus
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	2dc9d5294f8a9       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                        9 seconds ago       Running             hello-world-app           0                   07558fefecaa6       hello-world-app-55bf9c44b4-5s44l
	798cd18252bf9       docker.io/library/nginx@sha256:19db381c08a95b2040d5637a65c7a59af6c2f21444b0c8730505280a0255fb53                              2 minutes ago       Running             nginx                     0                   4a8e6eaec1a0b       nginx
	cfa1836f0d69f       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69                 13 minutes ago      Running             gcp-auth                  0                   af1344d9a6d5d       gcp-auth-89d5ffd79-99k8l
	e38760e7d9382       420193b27261a8d37b9fb1faeed45094cefa47e72a7538fd5a6c05e8b5ce192e                                                             13 minutes ago      Exited              patch                     2                   5199f44a9a79f       ingress-nginx-admission-patch-5ddr9
	9c70a59d7c006       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:7c4c1a6ca8855c524a64983eaf590e126a669ae12df83ad65de281c9beee13d3   14 minutes ago      Exited              create                    0                   875fd48126859       ingress-nginx-admission-create-px8w9
	e5d667ecfed24       registry.k8s.io/metrics-server/metrics-server@sha256:048bcf48fc2cce517a61777e22bac782ba59ea5e9b9a54bcb42dbee99566a91f        14 minutes ago      Running             metrics-server            0                   9c765007df5c0       metrics-server-84c5f94fbc-tr5qp
	80a01cbf86562       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                                             14 minutes ago      Running             storage-provisioner       0                   fb31fcee54a94       storage-provisioner
	100a84756cb13       2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4                                                             14 minutes ago      Running             coredns                   0                   e4f0a449d5224       coredns-7c65d6cfc9-k7f2z
	5990d89d5edff       24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d                                                             15 minutes ago      Running             kube-proxy                0                   73d9fdf0c0640       kube-proxy-4bxfk
	44a6a46497a92       6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51                                                             15 minutes ago      Running             kindnet-cni               0                   a21e5eaa4b197       kindnet-kwnxc
	3c9d2ae653218       d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853                                                             15 minutes ago      Running             kube-apiserver            0                   15f0e06a793e7       kube-apiserver-addons-039693
	309550e364b20       27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da                                                             15 minutes ago      Running             etcd                      0                   d8a750fd3a20c       etcd-addons-039693
	a7b1cec9154a5       279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e                                                             15 minutes ago      Running             kube-controller-manager   0                   676b2763e189f       kube-controller-manager-addons-039693
	addae146f6b32       7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d                                                             15 minutes ago      Running             kube-scheduler            0                   d1cef3943319d       kube-scheduler-addons-039693
	
	
	==> coredns [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9] <==
	[INFO] 10.244.0.4:43802 - 58985 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000049666s
	[INFO] 10.244.0.4:35611 - 37639 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.006420965s
	[INFO] 10.244.0.4:35611 - 22586 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.006542992s
	[INFO] 10.244.0.4:37376 - 58104 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000078031s
	[INFO] 10.244.0.4:37376 - 23773 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000067258s
	[INFO] 10.244.0.4:55678 - 37968 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000159977s
	[INFO] 10.244.0.4:55678 - 49244 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000206048s
	[INFO] 10.244.0.4:38378 - 53390 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000170413s
	[INFO] 10.244.0.4:38378 - 54154 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000223337s
	[INFO] 10.244.0.4:48646 - 38572 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000106249s
	[INFO] 10.244.0.4:48646 - 162 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000152788s
	[INFO] 10.244.0.4:56884 - 63877 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001594331s
	[INFO] 10.244.0.4:56884 - 58040 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001821425s
	[INFO] 10.244.0.4:40772 - 5053 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000075537s
	[INFO] 10.244.0.4:40772 - 44478 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000111516s
	[INFO] 10.244.0.19:49997 - 12087 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000289355s
	[INFO] 10.244.0.19:42862 - 56712 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000482899s
	[INFO] 10.244.0.19:43928 - 42116 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000259447s
	[INFO] 10.244.0.19:44339 - 37797 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000331645s
	[INFO] 10.244.0.19:52425 - 9285 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00013815s
	[INFO] 10.244.0.19:52535 - 27954 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000134253s
	[INFO] 10.244.0.19:58745 - 61963 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002507566s
	[INFO] 10.244.0.19:53250 - 47047 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002597208s
	[INFO] 10.244.0.19:48841 - 28270 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001822106s
	[INFO] 10.244.0.19:49824 - 11445 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 610 0.002544029s
	
	
	==> describe nodes <==
	Name:               addons-039693
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-039693
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=91d692c919753635ac118b7ed7ae5503b67c63c8
	                    minikube.k8s.io/name=addons-039693
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_09_16T19_12_55_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-039693
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 16 Sep 2024 19:12:52 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-039693
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 16 Sep 2024 19:28:14 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 16 Sep 2024 19:26:02 +0000   Mon, 16 Sep 2024 19:12:49 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 16 Sep 2024 19:26:02 +0000   Mon, 16 Sep 2024 19:12:49 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 16 Sep 2024 19:26:02 +0000   Mon, 16 Sep 2024 19:12:49 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 16 Sep 2024 19:26:02 +0000   Mon, 16 Sep 2024 19:13:44 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-039693
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	System Info:
	  Machine ID:                 0d95890d94dd48e1840b298e1af57325
	  System UUID:                7054e7cf-db08-4523-a8ad-f46ff16b12c4
	  Boot ID:                    f7fa8452-b2cd-439e-ae27-324f5fe2e6b8
	  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:          (13 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                     hello-world-app-55bf9c44b4-5s44l         0 (0%)        0 (0%)      0 (0%)           0 (0%)         11s
	  default                     nginx                                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m31s
	  gcp-auth                    gcp-auth-89d5ffd79-99k8l                 0 (0%)        0 (0%)      0 (0%)           0 (0%)         15m
	  kube-system                 coredns-7c65d6cfc9-k7f2z                 100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     15m
	  kube-system                 etcd-addons-039693                       100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         15m
	  kube-system                 kindnet-kwnxc                            100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      15m
	  kube-system                 kube-apiserver-addons-039693             250m (12%)    0 (0%)      0 (0%)           0 (0%)         15m
	  kube-system                 kube-controller-manager-addons-039693    200m (10%)    0 (0%)      0 (0%)           0 (0%)         15m
	  kube-system                 kube-proxy-4bxfk                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         15m
	  kube-system                 kube-scheduler-addons-039693             100m (5%)     0 (0%)      0 (0%)           0 (0%)         15m
	  kube-system                 metrics-server-84c5f94fbc-tr5qp          100m (5%)     0 (0%)      200Mi (2%)       0 (0%)         15m
	  kube-system                 storage-provisioner                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         15m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (47%)  100m (5%)
	  memory             420Mi (5%)  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                 15m                kube-proxy       
	  Normal   NodeHasSufficientMemory  15m (x8 over 15m)  kubelet          Node addons-039693 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    15m (x8 over 15m)  kubelet          Node addons-039693 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     15m (x7 over 15m)  kubelet          Node addons-039693 status is now: NodeHasSufficientPID
	  Normal   Starting                 15m                kubelet          Starting kubelet.
	  Warning  CgroupV1                 15m                kubelet          Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
	  Normal   NodeHasSufficientMemory  15m                kubelet          Node addons-039693 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    15m                kubelet          Node addons-039693 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     15m                kubelet          Node addons-039693 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           15m                node-controller  Node addons-039693 event: Registered Node addons-039693 in Controller
	  Normal   NodeReady                14m                kubelet          Node addons-039693 status is now: NodeReady
	
	
	==> dmesg <==
	[Sep16 19:00] overlayfs: lowerdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	
	
	==> etcd [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a] <==
	{"level":"warn","ts":"2024-09-16T19:13:04.386908Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:04.039320Z","time spent":"347.56347ms","remote":"127.0.0.1:59170","response type":"/etcdserverpb.KV/Range","request count":0,"request size":57,"response count":0,"response size":29,"request content":"key:\"/registry/services/specs/default/cloud-spanner-emulator\" "}
	{"level":"warn","ts":"2024-09-16T19:13:04.388525Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:04.039206Z","time spent":"349.293229ms","remote":"127.0.0.1:59038","response type":"/etcdserverpb.KV/Range","request count":0,"request size":60,"response count":0,"response size":29,"request content":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions\" limit:1 "}
	{"level":"info","ts":"2024-09-16T19:13:04.388674Z","caller":"traceutil/trace.go:171","msg":"trace[877303149] range","detail":"{range_begin:/registry/namespaces/yakd-dashboard; range_end:; response_count:0; response_revision:397; }","duration":"352.710801ms","start":"2024-09-16T19:13:04.035945Z","end":"2024-09-16T19:13:04.388656Z","steps":["trace[877303149] 'agreement among raft nodes before linearized reading'  (duration: 289.800745ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.388706Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:04.035918Z","time spent":"352.780381ms","remote":"127.0.0.1:59112","response type":"/etcdserverpb.KV/Range","request count":0,"request size":37,"response count":0,"response size":29,"request content":"key:\"/registry/namespaces/yakd-dashboard\" "}
	{"level":"info","ts":"2024-09-16T19:13:04.388799Z","caller":"traceutil/trace.go:171","msg":"trace[1915956424] range","detail":"{range_begin:/registry/apiregistration.k8s.io/apiservices/v1beta1.metrics.k8s.io; range_end:; response_count:0; response_revision:397; }","duration":"352.923881ms","start":"2024-09-16T19:13:04.035866Z","end":"2024-09-16T19:13:04.388790Z","steps":["trace[1915956424] 'agreement among raft nodes before linearized reading'  (duration: 289.985042ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.388828Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:04.035822Z","time spent":"352.998016ms","remote":"127.0.0.1:59494","response type":"/etcdserverpb.KV/Range","request count":0,"request size":69,"response count":0,"response size":29,"request content":"key:\"/registry/apiregistration.k8s.io/apiservices/v1beta1.metrics.k8s.io\" "}
	{"level":"info","ts":"2024-09-16T19:13:04.388905Z","caller":"traceutil/trace.go:171","msg":"trace[1503863874] range","detail":"{range_begin:; range_end:; response_count:0; response_revision:397; }","duration":"353.782874ms","start":"2024-09-16T19:13:04.035116Z","end":"2024-09-16T19:13:04.388899Z","steps":["trace[1503863874] 'agreement among raft nodes before linearized reading'  (duration: 300.974479ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-16T19:13:04.390886Z","caller":"traceutil/trace.go:171","msg":"trace[766506508] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:397; }","duration":"356.371863ms","start":"2024-09-16T19:13:04.034499Z","end":"2024-09-16T19:13:04.390871Z","steps":["trace[766506508] 'agreement among raft nodes before linearized reading'  (duration: 301.633133ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.391026Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:04.034372Z","time spent":"356.634633ms","remote":"127.0.0.1:59112","response type":"/etcdserverpb.KV/Range","request count":0,"request size":34,"response count":1,"response size":375,"request content":"key:\"/registry/namespaces/kube-system\" "}
	{"level":"info","ts":"2024-09-16T19:13:04.414888Z","caller":"traceutil/trace.go:171","msg":"trace[497735394] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/storage-provisioner; range_end:; response_count:0; response_revision:397; }","duration":"464.720175ms","start":"2024-09-16T19:13:03.950141Z","end":"2024-09-16T19:13:04.414862Z","steps":["trace[497735394] 'agreement among raft nodes before linearized reading'  (duration: 386.047311ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.414971Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:03.950130Z","time spent":"464.814633ms","remote":"127.0.0.1:59172","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":"info","ts":"2024-09-16T19:13:04.415137Z","caller":"traceutil/trace.go:171","msg":"trace[1410557784] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:397; }","duration":"465.071053ms","start":"2024-09-16T19:13:03.950058Z","end":"2024-09-16T19:13:04.415129Z","steps":["trace[1410557784] 'agreement among raft nodes before linearized reading'  (duration: 386.153165ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.415166Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:03.950041Z","time spent":"465.117577ms","remote":"127.0.0.1:59112","response type":"/etcdserverpb.KV/Range","request count":0,"request size":34,"response count":1,"response size":375,"request content":"key:\"/registry/namespaces/kube-system\" "}
	{"level":"info","ts":"2024-09-16T19:13:04.415209Z","caller":"traceutil/trace.go:171","msg":"trace[1065318346] range","detail":"{range_begin:/registry/pods/kube-system/kube-apiserver-addons-039693; range_end:; response_count:1; response_revision:397; }","duration":"465.62144ms","start":"2024-09-16T19:13:03.949582Z","end":"2024-09-16T19:13:04.415204Z","steps":["trace[1065318346] 'agreement among raft nodes before linearized reading'  (duration: 386.679701ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.415231Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:03.949567Z","time spent":"465.658577ms","remote":"127.0.0.1:59162","response type":"/etcdserverpb.KV/Range","request count":0,"request size":57,"response count":1,"response size":7656,"request content":"key:\"/registry/pods/kube-system/kube-apiserver-addons-039693\" "}
	{"level":"info","ts":"2024-09-16T19:13:05.094329Z","caller":"traceutil/trace.go:171","msg":"trace[1119402512] transaction","detail":"{read_only:false; response_revision:466; number_of_response:1; }","duration":"107.653462ms","start":"2024-09-16T19:13:04.986658Z","end":"2024-09-16T19:13:05.094311Z","steps":["trace[1119402512] 'process raft request'  (duration: 83.308888ms)","trace[1119402512] 'compare'  (duration: 23.812337ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-16T19:13:05.094868Z","caller":"traceutil/trace.go:171","msg":"trace[1893242622] transaction","detail":"{read_only:false; response_revision:467; number_of_response:1; }","duration":"105.800914ms","start":"2024-09-16T19:13:04.989057Z","end":"2024-09-16T19:13:05.094858Z","steps":["trace[1893242622] 'process raft request'  (duration: 104.834179ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-16T19:13:05.095351Z","caller":"traceutil/trace.go:171","msg":"trace[771436692] transaction","detail":"{read_only:false; response_revision:468; number_of_response:1; }","duration":"104.895521ms","start":"2024-09-16T19:13:04.990447Z","end":"2024-09-16T19:13:05.095343Z","steps":["trace[771436692] 'process raft request'  (duration: 103.833869ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-16T19:13:05.100709Z","caller":"traceutil/trace.go:171","msg":"trace[532736808] transaction","detail":"{read_only:false; response_revision:469; number_of_response:1; }","duration":"110.125832ms","start":"2024-09-16T19:13:04.990569Z","end":"2024-09-16T19:13:05.100694Z","steps":["trace[532736808] 'process raft request'  (duration: 104.579827ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-16T19:22:50.499575Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1547}
	{"level":"info","ts":"2024-09-16T19:22:50.528102Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1547,"took":"28.092518ms","hash":4024828033,"current-db-size-bytes":6348800,"current-db-size":"6.3 MB","current-db-size-in-use-bytes":3416064,"current-db-size-in-use":"3.4 MB"}
	{"level":"info","ts":"2024-09-16T19:22:50.528150Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":4024828033,"revision":1547,"compact-revision":-1}
	{"level":"info","ts":"2024-09-16T19:27:50.504314Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1964}
	{"level":"info","ts":"2024-09-16T19:27:50.521481Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1964,"took":"16.605836ms","hash":2983238918,"current-db-size-bytes":6348800,"current-db-size":"6.3 MB","current-db-size-in-use-bytes":4694016,"current-db-size-in-use":"4.7 MB"}
	{"level":"info","ts":"2024-09-16T19:27:50.521533Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":2983238918,"revision":1964,"compact-revision":1547}
	
	
	==> gcp-auth [cfa1836f0d69fca7a43caed3fdda018a15ccb997005e0355e765e61fa20bb1d8] <==
	2024/09/16 19:15:29 Ready to write response ...
	2024/09/16 19:15:29 Ready to marshal response ...
	2024/09/16 19:15:29 Ready to write response ...
	2024/09/16 19:23:43 Ready to marshal response ...
	2024/09/16 19:23:43 Ready to write response ...
	2024/09/16 19:23:52 Ready to marshal response ...
	2024/09/16 19:23:52 Ready to write response ...
	2024/09/16 19:23:52 Ready to marshal response ...
	2024/09/16 19:23:52 Ready to write response ...
	2024/09/16 19:24:01 Ready to marshal response ...
	2024/09/16 19:24:01 Ready to write response ...
	2024/09/16 19:24:48 Ready to marshal response ...
	2024/09/16 19:24:48 Ready to write response ...
	2024/09/16 19:24:48 Ready to marshal response ...
	2024/09/16 19:24:48 Ready to write response ...
	2024/09/16 19:24:48 Ready to marshal response ...
	2024/09/16 19:24:48 Ready to write response ...
	2024/09/16 19:25:08 Ready to marshal response ...
	2024/09/16 19:25:08 Ready to write response ...
	2024/09/16 19:25:22 Ready to marshal response ...
	2024/09/16 19:25:22 Ready to write response ...
	2024/09/16 19:25:50 Ready to marshal response ...
	2024/09/16 19:25:50 Ready to write response ...
	2024/09/16 19:28:10 Ready to marshal response ...
	2024/09/16 19:28:10 Ready to write response ...
	
	
	==> kernel <==
	 19:28:21 up  3:10,  0 users,  load average: 0.10, 0.38, 1.42
	Linux addons-039693 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 [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264] <==
	I0916 19:26:14.460963       1 main.go:299] handling current node
	I0916 19:26:24.453508       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:26:24.453543       1 main.go:299] handling current node
	I0916 19:26:34.453584       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:26:34.453621       1 main.go:299] handling current node
	I0916 19:26:44.454160       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:26:44.454196       1 main.go:299] handling current node
	I0916 19:26:54.455181       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:26:54.455221       1 main.go:299] handling current node
	I0916 19:27:04.453903       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:27:04.453944       1 main.go:299] handling current node
	I0916 19:27:14.453654       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:27:14.453689       1 main.go:299] handling current node
	I0916 19:27:24.453645       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:27:24.453684       1 main.go:299] handling current node
	I0916 19:27:34.462721       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:27:34.462765       1 main.go:299] handling current node
	I0916 19:27:44.455301       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:27:44.455334       1 main.go:299] handling current node
	I0916 19:27:54.461226       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:27:54.461261       1 main.go:299] handling current node
	I0916 19:28:04.453766       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:28:04.453802       1 main.go:299] handling current node
	I0916 19:28:14.453524       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:28:14.453560       1 main.go:299] handling current node
	
	
	==> kube-apiserver [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b] <==
	E0916 19:24:29.591387       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:30.602736       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:31.615136       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	I0916 19:24:48.211406       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.97.220.53"}
	I0916 19:25:19.132390       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	E0916 19:25:30.373718       1 watch.go:250] "Unhandled Error" err="http2: stream closed" logger="UnhandledError"
	I0916 19:25:38.021894       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0916 19:25:38.022047       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0916 19:25:38.044282       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0916 19:25:38.044427       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0916 19:25:38.064871       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0916 19:25:38.065288       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0916 19:25:38.151000       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0916 19:25:38.151046       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0916 19:25:38.198474       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0916 19:25:38.198611       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0916 19:25:39.151411       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0916 19:25:39.199101       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0916 19:25:39.213302       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0916 19:25:44.930777       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0916 19:25:45.959605       1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0916 19:25:50.663299       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0916 19:25:50.975659       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.102.254.61"}
	I0916 19:28:11.103079       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.96.199.251"}
	E0916 19:28:12.552890       1 watch.go:250] "Unhandled Error" err="http2: stream closed" logger="UnhandledError"
	
	
	==> kube-controller-manager [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11] <==
	W0916 19:26:49.810333       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
	E0916 19:26:49.810378       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"
	W0916 19:27:06.440160       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
	E0916 19:27:06.440214       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"
	W0916 19:27:21.924930       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
	E0916 19:27:21.924976       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"
	W0916 19:27:27.799584       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
	E0916 19:27:27.799624       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"
	W0916 19:27:36.420258       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
	E0916 19:27:36.420303       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"
	W0916 19:28:00.984660       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
	E0916 19:28:00.984707       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"
	W0916 19:28:03.622938       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
	E0916 19:28:03.622985       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"
	W0916 19:28:03.972857       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
	E0916 19:28:03.972906       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"
	I0916 19:28:10.851171       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="45.871732ms"
	I0916 19:28:10.871581       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="20.346868ms"
	I0916 19:28:10.882895       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="11.242165ms"
	I0916 19:28:10.882987       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="57.961µs"
	I0916 19:28:12.535977       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="16.584954ms"
	I0916 19:28:12.536068       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="50.339µs"
	I0916 19:28:13.195016       1 job_controller.go:568] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create" delay="0s"
	I0916 19:28:13.200460       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-bc57996ff" duration="4.923µs"
	I0916 19:28:13.205609       1 job_controller.go:568] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch" delay="0s"
	
	
	==> kube-proxy [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28] <==
	I0916 19:13:06.054916       1 server_linux.go:66] "Using iptables proxy"
	I0916 19:13:06.318425       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0916 19:13:06.318499       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`"
	I0916 19:13:06.693564       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0916 19:13:06.693629       1 server_linux.go:169] "Using iptables Proxier"
	I0916 19:13:06.732007       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"
	I0916 19:13:06.732571       1 server.go:483] "Version info" version="v1.31.1"
	I0916 19:13:06.732629       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0916 19:13:06.736831       1 config.go:199] "Starting service config controller"
	I0916 19:13:06.736953       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0916 19:13:06.737009       1 config.go:105] "Starting endpoint slice config controller"
	I0916 19:13:06.737039       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0916 19:13:06.737554       1 config.go:328] "Starting node config controller"
	I0916 19:13:06.737630       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0916 19:13:06.837405       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0916 19:13:06.837529       1 shared_informer.go:320] Caches are synced for service config
	I0916 19:13:06.846780       1 shared_informer.go:320] Caches are synced for node config
	
	
	==> kube-scheduler [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217] <==
	E0916 19:12:53.463050       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"
	E0916 19:12:53.463029       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"
	W0916 19:12:53.463184       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
	W0916 19:12:53.463213       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
	E0916 19:12:53.463235       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"
	E0916 19:12:53.463259       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"
	W0916 19:12:53.463318       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
	E0916 19:12:53.463335       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"
	W0916 19:12:53.463367       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
	W0916 19:12:53.463395       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
	E0916 19:12:53.463411       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"
	E0916 19:12:53.463433       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"
	W0916 19:12:53.463472       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
	E0916 19:12:53.463546       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"
	W0916 19:12:53.463508       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
	E0916 19:12:53.463629       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"
	W0916 19:12:53.463655       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
	W0916 19:12:53.463706       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
	E0916 19:12:53.463727       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"
	W0916 19:12:53.463606       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0916 19:12:53.463799       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0916 19:12:53.463806       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
	E0916 19:12:53.463891       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"
	E0916 19:12:53.463709       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"
	I0916 19:12:54.552016       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Sep 16 19:28:12 addons-039693 kubelet[1491]: I0916 19:28:12.174466    1491 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-6crwb\" (UniqueName: \"kubernetes.io/projected/92f1ce71-8fef-4d92-abbb-e2dc6ac42153-kube-api-access-6crwb\") pod \"92f1ce71-8fef-4d92-abbb-e2dc6ac42153\" (UID: \"92f1ce71-8fef-4d92-abbb-e2dc6ac42153\") "
	Sep 16 19:28:12 addons-039693 kubelet[1491]: I0916 19:28:12.177388    1491 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/92f1ce71-8fef-4d92-abbb-e2dc6ac42153-kube-api-access-6crwb" (OuterVolumeSpecName: "kube-api-access-6crwb") pod "92f1ce71-8fef-4d92-abbb-e2dc6ac42153" (UID: "92f1ce71-8fef-4d92-abbb-e2dc6ac42153"). InnerVolumeSpecName "kube-api-access-6crwb". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 16 19:28:12 addons-039693 kubelet[1491]: I0916 19:28:12.275574    1491 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-6crwb\" (UniqueName: \"kubernetes.io/projected/92f1ce71-8fef-4d92-abbb-e2dc6ac42153-kube-api-access-6crwb\") on node \"addons-039693\" DevicePath \"\""
	Sep 16 19:28:12 addons-039693 kubelet[1491]: I0916 19:28:12.500648    1491 scope.go:117] "RemoveContainer" containerID="142d60a739084f93529f4f7dd788d723f21d0805c411a6b5f8613db7755d57cc"
	Sep 16 19:28:12 addons-039693 kubelet[1491]: I0916 19:28:12.522644    1491 scope.go:117] "RemoveContainer" containerID="142d60a739084f93529f4f7dd788d723f21d0805c411a6b5f8613db7755d57cc"
	Sep 16 19:28:12 addons-039693 kubelet[1491]: E0916 19:28:12.523357    1491 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"142d60a739084f93529f4f7dd788d723f21d0805c411a6b5f8613db7755d57cc\": container with ID starting with 142d60a739084f93529f4f7dd788d723f21d0805c411a6b5f8613db7755d57cc not found: ID does not exist" containerID="142d60a739084f93529f4f7dd788d723f21d0805c411a6b5f8613db7755d57cc"
	Sep 16 19:28:12 addons-039693 kubelet[1491]: I0916 19:28:12.523408    1491 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"142d60a739084f93529f4f7dd788d723f21d0805c411a6b5f8613db7755d57cc"} err="failed to get container status \"142d60a739084f93529f4f7dd788d723f21d0805c411a6b5f8613db7755d57cc\": rpc error: code = NotFound desc = could not find container \"142d60a739084f93529f4f7dd788d723f21d0805c411a6b5f8613db7755d57cc\": container with ID starting with 142d60a739084f93529f4f7dd788d723f21d0805c411a6b5f8613db7755d57cc not found: ID does not exist"
	Sep 16 19:28:12 addons-039693 kubelet[1491]: I0916 19:28:12.548114    1491 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-55bf9c44b4-5s44l" podStartSLOduration=1.450890863 podStartE2EDuration="2.548093718s" podCreationTimestamp="2024-09-16 19:28:10 +0000 UTC" firstStartedPulling="2024-09-16 19:28:11.21892133 +0000 UTC m=+916.329908933" lastFinishedPulling="2024-09-16 19:28:12.316124184 +0000 UTC m=+917.427111788" observedRunningTime="2024-09-16 19:28:12.526017315 +0000 UTC m=+917.637004936" watchObservedRunningTime="2024-09-16 19:28:12.548093718 +0000 UTC m=+917.659081322"
	Sep 16 19:28:13 addons-039693 kubelet[1491]: I0916 19:28:13.228762    1491 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="92f1ce71-8fef-4d92-abbb-e2dc6ac42153" path="/var/lib/kubelet/pods/92f1ce71-8fef-4d92-abbb-e2dc6ac42153/volumes"
	Sep 16 19:28:13 addons-039693 kubelet[1491]: I0916 19:28:13.229235    1491 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="ea1ff24f-982c-4807-b5ad-84aa1af0f872" path="/var/lib/kubelet/pods/ea1ff24f-982c-4807-b5ad-84aa1af0f872/volumes"
	Sep 16 19:28:15 addons-039693 kubelet[1491]: I0916 19:28:15.227965    1491 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="24ed89b3-be19-4fa0-a049-bbc66f51886e" path="/var/lib/kubelet/pods/24ed89b3-be19-4fa0-a049-bbc66f51886e/volumes"
	Sep 16 19:28:15 addons-039693 kubelet[1491]: E0916 19:28:15.460070    1491 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726514895459826656,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572291,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 16 19:28:15 addons-039693 kubelet[1491]: E0916 19:28:15.460109    1491 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726514895459826656,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572291,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 16 19:28:16 addons-039693 kubelet[1491]: I0916 19:28:16.508945    1491 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-gj95d\" (UniqueName: \"kubernetes.io/projected/96451bf1-5fd0-4eb6-94ae-f054a2e07b4d-kube-api-access-gj95d\") pod \"96451bf1-5fd0-4eb6-94ae-f054a2e07b4d\" (UID: \"96451bf1-5fd0-4eb6-94ae-f054a2e07b4d\") "
	Sep 16 19:28:16 addons-039693 kubelet[1491]: I0916 19:28:16.508988    1491 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/96451bf1-5fd0-4eb6-94ae-f054a2e07b4d-webhook-cert\") pod \"96451bf1-5fd0-4eb6-94ae-f054a2e07b4d\" (UID: \"96451bf1-5fd0-4eb6-94ae-f054a2e07b4d\") "
	Sep 16 19:28:16 addons-039693 kubelet[1491]: I0916 19:28:16.511381    1491 scope.go:117] "RemoveContainer" containerID="9d20bd49e96ade41ab8ddb23270134bb6bb60a8df03a82c0672e52ac9d263448"
	Sep 16 19:28:16 addons-039693 kubelet[1491]: I0916 19:28:16.514473    1491 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/96451bf1-5fd0-4eb6-94ae-f054a2e07b4d-kube-api-access-gj95d" (OuterVolumeSpecName: "kube-api-access-gj95d") pod "96451bf1-5fd0-4eb6-94ae-f054a2e07b4d" (UID: "96451bf1-5fd0-4eb6-94ae-f054a2e07b4d"). InnerVolumeSpecName "kube-api-access-gj95d". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 16 19:28:16 addons-039693 kubelet[1491]: I0916 19:28:16.519457    1491 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/96451bf1-5fd0-4eb6-94ae-f054a2e07b4d-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "96451bf1-5fd0-4eb6-94ae-f054a2e07b4d" (UID: "96451bf1-5fd0-4eb6-94ae-f054a2e07b4d"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
	Sep 16 19:28:16 addons-039693 kubelet[1491]: I0916 19:28:16.533122    1491 scope.go:117] "RemoveContainer" containerID="9d20bd49e96ade41ab8ddb23270134bb6bb60a8df03a82c0672e52ac9d263448"
	Sep 16 19:28:16 addons-039693 kubelet[1491]: E0916 19:28:16.533476    1491 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"9d20bd49e96ade41ab8ddb23270134bb6bb60a8df03a82c0672e52ac9d263448\": container with ID starting with 9d20bd49e96ade41ab8ddb23270134bb6bb60a8df03a82c0672e52ac9d263448 not found: ID does not exist" containerID="9d20bd49e96ade41ab8ddb23270134bb6bb60a8df03a82c0672e52ac9d263448"
	Sep 16 19:28:16 addons-039693 kubelet[1491]: I0916 19:28:16.533519    1491 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"9d20bd49e96ade41ab8ddb23270134bb6bb60a8df03a82c0672e52ac9d263448"} err="failed to get container status \"9d20bd49e96ade41ab8ddb23270134bb6bb60a8df03a82c0672e52ac9d263448\": rpc error: code = NotFound desc = could not find container \"9d20bd49e96ade41ab8ddb23270134bb6bb60a8df03a82c0672e52ac9d263448\": container with ID starting with 9d20bd49e96ade41ab8ddb23270134bb6bb60a8df03a82c0672e52ac9d263448 not found: ID does not exist"
	Sep 16 19:28:16 addons-039693 kubelet[1491]: I0916 19:28:16.610211    1491 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-gj95d\" (UniqueName: \"kubernetes.io/projected/96451bf1-5fd0-4eb6-94ae-f054a2e07b4d-kube-api-access-gj95d\") on node \"addons-039693\" DevicePath \"\""
	Sep 16 19:28:16 addons-039693 kubelet[1491]: I0916 19:28:16.610257    1491 reconciler_common.go:288] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/96451bf1-5fd0-4eb6-94ae-f054a2e07b4d-webhook-cert\") on node \"addons-039693\" DevicePath \"\""
	Sep 16 19:28:17 addons-039693 kubelet[1491]: I0916 19:28:17.227571    1491 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="96451bf1-5fd0-4eb6-94ae-f054a2e07b4d" path="/var/lib/kubelet/pods/96451bf1-5fd0-4eb6-94ae-f054a2e07b4d/volumes"
	Sep 16 19:28:20 addons-039693 kubelet[1491]: E0916 19:28:20.227236    1491 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="bae5af98-2d98-4ab4-aea1-25a4ad41304a"
	
	
	==> storage-provisioner [80a01cbf86562c6abe22ed1d5cbb3d145630f344417a55e4b84f28568d924b3d] <==
	I0916 19:13:45.876707       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0916 19:13:45.890977       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0916 19:13:45.891038       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0916 19:13:45.900065       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0916 19:13:45.901195       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-039693_c2e52de9-b071-403f-9642-8004951ec718!
	I0916 19:13:45.902211       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"e754cb58-fdad-46b5-8963-09f5278ae894", APIVersion:"v1", ResourceVersion:"940", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-039693_c2e52de9-b071-403f-9642-8004951ec718 became leader
	I0916 19:13:46.002710       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-039693_c2e52de9-b071-403f-9642-8004951ec718!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-039693 -n addons-039693
helpers_test.go:261: (dbg) Run:  kubectl --context addons-039693 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-039693 describe pod busybox
helpers_test.go:282: (dbg) kubectl --context addons-039693 describe pod busybox:

                                                
                                                
-- stdout --
	Name:             busybox
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-039693/192.168.49.2
	Start Time:       Mon, 16 Sep 2024 19:15:29 +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-6bwj5 (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-6bwj5:
	    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-039693
	  Normal   Pulling    11m (x4 over 12m)     kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Warning  Failed     11m (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     11m (x4 over 12m)     kubelet            Error: ErrImagePull
	  Warning  Failed     11m (x6 over 12m)     kubelet            Error: ImagePullBackOff
	  Normal   BackOff    2m52s (x42 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 (152.59s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (367.24s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:409: metrics-server stabilized in 3.844238ms
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-tr5qp" [c06b061f-02b8-4221-b277-563241a4ab9e] Running
addons_test.go:411: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 6.00478455s
addons_test.go:417: (dbg) Run:  kubectl --context addons-039693 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-039693 top pods -n kube-system: exit status 1 (173.099302ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-k7f2z, age: 12m10.284154492s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-k7f2z, age: 12m14.098683562s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-k7f2z, age: 12m20.455821696s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-k7f2z, age: 12m24.800521625s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-k7f2z, age: 12m34.069413434s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-k7f2z, age: 12m48.070897378s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-k7f2z, age: 13m6.309446454s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-k7f2z, age: 13m50.494919752s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-k7f2z, age: 14m30.433632233s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-k7f2z, age: 15m50.731978973s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-k7f2z, age: 17m1.872086725s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-k7f2z, age: 18m7.982046427s

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

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "96281f62303dc2acb6426cab55fa0812939199873ec30856fda41ba717d10831",
	        "Created": "2024-09-16T19:12:33.433304428Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 886180,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-09-16T19:12:33.568121751Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:735d22f77ce2bf9e02c77058920b4d1610fffc1af6c5e42bd1f17e7556552aac",
	        "ResolvConfPath": "/var/lib/docker/containers/96281f62303dc2acb6426cab55fa0812939199873ec30856fda41ba717d10831/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/96281f62303dc2acb6426cab55fa0812939199873ec30856fda41ba717d10831/hostname",
	        "HostsPath": "/var/lib/docker/containers/96281f62303dc2acb6426cab55fa0812939199873ec30856fda41ba717d10831/hosts",
	        "LogPath": "/var/lib/docker/containers/96281f62303dc2acb6426cab55fa0812939199873ec30856fda41ba717d10831/96281f62303dc2acb6426cab55fa0812939199873ec30856fda41ba717d10831-json.log",
	        "Name": "/addons-039693",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-039693:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-039693",
	            "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/affbf87ed1edb6f82260617c7bb7e89a64c4920ba84c5eaf64aa091046cefac0-init/diff:/var/lib/docker/overlay2/9302f16a3965088f68aa34edc24a484900e11588120d0293abddbec7cc75b1ea/diff",
	                "MergedDir": "/var/lib/docker/overlay2/affbf87ed1edb6f82260617c7bb7e89a64c4920ba84c5eaf64aa091046cefac0/merged",
	                "UpperDir": "/var/lib/docker/overlay2/affbf87ed1edb6f82260617c7bb7e89a64c4920ba84c5eaf64aa091046cefac0/diff",
	                "WorkDir": "/var/lib/docker/overlay2/affbf87ed1edb6f82260617c7bb7e89a64c4920ba84c5eaf64aa091046cefac0/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-039693",
	                "Source": "/var/lib/docker/volumes/addons-039693/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-039693",
	            "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-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc",
	            "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-039693",
	                "name.minikube.sigs.k8s.io": "addons-039693",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "0d0446b54e80582b2914982fd7df7a7777dcd251e9b222b198f39ce2ac33f46d",
	            "SandboxKey": "/var/run/docker/netns/0d0446b54e80",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33558"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33559"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33562"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33560"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33561"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-039693": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "02c9272401c25e2e9bacc0e7ce1c030dbc3b9909febc6d25abc24db5dd238ce1",
	                    "EndpointID": "4433602ddf2f08c17390d17f3b85f4735b0230ecee4db8145345ccb445481734",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-039693",
	                        "96281f62303d"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-039693 -n addons-039693
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-039693 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-039693 logs -n 25: (1.602225707s)
helpers_test.go:252: TestAddons/parallel/MetricsServer logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-004770                                                                     | download-only-004770   | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC | 16 Sep 24 19:12 UTC |
	| start   | --download-only -p                                                                          | download-docker-738431 | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC |                     |
	|         | download-docker-738431                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-738431                                                                   | download-docker-738431 | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC | 16 Sep 24 19:12 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-419327   | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC |                     |
	|         | binary-mirror-419327                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:41309                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-419327                                                                     | binary-mirror-419327   | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC | 16 Sep 24 19:12 UTC |
	| addons  | enable dashboard -p                                                                         | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC |                     |
	|         | addons-039693                                                                               |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                                                                        | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC |                     |
	|         | addons-039693                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-039693 --wait=true                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:12 UTC | 16 Sep 24 19:15 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-039693 addons disable                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:23 UTC | 16 Sep 24 19:23 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:23 UTC | 16 Sep 24 19:23 UTC |
	|         | -p addons-039693                                                                            |                        |         |         |                     |                     |
	| ssh     | addons-039693 ssh cat                                                                       | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:24 UTC | 16 Sep 24 19:24 UTC |
	|         | /opt/local-path-provisioner/pvc-53c54111-d49c-4b36-8647-254017e2c2f1_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-039693 addons disable                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:24 UTC | 16 Sep 24 19:24 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-039693 ip                                                                            | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:24 UTC | 16 Sep 24 19:24 UTC |
	| addons  | addons-039693 addons disable                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:24 UTC | 16 Sep 24 19:24 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:24 UTC | 16 Sep 24 19:24 UTC |
	|         | -p addons-039693                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable cloud-spanner -p                                                                    | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:24 UTC | 16 Sep 24 19:24 UTC |
	|         | addons-039693                                                                               |                        |         |         |                     |                     |
	| addons  | addons-039693 addons disable                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:24 UTC | 16 Sep 24 19:25 UTC |
	|         | headlamp --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-039693 addons                                                                        | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:25 UTC | 16 Sep 24 19:25 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-039693 addons                                                                        | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:25 UTC | 16 Sep 24 19:25 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p                                                                 | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:25 UTC | 16 Sep 24 19:25 UTC |
	|         | addons-039693                                                                               |                        |         |         |                     |                     |
	| ssh     | addons-039693 ssh curl -s                                                                   | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:26 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| ip      | addons-039693 ip                                                                            | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:28 UTC | 16 Sep 24 19:28 UTC |
	| addons  | addons-039693 addons disable                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:28 UTC | 16 Sep 24 19:28 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-039693 addons disable                                                                | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:28 UTC | 16 Sep 24 19:28 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	| addons  | addons-039693 addons                                                                        | addons-039693          | jenkins | v1.34.0 | 16 Sep 24 19:31 UTC | 16 Sep 24 19:31 UTC |
	|         | disable metrics-server                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/16 19:12:08
	Running on machine: ip-172-31-30-239
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0916 19:12:08.383132  885693 out.go:345] Setting OutFile to fd 1 ...
	I0916 19:12:08.383248  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:12:08.383260  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:12:08.383265  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:12:08.383528  885693 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19649-879552/.minikube/bin
	I0916 19:12:08.384006  885693 out.go:352] Setting JSON to false
	I0916 19:12:08.384947  885693 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":10479,"bootTime":1726503449,"procs":188,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1069-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0916 19:12:08.385026  885693 start.go:139] virtualization:  
	I0916 19:12:08.387619  885693 out.go:177] * [addons-039693] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0916 19:12:08.389683  885693 out.go:177]   - MINIKUBE_LOCATION=19649
	I0916 19:12:08.389851  885693 notify.go:220] Checking for updates...
	I0916 19:12:08.394227  885693 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0916 19:12:08.396355  885693 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19649-879552/kubeconfig
	I0916 19:12:08.398646  885693 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19649-879552/.minikube
	I0916 19:12:08.400857  885693 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0916 19:12:08.403019  885693 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0916 19:12:08.405293  885693 driver.go:394] Setting default libvirt URI to qemu:///system
	I0916 19:12:08.426680  885693 docker.go:123] docker version: linux-27.2.1:Docker Engine - Community
	I0916 19:12:08.426809  885693 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0916 19:12:08.487925  885693 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-16 19:12:08.478497675 +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:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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>}}
	I0916 19:12:08.488041  885693 docker.go:318] overlay module found
	I0916 19:12:08.490095  885693 out.go:177] * Using the docker driver based on user configuration
	I0916 19:12:08.492220  885693 start.go:297] selected driver: docker
	I0916 19:12:08.492239  885693 start.go:901] validating driver "docker" against <nil>
	I0916 19:12:08.492253  885693 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0916 19:12:08.492915  885693 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0916 19:12:08.556041  885693 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-16 19:12:08.546083409 +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:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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>}}
	I0916 19:12:08.556266  885693 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0916 19:12:08.556531  885693 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]
	I0916 19:12:08.558541  885693 out.go:177] * Using Docker driver with root privileges
	I0916 19:12:08.560186  885693 cni.go:84] Creating CNI manager for ""
	I0916 19:12:08.560255  885693 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0916 19:12:08.560273  885693 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0916 19:12:08.560383  885693 start.go:340] cluster config:
	{Name:addons-039693 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc 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-039693 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}
	I0916 19:12:08.564147  885693 out.go:177] * Starting "addons-039693" primary control-plane node in "addons-039693" cluster
	I0916 19:12:08.566087  885693 cache.go:121] Beginning downloading kic base image for docker with crio
	I0916 19:12:08.568226  885693 out.go:177] * Pulling base image v0.0.45-1726481311-19649 ...
	I0916 19:12:08.570272  885693 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0916 19:12:08.570330  885693 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19649-879552/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0916 19:12:08.570343  885693 cache.go:56] Caching tarball of preloaded images
	I0916 19:12:08.570370  885693 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc in local docker daemon
	I0916 19:12:08.570448  885693 preload.go:172] Found /home/jenkins/minikube-integration/19649-879552/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0916 19:12:08.570459  885693 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on crio
	I0916 19:12:08.570865  885693 profile.go:143] Saving config to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/config.json ...
	I0916 19:12:08.570936  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/config.json: {Name:mkfa95af42845dde3399ef41beab5c285a508bc3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:08.586306  885693 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc to local cache
	I0916 19:12:08.586433  885693 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc in local cache directory
	I0916 19:12:08.586459  885693 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc in local cache directory, skipping pull
	I0916 19:12:08.586469  885693 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc exists in cache, skipping pull
	I0916 19:12:08.586477  885693 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc as a tarball
	I0916 19:12:08.586482  885693 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc from local cache
	I0916 19:12:25.814807  885693 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc from cached tarball
	I0916 19:12:25.814849  885693 cache.go:194] Successfully downloaded all kic artifacts
	I0916 19:12:25.814879  885693 start.go:360] acquireMachinesLock for addons-039693: {Name:mkbae5874e51b11a72c66a35603332dcbc57620b Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0916 19:12:25.814995  885693 start.go:364] duration metric: took 93.137µs to acquireMachinesLock for "addons-039693"
	I0916 19:12:25.815028  885693 start.go:93] Provisioning new machine with config: &{Name:addons-039693 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc 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-039693 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}
	I0916 19:12:25.815114  885693 start.go:125] createHost starting for "" (driver="docker")
	I0916 19:12:25.817699  885693 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0916 19:12:25.817965  885693 start.go:159] libmachine.API.Create for "addons-039693" (driver="docker")
	I0916 19:12:25.818016  885693 client.go:168] LocalClient.Create starting
	I0916 19:12:25.818177  885693 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca.pem
	I0916 19:12:26.021165  885693 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/cert.pem
	I0916 19:12:26.996673  885693 cli_runner.go:164] Run: docker network inspect addons-039693 --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}}]}"
	W0916 19:12:27.012623  885693 cli_runner.go:211] docker network inspect addons-039693 --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
	I0916 19:12:27.012724  885693 network_create.go:284] running [docker network inspect addons-039693] to gather additional debugging logs...
	I0916 19:12:27.012746  885693 cli_runner.go:164] Run: docker network inspect addons-039693
	W0916 19:12:27.027213  885693 cli_runner.go:211] docker network inspect addons-039693 returned with exit code 1
	I0916 19:12:27.027255  885693 network_create.go:287] error running [docker network inspect addons-039693]: docker network inspect addons-039693: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-039693 not found
	I0916 19:12:27.027272  885693 network_create.go:289] output of [docker network inspect addons-039693]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-039693 not found
	
	** /stderr **
	I0916 19:12:27.027389  885693 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}}]}"
	I0916 19:12:27.043832  885693 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:0x40004763c0}
	I0916 19:12:27.043892  885693 network_create.go:124] attempt to create docker network addons-039693 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0916 19:12:27.043957  885693 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-039693 addons-039693
	I0916 19:12:27.117395  885693 network_create.go:108] docker network addons-039693 192.168.49.0/24 created
	I0916 19:12:27.117431  885693 kic.go:121] calculated static IP "192.168.49.2" for the "addons-039693" container
	I0916 19:12:27.117512  885693 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0916 19:12:27.136772  885693 cli_runner.go:164] Run: docker volume create addons-039693 --label name.minikube.sigs.k8s.io=addons-039693 --label created_by.minikube.sigs.k8s.io=true
	I0916 19:12:27.153775  885693 oci.go:103] Successfully created a docker volume addons-039693
	I0916 19:12:27.153876  885693 cli_runner.go:164] Run: docker run --rm --name addons-039693-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-039693 --entrypoint /usr/bin/test -v addons-039693:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc -d /var/lib
	I0916 19:12:29.187465  885693 cli_runner.go:217] Completed: docker run --rm --name addons-039693-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-039693 --entrypoint /usr/bin/test -v addons-039693:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc -d /var/lib: (2.033545438s)
	I0916 19:12:29.187496  885693 oci.go:107] Successfully prepared a docker volume addons-039693
	I0916 19:12:29.187525  885693 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0916 19:12:29.187545  885693 kic.go:194] Starting extracting preloaded images to volume ...
	I0916 19:12:29.187613  885693 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19649-879552/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-039693:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc -I lz4 -xf /preloaded.tar -C /extractDir
	I0916 19:12:33.365874  885693 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19649-879552/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-039693:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc -I lz4 -xf /preloaded.tar -C /extractDir: (4.178220061s)
	I0916 19:12:33.365905  885693 kic.go:203] duration metric: took 4.178356866s to extract preloaded images to volume ...
	W0916 19:12:33.366041  885693 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0916 19:12:33.366168  885693 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0916 19:12:33.419252  885693 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-039693 --name addons-039693 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-039693 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-039693 --network addons-039693 --ip 192.168.49.2 --volume addons-039693:/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-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc
	I0916 19:12:33.730272  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Running}}
	I0916 19:12:33.751173  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:12:33.774175  885693 cli_runner.go:164] Run: docker exec addons-039693 stat /var/lib/dpkg/alternatives/iptables
	I0916 19:12:33.842180  885693 oci.go:144] the created container "addons-039693" has a running status.
	I0916 19:12:33.842206  885693 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa...
	I0916 19:12:34.476071  885693 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0916 19:12:34.502554  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:12:34.526181  885693 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0916 19:12:34.526199  885693 kic_runner.go:114] Args: [docker exec --privileged addons-039693 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0916 19:12:34.587296  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:12:34.606958  885693 machine.go:93] provisionDockerMachine start ...
	I0916 19:12:34.607048  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:34.628532  885693 main.go:141] libmachine: Using SSH client type: native
	I0916 19:12:34.628797  885693 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33558 <nil> <nil>}
	I0916 19:12:34.628806  885693 main.go:141] libmachine: About to run SSH command:
	hostname
	I0916 19:12:34.782330  885693 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-039693
	
	I0916 19:12:34.782354  885693 ubuntu.go:169] provisioning hostname "addons-039693"
	I0916 19:12:34.782423  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:34.801084  885693 main.go:141] libmachine: Using SSH client type: native
	I0916 19:12:34.801328  885693 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33558 <nil> <nil>}
	I0916 19:12:34.801340  885693 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-039693 && echo "addons-039693" | sudo tee /etc/hostname
	I0916 19:12:34.958861  885693 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-039693
	
	I0916 19:12:34.959008  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:34.975988  885693 main.go:141] libmachine: Using SSH client type: native
	I0916 19:12:34.976273  885693 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33558 <nil> <nil>}
	I0916 19:12:34.976296  885693 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-039693' /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-039693/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-039693' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0916 19:12:35.119743  885693 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0916 19:12:35.119820  885693 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19649-879552/.minikube CaCertPath:/home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19649-879552/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19649-879552/.minikube}
	I0916 19:12:35.119865  885693 ubuntu.go:177] setting up certificates
	I0916 19:12:35.119907  885693 provision.go:84] configureAuth start
	I0916 19:12:35.120008  885693 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-039693
	I0916 19:12:35.137871  885693 provision.go:143] copyHostCerts
	I0916 19:12:35.137956  885693 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19649-879552/.minikube/ca.pem (1078 bytes)
	I0916 19:12:35.138075  885693 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19649-879552/.minikube/cert.pem (1123 bytes)
	I0916 19:12:35.138141  885693 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19649-879552/.minikube/key.pem (1679 bytes)
	I0916 19:12:35.138186  885693 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19649-879552/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca-key.pem org=jenkins.addons-039693 san=[127.0.0.1 192.168.49.2 addons-039693 localhost minikube]
	I0916 19:12:35.517655  885693 provision.go:177] copyRemoteCerts
	I0916 19:12:35.517723  885693 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0916 19:12:35.517768  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:35.534469  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:12:35.632377  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0916 19:12:35.656709  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0916 19:12:35.681506  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0916 19:12:35.706257  885693 provision.go:87] duration metric: took 586.312042ms to configureAuth
	I0916 19:12:35.706287  885693 ubuntu.go:193] setting minikube options for container-runtime
	I0916 19:12:35.706483  885693 config.go:182] Loaded profile config "addons-039693": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0916 19:12:35.706595  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:35.724205  885693 main.go:141] libmachine: Using SSH client type: native
	I0916 19:12:35.724449  885693 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil>  [] 0s} 127.0.0.1 33558 <nil> <nil>}
	I0916 19:12:35.724470  885693 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
	I0916 19:12:35.970568  885693 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0916 19:12:35.970593  885693 machine.go:96] duration metric: took 1.363615846s to provisionDockerMachine
	I0916 19:12:35.970604  885693 client.go:171] duration metric: took 10.152577703s to LocalClient.Create
	I0916 19:12:35.970648  885693 start.go:167] duration metric: took 10.152682951s to libmachine.API.Create "addons-039693"
	I0916 19:12:35.970657  885693 start.go:293] postStartSetup for "addons-039693" (driver="docker")
	I0916 19:12:35.970668  885693 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]
	I0916 19:12:35.970732  885693 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
	I0916 19:12:35.970773  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:35.989315  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:12:36.092392  885693 ssh_runner.go:195] Run: cat /etc/os-release
	I0916 19:12:36.095859  885693 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0916 19:12:36.095898  885693 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0916 19:12:36.095926  885693 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0916 19:12:36.095939  885693 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0916 19:12:36.095961  885693 filesync.go:126] Scanning /home/jenkins/minikube-integration/19649-879552/.minikube/addons for local assets ...
	I0916 19:12:36.096041  885693 filesync.go:126] Scanning /home/jenkins/minikube-integration/19649-879552/.minikube/files for local assets ...
	I0916 19:12:36.096073  885693 start.go:296] duration metric: took 125.409139ms for postStartSetup
	I0916 19:12:36.096444  885693 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-039693
	I0916 19:12:36.113968  885693 profile.go:143] Saving config to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/config.json ...
	I0916 19:12:36.114267  885693 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0916 19:12:36.114321  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:36.131581  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:12:36.223371  885693 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0916 19:12:36.227915  885693 start.go:128] duration metric: took 10.412782966s to createHost
	I0916 19:12:36.227938  885693 start.go:83] releasing machines lock for "addons-039693", held for 10.412927829s
	I0916 19:12:36.228026  885693 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-039693
	I0916 19:12:36.243941  885693 ssh_runner.go:195] Run: cat /version.json
	I0916 19:12:36.243996  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:36.244009  885693 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0916 19:12:36.244069  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:12:36.267791  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:12:36.282124  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:12:36.485195  885693 ssh_runner.go:195] Run: systemctl --version
	I0916 19:12:36.489662  885693 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0916 19:12:36.630371  885693 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0916 19:12:36.634662  885693 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" ;
	I0916 19:12:36.654597  885693 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0916 19:12:36.654702  885693 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" ;
	I0916 19:12:36.689109  885693 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0916 19:12:36.689174  885693 start.go:495] detecting cgroup driver to use...
	I0916 19:12:36.689224  885693 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0916 19:12:36.689306  885693 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0916 19:12:36.707229  885693 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0916 19:12:36.718686  885693 docker.go:217] disabling cri-docker service (if available) ...
	I0916 19:12:36.718756  885693 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0916 19:12:36.733961  885693 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0916 19:12:36.748637  885693 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0916 19:12:36.842447  885693 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0916 19:12:36.936806  885693 docker.go:233] disabling docker service ...
	I0916 19:12:36.936895  885693 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0916 19:12:36.957267  885693 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0916 19:12:36.968570  885693 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0916 19:12:37.065074  885693 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0916 19:12:37.162375  885693 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0916 19:12:37.174074  885693 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"
	I0916 19:12:37.190988  885693 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0916 19:12:37.191056  885693 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"
	I0916 19:12:37.201126  885693 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0916 19:12:37.201238  885693 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0916 19:12:37.211666  885693 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0916 19:12:37.221991  885693 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0916 19:12:37.232354  885693 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0916 19:12:37.242223  885693 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"
	I0916 19:12:37.252768  885693 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"
	I0916 19:12:37.268301  885693 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"
	I0916 19:12:37.277968  885693 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0916 19:12:37.287165  885693 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0916 19:12:37.295787  885693 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0916 19:12:37.379040  885693 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0916 19:12:37.494733  885693 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0916 19:12:37.494843  885693 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0916 19:12:37.498961  885693 start.go:563] Will wait 60s for crictl version
	I0916 19:12:37.499065  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:12:37.502458  885693 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0916 19:12:37.545596  885693 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0916 19:12:37.545734  885693 ssh_runner.go:195] Run: crio --version
	I0916 19:12:37.583810  885693 ssh_runner.go:195] Run: crio --version
	I0916 19:12:37.628133  885693 out.go:177] * Preparing Kubernetes v1.31.1 on CRI-O 1.24.6 ...
	I0916 19:12:37.630260  885693 cli_runner.go:164] Run: docker network inspect addons-039693 --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}}]}"
	I0916 19:12:37.645782  885693 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0916 19:12:37.649331  885693 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""
	I0916 19:12:37.659893  885693 kubeadm.go:883] updating cluster {Name:addons-039693 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc 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-039693 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} ...
	I0916 19:12:37.660020  885693 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0916 19:12:37.660084  885693 ssh_runner.go:195] Run: sudo crictl images --output json
	I0916 19:12:37.735578  885693 crio.go:514] all images are preloaded for cri-o runtime.
	I0916 19:12:37.735605  885693 crio.go:433] Images already preloaded, skipping extraction
	I0916 19:12:37.735664  885693 ssh_runner.go:195] Run: sudo crictl images --output json
	I0916 19:12:37.775403  885693 crio.go:514] all images are preloaded for cri-o runtime.
	I0916 19:12:37.775426  885693 cache_images.go:84] Images are preloaded, skipping loading
	I0916 19:12:37.775435  885693 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 crio true true} ...
	I0916 19:12:37.775534  885693 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-039693 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.1 ClusterName:addons-039693 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:}
	I0916 19:12:37.775619  885693 ssh_runner.go:195] Run: crio config
	I0916 19:12:37.828158  885693 cni.go:84] Creating CNI manager for ""
	I0916 19:12:37.828181  885693 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0916 19:12:37.828193  885693 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0916 19:12:37.828218  885693 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-039693 NodeName:addons-039693 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}
	I0916 19:12:37.828539  885693 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-039693"
	  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
	
	I0916 19:12:37.828638  885693 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
	I0916 19:12:37.840945  885693 binaries.go:44] Found k8s binaries, skipping transfer
	I0916 19:12:37.841024  885693 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0916 19:12:37.849779  885693 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0916 19:12:37.868217  885693 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0916 19:12:37.887143  885693 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0916 19:12:37.905023  885693 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0916 19:12:37.908573  885693 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""
	I0916 19:12:37.919412  885693 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0916 19:12:38.011029  885693 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0916 19:12:38.027487  885693 certs.go:68] Setting up /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693 for IP: 192.168.49.2
	I0916 19:12:38.027592  885693 certs.go:194] generating shared ca certs ...
	I0916 19:12:38.027633  885693 certs.go:226] acquiring lock for ca certs: {Name:mk724c04126ca744df633cad1bfd118ecb10edcc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.027878  885693 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19649-879552/.minikube/ca.key
	I0916 19:12:38.455830  885693 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19649-879552/.minikube/ca.crt ...
	I0916 19:12:38.455863  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/ca.crt: {Name:mke37d4a5d7c22651048bfe1fe25784d78c84a06 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.456065  885693 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19649-879552/.minikube/ca.key ...
	I0916 19:12:38.456079  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/ca.key: {Name:mk9997a4d84908cac59238140b7b4edcdc14dc7e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.456173  885693 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.key
	I0916 19:12:38.589856  885693 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.crt ...
	I0916 19:12:38.589884  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.crt: {Name:mk3367b442c74ec36989be647063c5989b392f53 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.590076  885693 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.key ...
	I0916 19:12:38.590089  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.key: {Name:mk8380bfc6a7647c48c3c2801ecc1d9ced6eece6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.590176  885693 certs.go:256] generating profile certs ...
	I0916 19:12:38.590234  885693 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.key
	I0916 19:12:38.590254  885693 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt with IP's: []
	I0916 19:12:38.988041  885693 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt ...
	I0916 19:12:38.988073  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: {Name:mk64a424287defb7e8786522f29d79eaadc13226 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.988267  885693 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.key ...
	I0916 19:12:38.988282  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.key: {Name:mkd0162075dbf70faf44171a8b8deeb877e634d0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:38.988364  885693 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.key.630baa98
	I0916 19:12:38.988383  885693 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.crt.630baa98 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0916 19:12:39.228756  885693 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.crt.630baa98 ...
	I0916 19:12:39.228789  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.crt.630baa98: {Name:mke27f2f64efc0be2e69f15c8ccdd83ca9685bee Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:39.228986  885693 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.key.630baa98 ...
	I0916 19:12:39.229001  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.key.630baa98: {Name:mk408936ffc2de502af38aa78ab11a369c7d96f3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:39.229092  885693 certs.go:381] copying /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.crt.630baa98 -> /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.crt
	I0916 19:12:39.229170  885693 certs.go:385] copying /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.key.630baa98 -> /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.key
	I0916 19:12:39.229224  885693 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.key
	I0916 19:12:39.229245  885693 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.crt with IP's: []
	I0916 19:12:39.712185  885693 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.crt ...
	I0916 19:12:39.712222  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.crt: {Name:mkb0d239f681b30e1afe328255a00c862644f9ac Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:39.712418  885693 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.key ...
	I0916 19:12:39.712434  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.key: {Name:mk2142b78562557fda9ca556931cdfd17eaeae81 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:12:39.712630  885693 certs.go:484] found cert: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca-key.pem (1679 bytes)
	I0916 19:12:39.712677  885693 certs.go:484] found cert: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/ca.pem (1078 bytes)
	I0916 19:12:39.712709  885693 certs.go:484] found cert: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/cert.pem (1123 bytes)
	I0916 19:12:39.712739  885693 certs.go:484] found cert: /home/jenkins/minikube-integration/19649-879552/.minikube/certs/key.pem (1679 bytes)
	I0916 19:12:39.713363  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0916 19:12:39.737645  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0916 19:12:39.763143  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0916 19:12:39.787780  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0916 19:12:39.811800  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0916 19:12:39.835456  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0916 19:12:39.859085  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0916 19:12:39.882907  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0916 19:12:39.908438  885693 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19649-879552/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0916 19:12:39.932814  885693 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0916 19:12:39.950477  885693 ssh_runner.go:195] Run: openssl version
	I0916 19:12:39.956153  885693 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"
	I0916 19:12:39.965545  885693 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0916 19:12:39.968998  885693 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 16 19:12 /usr/share/ca-certificates/minikubeCA.pem
	I0916 19:12:39.969077  885693 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0916 19:12:39.975978  885693 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"
	I0916 19:12:39.985497  885693 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0916 19:12:39.988842  885693 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
	I0916 19:12:39.988893  885693 kubeadm.go:392] StartCluster: {Name:addons-039693 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc 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-039693 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}
	I0916 19:12:39.988977  885693 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0916 19:12:39.989043  885693 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0916 19:12:40.045241  885693 cri.go:89] found id: ""
	I0916 19:12:40.045559  885693 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0916 19:12:40.064425  885693 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0916 19:12:40.074343  885693 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0916 19:12:40.074413  885693 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
	I0916 19:12:40.083608  885693 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
	I0916 19:12:40.083628  885693 kubeadm.go:157] found existing configuration files:
	
	I0916 19:12:40.083685  885693 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0916 19:12:40.093462  885693 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
	I0916 19:12:40.093609  885693 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0916 19:12:40.103269  885693 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0916 19:12:40.112822  885693 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
	I0916 19:12:40.112900  885693 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0916 19:12:40.122399  885693 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0916 19:12:40.132716  885693 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
	I0916 19:12:40.132795  885693 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0916 19:12:40.141886  885693 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0916 19:12:40.151504  885693 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
	I0916 19:12:40.151618  885693 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0916 19:12:40.161077  885693 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"
	I0916 19:12:40.202739  885693 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
	I0916 19:12:40.202913  885693 kubeadm.go:310] [preflight] Running pre-flight checks
	I0916 19:12:40.239855  885693 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0916 19:12:40.239979  885693 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1069-aws
	I0916 19:12:40.240047  885693 kubeadm.go:310] OS: Linux
	I0916 19:12:40.240118  885693 kubeadm.go:310] CGROUPS_CPU: enabled
	I0916 19:12:40.240199  885693 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0916 19:12:40.240270  885693 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0916 19:12:40.240353  885693 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0916 19:12:40.240427  885693 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0916 19:12:40.240507  885693 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0916 19:12:40.240585  885693 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0916 19:12:40.240665  885693 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0916 19:12:40.240736  885693 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0916 19:12:40.307871  885693 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0916 19:12:40.307988  885693 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0916 19:12:40.308101  885693 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0916 19:12:40.320598  885693 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0916 19:12:40.323761  885693 out.go:235]   - Generating certificates and keys ...
	I0916 19:12:40.323870  885693 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0916 19:12:40.323962  885693 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0916 19:12:40.629791  885693 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0916 19:12:41.058047  885693 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0916 19:12:41.675084  885693 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0916 19:12:41.915070  885693 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0916 19:12:42.181025  885693 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0916 19:12:42.181298  885693 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-039693 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0916 19:12:42.813832  885693 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0916 19:12:42.814166  885693 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-039693 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0916 19:12:43.106852  885693 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0916 19:12:43.459986  885693 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0916 19:12:43.672533  885693 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0916 19:12:43.672846  885693 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0916 19:12:44.915307  885693 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0916 19:12:45.722054  885693 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0916 19:12:46.253046  885693 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0916 19:12:46.626067  885693 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0916 19:12:47.122828  885693 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0916 19:12:47.123811  885693 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0916 19:12:47.127150  885693 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0916 19:12:47.129853  885693 out.go:235]   - Booting up control plane ...
	I0916 19:12:47.129961  885693 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0916 19:12:47.130046  885693 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0916 19:12:47.130814  885693 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0916 19:12:47.143309  885693 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0916 19:12:47.151029  885693 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0916 19:12:47.151279  885693 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0916 19:12:47.250726  885693 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0916 19:12:47.250861  885693 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0916 19:12:48.252062  885693 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001589866s
	I0916 19:12:48.252178  885693 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0916 19:12:54.253756  885693 kubeadm.go:310] [api-check] The API server is healthy after 6.001703466s
	I0916 19:12:54.276025  885693 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0916 19:12:54.292574  885693 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0916 19:12:54.314715  885693 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0916 19:12:54.314919  885693 kubeadm.go:310] [mark-control-plane] Marking the node addons-039693 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0916 19:12:54.326691  885693 kubeadm.go:310] [bootstrap-token] Using token: xolltg.iguf153wvgm0hows
	I0916 19:12:54.329879  885693 out.go:235]   - Configuring RBAC rules ...
	I0916 19:12:54.330016  885693 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0916 19:12:54.334035  885693 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0916 19:12:54.341674  885693 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
	I0916 19:12:54.346907  885693 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0916 19:12:54.350692  885693 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0916 19:12:54.355292  885693 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0916 19:12:54.671562  885693 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0916 19:12:55.146995  885693 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0916 19:12:55.662508  885693 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0916 19:12:55.663669  885693 kubeadm.go:310] 
	I0916 19:12:55.663752  885693 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0916 19:12:55.663759  885693 kubeadm.go:310] 
	I0916 19:12:55.663837  885693 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0916 19:12:55.663842  885693 kubeadm.go:310] 
	I0916 19:12:55.663868  885693 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0916 19:12:55.663928  885693 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0916 19:12:55.663988  885693 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0916 19:12:55.663994  885693 kubeadm.go:310] 
	I0916 19:12:55.664048  885693 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0916 19:12:55.664053  885693 kubeadm.go:310] 
	I0916 19:12:55.664100  885693 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0916 19:12:55.664105  885693 kubeadm.go:310] 
	I0916 19:12:55.664158  885693 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0916 19:12:55.664233  885693 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0916 19:12:55.664303  885693 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0916 19:12:55.664308  885693 kubeadm.go:310] 
	I0916 19:12:55.664392  885693 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0916 19:12:55.664476  885693 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0916 19:12:55.664481  885693 kubeadm.go:310] 
	I0916 19:12:55.664572  885693 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token xolltg.iguf153wvgm0hows \
	I0916 19:12:55.664677  885693 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:2097e5addc24138aec9b9a52d6f71779051bee598287aab9952509294f5c8b01 \
	I0916 19:12:55.664708  885693 kubeadm.go:310] 	--control-plane 
	I0916 19:12:55.664712  885693 kubeadm.go:310] 
	I0916 19:12:55.664798  885693 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0916 19:12:55.664804  885693 kubeadm.go:310] 
	I0916 19:12:55.664886  885693 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token xolltg.iguf153wvgm0hows \
	I0916 19:12:55.664990  885693 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:2097e5addc24138aec9b9a52d6f71779051bee598287aab9952509294f5c8b01 
	I0916 19:12:55.667789  885693 kubeadm.go:310] W0916 19:12:40.199232    1179 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.
	I0916 19:12:55.668093  885693 kubeadm.go:310] W0916 19:12:40.200084    1179 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.
	I0916 19:12:55.668312  885693 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
	I0916 19:12:55.668421  885693 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0916 19:12:55.668446  885693 cni.go:84] Creating CNI manager for ""
	I0916 19:12:55.668454  885693 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0916 19:12:55.672489  885693 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0916 19:12:55.674747  885693 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0916 19:12:55.678552  885693 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.1/kubectl ...
	I0916 19:12:55.678574  885693 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0916 19:12:55.697010  885693 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
	I0916 19:12:55.978630  885693 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0916 19:12:55.978766  885693 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
	I0916 19:12:55.978852  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-039693 minikube.k8s.io/updated_at=2024_09_16T19_12_55_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=91d692c919753635ac118b7ed7ae5503b67c63c8 minikube.k8s.io/name=addons-039693 minikube.k8s.io/primary=true
	I0916 19:12:56.179008  885693 ops.go:34] apiserver oom_adj: -16
	I0916 19:12:56.179121  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:56.679800  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:57.179771  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:57.679235  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:58.179240  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:58.679266  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:59.180091  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:12:59.679838  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:13:00.179261  885693 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0916 19:13:00.443489  885693 kubeadm.go:1113] duration metric: took 4.464772511s to wait for elevateKubeSystemPrivileges
	I0916 19:13:00.443520  885693 kubeadm.go:394] duration metric: took 20.454630372s to StartCluster
	I0916 19:13:00.443540  885693 settings.go:142] acquiring lock: {Name:mk9e2c94e868b82a1b7399c2ac48e44ba7ae56c2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:13:00.443676  885693 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19649-879552/kubeconfig
	I0916 19:13:00.444175  885693 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/kubeconfig: {Name:mkd0a65b15a4e9371b065f3c90f1334c21540b96 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:13:00.444402  885693 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}
	I0916 19:13:00.444617  885693 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"
	I0916 19:13:00.445006  885693 config.go:182] Loaded profile config "addons-039693": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0916 19:13:00.445042  885693 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]
	I0916 19:13:00.445171  885693 addons.go:69] Setting yakd=true in profile "addons-039693"
	I0916 19:13:00.445189  885693 addons.go:234] Setting addon yakd=true in "addons-039693"
	I0916 19:13:00.445218  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.445753  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.446408  885693 addons.go:69] Setting inspektor-gadget=true in profile "addons-039693"
	I0916 19:13:00.446432  885693 addons.go:234] Setting addon inspektor-gadget=true in "addons-039693"
	I0916 19:13:00.446473  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.447009  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.447630  885693 addons.go:69] Setting cloud-spanner=true in profile "addons-039693"
	I0916 19:13:00.447656  885693 addons.go:234] Setting addon cloud-spanner=true in "addons-039693"
	I0916 19:13:00.447694  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.448167  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.454473  885693 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-039693"
	I0916 19:13:00.454580  885693 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-039693"
	I0916 19:13:00.454679  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.455198  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.455788  885693 addons.go:69] Setting metrics-server=true in profile "addons-039693"
	I0916 19:13:00.455882  885693 addons.go:234] Setting addon metrics-server=true in "addons-039693"
	I0916 19:13:00.455983  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.460353  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.464100  885693 out.go:177] * Verifying Kubernetes components...
	I0916 19:13:00.457942  885693 addons.go:69] Setting default-storageclass=true in profile "addons-039693"
	I0916 19:13:00.486568  885693 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-039693"
	I0916 19:13:00.487109  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.487746  885693 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0916 19:13:00.457957  885693 addons.go:69] Setting gcp-auth=true in profile "addons-039693"
	I0916 19:13:00.488985  885693 mustload.go:65] Loading cluster: addons-039693
	I0916 19:13:00.489241  885693 config.go:182] Loaded profile config "addons-039693": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0916 19:13:00.489589  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.457966  885693 addons.go:69] Setting ingress=true in profile "addons-039693"
	I0916 19:13:00.511625  885693 addons.go:234] Setting addon ingress=true in "addons-039693"
	I0916 19:13:00.511693  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.512196  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.457971  885693 addons.go:69] Setting ingress-dns=true in profile "addons-039693"
	I0916 19:13:00.529989  885693 addons.go:234] Setting addon ingress-dns=true in "addons-039693"
	I0916 19:13:00.530061  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.530579  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.459776  885693 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-039693"
	I0916 19:13:00.552173  885693 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-039693"
	I0916 19:13:00.552222  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.552759  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.459797  885693 addons.go:69] Setting registry=true in profile "addons-039693"
	I0916 19:13:00.560293  885693 addons.go:234] Setting addon registry=true in "addons-039693"
	I0916 19:13:00.560341  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.459802  885693 addons.go:69] Setting storage-provisioner=true in profile "addons-039693"
	I0916 19:13:00.560930  885693 addons.go:234] Setting addon storage-provisioner=true in "addons-039693"
	I0916 19:13:00.560986  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.561438  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.566710  885693 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
	I0916 19:13:00.594801  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.459807  885693 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-039693"
	I0916 19:13:00.596310  885693 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-039693"
	I0916 19:13:00.596861  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.459814  885693 addons.go:69] Setting volcano=true in profile "addons-039693"
	I0916 19:13:00.617280  885693 addons.go:234] Setting addon volcano=true in "addons-039693"
	I0916 19:13:00.617366  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.618024  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.622842  885693 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0916 19:13:00.622918  885693 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0916 19:13:00.623039  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.459818  885693 addons.go:69] Setting volumesnapshots=true in profile "addons-039693"
	I0916 19:13:00.626869  885693 addons.go:234] Setting addon volumesnapshots=true in "addons-039693"
	I0916 19:13:00.626916  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.627450  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.660055  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0916 19:13:00.665193  885693 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.23
	I0916 19:13:00.704632  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0916 19:13:00.704985  885693 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0916 19:13:00.705001  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0916 19:13:00.705086  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.707100  885693 addons.go:234] Setting addon default-storageclass=true in "addons-039693"
	I0916 19:13:00.708470  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.709043  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.726932  885693 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0916 19:13:00.731275  885693 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0916 19:13:00.731320  885693 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0916 19:13:00.731408  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.733934  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0916 19:13:00.707348  885693 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0916 19:13:00.749417  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.758671  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0916 19:13:00.761176  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0916 19:13:00.764763  885693 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0916 19:13:00.764787  885693 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0916 19:13:00.764863  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.780287  885693 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
	I0916 19:13:00.783036  885693 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0916 19:13:00.783059  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0916 19:13:00.783125  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.793791  885693 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
	I0916 19:13:00.795873  885693 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0916 19:13:00.800146  885693 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0916 19:13:00.807528  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0916 19:13:00.808551  885693 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0916 19:13:00.808569  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0916 19:13:00.808686  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.810046  885693 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0916 19:13:00.810217  885693 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0916 19:13:00.812348  885693 out.go:177]   - Using image docker.io/registry:2.8.3
	I0916 19:13:00.812450  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0916 19:13:00.818902  885693 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0916 19:13:00.818921  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0916 19:13:00.819000  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.829091  885693 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0916 19:13:00.829117  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0916 19:13:00.829181  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.844198  885693 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-039693"
	I0916 19:13:00.844290  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:00.844751  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:00.867745  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0916 19:13:00.870711  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0916 19:13:00.870748  885693 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0916 19:13:00.870852  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.928295  885693 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0916 19:13:00.931862  885693 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0916 19:13:00.931933  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0916 19:13:00.932033  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.964058  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	W0916 19:13:00.965396  885693 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0916 19:13:00.969991  885693 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0916 19:13:00.970350  885693 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0916 19:13:00.970366  885693 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0916 19:13:00.970432  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.970677  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:00.974179  885693 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0916 19:13:00.974217  885693 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0916 19:13:00.974294  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:00.982167  885693 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 -"
	I0916 19:13:00.983184  885693 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0916 19:13:00.994403  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:00.995174  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.032757  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.053226  885693 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0916 19:13:01.062749  885693 out.go:177]   - Using image docker.io/busybox:stable
	I0916 19:13:01.065455  885693 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0916 19:13:01.065486  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0916 19:13:01.065551  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:01.083506  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.084359  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.095961  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.125351  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.126279  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.134401  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.137407  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:01.172504  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	W0916 19:13:01.173532  885693 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0916 19:13:01.173561  885693 retry.go:31] will retry after 162.761911ms: ssh: handshake failed: EOF
	I0916 19:13:01.405252  885693 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0916 19:13:01.405327  885693 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0916 19:13:01.412879  885693 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0916 19:13:01.412953  885693 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0916 19:13:01.459073  885693 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0916 19:13:01.459151  885693 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0916 19:13:01.498802  885693 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
	I0916 19:13:01.526934  885693 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
	I0916 19:13:01.534771  885693 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
	I0916 19:13:01.551540  885693 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0916 19:13:01.551604  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0916 19:13:01.576157  885693 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
	I0916 19:13:01.580729  885693 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0916 19:13:01.580803  885693 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0916 19:13:01.585482  885693 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
	I0916 19:13:01.591224  885693 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0916 19:13:01.591288  885693 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0916 19:13:01.596972  885693 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0916 19:13:01.597042  885693 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0916 19:13:01.641923  885693 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0916 19:13:01.641947  885693 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0916 19:13:01.656964  885693 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
	I0916 19:13:01.684743  885693 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0916 19:13:01.684853  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0916 19:13:01.726028  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0916 19:13:01.726105  885693 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0916 19:13:01.770448  885693 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0916 19:13:01.770523  885693 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0916 19:13:01.773981  885693 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0916 19:13:01.774052  885693 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0916 19:13:01.816062  885693 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
	I0916 19:13:01.821149  885693 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0916 19:13:01.821224  885693 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0916 19:13:01.869959  885693 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0916 19:13:01.870034  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0916 19:13:01.899949  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0916 19:13:01.900021  885693 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)
	I0916 19:13:01.908207  885693 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
	I0916 19:13:01.910362  885693 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0916 19:13:01.910438  885693 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0916 19:13:01.967277  885693 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0916 19:13:01.967348  885693 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0916 19:13:01.997486  885693 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0916 19:13:01.997570  885693 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0916 19:13:02.041015  885693 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
	I0916 19:13:02.084485  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0916 19:13:02.084554  885693 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0916 19:13:02.111279  885693 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
	I0916 19:13:02.126839  885693 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0916 19:13:02.126914  885693 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0916 19:13:02.141430  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0916 19:13:02.141506  885693 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0916 19:13:02.243845  885693 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0916 19:13:02.243920  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0916 19:13:02.281981  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0916 19:13:02.282059  885693 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0916 19:13:02.284915  885693 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0916 19:13:02.284975  885693 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0916 19:13:02.370281  885693 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
	I0916 19:13:02.395949  885693 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0916 19:13:02.396027  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0916 19:13:02.397983  885693 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0916 19:13:02.398052  885693 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0916 19:13:02.487662  885693 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
	I0916 19:13:02.494412  885693 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0916 19:13:02.494476  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0916 19:13:02.612831  885693 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0916 19:13:02.612907  885693 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0916 19:13:02.810527  885693 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0916 19:13:02.810604  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0916 19:13:03.063979  885693 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0916 19:13:03.064071  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0916 19:13:03.268742  885693 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0916 19:13:03.268809  885693 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0916 19:13:03.428437  885693 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
	I0916 19:13:04.283776  885693 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 -": (3.301570835s)
	I0916 19:13:04.283898  885693 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0916 19:13:04.283866  885693 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (3.300658173s)
	I0916 19:13:04.284822  885693 node_ready.go:35] waiting up to 6m0s for node "addons-039693" to be "Ready" ...
	I0916 19:13:04.917613  885693 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-039693" context rescaled to 1 replicas
	I0916 19:13:05.246074  885693 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: (3.747182193s)
	I0916 19:13:05.246168  885693 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.719163436s)
	I0916 19:13:05.246204  885693 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.711362821s)
	I0916 19:13:05.246417  885693 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: (3.670189886s)
	I0916 19:13:05.671001  885693 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.085430624s)
	I0916 19:13:06.294246  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:06.662693  885693 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.754412212s)
	I0916 19:13:06.662894  885693 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.621801956s)
	I0916 19:13:06.662911  885693 addons.go:475] Verifying addon registry=true in "addons-039693"
	I0916 19:13:06.663086  885693 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.846485584s)
	I0916 19:13:06.663166  885693 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: (5.006182145s)
	I0916 19:13:06.663183  885693 addons.go:475] Verifying addon ingress=true in "addons-039693"
	I0916 19:13:06.663321  885693 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.551967342s)
	I0916 19:13:06.663945  885693 addons.go:475] Verifying addon metrics-server=true in "addons-039693"
	I0916 19:13:06.665277  885693 out.go:177] * Verifying registry addon...
	I0916 19:13:06.665351  885693 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-039693 service yakd-dashboard -n yakd-dashboard
	
	I0916 19:13:06.665376  885693 out.go:177] * Verifying ingress addon...
	I0916 19:13:06.667669  885693 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0916 19:13:06.669642  885693 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0916 19:13:06.708441  885693 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0916 19:13:06.708475  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:06.709249  885693 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0916 19:13:06.709269  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:06.966451  885693 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.596079707s)
	W0916 19:13:06.966499  885693 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
	I0916 19:13:06.966519  885693 retry.go:31] will retry after 164.223268ms: 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
	I0916 19:13:06.966811  885693 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.478877961s)
	I0916 19:13:07.131107  885693 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
	I0916 19:13:07.284740  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:07.286103  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:07.486894  885693 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: (4.058351761s)
	I0916 19:13:07.486932  885693 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-039693"
	I0916 19:13:07.489230  885693 out.go:177] * Verifying csi-hostpath-driver addon...
	I0916 19:13:07.491993  885693 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0916 19:13:07.544243  885693 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0916 19:13:07.544270  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:07.687613  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:07.688466  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:08.008238  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:08.172182  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:08.176893  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:08.303199  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:08.497466  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:08.672177  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:08.676556  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:08.996428  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:09.173501  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:09.174994  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:09.500326  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:09.671473  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:09.673798  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:10.021556  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:10.172712  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:10.182284  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:10.301526  885693 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0916 19:13:10.301616  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:10.348089  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:10.423111  885693 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.291953218s)
	I0916 19:13:10.496697  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:10.500059  885693 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0916 19:13:10.522570  885693 addons.go:234] Setting addon gcp-auth=true in "addons-039693"
	I0916 19:13:10.522757  885693 host.go:66] Checking if "addons-039693" exists ...
	I0916 19:13:10.523346  885693 cli_runner.go:164] Run: docker container inspect addons-039693 --format={{.State.Status}}
	I0916 19:13:10.542337  885693 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0916 19:13:10.542403  885693 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-039693
	I0916 19:13:10.560827  885693 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33558 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/addons-039693/id_rsa Username:docker}
	I0916 19:13:10.673036  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:10.675638  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:10.682482  885693 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0916 19:13:10.684515  885693 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0916 19:13:10.686555  885693 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0916 19:13:10.686592  885693 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0916 19:13:10.709072  885693 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0916 19:13:10.709099  885693 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0916 19:13:10.729586  885693 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0916 19:13:10.729610  885693 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0916 19:13:10.754506  885693 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
	I0916 19:13:10.800154  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:10.998799  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:11.192060  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:11.192411  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:11.320784  885693 addons.go:475] Verifying addon gcp-auth=true in "addons-039693"
	I0916 19:13:11.323204  885693 out.go:177] * Verifying gcp-auth addon...
	I0916 19:13:11.327122  885693 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0916 19:13:11.344302  885693 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0916 19:13:11.344376  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:11.501958  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:11.671485  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:11.674402  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:11.830530  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:11.995424  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:12.172202  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:12.173525  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:12.331080  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:12.495548  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:12.671244  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:12.673910  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:12.831486  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:13.011710  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:13.171565  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:13.174023  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:13.288153  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:13.331316  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:13.496482  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:13.672394  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:13.673365  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:13.830785  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:13.996177  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:14.171293  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:14.173519  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:14.331954  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:14.495846  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:14.671238  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:14.673764  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:14.830921  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:14.995955  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:15.171374  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:15.174147  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:15.288452  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:15.330509  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:15.495734  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:15.671918  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:15.675599  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:15.831078  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:15.995343  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:16.171865  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:16.174152  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:16.330365  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:16.496431  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:16.672820  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:16.673666  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:16.830740  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:16.996114  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:17.170666  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:17.174019  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:17.288690  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:17.330779  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:17.495983  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:17.671126  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:17.673450  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:17.830501  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:17.996297  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:18.171831  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:18.172994  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:18.330917  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:18.495298  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:18.671754  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:18.673527  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:18.830238  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:18.995806  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:19.171121  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:19.173528  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:19.332308  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:19.495196  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:19.671292  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:19.673805  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:19.787878  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:19.830903  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:19.995201  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:20.171443  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:20.174087  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:20.330363  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:20.495722  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:20.670975  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:20.674801  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:20.830198  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:20.995221  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:21.172804  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:21.173589  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:21.331180  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:21.495923  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:21.671069  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:21.673797  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:21.787941  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:21.831121  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:21.995477  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:22.170491  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:22.172942  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:22.331030  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:22.495207  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:22.671207  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:22.673127  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:22.830420  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:22.995868  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:23.171172  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:23.174192  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:23.330123  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:23.495731  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:23.670879  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:23.673892  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:23.788214  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:23.830522  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:23.995822  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:24.170929  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:24.174058  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:24.332255  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:24.495532  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:24.671148  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:24.674268  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:24.830286  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:24.995586  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:25.170753  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:25.173546  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:25.330637  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:25.496115  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:25.671224  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:25.674473  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:25.788413  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:25.830780  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:25.995778  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:26.171413  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:26.173656  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:26.331020  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:26.495525  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:26.670651  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:26.673276  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:26.830453  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:26.995953  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:27.171324  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:27.174009  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:27.330307  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:27.495632  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:27.670706  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:27.673575  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:27.830232  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:27.995559  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:28.170966  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:28.173774  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:28.287835  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:28.332190  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:28.497578  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:28.672247  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:28.674265  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:28.837161  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:28.995389  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:29.170908  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:29.173675  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:29.330684  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:29.496579  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:29.671083  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:29.673740  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:29.830526  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:29.995534  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:30.171802  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:30.174747  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:30.289170  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:30.330756  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:30.501937  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:30.673382  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:30.676001  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:30.831004  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:30.995797  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:31.171932  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:31.174261  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:31.330838  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:31.497911  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:31.671806  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:31.673210  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:31.831099  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:31.995478  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:32.170677  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:32.173925  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:32.330388  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:32.496675  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:32.678150  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:32.678245  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:32.788572  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:32.830920  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:32.995489  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:33.171078  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:33.174164  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:33.330339  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:33.495548  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:33.671055  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:33.674047  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:33.830382  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:33.995865  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:34.172386  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:34.173668  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:34.331708  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:34.496114  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:34.673178  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:34.674251  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:34.788890  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:34.831238  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:34.996115  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:35.172377  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:35.175739  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:35.330820  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:35.495399  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:35.672337  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:35.673325  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:35.830517  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:35.996513  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:36.172527  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:36.176083  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:36.331061  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:36.495789  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:36.671757  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:36.674858  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:36.830787  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:36.995866  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:37.171814  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:37.173521  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:37.288627  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:37.330365  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:37.495819  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:37.671157  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:37.674156  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:37.833093  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:37.995505  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:38.171404  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:38.174030  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:38.330844  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:38.495585  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:38.671513  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:38.674488  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:38.830851  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:38.996219  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:39.171535  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:39.173225  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:39.289219  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:39.330596  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:39.495874  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:39.671173  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:39.673676  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:39.830395  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:39.996144  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:40.172769  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:40.174796  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:40.331490  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:40.495886  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:40.671050  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:40.674485  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:40.831231  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:40.995906  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:41.172211  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:41.173424  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:41.330196  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:41.495235  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:41.670842  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:41.673503  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:41.789040  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:41.831247  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:41.995027  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:42.172652  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:42.174965  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:42.331316  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:42.496353  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:42.671128  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:42.674181  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:42.831926  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:42.995261  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:43.171062  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:43.173583  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:43.331235  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:43.495768  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:43.671159  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:43.674325  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:43.831227  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:43.996185  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:44.170731  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:44.173173  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:44.287694  885693 node_ready.go:53] node "addons-039693" has status "Ready":"False"
	I0916 19:13:44.331317  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:44.498953  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:44.683417  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:44.684031  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:44.787589  885693 node_ready.go:49] node "addons-039693" has status "Ready":"True"
	I0916 19:13:44.787613  885693 node_ready.go:38] duration metric: took 40.502761811s for node "addons-039693" to be "Ready" ...
	I0916 19:13:44.787623  885693 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" ...
	I0916 19:13:44.799799  885693 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-k7f2z" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:44.839795  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:45.073750  885693 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0916 19:13:45.073783  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:45.192191  885693 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0916 19:13:45.192245  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:45.195617  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:45.335495  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:45.499473  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:45.684857  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:45.686346  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:45.833869  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:45.996690  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:46.171394  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:46.175660  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:46.331018  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:46.497606  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:46.686582  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:46.688079  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:46.806816  885693 pod_ready.go:93] pod "coredns-7c65d6cfc9-k7f2z" in "kube-system" namespace has status "Ready":"True"
	I0916 19:13:46.806841  885693 pod_ready.go:82] duration metric: took 2.00700654s for pod "coredns-7c65d6cfc9-k7f2z" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.806871  885693 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.812622  885693 pod_ready.go:93] pod "etcd-addons-039693" in "kube-system" namespace has status "Ready":"True"
	I0916 19:13:46.812647  885693 pod_ready.go:82] duration metric: took 5.767214ms for pod "etcd-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.812662  885693 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.818211  885693 pod_ready.go:93] pod "kube-apiserver-addons-039693" in "kube-system" namespace has status "Ready":"True"
	I0916 19:13:46.818237  885693 pod_ready.go:82] duration metric: took 5.567918ms for pod "kube-apiserver-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.818248  885693 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.823524  885693 pod_ready.go:93] pod "kube-controller-manager-addons-039693" in "kube-system" namespace has status "Ready":"True"
	I0916 19:13:46.823548  885693 pod_ready.go:82] duration metric: took 5.292642ms for pod "kube-controller-manager-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.823568  885693 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-4bxfk" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.829867  885693 pod_ready.go:93] pod "kube-proxy-4bxfk" in "kube-system" namespace has status "Ready":"True"
	I0916 19:13:46.829895  885693 pod_ready.go:82] duration metric: took 6.317666ms for pod "kube-proxy-4bxfk" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.829905  885693 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:46.830522  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:46.997654  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:47.173449  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:47.178563  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:47.204435  885693 pod_ready.go:93] pod "kube-scheduler-addons-039693" in "kube-system" namespace has status "Ready":"True"
	I0916 19:13:47.204469  885693 pod_ready.go:82] duration metric: took 374.555664ms for pod "kube-scheduler-addons-039693" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:47.204481  885693 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace to be "Ready" ...
	I0916 19:13:47.330748  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:47.497735  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:47.676575  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:47.678498  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:47.830852  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:47.998144  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:48.180618  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:48.183435  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:48.331581  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:48.517163  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:48.672984  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:48.677980  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:48.831558  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:48.997861  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:49.172434  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:49.176710  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:49.211426  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:13:49.334108  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:49.513422  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:49.676910  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:49.683632  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:49.831309  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:49.998554  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:50.177744  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:50.179639  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:50.332790  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:50.497027  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:50.674529  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:50.676651  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:50.830567  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:50.997278  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:51.173845  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:51.179045  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:51.212116  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:13:51.330914  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:51.496995  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:51.671826  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:51.674913  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:51.830780  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:52.001290  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:52.172713  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:52.175647  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:52.330573  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:52.502868  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:52.673474  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:52.675510  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:52.830795  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:52.997586  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:53.173143  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:53.175638  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:53.331017  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:53.497055  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:53.673351  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:53.676000  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:53.711214  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:13:53.831056  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:53.998054  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:54.171964  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:54.174849  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:54.331715  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:54.497822  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:54.672274  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:54.676893  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:54.831428  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:54.997809  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:55.171591  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:55.174708  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:55.331427  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:55.496729  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:55.672644  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:55.674972  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:55.711956  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:13:55.831283  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:55.999433  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:56.171409  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:56.178100  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:56.331188  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:56.500523  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:56.673276  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:56.676488  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:56.831668  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:56.997398  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:57.171818  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:57.176236  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:57.331758  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:57.497322  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:57.675123  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:57.676738  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:57.712672  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:13:57.830843  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:57.997988  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:58.172809  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:58.175952  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:58.333915  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:58.497506  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:58.675769  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:58.677631  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:58.830562  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:58.997102  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:59.171633  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:59.174159  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:59.331039  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:59.498274  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:13:59.673455  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:13:59.674706  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:13:59.831310  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:13:59.998280  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:00.282577  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:00.297902  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:00.301087  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:00.349268  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:00.502028  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:00.673644  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:00.677005  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:00.831301  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:00.998658  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:01.176086  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:01.188797  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:01.331510  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:01.497722  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:01.672356  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:01.679273  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:01.830885  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:01.997953  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:02.173814  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:02.177285  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:02.332464  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:02.498246  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:02.674380  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:02.675514  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:02.711140  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:02.831365  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:03.014542  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:03.172885  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:03.176575  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:03.330955  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:03.519218  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:03.672640  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:03.675403  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:03.830588  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:03.999369  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:04.174387  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:04.177635  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:04.332055  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:04.497246  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:04.682775  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:04.684848  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:04.713825  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:04.833167  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:05.007122  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:05.183076  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:05.191908  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:05.332305  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:05.496581  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:05.671244  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:05.674322  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:05.831289  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:05.998471  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:06.175729  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:06.177310  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:06.332143  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:06.497853  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:06.672094  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:06.676826  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:06.716119  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:06.831298  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:07.030741  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:07.173599  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:07.180917  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:07.331157  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:07.499305  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:07.672429  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:07.675577  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:07.831507  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:07.997287  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:08.174015  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:08.174270  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:08.331021  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:08.496497  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:08.671603  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:08.676330  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:08.831066  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:08.998127  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:09.172709  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:09.174458  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:09.211337  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:09.331964  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:09.498700  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:09.671947  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:09.676021  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:09.831566  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:09.997811  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:10.175735  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:10.176900  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:10.330945  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:10.500832  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:10.672874  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:10.675362  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:10.831118  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:10.997060  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:11.171595  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:11.174522  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:11.330801  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:11.497154  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:11.675923  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:11.677155  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:11.711204  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:11.830432  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:11.997437  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:12.174916  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:12.175940  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:12.330757  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:12.498116  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:12.674185  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:12.674969  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:12.833364  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:12.996836  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:13.172779  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:13.174495  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:13.330426  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:13.497585  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:13.671148  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:13.673624  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:13.720063  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:13.830126  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:13.999777  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:14.174060  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:14.175822  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:14.331798  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:14.496970  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:14.675405  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:14.675690  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:14.831870  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:15.004896  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:15.173186  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:15.175645  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:15.331376  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:15.497927  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:15.671182  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:15.673752  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:15.845175  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:15.997736  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:16.175918  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:16.176817  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:16.214155  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:16.330990  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:16.499350  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:16.673911  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:16.675253  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:16.832996  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:16.997487  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:17.174932  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:17.177754  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:17.331355  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:17.497758  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:17.671941  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:17.675537  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:17.830821  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:18.000915  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:18.172414  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:18.176781  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:18.216217  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:18.332364  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:18.497883  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:18.675153  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:18.676670  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:18.831709  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:19.007905  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:19.171372  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:19.174451  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:19.331101  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:19.497426  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:19.671418  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:19.674348  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:19.830815  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:20.003463  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:20.171542  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:20.175525  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:20.330963  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:20.496970  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:20.671955  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:20.675530  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:20.710662  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:20.830957  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:20.996543  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:21.172144  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:21.175614  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:21.331379  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:21.496386  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:21.671649  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:21.674545  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:21.833000  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:21.998229  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:22.174379  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:22.176364  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:22.331057  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:22.497637  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:22.671632  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:22.680925  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:22.711610  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:22.831892  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:22.998913  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:23.195708  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:23.196201  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:23.331325  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:23.497699  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:23.674983  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:23.678551  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:23.831727  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:24.004797  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:24.174327  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:24.182091  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:24.331348  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:24.497565  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:24.674841  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:24.676342  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:24.715716  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:24.836620  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:24.997030  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:25.172562  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:25.178704  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:25.331938  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:25.498011  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:25.675709  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:25.677138  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:25.831635  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:25.999339  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:26.172306  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:26.180001  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:26.332510  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:26.497047  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:26.673382  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:26.677502  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:26.831208  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:26.997233  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:27.172247  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:27.176480  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:27.214807  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:27.331195  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:27.496847  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:27.682220  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:27.684250  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:27.831461  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:27.997929  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:28.171637  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:28.174348  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:28.331889  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:28.497877  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:28.673049  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:28.677201  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:28.831669  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:28.998237  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:29.171930  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:29.175737  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:29.331999  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:29.497671  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:29.673707  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0916 19:14:29.675003  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:29.713171  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:29.832106  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:29.997115  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:30.171885  885693 kapi.go:107] duration metric: took 1m23.504246596s to wait for kubernetes.io/minikube-addons=registry ...
	I0916 19:14:30.176616  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:30.333887  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:30.497227  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:30.674248  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:30.832325  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:31.002261  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:31.174811  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:31.330882  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:31.497687  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:31.675449  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:31.719130  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:31.831106  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:31.997436  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:32.174919  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:32.332378  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:32.497078  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:32.677588  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:32.831168  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:33.009934  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:33.175423  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:33.338319  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:33.497196  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:33.674535  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:33.832307  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:34.016603  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:34.175970  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:34.210868  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:34.332026  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:34.498282  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:34.674745  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:34.831310  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:35.008472  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:35.174049  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:35.331546  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:35.496966  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:35.674040  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:35.830452  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:35.997295  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:36.174188  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:36.213671  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:36.331829  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:36.498150  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:36.673951  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:36.832731  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:36.997811  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:37.178507  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:37.331543  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:37.499073  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:37.676243  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:37.833617  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0916 19:14:37.997576  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:38.175170  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:38.331677  885693 kapi.go:107] duration metric: took 1m27.004558109s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0916 19:14:38.333973  885693 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-039693 cluster.
	I0916 19:14:38.336009  885693 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.
	I0916 19:14:38.338238  885693 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0916 19:14:38.497594  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:38.674030  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:38.712144  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:39.007679  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:39.174783  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:39.497639  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:39.674590  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:40.010408  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:40.174162  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:40.497822  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:40.674945  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:40.997006  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:41.181573  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:41.211953  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:41.497126  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:41.676642  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:41.997097  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:42.183491  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:42.497936  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:42.674427  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:42.996687  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:43.174523  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:43.496862  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:43.674818  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:43.711780  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:44.004420  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:44.174330  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:44.499159  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:44.675607  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:44.997301  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:45.207213  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:45.497566  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:45.673840  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:45.997297  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:46.174279  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:46.212820  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:46.500823  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:46.675392  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:46.998319  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:47.177539  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:47.496508  885693 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0916 19:14:47.674082  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:48.003414  885693 kapi.go:107] duration metric: took 1m40.511417783s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0916 19:14:48.174252  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:48.674815  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:48.710909  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:49.175359  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:49.676683  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:50.174887  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:50.674598  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:50.724375  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:51.174176  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:51.675171  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:52.175186  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:52.675545  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:53.186422  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:53.216088  885693 pod_ready.go:103] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"False"
	I0916 19:14:53.673854  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:54.174787  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:54.675041  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:55.200476  885693 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0916 19:14:55.233128  885693 pod_ready.go:93] pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace has status "Ready":"True"
	I0916 19:14:55.233226  885693 pod_ready.go:82] duration metric: took 1m8.028728567s for pod "metrics-server-84c5f94fbc-tr5qp" in "kube-system" namespace to be "Ready" ...
	I0916 19:14:55.233258  885693 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-md9rh" in "kube-system" namespace to be "Ready" ...
	I0916 19:14:55.239693  885693 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-md9rh" in "kube-system" namespace has status "Ready":"True"
	I0916 19:14:55.239804  885693 pod_ready.go:82] duration metric: took 6.511048ms for pod "nvidia-device-plugin-daemonset-md9rh" in "kube-system" namespace to be "Ready" ...
	I0916 19:14:55.239864  885693 pod_ready.go:39] duration metric: took 1m10.452226354s 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" ...
	I0916 19:14:55.239907  885693 api_server.go:52] waiting for apiserver process to appear ...
	I0916 19:14:55.239963  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0916 19:14:55.240071  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0916 19:14:55.326963  885693 cri.go:89] found id: "3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b"
	I0916 19:14:55.327001  885693 cri.go:89] found id: ""
	I0916 19:14:55.327010  885693 logs.go:276] 1 containers: [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b]
	I0916 19:14:55.327096  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.339040  885693 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0916 19:14:55.339139  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0916 19:14:55.401335  885693 cri.go:89] found id: "309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a"
	I0916 19:14:55.401366  885693 cri.go:89] found id: ""
	I0916 19:14:55.401375  885693 logs.go:276] 1 containers: [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a]
	I0916 19:14:55.401441  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.406223  885693 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0916 19:14:55.406360  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0916 19:14:55.463595  885693 cri.go:89] found id: "100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9"
	I0916 19:14:55.463629  885693 cri.go:89] found id: ""
	I0916 19:14:55.463637  885693 logs.go:276] 1 containers: [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9]
	I0916 19:14:55.463736  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.467732  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0916 19:14:55.467834  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0916 19:14:55.524453  885693 cri.go:89] found id: "addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217"
	I0916 19:14:55.524478  885693 cri.go:89] found id: ""
	I0916 19:14:55.524485  885693 logs.go:276] 1 containers: [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217]
	I0916 19:14:55.524571  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.528833  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0916 19:14:55.528940  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0916 19:14:55.575615  885693 cri.go:89] found id: "5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28"
	I0916 19:14:55.575642  885693 cri.go:89] found id: ""
	I0916 19:14:55.575651  885693 logs.go:276] 1 containers: [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28]
	I0916 19:14:55.575745  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.579815  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0916 19:14:55.579925  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0916 19:14:55.624885  885693 cri.go:89] found id: "a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11"
	I0916 19:14:55.624910  885693 cri.go:89] found id: ""
	I0916 19:14:55.624918  885693 logs.go:276] 1 containers: [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11]
	I0916 19:14:55.625011  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.628853  885693 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0916 19:14:55.628955  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0916 19:14:55.677385  885693 cri.go:89] found id: "44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264"
	I0916 19:14:55.677409  885693 cri.go:89] found id: ""
	I0916 19:14:55.677418  885693 logs.go:276] 1 containers: [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264]
	I0916 19:14:55.677529  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:14:55.682697  885693 kapi.go:107] duration metric: took 1m49.013053543s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0916 19:14:55.684531  885693 logs.go:123] Gathering logs for container status ...
	I0916 19:14:55.684558  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0916 19:14:55.686844  885693 out.go:177] * Enabled addons: ingress-dns, cloud-spanner, nvidia-device-plugin, default-storageclass, storage-provisioner, metrics-server, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, gcp-auth, csi-hostpath-driver, ingress
	I0916 19:14:55.689083  885693 addons.go:510] duration metric: took 1m55.244031326s for enable addons: enabled=[ingress-dns cloud-spanner nvidia-device-plugin default-storageclass storage-provisioner metrics-server yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry gcp-auth csi-hostpath-driver ingress]
	I0916 19:14:55.753909  885693 logs.go:123] Gathering logs for kubelet ...
	I0916 19:14:55.753939  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0916 19:14:55.801313  885693 logs.go:138] Found kubelet problem: Sep 16 19:13:44 addons-039693 kubelet[1491]: W0916 19:13:44.602817    1491 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-039693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-039693' and this object
	W0916 19:14:55.801585  885693 logs.go:138] Found kubelet problem: Sep 16 19:13:44 addons-039693 kubelet[1491]: E0916 19:13:44.602871    1491 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-039693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-039693' and this object" logger="UnhandledError"
	I0916 19:14:55.848837  885693 logs.go:123] Gathering logs for dmesg ...
	I0916 19:14:55.849092  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0916 19:14:55.867150  885693 logs.go:123] Gathering logs for kube-apiserver [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b] ...
	I0916 19:14:55.867182  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b"
	I0916 19:14:55.925788  885693 logs.go:123] Gathering logs for coredns [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9] ...
	I0916 19:14:55.925823  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9"
	I0916 19:14:56.001564  885693 logs.go:123] Gathering logs for kube-controller-manager [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11] ...
	I0916 19:14:56.001611  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11"
	I0916 19:14:56.095543  885693 logs.go:123] Gathering logs for kindnet [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264] ...
	I0916 19:14:56.095594  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264"
	I0916 19:14:56.138920  885693 logs.go:123] Gathering logs for CRI-O ...
	I0916 19:14:56.138950  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0916 19:14:56.230141  885693 logs.go:123] Gathering logs for describe nodes ...
	I0916 19:14:56.230179  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0916 19:14:56.425469  885693 logs.go:123] Gathering logs for etcd [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a] ...
	I0916 19:14:56.425520  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a"
	I0916 19:14:56.486825  885693 logs.go:123] Gathering logs for kube-scheduler [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217] ...
	I0916 19:14:56.486865  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217"
	I0916 19:14:56.534193  885693 logs.go:123] Gathering logs for kube-proxy [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28] ...
	I0916 19:14:56.534232  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28"
	I0916 19:14:56.575165  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:14:56.575192  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0916 19:14:56.575280  885693 out.go:270] X Problems detected in kubelet:
	W0916 19:14:56.575308  885693 out.go:270]   Sep 16 19:13:44 addons-039693 kubelet[1491]: W0916 19:13:44.602817    1491 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-039693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-039693' and this object
	W0916 19:14:56.575323  885693 out.go:270]   Sep 16 19:13:44 addons-039693 kubelet[1491]: E0916 19:13:44.602871    1491 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-039693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-039693' and this object" logger="UnhandledError"
	I0916 19:14:56.575349  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:14:56.575356  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:15:06.576377  885693 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0916 19:15:06.590395  885693 api_server.go:72] duration metric: took 2m6.145961116s to wait for apiserver process to appear ...
	I0916 19:15:06.590422  885693 api_server.go:88] waiting for apiserver healthz status ...
	I0916 19:15:06.590461  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0916 19:15:06.590523  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0916 19:15:06.635777  885693 cri.go:89] found id: "3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b"
	I0916 19:15:06.635800  885693 cri.go:89] found id: ""
	I0916 19:15:06.635808  885693 logs.go:276] 1 containers: [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b]
	I0916 19:15:06.635870  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.639607  885693 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0916 19:15:06.639683  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0916 19:15:06.679978  885693 cri.go:89] found id: "309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a"
	I0916 19:15:06.680003  885693 cri.go:89] found id: ""
	I0916 19:15:06.680021  885693 logs.go:276] 1 containers: [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a]
	I0916 19:15:06.680095  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.684210  885693 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0916 19:15:06.684284  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0916 19:15:06.722848  885693 cri.go:89] found id: "100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9"
	I0916 19:15:06.722876  885693 cri.go:89] found id: ""
	I0916 19:15:06.722885  885693 logs.go:276] 1 containers: [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9]
	I0916 19:15:06.722945  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.726699  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0916 19:15:06.726774  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0916 19:15:06.766709  885693 cri.go:89] found id: "addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217"
	I0916 19:15:06.766741  885693 cri.go:89] found id: ""
	I0916 19:15:06.766750  885693 logs.go:276] 1 containers: [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217]
	I0916 19:15:06.766810  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.770428  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0916 19:15:06.770506  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0916 19:15:06.811892  885693 cri.go:89] found id: "5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28"
	I0916 19:15:06.811914  885693 cri.go:89] found id: ""
	I0916 19:15:06.811923  885693 logs.go:276] 1 containers: [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28]
	I0916 19:15:06.811983  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.815750  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0916 19:15:06.815827  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0916 19:15:06.854133  885693 cri.go:89] found id: "a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11"
	I0916 19:15:06.854157  885693 cri.go:89] found id: ""
	I0916 19:15:06.854167  885693 logs.go:276] 1 containers: [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11]
	I0916 19:15:06.854231  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.857853  885693 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0916 19:15:06.857932  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0916 19:15:06.899832  885693 cri.go:89] found id: "44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264"
	I0916 19:15:06.899856  885693 cri.go:89] found id: ""
	I0916 19:15:06.899865  885693 logs.go:276] 1 containers: [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264]
	I0916 19:15:06.899926  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:06.903659  885693 logs.go:123] Gathering logs for coredns [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9] ...
	I0916 19:15:06.903688  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9"
	I0916 19:15:06.977653  885693 logs.go:123] Gathering logs for kube-proxy [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28] ...
	I0916 19:15:06.977689  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28"
	I0916 19:15:07.017857  885693 logs.go:123] Gathering logs for kindnet [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264] ...
	I0916 19:15:07.017887  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264"
	I0916 19:15:07.064198  885693 logs.go:123] Gathering logs for kubelet ...
	I0916 19:15:07.064230  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0916 19:15:07.102361  885693 logs.go:138] Found kubelet problem: Sep 16 19:13:44 addons-039693 kubelet[1491]: W0916 19:13:44.602817    1491 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-039693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-039693' and this object
	W0916 19:15:07.102590  885693 logs.go:138] Found kubelet problem: Sep 16 19:13:44 addons-039693 kubelet[1491]: E0916 19:13:44.602871    1491 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-039693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-039693' and this object" logger="UnhandledError"
	I0916 19:15:07.150399  885693 logs.go:123] Gathering logs for dmesg ...
	I0916 19:15:07.150433  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0916 19:15:07.166824  885693 logs.go:123] Gathering logs for describe nodes ...
	I0916 19:15:07.166853  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0916 19:15:07.313464  885693 logs.go:123] Gathering logs for kube-controller-manager [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11] ...
	I0916 19:15:07.313493  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11"
	I0916 19:15:07.385013  885693 logs.go:123] Gathering logs for CRI-O ...
	I0916 19:15:07.385050  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0916 19:15:07.484917  885693 logs.go:123] Gathering logs for container status ...
	I0916 19:15:07.484959  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0916 19:15:07.533441  885693 logs.go:123] Gathering logs for kube-apiserver [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b] ...
	I0916 19:15:07.533472  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b"
	I0916 19:15:07.591969  885693 logs.go:123] Gathering logs for etcd [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a] ...
	I0916 19:15:07.592008  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a"
	I0916 19:15:07.652475  885693 logs.go:123] Gathering logs for kube-scheduler [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217] ...
	I0916 19:15:07.652513  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217"
	I0916 19:15:07.698141  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:15:07.698169  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0916 19:15:07.698250  885693 out.go:270] X Problems detected in kubelet:
	W0916 19:15:07.698268  885693 out.go:270]   Sep 16 19:13:44 addons-039693 kubelet[1491]: W0916 19:13:44.602817    1491 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-039693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-039693' and this object
	W0916 19:15:07.698283  885693 out.go:270]   Sep 16 19:13:44 addons-039693 kubelet[1491]: E0916 19:13:44.602871    1491 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-039693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-039693' and this object" logger="UnhandledError"
	I0916 19:15:07.698292  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:15:07.698298  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:15:17.698819  885693 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0916 19:15:17.708181  885693 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0916 19:15:17.711314  885693 api_server.go:141] control plane version: v1.31.1
	I0916 19:15:17.711341  885693 api_server.go:131] duration metric: took 11.120912522s to wait for apiserver health ...
	I0916 19:15:17.711349  885693 system_pods.go:43] waiting for kube-system pods to appear ...
	I0916 19:15:17.711377  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0916 19:15:17.711440  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0916 19:15:17.762190  885693 cri.go:89] found id: "3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b"
	I0916 19:15:17.762209  885693 cri.go:89] found id: ""
	I0916 19:15:17.762218  885693 logs.go:276] 1 containers: [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b]
	I0916 19:15:17.762275  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:17.766650  885693 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0916 19:15:17.766719  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0916 19:15:17.810047  885693 cri.go:89] found id: "309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a"
	I0916 19:15:17.810068  885693 cri.go:89] found id: ""
	I0916 19:15:17.810075  885693 logs.go:276] 1 containers: [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a]
	I0916 19:15:17.810133  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:17.815935  885693 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0916 19:15:17.816006  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0916 19:15:17.876645  885693 cri.go:89] found id: "100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9"
	I0916 19:15:17.876719  885693 cri.go:89] found id: ""
	I0916 19:15:17.876745  885693 logs.go:276] 1 containers: [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9]
	I0916 19:15:17.876837  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:17.881987  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0916 19:15:17.882129  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0916 19:15:17.932753  885693 cri.go:89] found id: "addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217"
	I0916 19:15:17.932825  885693 cri.go:89] found id: ""
	I0916 19:15:17.932848  885693 logs.go:276] 1 containers: [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217]
	I0916 19:15:17.932939  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:17.936482  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0916 19:15:17.936619  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0916 19:15:17.980913  885693 cri.go:89] found id: "5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28"
	I0916 19:15:17.980938  885693 cri.go:89] found id: ""
	I0916 19:15:17.980957  885693 logs.go:276] 1 containers: [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28]
	I0916 19:15:17.981022  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:17.984719  885693 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0916 19:15:17.984794  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0916 19:15:18.034211  885693 cri.go:89] found id: "a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11"
	I0916 19:15:18.034290  885693 cri.go:89] found id: ""
	I0916 19:15:18.034315  885693 logs.go:276] 1 containers: [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11]
	I0916 19:15:18.034412  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:18.038401  885693 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0916 19:15:18.038501  885693 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0916 19:15:18.084763  885693 cri.go:89] found id: "44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264"
	I0916 19:15:18.084842  885693 cri.go:89] found id: ""
	I0916 19:15:18.084879  885693 logs.go:276] 1 containers: [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264]
	I0916 19:15:18.084987  885693 ssh_runner.go:195] Run: which crictl
	I0916 19:15:18.089211  885693 logs.go:123] Gathering logs for kubelet ...
	I0916 19:15:18.089247  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0916 19:15:18.132851  885693 logs.go:138] Found kubelet problem: Sep 16 19:13:44 addons-039693 kubelet[1491]: W0916 19:13:44.602817    1491 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-039693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-039693' and this object
	W0916 19:15:18.133147  885693 logs.go:138] Found kubelet problem: Sep 16 19:13:44 addons-039693 kubelet[1491]: E0916 19:13:44.602871    1491 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-039693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-039693' and this object" logger="UnhandledError"
	I0916 19:15:18.193417  885693 logs.go:123] Gathering logs for dmesg ...
	I0916 19:15:18.193453  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0916 19:15:18.209435  885693 logs.go:123] Gathering logs for describe nodes ...
	I0916 19:15:18.209464  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0916 19:15:18.369856  885693 logs.go:123] Gathering logs for kube-proxy [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28] ...
	I0916 19:15:18.369912  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28"
	I0916 19:15:18.425556  885693 logs.go:123] Gathering logs for kindnet [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264] ...
	I0916 19:15:18.425588  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264"
	I0916 19:15:18.471380  885693 logs.go:123] Gathering logs for kube-apiserver [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b] ...
	I0916 19:15:18.471413  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b"
	I0916 19:15:18.528976  885693 logs.go:123] Gathering logs for etcd [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a] ...
	I0916 19:15:18.529008  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a"
	I0916 19:15:18.595274  885693 logs.go:123] Gathering logs for coredns [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9] ...
	I0916 19:15:18.595310  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9"
	I0916 19:15:18.669594  885693 logs.go:123] Gathering logs for kube-scheduler [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217] ...
	I0916 19:15:18.669641  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217"
	I0916 19:15:18.713388  885693 logs.go:123] Gathering logs for kube-controller-manager [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11] ...
	I0916 19:15:18.713432  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11"
	I0916 19:15:18.788959  885693 logs.go:123] Gathering logs for CRI-O ...
	I0916 19:15:18.789003  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0916 19:15:18.889311  885693 logs.go:123] Gathering logs for container status ...
	I0916 19:15:18.889353  885693 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0916 19:15:18.939886  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:15:18.939916  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0916 19:15:18.939979  885693 out.go:270] X Problems detected in kubelet:
	W0916 19:15:18.939991  885693 out.go:270]   Sep 16 19:13:44 addons-039693 kubelet[1491]: W0916 19:13:44.602817    1491 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-039693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-039693' and this object
	W0916 19:15:18.939999  885693 out.go:270]   Sep 16 19:13:44 addons-039693 kubelet[1491]: E0916 19:13:44.602871    1491 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-039693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-039693' and this object" logger="UnhandledError"
	I0916 19:15:18.940006  885693 out.go:358] Setting ErrFile to fd 2...
	I0916 19:15:18.940012  885693 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:15:28.952759  885693 system_pods.go:59] 18 kube-system pods found
	I0916 19:15:28.952803  885693 system_pods.go:61] "coredns-7c65d6cfc9-k7f2z" [568bb49d-69ce-43a5-a4e0-f8c4ab77fe37] Running
	I0916 19:15:28.952811  885693 system_pods.go:61] "csi-hostpath-attacher-0" [c6e2e77f-94e9-428f-9eab-52434723b585] Running
	I0916 19:15:28.952817  885693 system_pods.go:61] "csi-hostpath-resizer-0" [d9f16d1e-350d-41ac-977e-a3a5e2410f73] Running
	I0916 19:15:28.952821  885693 system_pods.go:61] "csi-hostpathplugin-75v5q" [2365ffa9-ae30-47d6-9732-1125ce3a6052] Running
	I0916 19:15:28.952826  885693 system_pods.go:61] "etcd-addons-039693" [62a9396d-45a4-4233-81e6-c35408b86a10] Running
	I0916 19:15:28.952830  885693 system_pods.go:61] "kindnet-kwnxc" [25a8e75c-0b6c-4daa-b1d8-2a509615e3d2] Running
	I0916 19:15:28.952834  885693 system_pods.go:61] "kube-apiserver-addons-039693" [6a6125d7-7610-425f-a409-44e683690564] Running
	I0916 19:15:28.952839  885693 system_pods.go:61] "kube-controller-manager-addons-039693" [5739fad8-0156-4f15-87ae-a816a5454021] Running
	I0916 19:15:28.952844  885693 system_pods.go:61] "kube-ingress-dns-minikube" [92f1ce71-8fef-4d92-abbb-e2dc6ac42153] Running
	I0916 19:15:28.952848  885693 system_pods.go:61] "kube-proxy-4bxfk" [8d405a66-dc6a-4b18-bc5b-da9fd82eefd4] Running
	I0916 19:15:28.952853  885693 system_pods.go:61] "kube-scheduler-addons-039693" [4b551dd1-681c-40c5-b4ef-62a21bea5481] Running
	I0916 19:15:28.952864  885693 system_pods.go:61] "metrics-server-84c5f94fbc-tr5qp" [c06b061f-02b8-4221-b277-563241a4ab9e] Running
	I0916 19:15:28.952868  885693 system_pods.go:61] "nvidia-device-plugin-daemonset-md9rh" [b9e71cf7-18e4-4cf9-a264-d0ab039c65c9] Running
	I0916 19:15:28.952877  885693 system_pods.go:61] "registry-66c9cd494c-gp52c" [29f1a15b-70ec-416f-afb5-b192475f37c0] Running
	I0916 19:15:28.952881  885693 system_pods.go:61] "registry-proxy-6sgf4" [74eb3831-9a3e-43bd-8dbf-e08dcbcb1ab0] Running
	I0916 19:15:28.952893  885693 system_pods.go:61] "snapshot-controller-56fcc65765-hqj9w" [cef1f1c2-18a9-4061-94bd-756a70cc2624] Running
	I0916 19:15:28.952897  885693 system_pods.go:61] "snapshot-controller-56fcc65765-x8r89" [c84d51e4-1527-4694-8e00-a077b96ea6b7] Running
	I0916 19:15:28.952903  885693 system_pods.go:61] "storage-provisioner" [ae4931db-1c78-48de-9ebd-3867e318bc62] Running
	I0916 19:15:28.952913  885693 system_pods.go:74] duration metric: took 11.241557825s to wait for pod list to return data ...
	I0916 19:15:28.952927  885693 default_sa.go:34] waiting for default service account to be created ...
	I0916 19:15:28.955644  885693 default_sa.go:45] found service account: "default"
	I0916 19:15:28.955672  885693 default_sa.go:55] duration metric: took 2.734987ms for default service account to be created ...
	I0916 19:15:28.955683  885693 system_pods.go:116] waiting for k8s-apps to be running ...
	I0916 19:15:28.967860  885693 system_pods.go:86] 18 kube-system pods found
	I0916 19:15:28.967915  885693 system_pods.go:89] "coredns-7c65d6cfc9-k7f2z" [568bb49d-69ce-43a5-a4e0-f8c4ab77fe37] Running
	I0916 19:15:28.967925  885693 system_pods.go:89] "csi-hostpath-attacher-0" [c6e2e77f-94e9-428f-9eab-52434723b585] Running
	I0916 19:15:28.967931  885693 system_pods.go:89] "csi-hostpath-resizer-0" [d9f16d1e-350d-41ac-977e-a3a5e2410f73] Running
	I0916 19:15:28.967939  885693 system_pods.go:89] "csi-hostpathplugin-75v5q" [2365ffa9-ae30-47d6-9732-1125ce3a6052] Running
	I0916 19:15:28.967945  885693 system_pods.go:89] "etcd-addons-039693" [62a9396d-45a4-4233-81e6-c35408b86a10] Running
	I0916 19:15:28.967955  885693 system_pods.go:89] "kindnet-kwnxc" [25a8e75c-0b6c-4daa-b1d8-2a509615e3d2] Running
	I0916 19:15:28.967961  885693 system_pods.go:89] "kube-apiserver-addons-039693" [6a6125d7-7610-425f-a409-44e683690564] Running
	I0916 19:15:28.967966  885693 system_pods.go:89] "kube-controller-manager-addons-039693" [5739fad8-0156-4f15-87ae-a816a5454021] Running
	I0916 19:15:28.967975  885693 system_pods.go:89] "kube-ingress-dns-minikube" [92f1ce71-8fef-4d92-abbb-e2dc6ac42153] Running
	I0916 19:15:28.967980  885693 system_pods.go:89] "kube-proxy-4bxfk" [8d405a66-dc6a-4b18-bc5b-da9fd82eefd4] Running
	I0916 19:15:28.967984  885693 system_pods.go:89] "kube-scheduler-addons-039693" [4b551dd1-681c-40c5-b4ef-62a21bea5481] Running
	I0916 19:15:28.967989  885693 system_pods.go:89] "metrics-server-84c5f94fbc-tr5qp" [c06b061f-02b8-4221-b277-563241a4ab9e] Running
	I0916 19:15:28.967999  885693 system_pods.go:89] "nvidia-device-plugin-daemonset-md9rh" [b9e71cf7-18e4-4cf9-a264-d0ab039c65c9] Running
	I0916 19:15:28.968008  885693 system_pods.go:89] "registry-66c9cd494c-gp52c" [29f1a15b-70ec-416f-afb5-b192475f37c0] Running
	I0916 19:15:28.968012  885693 system_pods.go:89] "registry-proxy-6sgf4" [74eb3831-9a3e-43bd-8dbf-e08dcbcb1ab0] Running
	I0916 19:15:28.968016  885693 system_pods.go:89] "snapshot-controller-56fcc65765-hqj9w" [cef1f1c2-18a9-4061-94bd-756a70cc2624] Running
	I0916 19:15:28.968020  885693 system_pods.go:89] "snapshot-controller-56fcc65765-x8r89" [c84d51e4-1527-4694-8e00-a077b96ea6b7] Running
	I0916 19:15:28.968023  885693 system_pods.go:89] "storage-provisioner" [ae4931db-1c78-48de-9ebd-3867e318bc62] Running
	I0916 19:15:28.968034  885693 system_pods.go:126] duration metric: took 12.34537ms to wait for k8s-apps to be running ...
	I0916 19:15:28.968045  885693 system_svc.go:44] waiting for kubelet service to be running ....
	I0916 19:15:28.968106  885693 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0916 19:15:28.982827  885693 system_svc.go:56] duration metric: took 14.771244ms WaitForService to wait for kubelet
	I0916 19:15:28.982857  885693 kubeadm.go:582] duration metric: took 2m28.538427829s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0916 19:15:28.982877  885693 node_conditions.go:102] verifying NodePressure condition ...
	I0916 19:15:28.986448  885693 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0916 19:15:28.986484  885693 node_conditions.go:123] node cpu capacity is 2
	I0916 19:15:28.986496  885693 node_conditions.go:105] duration metric: took 3.613646ms to run NodePressure ...
	I0916 19:15:28.986508  885693 start.go:241] waiting for startup goroutines ...
	I0916 19:15:28.986515  885693 start.go:246] waiting for cluster config update ...
	I0916 19:15:28.986531  885693 start.go:255] writing updated cluster config ...
	I0916 19:15:28.986859  885693 ssh_runner.go:195] Run: rm -f paused
	I0916 19:15:29.310779  885693 start.go:600] kubectl: 1.31.1, cluster: 1.31.1 (minor skew: 0)
	I0916 19:15:29.313245  885693 out.go:177] * Done! kubectl is now configured to use "addons-039693" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Sep 16 19:29:10 addons-039693 crio[966]: time="2024-09-16 19:29:10.226799012Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=b0e1402d-3e7f-44d6-a614-3169ec4bed89 name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:29:25 addons-039693 crio[966]: time="2024-09-16 19:29:25.226781917Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=b0ef344b-32ca-4eb9-8080-dea76517e0f2 name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:29:25 addons-039693 crio[966]: time="2024-09-16 19:29:25.227045367Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=b0ef344b-32ca-4eb9-8080-dea76517e0f2 name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:29:39 addons-039693 crio[966]: time="2024-09-16 19:29:39.227433516Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=612f4dda-f7a3-4c63-aa6b-e01e3c5b99a6 name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:29:39 addons-039693 crio[966]: time="2024-09-16 19:29:39.227670439Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=612f4dda-f7a3-4c63-aa6b-e01e3c5b99a6 name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:29:53 addons-039693 crio[966]: time="2024-09-16 19:29:53.227153499Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=f1206f25-25e7-4664-b9c8-49368f187d76 name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:29:53 addons-039693 crio[966]: time="2024-09-16 19:29:53.227388059Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=f1206f25-25e7-4664-b9c8-49368f187d76 name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:30:04 addons-039693 crio[966]: time="2024-09-16 19:30:04.226556584Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=7170afe2-560e-45f1-87d8-3b7f28d03f7d name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:30:04 addons-039693 crio[966]: time="2024-09-16 19:30:04.226823513Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=7170afe2-560e-45f1-87d8-3b7f28d03f7d name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:30:16 addons-039693 crio[966]: time="2024-09-16 19:30:16.227249338Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=0faf4648-7fe4-4a68-a0aa-cc76320032ca name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:30:16 addons-039693 crio[966]: time="2024-09-16 19:30:16.227487180Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=0faf4648-7fe4-4a68-a0aa-cc76320032ca name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:30:29 addons-039693 crio[966]: time="2024-09-16 19:30:29.226954332Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=081b1b27-06fd-42d6-a3fa-9d8dfcc9c128 name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:30:29 addons-039693 crio[966]: time="2024-09-16 19:30:29.227191304Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=081b1b27-06fd-42d6-a3fa-9d8dfcc9c128 name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:30:43 addons-039693 crio[966]: time="2024-09-16 19:30:43.227382924Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=7f89f3c7-a33c-47d1-9bef-6d9779677ec7 name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:30:43 addons-039693 crio[966]: time="2024-09-16 19:30:43.227616639Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=7f89f3c7-a33c-47d1-9bef-6d9779677ec7 name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:30:54 addons-039693 crio[966]: time="2024-09-16 19:30:54.226942335Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=0695b2de-8251-4457-8fa8-073e8395f7ff name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:30:54 addons-039693 crio[966]: time="2024-09-16 19:30:54.227187759Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=0695b2de-8251-4457-8fa8-073e8395f7ff name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:31:05 addons-039693 crio[966]: time="2024-09-16 19:31:05.227732384Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=b47f002a-3c6e-491d-a708-fbdbfd31fdd9 name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:31:05 addons-039693 crio[966]: time="2024-09-16 19:31:05.227959904Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=b47f002a-3c6e-491d-a708-fbdbfd31fdd9 name=/runtime.v1.ImageService/ImageStatus
	Sep 16 19:31:08 addons-039693 crio[966]: time="2024-09-16 19:31:08.495829977Z" level=info msg="Stopping container: e5d667ecfed245563d90c0de120501218699b6de7e46f7e5c593eec886087639 (timeout: 30s)" id=1d3ae339-80a2-4970-86cb-db766a123e4c name=/runtime.v1.RuntimeService/StopContainer
	Sep 16 19:31:09 addons-039693 crio[966]: time="2024-09-16 19:31:09.669685402Z" level=info msg="Stopped container e5d667ecfed245563d90c0de120501218699b6de7e46f7e5c593eec886087639: kube-system/metrics-server-84c5f94fbc-tr5qp/metrics-server" id=1d3ae339-80a2-4970-86cb-db766a123e4c name=/runtime.v1.RuntimeService/StopContainer
	Sep 16 19:31:09 addons-039693 crio[966]: time="2024-09-16 19:31:09.670215486Z" level=info msg="Stopping pod sandbox: 9c765007df5c02e5bd24676631b670a3fe707ae16e5c59345934cb2fb6e7f884" id=b8dff109-c6c2-431b-bf1c-402edadee39c name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 16 19:31:09 addons-039693 crio[966]: time="2024-09-16 19:31:09.670442284Z" level=info msg="Got pod network &{Name:metrics-server-84c5f94fbc-tr5qp Namespace:kube-system ID:9c765007df5c02e5bd24676631b670a3fe707ae16e5c59345934cb2fb6e7f884 UID:c06b061f-02b8-4221-b277-563241a4ab9e NetNS:/var/run/netns/bd091651-8ff7-496c-ab8f-c9bb2b24aaf8 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Sep 16 19:31:09 addons-039693 crio[966]: time="2024-09-16 19:31:09.670597271Z" level=info msg="Deleting pod kube-system_metrics-server-84c5f94fbc-tr5qp from CNI network \"kindnet\" (type=ptp)"
	Sep 16 19:31:09 addons-039693 crio[966]: time="2024-09-16 19:31:09.708733806Z" level=info msg="Stopped pod sandbox: 9c765007df5c02e5bd24676631b670a3fe707ae16e5c59345934cb2fb6e7f884" id=b8dff109-c6c2-431b-bf1c-402edadee39c name=/runtime.v1.RuntimeService/StopPodSandbox
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                   CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	2dc9d5294f8a9       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                   2 minutes ago       Running             hello-world-app           0                   07558fefecaa6       hello-world-app-55bf9c44b4-5s44l
	798cd18252bf9       docker.io/library/nginx@sha256:19db381c08a95b2040d5637a65c7a59af6c2f21444b0c8730505280a0255fb53                         5 minutes ago       Running             nginx                     0                   4a8e6eaec1a0b       nginx
	cfa1836f0d69f       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69            16 minutes ago      Running             gcp-auth                  0                   af1344d9a6d5d       gcp-auth-89d5ffd79-99k8l
	e5d667ecfed24       registry.k8s.io/metrics-server/metrics-server@sha256:048bcf48fc2cce517a61777e22bac782ba59ea5e9b9a54bcb42dbee99566a91f   17 minutes ago      Exited              metrics-server            0                   9c765007df5c0       metrics-server-84c5f94fbc-tr5qp
	80a01cbf86562       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                                        17 minutes ago      Running             storage-provisioner       0                   fb31fcee54a94       storage-provisioner
	100a84756cb13       2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4                                                        17 minutes ago      Running             coredns                   0                   e4f0a449d5224       coredns-7c65d6cfc9-k7f2z
	5990d89d5edff       24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d                                                        18 minutes ago      Running             kube-proxy                0                   73d9fdf0c0640       kube-proxy-4bxfk
	44a6a46497a92       6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51                                                        18 minutes ago      Running             kindnet-cni               0                   a21e5eaa4b197       kindnet-kwnxc
	3c9d2ae653218       d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853                                                        18 minutes ago      Running             kube-apiserver            0                   15f0e06a793e7       kube-apiserver-addons-039693
	309550e364b20       27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da                                                        18 minutes ago      Running             etcd                      0                   d8a750fd3a20c       etcd-addons-039693
	a7b1cec9154a5       279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e                                                        18 minutes ago      Running             kube-controller-manager   0                   676b2763e189f       kube-controller-manager-addons-039693
	addae146f6b32       7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d                                                        18 minutes ago      Running             kube-scheduler            0                   d1cef3943319d       kube-scheduler-addons-039693
	
	
	==> coredns [100a84756cb135028e08fd2f09662bd3cb25bfa8fee82d0ea5b263cbd64b84f9] <==
	[INFO] 10.244.0.4:43802 - 58985 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000049666s
	[INFO] 10.244.0.4:35611 - 37639 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.006420965s
	[INFO] 10.244.0.4:35611 - 22586 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.006542992s
	[INFO] 10.244.0.4:37376 - 58104 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000078031s
	[INFO] 10.244.0.4:37376 - 23773 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000067258s
	[INFO] 10.244.0.4:55678 - 37968 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000159977s
	[INFO] 10.244.0.4:55678 - 49244 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000206048s
	[INFO] 10.244.0.4:38378 - 53390 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000170413s
	[INFO] 10.244.0.4:38378 - 54154 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000223337s
	[INFO] 10.244.0.4:48646 - 38572 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000106249s
	[INFO] 10.244.0.4:48646 - 162 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000152788s
	[INFO] 10.244.0.4:56884 - 63877 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001594331s
	[INFO] 10.244.0.4:56884 - 58040 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001821425s
	[INFO] 10.244.0.4:40772 - 5053 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000075537s
	[INFO] 10.244.0.4:40772 - 44478 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000111516s
	[INFO] 10.244.0.19:49997 - 12087 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000289355s
	[INFO] 10.244.0.19:42862 - 56712 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000482899s
	[INFO] 10.244.0.19:43928 - 42116 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000259447s
	[INFO] 10.244.0.19:44339 - 37797 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000331645s
	[INFO] 10.244.0.19:52425 - 9285 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00013815s
	[INFO] 10.244.0.19:52535 - 27954 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000134253s
	[INFO] 10.244.0.19:58745 - 61963 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002507566s
	[INFO] 10.244.0.19:53250 - 47047 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002597208s
	[INFO] 10.244.0.19:48841 - 28270 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001822106s
	[INFO] 10.244.0.19:49824 - 11445 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 610 0.002544029s
	
	
	==> describe nodes <==
	Name:               addons-039693
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-039693
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=91d692c919753635ac118b7ed7ae5503b67c63c8
	                    minikube.k8s.io/name=addons-039693
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_09_16T19_12_55_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-039693
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 16 Sep 2024 19:12:52 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-039693
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 16 Sep 2024 19:31:08 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 16 Sep 2024 19:28:35 +0000   Mon, 16 Sep 2024 19:12:49 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 16 Sep 2024 19:28:35 +0000   Mon, 16 Sep 2024 19:12:49 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 16 Sep 2024 19:28:35 +0000   Mon, 16 Sep 2024 19:12:49 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 16 Sep 2024 19:28:35 +0000   Mon, 16 Sep 2024 19:13:44 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-039693
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	System Info:
	  Machine ID:                 0d95890d94dd48e1840b298e1af57325
	  System UUID:                7054e7cf-db08-4523-a8ad-f46ff16b12c4
	  Boot ID:                    f7fa8452-b2cd-439e-ae27-324f5fe2e6b8
	  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%)         15m
	  default                     hello-world-app-55bf9c44b4-5s44l         0 (0%)        0 (0%)      0 (0%)           0 (0%)         3m
	  default                     nginx                                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m20s
	  gcp-auth                    gcp-auth-89d5ffd79-99k8l                 0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 coredns-7c65d6cfc9-k7f2z                 100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     18m
	  kube-system                 etcd-addons-039693                       100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         18m
	  kube-system                 kindnet-kwnxc                            100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      18m
	  kube-system                 kube-apiserver-addons-039693             250m (12%)    0 (0%)      0 (0%)           0 (0%)         18m
	  kube-system                 kube-controller-manager-addons-039693    200m (10%)    0 (0%)      0 (0%)           0 (0%)         18m
	  kube-system                 kube-proxy-4bxfk                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         18m
	  kube-system                 kube-scheduler-addons-039693             100m (5%)     0 (0%)      0 (0%)           0 (0%)         18m
	  kube-system                 storage-provisioner                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         18m
	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                 18m                kube-proxy       
	  Normal   NodeHasSufficientMemory  18m (x8 over 18m)  kubelet          Node addons-039693 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    18m (x8 over 18m)  kubelet          Node addons-039693 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     18m (x7 over 18m)  kubelet          Node addons-039693 status is now: NodeHasSufficientPID
	  Normal   Starting                 18m                kubelet          Starting kubelet.
	  Warning  CgroupV1                 18m                kubelet          Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
	  Normal   NodeHasSufficientMemory  18m                kubelet          Node addons-039693 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    18m                kubelet          Node addons-039693 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     18m                kubelet          Node addons-039693 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           18m                node-controller  Node addons-039693 event: Registered Node addons-039693 in Controller
	  Normal   NodeReady                17m                kubelet          Node addons-039693 status is now: NodeReady
	
	
	==> dmesg <==
	[Sep16 19:00] overlayfs: lowerdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	
	
	==> etcd [309550e364b20e0e5fe5e2363ba269782e137e52a10d6a69d26750fa5569e21a] <==
	{"level":"warn","ts":"2024-09-16T19:13:04.386908Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:04.039320Z","time spent":"347.56347ms","remote":"127.0.0.1:59170","response type":"/etcdserverpb.KV/Range","request count":0,"request size":57,"response count":0,"response size":29,"request content":"key:\"/registry/services/specs/default/cloud-spanner-emulator\" "}
	{"level":"warn","ts":"2024-09-16T19:13:04.388525Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:04.039206Z","time spent":"349.293229ms","remote":"127.0.0.1:59038","response type":"/etcdserverpb.KV/Range","request count":0,"request size":60,"response count":0,"response size":29,"request content":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions\" limit:1 "}
	{"level":"info","ts":"2024-09-16T19:13:04.388674Z","caller":"traceutil/trace.go:171","msg":"trace[877303149] range","detail":"{range_begin:/registry/namespaces/yakd-dashboard; range_end:; response_count:0; response_revision:397; }","duration":"352.710801ms","start":"2024-09-16T19:13:04.035945Z","end":"2024-09-16T19:13:04.388656Z","steps":["trace[877303149] 'agreement among raft nodes before linearized reading'  (duration: 289.800745ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.388706Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:04.035918Z","time spent":"352.780381ms","remote":"127.0.0.1:59112","response type":"/etcdserverpb.KV/Range","request count":0,"request size":37,"response count":0,"response size":29,"request content":"key:\"/registry/namespaces/yakd-dashboard\" "}
	{"level":"info","ts":"2024-09-16T19:13:04.388799Z","caller":"traceutil/trace.go:171","msg":"trace[1915956424] range","detail":"{range_begin:/registry/apiregistration.k8s.io/apiservices/v1beta1.metrics.k8s.io; range_end:; response_count:0; response_revision:397; }","duration":"352.923881ms","start":"2024-09-16T19:13:04.035866Z","end":"2024-09-16T19:13:04.388790Z","steps":["trace[1915956424] 'agreement among raft nodes before linearized reading'  (duration: 289.985042ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.388828Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:04.035822Z","time spent":"352.998016ms","remote":"127.0.0.1:59494","response type":"/etcdserverpb.KV/Range","request count":0,"request size":69,"response count":0,"response size":29,"request content":"key:\"/registry/apiregistration.k8s.io/apiservices/v1beta1.metrics.k8s.io\" "}
	{"level":"info","ts":"2024-09-16T19:13:04.388905Z","caller":"traceutil/trace.go:171","msg":"trace[1503863874] range","detail":"{range_begin:; range_end:; response_count:0; response_revision:397; }","duration":"353.782874ms","start":"2024-09-16T19:13:04.035116Z","end":"2024-09-16T19:13:04.388899Z","steps":["trace[1503863874] 'agreement among raft nodes before linearized reading'  (duration: 300.974479ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-16T19:13:04.390886Z","caller":"traceutil/trace.go:171","msg":"trace[766506508] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:397; }","duration":"356.371863ms","start":"2024-09-16T19:13:04.034499Z","end":"2024-09-16T19:13:04.390871Z","steps":["trace[766506508] 'agreement among raft nodes before linearized reading'  (duration: 301.633133ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.391026Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:04.034372Z","time spent":"356.634633ms","remote":"127.0.0.1:59112","response type":"/etcdserverpb.KV/Range","request count":0,"request size":34,"response count":1,"response size":375,"request content":"key:\"/registry/namespaces/kube-system\" "}
	{"level":"info","ts":"2024-09-16T19:13:04.414888Z","caller":"traceutil/trace.go:171","msg":"trace[497735394] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/storage-provisioner; range_end:; response_count:0; response_revision:397; }","duration":"464.720175ms","start":"2024-09-16T19:13:03.950141Z","end":"2024-09-16T19:13:04.414862Z","steps":["trace[497735394] 'agreement among raft nodes before linearized reading'  (duration: 386.047311ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.414971Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:03.950130Z","time spent":"464.814633ms","remote":"127.0.0.1:59172","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":"info","ts":"2024-09-16T19:13:04.415137Z","caller":"traceutil/trace.go:171","msg":"trace[1410557784] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:397; }","duration":"465.071053ms","start":"2024-09-16T19:13:03.950058Z","end":"2024-09-16T19:13:04.415129Z","steps":["trace[1410557784] 'agreement among raft nodes before linearized reading'  (duration: 386.153165ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.415166Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:03.950041Z","time spent":"465.117577ms","remote":"127.0.0.1:59112","response type":"/etcdserverpb.KV/Range","request count":0,"request size":34,"response count":1,"response size":375,"request content":"key:\"/registry/namespaces/kube-system\" "}
	{"level":"info","ts":"2024-09-16T19:13:04.415209Z","caller":"traceutil/trace.go:171","msg":"trace[1065318346] range","detail":"{range_begin:/registry/pods/kube-system/kube-apiserver-addons-039693; range_end:; response_count:1; response_revision:397; }","duration":"465.62144ms","start":"2024-09-16T19:13:03.949582Z","end":"2024-09-16T19:13:04.415204Z","steps":["trace[1065318346] 'agreement among raft nodes before linearized reading'  (duration: 386.679701ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-16T19:13:04.415231Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T19:13:03.949567Z","time spent":"465.658577ms","remote":"127.0.0.1:59162","response type":"/etcdserverpb.KV/Range","request count":0,"request size":57,"response count":1,"response size":7656,"request content":"key:\"/registry/pods/kube-system/kube-apiserver-addons-039693\" "}
	{"level":"info","ts":"2024-09-16T19:13:05.094329Z","caller":"traceutil/trace.go:171","msg":"trace[1119402512] transaction","detail":"{read_only:false; response_revision:466; number_of_response:1; }","duration":"107.653462ms","start":"2024-09-16T19:13:04.986658Z","end":"2024-09-16T19:13:05.094311Z","steps":["trace[1119402512] 'process raft request'  (duration: 83.308888ms)","trace[1119402512] 'compare'  (duration: 23.812337ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-16T19:13:05.094868Z","caller":"traceutil/trace.go:171","msg":"trace[1893242622] transaction","detail":"{read_only:false; response_revision:467; number_of_response:1; }","duration":"105.800914ms","start":"2024-09-16T19:13:04.989057Z","end":"2024-09-16T19:13:05.094858Z","steps":["trace[1893242622] 'process raft request'  (duration: 104.834179ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-16T19:13:05.095351Z","caller":"traceutil/trace.go:171","msg":"trace[771436692] transaction","detail":"{read_only:false; response_revision:468; number_of_response:1; }","duration":"104.895521ms","start":"2024-09-16T19:13:04.990447Z","end":"2024-09-16T19:13:05.095343Z","steps":["trace[771436692] 'process raft request'  (duration: 103.833869ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-16T19:13:05.100709Z","caller":"traceutil/trace.go:171","msg":"trace[532736808] transaction","detail":"{read_only:false; response_revision:469; number_of_response:1; }","duration":"110.125832ms","start":"2024-09-16T19:13:04.990569Z","end":"2024-09-16T19:13:05.100694Z","steps":["trace[532736808] 'process raft request'  (duration: 104.579827ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-16T19:22:50.499575Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1547}
	{"level":"info","ts":"2024-09-16T19:22:50.528102Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1547,"took":"28.092518ms","hash":4024828033,"current-db-size-bytes":6348800,"current-db-size":"6.3 MB","current-db-size-in-use-bytes":3416064,"current-db-size-in-use":"3.4 MB"}
	{"level":"info","ts":"2024-09-16T19:22:50.528150Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":4024828033,"revision":1547,"compact-revision":-1}
	{"level":"info","ts":"2024-09-16T19:27:50.504314Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1964}
	{"level":"info","ts":"2024-09-16T19:27:50.521481Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1964,"took":"16.605836ms","hash":2983238918,"current-db-size-bytes":6348800,"current-db-size":"6.3 MB","current-db-size-in-use-bytes":4694016,"current-db-size-in-use":"4.7 MB"}
	{"level":"info","ts":"2024-09-16T19:27:50.521533Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":2983238918,"revision":1964,"compact-revision":1547}
	
	
	==> gcp-auth [cfa1836f0d69fca7a43caed3fdda018a15ccb997005e0355e765e61fa20bb1d8] <==
	2024/09/16 19:15:29 Ready to write response ...
	2024/09/16 19:15:29 Ready to marshal response ...
	2024/09/16 19:15:29 Ready to write response ...
	2024/09/16 19:23:43 Ready to marshal response ...
	2024/09/16 19:23:43 Ready to write response ...
	2024/09/16 19:23:52 Ready to marshal response ...
	2024/09/16 19:23:52 Ready to write response ...
	2024/09/16 19:23:52 Ready to marshal response ...
	2024/09/16 19:23:52 Ready to write response ...
	2024/09/16 19:24:01 Ready to marshal response ...
	2024/09/16 19:24:01 Ready to write response ...
	2024/09/16 19:24:48 Ready to marshal response ...
	2024/09/16 19:24:48 Ready to write response ...
	2024/09/16 19:24:48 Ready to marshal response ...
	2024/09/16 19:24:48 Ready to write response ...
	2024/09/16 19:24:48 Ready to marshal response ...
	2024/09/16 19:24:48 Ready to write response ...
	2024/09/16 19:25:08 Ready to marshal response ...
	2024/09/16 19:25:08 Ready to write response ...
	2024/09/16 19:25:22 Ready to marshal response ...
	2024/09/16 19:25:22 Ready to write response ...
	2024/09/16 19:25:50 Ready to marshal response ...
	2024/09/16 19:25:50 Ready to write response ...
	2024/09/16 19:28:10 Ready to marshal response ...
	2024/09/16 19:28:10 Ready to write response ...
	
	
	==> kernel <==
	 19:31:10 up  3:13,  0 users,  load average: 0.14, 0.25, 1.19
	Linux addons-039693 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 [44a6a46497a9212303cedab410e1868ac6d645aefa96a18d7f9cc258f7ca9264] <==
	I0916 19:29:04.453691       1 main.go:299] handling current node
	I0916 19:29:14.453254       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:29:14.453287       1 main.go:299] handling current node
	I0916 19:29:24.453640       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:29:24.453776       1 main.go:299] handling current node
	I0916 19:29:34.454465       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:29:34.454505       1 main.go:299] handling current node
	I0916 19:29:44.455595       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:29:44.455653       1 main.go:299] handling current node
	I0916 19:29:54.454391       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:29:54.454425       1 main.go:299] handling current node
	I0916 19:30:04.453264       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:30:04.453299       1 main.go:299] handling current node
	I0916 19:30:14.460928       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:30:14.460965       1 main.go:299] handling current node
	I0916 19:30:24.454041       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:30:24.454092       1 main.go:299] handling current node
	I0916 19:30:34.462686       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:30:34.462723       1 main.go:299] handling current node
	I0916 19:30:44.453907       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:30:44.453944       1 main.go:299] handling current node
	I0916 19:30:54.453584       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:30:54.453709       1 main.go:299] handling current node
	I0916 19:31:04.453950       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0916 19:31:04.453987       1 main.go:299] handling current node
	
	
	==> kube-apiserver [3c9d2ae653218ce642e92a5d3c347f2ff6bca747d0d844b0f3298bfa52a9572b] <==
	E0916 19:24:29.591387       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:30.602736       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	E0916 19:24:31.615136       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	I0916 19:24:48.211406       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.97.220.53"}
	I0916 19:25:19.132390       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	E0916 19:25:30.373718       1 watch.go:250] "Unhandled Error" err="http2: stream closed" logger="UnhandledError"
	I0916 19:25:38.021894       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0916 19:25:38.022047       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0916 19:25:38.044282       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0916 19:25:38.044427       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0916 19:25:38.064871       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0916 19:25:38.065288       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0916 19:25:38.151000       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0916 19:25:38.151046       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0916 19:25:38.198474       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0916 19:25:38.198611       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0916 19:25:39.151411       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0916 19:25:39.199101       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0916 19:25:39.213302       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0916 19:25:44.930777       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0916 19:25:45.959605       1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0916 19:25:50.663299       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0916 19:25:50.975659       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.102.254.61"}
	I0916 19:28:11.103079       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.96.199.251"}
	E0916 19:28:12.552890       1 watch.go:250] "Unhandled Error" err="http2: stream closed" logger="UnhandledError"
	
	
	==> kube-controller-manager [a7b1cec9154a5a5586381560aed7580ed45cc9691ce8dcb769da5aaeee123d11] <==
	W0916 19:28:52.837586       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
	E0916 19:28:52.837631       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"
	W0916 19:29:27.783105       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
	E0916 19:29:27.783157       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"
	W0916 19:29:27.800123       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
	E0916 19:29:27.800237       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"
	W0916 19:29:30.248360       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
	E0916 19:29:30.248411       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"
	W0916 19:29:34.497048       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
	E0916 19:29:34.497095       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"
	W0916 19:30:02.372032       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
	E0916 19:30:02.372072       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"
	W0916 19:30:08.908624       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
	E0916 19:30:08.908667       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"
	W0916 19:30:10.054810       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
	E0916 19:30:10.054858       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"
	W0916 19:30:24.910939       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
	E0916 19:30:24.910986       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"
	W0916 19:30:33.494823       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
	E0916 19:30:33.494865       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"
	W0916 19:30:41.429153       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
	E0916 19:30:41.429200       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"
	W0916 19:30:46.412276       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
	E0916 19:30:46.412319       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"
	I0916 19:31:08.474612       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/metrics-server-84c5f94fbc" duration="4.858µs"
	
	
	==> kube-proxy [5990d89d5edffa7c7c13a8556e77087d60bef0849424cd29d119314655c63f28] <==
	I0916 19:13:06.054916       1 server_linux.go:66] "Using iptables proxy"
	I0916 19:13:06.318425       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0916 19:13:06.318499       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`"
	I0916 19:13:06.693564       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0916 19:13:06.693629       1 server_linux.go:169] "Using iptables Proxier"
	I0916 19:13:06.732007       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"
	I0916 19:13:06.732571       1 server.go:483] "Version info" version="v1.31.1"
	I0916 19:13:06.732629       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0916 19:13:06.736831       1 config.go:199] "Starting service config controller"
	I0916 19:13:06.736953       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0916 19:13:06.737009       1 config.go:105] "Starting endpoint slice config controller"
	I0916 19:13:06.737039       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0916 19:13:06.737554       1 config.go:328] "Starting node config controller"
	I0916 19:13:06.737630       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0916 19:13:06.837405       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0916 19:13:06.837529       1 shared_informer.go:320] Caches are synced for service config
	I0916 19:13:06.846780       1 shared_informer.go:320] Caches are synced for node config
	
	
	==> kube-scheduler [addae146f6b320e2b48c87c5e939e5bea3c3f27a186ab9c7e3776b33312b3217] <==
	E0916 19:12:53.463050       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"
	E0916 19:12:53.463029       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"
	W0916 19:12:53.463184       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
	W0916 19:12:53.463213       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
	E0916 19:12:53.463235       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"
	E0916 19:12:53.463259       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"
	W0916 19:12:53.463318       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
	E0916 19:12:53.463335       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"
	W0916 19:12:53.463367       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
	W0916 19:12:53.463395       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
	E0916 19:12:53.463411       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"
	E0916 19:12:53.463433       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"
	W0916 19:12:53.463472       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
	E0916 19:12:53.463546       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"
	W0916 19:12:53.463508       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
	E0916 19:12:53.463629       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"
	W0916 19:12:53.463655       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
	W0916 19:12:53.463706       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
	E0916 19:12:53.463727       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"
	W0916 19:12:53.463606       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0916 19:12:53.463799       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0916 19:12:53.463806       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
	E0916 19:12:53.463891       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"
	E0916 19:12:53.463709       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"
	I0916 19:12:54.552016       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Sep 16 19:30:16 addons-039693 kubelet[1491]: E0916 19:30:16.227956    1491 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="bae5af98-2d98-4ab4-aea1-25a4ad41304a"
	Sep 16 19:30:25 addons-039693 kubelet[1491]: E0916 19:30:25.498550    1491 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726515025498295924,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572291,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 16 19:30:25 addons-039693 kubelet[1491]: E0916 19:30:25.498590    1491 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726515025498295924,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572291,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 16 19:30:29 addons-039693 kubelet[1491]: E0916 19:30:29.227564    1491 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="bae5af98-2d98-4ab4-aea1-25a4ad41304a"
	Sep 16 19:30:35 addons-039693 kubelet[1491]: E0916 19:30:35.500792    1491 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726515035500428857,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572291,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 16 19:30:35 addons-039693 kubelet[1491]: E0916 19:30:35.500831    1491 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726515035500428857,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572291,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 16 19:30:43 addons-039693 kubelet[1491]: E0916 19:30:43.228158    1491 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="bae5af98-2d98-4ab4-aea1-25a4ad41304a"
	Sep 16 19:30:45 addons-039693 kubelet[1491]: E0916 19:30:45.503826    1491 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726515045503458050,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572291,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 16 19:30:45 addons-039693 kubelet[1491]: E0916 19:30:45.503869    1491 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726515045503458050,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572291,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 16 19:30:54 addons-039693 kubelet[1491]: E0916 19:30:54.227633    1491 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="bae5af98-2d98-4ab4-aea1-25a4ad41304a"
	Sep 16 19:30:55 addons-039693 kubelet[1491]: E0916 19:30:55.506745    1491 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726515055506466518,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572291,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 16 19:30:55 addons-039693 kubelet[1491]: E0916 19:30:55.506791    1491 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726515055506466518,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572291,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 16 19:31:05 addons-039693 kubelet[1491]: E0916 19:31:05.228407    1491 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="bae5af98-2d98-4ab4-aea1-25a4ad41304a"
	Sep 16 19:31:05 addons-039693 kubelet[1491]: E0916 19:31:05.508907    1491 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726515065508691047,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572291,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 16 19:31:05 addons-039693 kubelet[1491]: E0916 19:31:05.508941    1491 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1726515065508691047,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572291,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 16 19:31:09 addons-039693 kubelet[1491]: I0916 19:31:09.793096    1491 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/c06b061f-02b8-4221-b277-563241a4ab9e-tmp-dir\") pod \"c06b061f-02b8-4221-b277-563241a4ab9e\" (UID: \"c06b061f-02b8-4221-b277-563241a4ab9e\") "
	Sep 16 19:31:09 addons-039693 kubelet[1491]: I0916 19:31:09.793152    1491 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-qd664\" (UniqueName: \"kubernetes.io/projected/c06b061f-02b8-4221-b277-563241a4ab9e-kube-api-access-qd664\") pod \"c06b061f-02b8-4221-b277-563241a4ab9e\" (UID: \"c06b061f-02b8-4221-b277-563241a4ab9e\") "
	Sep 16 19:31:09 addons-039693 kubelet[1491]: I0916 19:31:09.795138    1491 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/empty-dir/c06b061f-02b8-4221-b277-563241a4ab9e-tmp-dir" (OuterVolumeSpecName: "tmp-dir") pod "c06b061f-02b8-4221-b277-563241a4ab9e" (UID: "c06b061f-02b8-4221-b277-563241a4ab9e"). InnerVolumeSpecName "tmp-dir". PluginName "kubernetes.io/empty-dir", VolumeGidValue ""
	Sep 16 19:31:09 addons-039693 kubelet[1491]: I0916 19:31:09.795660    1491 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/c06b061f-02b8-4221-b277-563241a4ab9e-kube-api-access-qd664" (OuterVolumeSpecName: "kube-api-access-qd664") pod "c06b061f-02b8-4221-b277-563241a4ab9e" (UID: "c06b061f-02b8-4221-b277-563241a4ab9e"). InnerVolumeSpecName "kube-api-access-qd664". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 16 19:31:09 addons-039693 kubelet[1491]: I0916 19:31:09.844880    1491 scope.go:117] "RemoveContainer" containerID="e5d667ecfed245563d90c0de120501218699b6de7e46f7e5c593eec886087639"
	Sep 16 19:31:09 addons-039693 kubelet[1491]: I0916 19:31:09.884460    1491 scope.go:117] "RemoveContainer" containerID="e5d667ecfed245563d90c0de120501218699b6de7e46f7e5c593eec886087639"
	Sep 16 19:31:09 addons-039693 kubelet[1491]: E0916 19:31:09.885378    1491 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"e5d667ecfed245563d90c0de120501218699b6de7e46f7e5c593eec886087639\": container with ID starting with e5d667ecfed245563d90c0de120501218699b6de7e46f7e5c593eec886087639 not found: ID does not exist" containerID="e5d667ecfed245563d90c0de120501218699b6de7e46f7e5c593eec886087639"
	Sep 16 19:31:09 addons-039693 kubelet[1491]: I0916 19:31:09.885415    1491 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"e5d667ecfed245563d90c0de120501218699b6de7e46f7e5c593eec886087639"} err="failed to get container status \"e5d667ecfed245563d90c0de120501218699b6de7e46f7e5c593eec886087639\": rpc error: code = NotFound desc = could not find container \"e5d667ecfed245563d90c0de120501218699b6de7e46f7e5c593eec886087639\": container with ID starting with e5d667ecfed245563d90c0de120501218699b6de7e46f7e5c593eec886087639 not found: ID does not exist"
	Sep 16 19:31:09 addons-039693 kubelet[1491]: I0916 19:31:09.893811    1491 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-qd664\" (UniqueName: \"kubernetes.io/projected/c06b061f-02b8-4221-b277-563241a4ab9e-kube-api-access-qd664\") on node \"addons-039693\" DevicePath \"\""
	Sep 16 19:31:09 addons-039693 kubelet[1491]: I0916 19:31:09.893846    1491 reconciler_common.go:288] "Volume detached for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/c06b061f-02b8-4221-b277-563241a4ab9e-tmp-dir\") on node \"addons-039693\" DevicePath \"\""
	
	
	==> storage-provisioner [80a01cbf86562c6abe22ed1d5cbb3d145630f344417a55e4b84f28568d924b3d] <==
	I0916 19:13:45.876707       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0916 19:13:45.890977       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0916 19:13:45.891038       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0916 19:13:45.900065       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0916 19:13:45.901195       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-039693_c2e52de9-b071-403f-9642-8004951ec718!
	I0916 19:13:45.902211       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"e754cb58-fdad-46b5-8963-09f5278ae894", APIVersion:"v1", ResourceVersion:"940", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-039693_c2e52de9-b071-403f-9642-8004951ec718 became leader
	I0916 19:13:46.002710       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-039693_c2e52de9-b071-403f-9642-8004951ec718!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-039693 -n addons-039693
helpers_test.go:261: (dbg) Run:  kubectl --context addons-039693 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-039693 describe pod busybox
helpers_test.go:282: (dbg) kubectl --context addons-039693 describe pod busybox:

                                                
                                                
-- stdout --
	Name:             busybox
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-039693/192.168.49.2
	Start Time:       Mon, 16 Sep 2024 19:15:29 +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-6bwj5 (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-6bwj5:
	    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  15m                 default-scheduler  Successfully assigned default/busybox to addons-039693
	  Normal   Pulling    14m (x4 over 15m)   kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Warning  Failed     14m (x4 over 15m)   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     14m (x4 over 15m)   kubelet            Error: ErrImagePull
	  Warning  Failed     13m (x6 over 15m)   kubelet            Error: ImagePullBackOff
	  Normal   BackOff    28s (x65 over 15m)  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 (367.24s)

                                                
                                    

Test pass (295/328)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 14.03
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.07
9 TestDownloadOnly/v1.20.0/DeleteAll 0.21
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.14
12 TestDownloadOnly/v1.31.1/json-events 6.61
13 TestDownloadOnly/v1.31.1/preload-exists 0
17 TestDownloadOnly/v1.31.1/LogsDuration 0.07
18 TestDownloadOnly/v1.31.1/DeleteAll 0.21
19 TestDownloadOnly/v1.31.1/DeleteAlwaysSucceeds 0.14
21 TestBinaryMirror 0.57
25 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.06
26 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.09
27 TestAddons/Setup 200.98
31 TestAddons/serial/GCPAuth/Namespaces 0.24
35 TestAddons/parallel/InspektorGadget 11.91
39 TestAddons/parallel/CSI 46.89
40 TestAddons/parallel/Headlamp 16.78
41 TestAddons/parallel/CloudSpanner 6.78
42 TestAddons/parallel/LocalPath 52.95
43 TestAddons/parallel/NvidiaDevicePlugin 6.52
44 TestAddons/parallel/Yakd 12.03
45 TestAddons/StoppedEnableDisable 6.17
46 TestCertOptions 39.98
47 TestCertExpiration 248.42
49 TestForceSystemdFlag 38.26
50 TestForceSystemdEnv 37.77
56 TestErrorSpam/setup 33.38
57 TestErrorSpam/start 0.73
58 TestErrorSpam/status 1.05
59 TestErrorSpam/pause 2.21
60 TestErrorSpam/unpause 2.01
61 TestErrorSpam/stop 1.48
64 TestFunctional/serial/CopySyncFile 0
65 TestFunctional/serial/StartWithProxy 47.93
66 TestFunctional/serial/AuditLog 0
67 TestFunctional/serial/SoftStart 26.84
68 TestFunctional/serial/KubeContext 0.07
69 TestFunctional/serial/KubectlGetPods 0.1
72 TestFunctional/serial/CacheCmd/cache/add_remote 4.23
73 TestFunctional/serial/CacheCmd/cache/add_local 1.38
74 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.06
75 TestFunctional/serial/CacheCmd/cache/list 0.06
76 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.4
77 TestFunctional/serial/CacheCmd/cache/cache_reload 1.97
78 TestFunctional/serial/CacheCmd/cache/delete 0.12
79 TestFunctional/serial/MinikubeKubectlCmd 0.13
80 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.14
81 TestFunctional/serial/ExtraConfig 42.52
82 TestFunctional/serial/ComponentHealth 0.1
83 TestFunctional/serial/LogsCmd 1.71
84 TestFunctional/serial/LogsFileCmd 1.69
85 TestFunctional/serial/InvalidService 4.34
87 TestFunctional/parallel/ConfigCmd 0.46
88 TestFunctional/parallel/DashboardCmd 10.59
89 TestFunctional/parallel/DryRun 0.43
90 TestFunctional/parallel/InternationalLanguage 0.2
91 TestFunctional/parallel/StatusCmd 1.05
95 TestFunctional/parallel/ServiceCmdConnect 10.81
96 TestFunctional/parallel/AddonsCmd 0.2
97 TestFunctional/parallel/PersistentVolumeClaim 26.19
99 TestFunctional/parallel/SSHCmd 0.65
100 TestFunctional/parallel/CpCmd 1.95
102 TestFunctional/parallel/FileSync 0.35
103 TestFunctional/parallel/CertSync 2.14
107 TestFunctional/parallel/NodeLabels 0.12
109 TestFunctional/parallel/NonActiveRuntimeDisabled 0.71
111 TestFunctional/parallel/License 0.25
112 TestFunctional/parallel/Version/short 0.08
113 TestFunctional/parallel/Version/components 1.16
114 TestFunctional/parallel/ImageCommands/ImageListShort 0.46
115 TestFunctional/parallel/ImageCommands/ImageListTable 0.29
116 TestFunctional/parallel/ImageCommands/ImageListJson 0.33
117 TestFunctional/parallel/ImageCommands/ImageListYaml 0.36
118 TestFunctional/parallel/ImageCommands/ImageBuild 3.49
119 TestFunctional/parallel/ImageCommands/Setup 0.69
120 TestFunctional/parallel/UpdateContextCmd/no_changes 0.3
121 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.36
122 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.29
123 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 1.68
124 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 1.08
125 TestFunctional/parallel/ProfileCmd/profile_not_create 0.51
126 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 1.39
127 TestFunctional/parallel/ProfileCmd/profile_list 0.55
128 TestFunctional/parallel/ProfileCmd/profile_json_output 0.48
129 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.59
131 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.64
132 TestFunctional/parallel/ImageCommands/ImageRemove 0.97
133 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
135 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 10.42
136 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 0.83
137 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.6
138 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.12
139 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
143 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
144 TestFunctional/parallel/ServiceCmd/DeployApp 7.24
145 TestFunctional/parallel/MountCmd/any-port 8.6
146 TestFunctional/parallel/ServiceCmd/List 0.52
147 TestFunctional/parallel/ServiceCmd/JSONOutput 0.94
148 TestFunctional/parallel/ServiceCmd/HTTPS 0.52
149 TestFunctional/parallel/ServiceCmd/Format 0.48
150 TestFunctional/parallel/ServiceCmd/URL 0.39
151 TestFunctional/parallel/MountCmd/specific-port 2.41
152 TestFunctional/parallel/MountCmd/VerifyCleanup 2.48
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 170.86
160 TestMultiControlPlane/serial/DeployApp 7.89
161 TestMultiControlPlane/serial/PingHostFromPods 1.63
162 TestMultiControlPlane/serial/AddWorkerNode 34.86
163 TestMultiControlPlane/serial/NodeLabels 0.11
164 TestMultiControlPlane/serial/HAppyAfterClusterStart 0.75
165 TestMultiControlPlane/serial/CopyFile 19.3
166 TestMultiControlPlane/serial/StopSecondaryNode 12.78
167 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.55
168 TestMultiControlPlane/serial/RestartSecondaryNode 24.97
169 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 4.61
170 TestMultiControlPlane/serial/RestartClusterKeepsNodes 152.29
171 TestMultiControlPlane/serial/DeleteSecondaryNode 12.65
172 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.54
173 TestMultiControlPlane/serial/StopCluster 35.89
174 TestMultiControlPlane/serial/RestartCluster 104.21
175 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.57
176 TestMultiControlPlane/serial/AddSecondaryNode 73.31
177 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 0.8
181 TestJSONOutput/start/Command 77.48
182 TestJSONOutput/start/Audit 0
184 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
185 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
187 TestJSONOutput/pause/Command 0.92
188 TestJSONOutput/pause/Audit 0
190 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
191 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
193 TestJSONOutput/unpause/Command 0.67
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.22
206 TestKicCustomNetwork/create_custom_network 38.05
207 TestKicCustomNetwork/use_default_bridge_network 37.99
208 TestKicExistingNetwork 32.01
209 TestKicCustomSubnet 35.93
210 TestKicStaticIP 35.2
211 TestMainNoArgs 0.05
212 TestMinikubeProfile 66
215 TestMountStart/serial/StartWithMountFirst 6.89
216 TestMountStart/serial/VerifyMountFirst 0.27
217 TestMountStart/serial/StartWithMountSecond 6.53
218 TestMountStart/serial/VerifyMountSecond 0.26
219 TestMountStart/serial/DeleteFirst 1.62
220 TestMountStart/serial/VerifyMountPostDelete 0.26
221 TestMountStart/serial/Stop 1.2
222 TestMountStart/serial/RestartStopped 8.13
223 TestMountStart/serial/VerifyMountPostStop 0.27
226 TestMultiNode/serial/FreshStart2Nodes 104.49
227 TestMultiNode/serial/DeployApp2Nodes 6.09
228 TestMultiNode/serial/PingHostFrom2Pods 0.98
229 TestMultiNode/serial/AddNode 27.7
230 TestMultiNode/serial/MultiNodeLabels 0.09
231 TestMultiNode/serial/ProfileList 0.33
232 TestMultiNode/serial/CopyFile 10.18
233 TestMultiNode/serial/StopNode 2.64
234 TestMultiNode/serial/StartAfterStop 10.21
235 TestMultiNode/serial/RestartKeepsNodes 102.81
236 TestMultiNode/serial/DeleteNode 5.56
237 TestMultiNode/serial/StopMultiNode 24.21
238 TestMultiNode/serial/RestartMultiNode 54.69
239 TestMultiNode/serial/ValidateNameConflict 32.96
244 TestPreload 137.67
246 TestScheduledStopUnix 106.9
249 TestInsufficientStorage 10.77
250 TestRunningBinaryUpgrade 75.93
252 TestKubernetesUpgrade 394.27
253 TestMissingContainerUpgrade 170.26
255 TestPause/serial/Start 88.22
257 TestNoKubernetes/serial/StartNoK8sWithVersion 0.09
258 TestNoKubernetes/serial/StartWithK8s 41.23
259 TestNoKubernetes/serial/StartWithStopK8s 23.67
260 TestNoKubernetes/serial/Start 6.93
261 TestNoKubernetes/serial/VerifyK8sNotRunning 0.28
262 TestNoKubernetes/serial/ProfileList 0.99
263 TestNoKubernetes/serial/Stop 1.21
264 TestNoKubernetes/serial/StartNoArgs 6.88
265 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.27
266 TestPause/serial/SecondStartNoReconfiguration 18.45
267 TestPause/serial/Pause 1.13
268 TestPause/serial/VerifyStatus 0.43
269 TestPause/serial/Unpause 1.37
270 TestPause/serial/PauseAgain 1.26
271 TestPause/serial/DeletePaused 3.31
272 TestPause/serial/VerifyDeletedResources 0.16
273 TestStoppedBinaryUpgrade/Setup 1
274 TestStoppedBinaryUpgrade/Upgrade 78.84
275 TestStoppedBinaryUpgrade/MinikubeLogs 1.26
290 TestNetworkPlugins/group/false 5.64
295 TestStartStop/group/old-k8s-version/serial/FirstStart 164.35
296 TestStartStop/group/old-k8s-version/serial/DeployApp 10.74
297 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 1.16
298 TestStartStop/group/old-k8s-version/serial/Stop 11.96
299 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.19
300 TestStartStop/group/old-k8s-version/serial/SecondStart 140.43
302 TestStartStop/group/no-preload/serial/FirstStart 73.48
303 TestStartStop/group/no-preload/serial/DeployApp 9.43
304 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 1.2
305 TestStartStop/group/no-preload/serial/Stop 12.07
306 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.19
307 TestStartStop/group/no-preload/serial/SecondStart 289.33
308 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6.01
309 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.2
310 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.45
311 TestStartStop/group/old-k8s-version/serial/Pause 3.05
313 TestStartStop/group/embed-certs/serial/FirstStart 79.5
314 TestStartStop/group/embed-certs/serial/DeployApp 9.35
315 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 1.17
316 TestStartStop/group/embed-certs/serial/Stop 12.02
317 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.19
318 TestStartStop/group/embed-certs/serial/SecondStart 280.18
319 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6.01
320 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.11
321 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.25
322 TestStartStop/group/no-preload/serial/Pause 3.12
324 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 51.35
325 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 10.34
326 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 1.22
327 TestStartStop/group/default-k8s-diff-port/serial/Stop 11.99
328 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.18
329 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 294.2
330 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
331 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.16
332 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.25
333 TestStartStop/group/embed-certs/serial/Pause 3.19
335 TestStartStop/group/newest-cni/serial/FirstStart 36.32
336 TestStartStop/group/newest-cni/serial/DeployApp 0
337 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 1.07
338 TestStartStop/group/newest-cni/serial/Stop 1.24
339 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.21
340 TestStartStop/group/newest-cni/serial/SecondStart 15.44
341 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
342 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
343 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.27
344 TestStartStop/group/newest-cni/serial/Pause 3.24
345 TestNetworkPlugins/group/auto/Start 77.98
346 TestNetworkPlugins/group/auto/KubeletFlags 0.31
347 TestNetworkPlugins/group/auto/NetCatPod 10.28
348 TestNetworkPlugins/group/auto/DNS 0.17
349 TestNetworkPlugins/group/auto/Localhost 0.17
350 TestNetworkPlugins/group/auto/HairPin 0.15
351 TestNetworkPlugins/group/kindnet/Start 83.06
352 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6.01
353 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.1
354 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.25
355 TestStartStop/group/default-k8s-diff-port/serial/Pause 3.04
356 TestNetworkPlugins/group/custom-flannel/Start 59.32
357 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
358 TestNetworkPlugins/group/kindnet/KubeletFlags 0.41
359 TestNetworkPlugins/group/kindnet/NetCatPod 14.33
360 TestNetworkPlugins/group/kindnet/DNS 0.28
361 TestNetworkPlugins/group/kindnet/Localhost 0.22
362 TestNetworkPlugins/group/kindnet/HairPin 0.2
363 TestNetworkPlugins/group/flannel/Start 58.42
364 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.37
365 TestNetworkPlugins/group/custom-flannel/NetCatPod 13.36
366 TestNetworkPlugins/group/custom-flannel/DNS 0.35
367 TestNetworkPlugins/group/custom-flannel/Localhost 0.24
368 TestNetworkPlugins/group/custom-flannel/HairPin 0.28
369 TestNetworkPlugins/group/enable-default-cni/Start 48.45
370 TestNetworkPlugins/group/flannel/ControllerPod 6.01
371 TestNetworkPlugins/group/flannel/KubeletFlags 0.41
372 TestNetworkPlugins/group/flannel/NetCatPod 11.33
373 TestNetworkPlugins/group/flannel/DNS 0.25
374 TestNetworkPlugins/group/flannel/Localhost 0.29
375 TestNetworkPlugins/group/flannel/HairPin 0.19
376 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.35
377 TestNetworkPlugins/group/enable-default-cni/NetCatPod 13.36
378 TestNetworkPlugins/group/bridge/Start 48.59
379 TestNetworkPlugins/group/enable-default-cni/DNS 0.24
380 TestNetworkPlugins/group/enable-default-cni/Localhost 0.25
381 TestNetworkPlugins/group/enable-default-cni/HairPin 0.21
382 TestNetworkPlugins/group/calico/Start 65.99
383 TestNetworkPlugins/group/bridge/KubeletFlags 0.36
384 TestNetworkPlugins/group/bridge/NetCatPod 12.38
385 TestNetworkPlugins/group/bridge/DNS 0.24
386 TestNetworkPlugins/group/bridge/Localhost 0.17
387 TestNetworkPlugins/group/bridge/HairPin 0.15
388 TestNetworkPlugins/group/calico/ControllerPod 6.01
389 TestNetworkPlugins/group/calico/KubeletFlags 0.28
390 TestNetworkPlugins/group/calico/NetCatPod 11.25
391 TestNetworkPlugins/group/calico/DNS 0.2
392 TestNetworkPlugins/group/calico/Localhost 0.14
393 TestNetworkPlugins/group/calico/HairPin 0.15
x
+
TestDownloadOnly/v1.20.0/json-events (14.03s)

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

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-977238 | jenkins | v1.34.0 | 16 Sep 24 19:11 UTC |          |
	|         | -p download-only-977238        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/16 19:11:45
	Running on machine: ip-172-31-30-239
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0916 19:11:45.420094  884940 out.go:345] Setting OutFile to fd 1 ...
	I0916 19:11:45.420301  884940 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:11:45.420313  884940 out.go:358] Setting ErrFile to fd 2...
	I0916 19:11:45.420320  884940 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:11:45.420595  884940 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19649-879552/.minikube/bin
	W0916 19:11:45.420744  884940 root.go:314] Error reading config file at /home/jenkins/minikube-integration/19649-879552/.minikube/config/config.json: open /home/jenkins/minikube-integration/19649-879552/.minikube/config/config.json: no such file or directory
	I0916 19:11:45.421186  884940 out.go:352] Setting JSON to true
	I0916 19:11:45.422150  884940 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":10456,"bootTime":1726503449,"procs":190,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1069-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0916 19:11:45.422240  884940 start.go:139] virtualization:  
	I0916 19:11:45.426400  884940 out.go:97] [download-only-977238] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	W0916 19:11:45.426906  884940 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/19649-879552/.minikube/cache/preloaded-tarball: no such file or directory
	I0916 19:11:45.427035  884940 notify.go:220] Checking for updates...
	I0916 19:11:45.429013  884940 out.go:169] MINIKUBE_LOCATION=19649
	I0916 19:11:45.431163  884940 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0916 19:11:45.433237  884940 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19649-879552/kubeconfig
	I0916 19:11:45.435610  884940 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19649-879552/.minikube
	I0916 19:11:45.438008  884940 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0916 19:11:45.441948  884940 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0916 19:11:45.442228  884940 driver.go:394] Setting default libvirt URI to qemu:///system
	I0916 19:11:45.473220  884940 docker.go:123] docker version: linux-27.2.1:Docker Engine - Community
	I0916 19:11:45.473344  884940 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0916 19:11:45.529858  884940 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-16 19:11:45.518868566 +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:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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>}}
	I0916 19:11:45.529974  884940 docker.go:318] overlay module found
	I0916 19:11:45.532086  884940 out.go:97] Using the docker driver based on user configuration
	I0916 19:11:45.532126  884940 start.go:297] selected driver: docker
	I0916 19:11:45.532134  884940 start.go:901] validating driver "docker" against <nil>
	I0916 19:11:45.532255  884940 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0916 19:11:45.586023  884940 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-16 19:11:45.576604674 +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:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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>}}
	I0916 19:11:45.586240  884940 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0916 19:11:45.586556  884940 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0916 19:11:45.586734  884940 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0916 19:11:45.588953  884940 out.go:169] Using Docker driver with root privileges
	I0916 19:11:45.591026  884940 cni.go:84] Creating CNI manager for ""
	I0916 19:11:45.591100  884940 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0916 19:11:45.591113  884940 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0916 19:11:45.591189  884940 start.go:340] cluster config:
	{Name:download-only-977238 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc 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-977238 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}
	I0916 19:11:45.592889  884940 out.go:97] Starting "download-only-977238" primary control-plane node in "download-only-977238" cluster
	I0916 19:11:45.592920  884940 cache.go:121] Beginning downloading kic base image for docker with crio
	I0916 19:11:45.594954  884940 out.go:97] Pulling base image v0.0.45-1726481311-19649 ...
	I0916 19:11:45.594990  884940 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0916 19:11:45.595147  884940 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc in local docker daemon
	I0916 19:11:45.610286  884940 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc to local cache
	I0916 19:11:45.610495  884940 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc in local cache directory
	I0916 19:11:45.610605  884940 image.go:148] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc to local cache
	I0916 19:11:45.649724  884940 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
	I0916 19:11:45.649751  884940 cache.go:56] Caching tarball of preloaded images
	I0916 19:11:45.649913  884940 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0916 19:11:45.652621  884940 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0916 19:11:45.652651  884940 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	I0916 19:11:45.737299  884940 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/19649-879552/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4
	I0916 19:11:51.201285  884940 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	I0916 19:11:51.201474  884940 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/19649-879552/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	I0916 19:11:52.303915  884940 cache.go:59] Finished verifying existence of preloaded tar for v1.20.0 on crio
	I0916 19:11:52.304357  884940 profile.go:143] Saving config to /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/download-only-977238/config.json ...
	I0916 19:11:52.304395  884940 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/download-only-977238/config.json: {Name:mk57088ea81b8d002ec98b4deade44f45b27d33e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0916 19:11:52.304590  884940 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0916 19:11:52.304779  884940 download.go:107] Downloading: https://dl.k8s.io/release/v1.20.0/bin/linux/arm64/kubectl?checksum=file:https://dl.k8s.io/release/v1.20.0/bin/linux/arm64/kubectl.sha256 -> /home/jenkins/minikube-integration/19649-879552/.minikube/cache/linux/arm64/v1.20.0/kubectl
	
	
	* The control-plane node download-only-977238 host does not exist
	  To start a cluster, run: "minikube start -p download-only-977238"

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

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

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

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

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

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

                                                
                                                
=== 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-004770 --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-004770 --force --alsologtostderr --kubernetes-version=v1.31.1 --container-runtime=crio --driver=docker  --container-runtime=crio: (6.610480722s)
--- PASS: TestDownloadOnly/v1.31.1/json-events (6.61s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-977238 | jenkins | v1.34.0 | 16 Sep 24 19:11 UTC |                     |
	|         | -p download-only-977238        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.34.0 | 16 Sep 24 19:11 UTC | 16 Sep 24 19:11 UTC |
	| delete  | -p download-only-977238        | download-only-977238 | jenkins | v1.34.0 | 16 Sep 24 19:11 UTC | 16 Sep 24 19:11 UTC |
	| start   | -o=json --download-only        | download-only-004770 | jenkins | v1.34.0 | 16 Sep 24 19:11 UTC |                     |
	|         | -p download-only-004770        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.1   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/16 19:11:59
	Running on machine: ip-172-31-30-239
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0916 19:11:59.851890  885139 out.go:345] Setting OutFile to fd 1 ...
	I0916 19:11:59.852054  885139 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:11:59.852063  885139 out.go:358] Setting ErrFile to fd 2...
	I0916 19:11:59.852069  885139 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:11:59.852363  885139 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19649-879552/.minikube/bin
	I0916 19:11:59.852788  885139 out.go:352] Setting JSON to true
	I0916 19:11:59.853710  885139 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":10471,"bootTime":1726503449,"procs":188,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1069-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0916 19:11:59.853785  885139 start.go:139] virtualization:  
	I0916 19:11:59.856058  885139 out.go:97] [download-only-004770] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0916 19:11:59.856327  885139 notify.go:220] Checking for updates...
	I0916 19:11:59.858471  885139 out.go:169] MINIKUBE_LOCATION=19649
	I0916 19:11:59.860471  885139 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0916 19:11:59.863392  885139 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19649-879552/kubeconfig
	I0916 19:11:59.865328  885139 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19649-879552/.minikube
	I0916 19:11:59.866839  885139 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0916 19:11:59.871595  885139 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0916 19:11:59.871853  885139 driver.go:394] Setting default libvirt URI to qemu:///system
	I0916 19:11:59.896257  885139 docker.go:123] docker version: linux-27.2.1:Docker Engine - Community
	I0916 19:11:59.896379  885139 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0916 19:11:59.962709  885139 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-16 19:11:59.95278361 +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:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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>}}
	I0916 19:11:59.962837  885139 docker.go:318] overlay module found
	I0916 19:11:59.965271  885139 out.go:97] Using the docker driver based on user configuration
	I0916 19:11:59.965305  885139 start.go:297] selected driver: docker
	I0916 19:11:59.965324  885139 start.go:901] validating driver "docker" against <nil>
	I0916 19:11:59.965435  885139 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0916 19:12:00.110458  885139 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-16 19:12:00.039594569 +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:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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>}}
	I0916 19:12:00.110824  885139 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0916 19:12:00.111327  885139 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0916 19:12:00.111591  885139 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0916 19:12:00.119351  885139 out.go:169] Using Docker driver with root privileges
	I0916 19:12:00.121452  885139 cni.go:84] Creating CNI manager for ""
	I0916 19:12:00.121547  885139 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0916 19:12:00.121562  885139 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0916 19:12:00.121655  885139 start.go:340] cluster config:
	{Name:download-only-004770 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc 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-004770 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}
	I0916 19:12:00.124131  885139 out.go:97] Starting "download-only-004770" primary control-plane node in "download-only-004770" cluster
	I0916 19:12:00.124182  885139 cache.go:121] Beginning downloading kic base image for docker with crio
	I0916 19:12:00.126488  885139 out.go:97] Pulling base image v0.0.45-1726481311-19649 ...
	I0916 19:12:00.126551  885139 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0916 19:12:00.126642  885139 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc in local docker daemon
	I0916 19:12:00.182783  885139 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc to local cache
	I0916 19:12:00.184562  885139 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc in local cache directory
	I0916 19:12:00.184766  885139 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc in local cache directory, skipping pull
	I0916 19:12:00.200376  885139 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc exists in cache, skipping pull
	I0916 19:12:00.200403  885139 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc as a tarball
	I0916 19:12:00.206603  885139 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
	I0916 19:12:00.206659  885139 cache.go:56] Caching tarball of preloaded images
	I0916 19:12:00.206839  885139 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0916 19:12:00.213246  885139 out.go:97] Downloading Kubernetes v1.31.1 preload ...
	I0916 19:12:00.213291  885139 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 ...
	I0916 19:12:00.318573  885139 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/19649-879552/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0916 19:12:04.842481  885139 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 ...
	I0916 19:12:04.842632  885139 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/19649-879552/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 ...
	
	
	* The control-plane node download-only-004770 host does not exist
	  To start a cluster, run: "minikube start -p download-only-004770"

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

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

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

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

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

                                                
                                    
x
+
TestBinaryMirror (0.57s)

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

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.06s)

                                                
                                                
=== 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-039693
addons_test.go:1037: (dbg) Non-zero exit: out/minikube-linux-arm64 addons enable dashboard -p addons-039693: exit status 85 (61.820162ms)

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

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

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.09s)

                                                
                                                
=== 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-039693
addons_test.go:1048: (dbg) Non-zero exit: out/minikube-linux-arm64 addons disable dashboard -p addons-039693: exit status 85 (89.980464ms)

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

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

                                                
                                    
x
+
TestAddons/Setup (200.98s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:110: (dbg) Run:  out/minikube-linux-arm64 start -p addons-039693 --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-039693 --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: (3m20.981538141s)
--- PASS: TestAddons/Setup (200.98s)

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

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

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (11.91s)

                                                
                                                
=== 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-vxbcw" [58ab0c36-8a0d-44f7-8601-69bbeb18377f] 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 6.00363151s
addons_test.go:851: (dbg) Run:  out/minikube-linux-arm64 addons disable inspektor-gadget -p addons-039693
addons_test.go:851: (dbg) Done: out/minikube-linux-arm64 addons disable inspektor-gadget -p addons-039693: (5.900373632s)
--- PASS: TestAddons/parallel/InspektorGadget (11.91s)

                                                
                                    
x
+
TestAddons/parallel/CSI (46.89s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:567: csi-hostpath-driver pods stabilized in 15.311993ms
addons_test.go:570: (dbg) Run:  kubectl --context addons-039693 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-039693 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:580: (dbg) Run:  kubectl --context addons-039693 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" [afbeb44b-e72a-41ef-b0ee-be323bba50d3] Pending
helpers_test.go:344: "task-pv-pod" [afbeb44b-e72a-41ef-b0ee-be323bba50d3] 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" [afbeb44b-e72a-41ef-b0ee-be323bba50d3] Running
addons_test.go:585: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 11.003910189s
addons_test.go:590: (dbg) Run:  kubectl --context addons-039693 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-039693 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-039693 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:600: (dbg) Run:  kubectl --context addons-039693 delete pod task-pv-pod
addons_test.go:606: (dbg) Run:  kubectl --context addons-039693 delete pvc hpvc
addons_test.go:612: (dbg) Run:  kubectl --context addons-039693 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-039693 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:622: (dbg) Run:  kubectl --context addons-039693 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" [2068db85-e2a8-48c1-950e-343a4ffa0618] Pending
helpers_test.go:344: "task-pv-pod-restore" [2068db85-e2a8-48c1-950e-343a4ffa0618] 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" [2068db85-e2a8-48c1-950e-343a4ffa0618] Running
addons_test.go:627: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 7.00418433s
addons_test.go:632: (dbg) Run:  kubectl --context addons-039693 delete pod task-pv-pod-restore
addons_test.go:636: (dbg) Run:  kubectl --context addons-039693 delete pvc hpvc-restore
addons_test.go:640: (dbg) Run:  kubectl --context addons-039693 delete volumesnapshot new-snapshot-demo
addons_test.go:644: (dbg) Run:  out/minikube-linux-arm64 -p addons-039693 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:644: (dbg) Done: out/minikube-linux-arm64 -p addons-039693 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.751055852s)
addons_test.go:648: (dbg) Run:  out/minikube-linux-arm64 -p addons-039693 addons disable volumesnapshots --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CSI (46.89s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (16.78s)

                                                
                                                
=== 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-039693 --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-7b5c95b59d-kwv9l" [992f1acd-66dd-48f8-8d2b-8ea149898651] Pending
helpers_test.go:344: "headlamp-7b5c95b59d-kwv9l" [992f1acd-66dd-48f8-8d2b-8ea149898651] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-7b5c95b59d-kwv9l" [992f1acd-66dd-48f8-8d2b-8ea149898651] Running
addons_test.go:835: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 10.004131849s
addons_test.go:839: (dbg) Run:  out/minikube-linux-arm64 -p addons-039693 addons disable headlamp --alsologtostderr -v=1
addons_test.go:839: (dbg) Done: out/minikube-linux-arm64 -p addons-039693 addons disable headlamp --alsologtostderr -v=1: (5.800012358s)
--- PASS: TestAddons/parallel/Headlamp (16.78s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (6.78s)

                                                
                                                
=== 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-hrlmt" [f3e63922-9261-41f5-bd98-ab390dc383bf] Running
addons_test.go:867: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 6.005143261s
addons_test.go:870: (dbg) Run:  out/minikube-linux-arm64 addons disable cloud-spanner -p addons-039693
--- PASS: TestAddons/parallel/CloudSpanner (6.78s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (52.95s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:982: (dbg) Run:  kubectl --context addons-039693 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:988: (dbg) Run:  kubectl --context addons-039693 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-039693 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-039693 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" [7b4a0412-baa4-42ce-b586-fc7e42ebe05e] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [7b4a0412-baa4-42ce-b586-fc7e42ebe05e] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [7b4a0412-baa4-42ce-b586-fc7e42ebe05e] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:995: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 3.006570182s
addons_test.go:1000: (dbg) Run:  kubectl --context addons-039693 get pvc test-pvc -o=json
addons_test.go:1009: (dbg) Run:  out/minikube-linux-arm64 -p addons-039693 ssh "cat /opt/local-path-provisioner/pvc-53c54111-d49c-4b36-8647-254017e2c2f1_default_test-pvc/file1"
addons_test.go:1021: (dbg) Run:  kubectl --context addons-039693 delete pod test-local-path
addons_test.go:1025: (dbg) Run:  kubectl --context addons-039693 delete pvc test-pvc
addons_test.go:1029: (dbg) Run:  out/minikube-linux-arm64 -p addons-039693 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:1029: (dbg) Done: out/minikube-linux-arm64 -p addons-039693 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (43.579331378s)
--- PASS: TestAddons/parallel/LocalPath (52.95s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (6.52s)

                                                
                                                
=== 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-md9rh" [b9e71cf7-18e4-4cf9-a264-d0ab039c65c9] Running
addons_test.go:1061: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 6.004325907s
addons_test.go:1064: (dbg) Run:  out/minikube-linux-arm64 addons disable nvidia-device-plugin -p addons-039693
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (6.52s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (12.03s)

                                                
                                                
=== 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-b5tpz" [8a2886af-4ed4-4ae2-aeb3-dce3702c0431] Running
addons_test.go:1072: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 6.004362908s
addons_test.go:1076: (dbg) Run:  out/minikube-linux-arm64 -p addons-039693 addons disable yakd --alsologtostderr -v=1
addons_test.go:1076: (dbg) Done: out/minikube-linux-arm64 -p addons-039693 addons disable yakd --alsologtostderr -v=1: (6.026499134s)
--- PASS: TestAddons/parallel/Yakd (12.03s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (6.17s)

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

                                                
                                    
x
+
TestCertOptions (39.98s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

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

                                                
                                    
x
+
TestCertExpiration (248.42s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

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

                                                
                                    
x
+
TestForceSystemdFlag (38.26s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdFlag
docker_test.go:91: (dbg) Run:  out/minikube-linux-arm64 start -p force-systemd-flag-180110 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=crio
E0916 20:10:29.865414  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
docker_test.go:91: (dbg) Done: out/minikube-linux-arm64 start -p force-systemd-flag-180110 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=crio: (35.477747698s)
docker_test.go:132: (dbg) Run:  out/minikube-linux-arm64 -p force-systemd-flag-180110 ssh "cat /etc/crio/crio.conf.d/02-crio.conf"
helpers_test.go:175: Cleaning up "force-systemd-flag-180110" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p force-systemd-flag-180110
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p force-systemd-flag-180110: (2.452190551s)
--- PASS: TestForceSystemdFlag (38.26s)

                                                
                                    
x
+
TestForceSystemdEnv (37.77s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

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

                                                
                                    
x
+
TestErrorSpam/setup (33.38s)

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

                                                
                                    
x
+
TestErrorSpam/start (0.73s)

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

                                                
                                    
x
+
TestErrorSpam/status (1.05s)

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

                                                
                                    
x
+
TestErrorSpam/pause (2.21s)

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

                                                
                                    
x
+
TestErrorSpam/unpause (2.01s)

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

                                                
                                    
x
+
TestErrorSpam/stop (1.48s)

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

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

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

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (47.93s)

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

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (26.84s)

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

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.07s)

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

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.1s)

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

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-060237 cache add registry.k8s.io/pause:3.1
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-060237 cache add registry.k8s.io/pause:3.1: (1.440633444s)
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-060237 cache add registry.k8s.io/pause:3.3
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-060237 cache add registry.k8s.io/pause:3.3: (1.449152999s)
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-060237 cache add registry.k8s.io/pause:latest
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-060237 cache add registry.k8s.io/pause:latest: (1.342240399s)
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (4.23s)

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

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

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

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

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

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

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

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

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

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

                                                
                                                
-- 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-060237 cache reload
functional_test.go:1158: (dbg) Done: out/minikube-linux-arm64 -p functional-060237 cache reload: (1.042699519s)
functional_test.go:1163: (dbg) Run:  out/minikube-linux-arm64 -p functional-060237 ssh sudo crictl inspecti registry.k8s.io/pause:latest
--- PASS: TestFunctional/serial/CacheCmd/cache/cache_reload (1.97s)

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.13s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.14s)

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

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (42.52s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:757: (dbg) Run:  out/minikube-linux-arm64 start -p functional-060237 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
functional_test.go:757: (dbg) Done: out/minikube-linux-arm64 start -p functional-060237 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (42.522659683s)
functional_test.go:761: restart took 42.522783146s for "functional-060237" cluster.
--- PASS: TestFunctional/serial/ExtraConfig (42.52s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.1s)

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

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

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.69s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1250: (dbg) Run:  out/minikube-linux-arm64 -p functional-060237 logs --file /tmp/TestFunctionalserialLogsFileCmd3897247009/001/logs.txt
functional_test.go:1250: (dbg) Done: out/minikube-linux-arm64 -p functional-060237 logs --file /tmp/TestFunctionalserialLogsFileCmd3897247009/001/logs.txt: (1.686368811s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.69s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.34s)

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.46s)

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (10.59s)

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

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.43s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0916 19:34:58.535883  912826 out.go:345] Setting OutFile to fd 1 ...
	I0916 19:34:58.536005  912826 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:34:58.536014  912826 out.go:358] Setting ErrFile to fd 2...
	I0916 19:34:58.536020  912826 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:34:58.536289  912826 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19649-879552/.minikube/bin
	I0916 19:34:58.536687  912826 out.go:352] Setting JSON to false
	I0916 19:34:58.537662  912826 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":11850,"bootTime":1726503449,"procs":194,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1069-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0916 19:34:58.537742  912826 start.go:139] virtualization:  
	I0916 19:34:58.542015  912826 out.go:177] * [functional-060237] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0916 19:34:58.544252  912826 out.go:177]   - MINIKUBE_LOCATION=19649
	I0916 19:34:58.544477  912826 notify.go:220] Checking for updates...
	I0916 19:34:58.548407  912826 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0916 19:34:58.550689  912826 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19649-879552/kubeconfig
	I0916 19:34:58.552685  912826 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19649-879552/.minikube
	I0916 19:34:58.554650  912826 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0916 19:34:58.556923  912826 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0916 19:34:58.559661  912826 config.go:182] Loaded profile config "functional-060237": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0916 19:34:58.560286  912826 driver.go:394] Setting default libvirt URI to qemu:///system
	I0916 19:34:58.589292  912826 docker.go:123] docker version: linux-27.2.1:Docker Engine - Community
	I0916 19:34:58.589425  912826 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0916 19:34:58.667562  912826 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images: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:32 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-16 19:34:58.657585013 +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:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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>}}
	I0916 19:34:58.667680  912826 docker.go:318] overlay module found
	I0916 19:34:58.670209  912826 out.go:177] * Using the docker driver based on existing profile
	I0916 19:34:58.672124  912826 start.go:297] selected driver: docker
	I0916 19:34:58.672149  912826 start.go:901] validating driver "docker" against &{Name:functional-060237 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc 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-060237 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}
	I0916 19:34:58.672294  912826 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0916 19:34:58.674965  912826 out.go:201] 
	W0916 19:34:58.677256  912826 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
	I0916 19:34:58.679577  912826 out.go:201] 

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0916 19:35:03.276221  913821 out.go:345] Setting OutFile to fd 1 ...
	I0916 19:35:03.276414  913821 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:35:03.276443  913821 out.go:358] Setting ErrFile to fd 2...
	I0916 19:35:03.276463  913821 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:35:03.276946  913821 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19649-879552/.minikube/bin
	I0916 19:35:03.277436  913821 out.go:352] Setting JSON to false
	I0916 19:35:03.278503  913821 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":11854,"bootTime":1726503449,"procs":198,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1069-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0916 19:35:03.278643  913821 start.go:139] virtualization:  
	I0916 19:35:03.281950  913821 out.go:177] * [functional-060237] minikube v1.34.0 sur Ubuntu 20.04 (arm64)
	I0916 19:35:03.285537  913821 notify.go:220] Checking for updates...
	I0916 19:35:03.286065  913821 out.go:177]   - MINIKUBE_LOCATION=19649
	I0916 19:35:03.289383  913821 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0916 19:35:03.292152  913821 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19649-879552/kubeconfig
	I0916 19:35:03.294822  913821 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19649-879552/.minikube
	I0916 19:35:03.298201  913821 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0916 19:35:03.300785  913821 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0916 19:35:03.303750  913821 config.go:182] Loaded profile config "functional-060237": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0916 19:35:03.304287  913821 driver.go:394] Setting default libvirt URI to qemu:///system
	I0916 19:35:03.333714  913821 docker.go:123] docker version: linux-27.2.1:Docker Engine - Community
	I0916 19:35:03.333856  913821 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0916 19:35:03.405063  913821 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images: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:32 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-16 19:35:03.392614073 +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:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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>}}
	I0916 19:35:03.405178  913821 docker.go:318] overlay module found
	I0916 19:35:03.409134  913821 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0916 19:35:03.410962  913821 start.go:297] selected driver: docker
	I0916 19:35:03.410987  913821 start.go:901] validating driver "docker" against &{Name:functional-060237 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726481311-19649@sha256:b5dfdcf7ad8b49233db09f1c58aaf52f6522fde64cf16c939b3fc45365d24cdc 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-060237 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}
	I0916 19:35:03.411085  913821 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0916 19:35:03.413820  913821 out.go:201] 
	W0916 19:35:03.415989  913821 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
	I0916 19:35:03.417892  913821 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (1.05s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (10.81s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1627: (dbg) Run:  kubectl --context functional-060237 create deployment hello-node-connect --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1635: (dbg) Run:  kubectl --context functional-060237 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-tt92r" [c5ecc0b3-2216-43ce-8e24-5c85ff2948bc] 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-tt92r" [c5ecc0b3-2216-43ce-8e24-5c85ff2948bc] Running
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 10.004177967s
functional_test.go:1649: (dbg) Run:  out/minikube-linux-arm64 -p functional-060237 service hello-node-connect --url
functional_test.go:1655: found endpoint for hello-node-connect: http://192.168.49.2:32544
functional_test.go:1675: http://192.168.49.2:32544: success! body:

                                                
                                                

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

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

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.2s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (26.19s)

                                                
                                                
=== 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" [5dfd394b-8d5c-47b0-92b6-0e4332920fbf] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 5.003748448s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-060237 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-060237 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-060237 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-060237 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" [5b40b614-e72e-4149-a35f-643f4086e470] Pending
helpers_test.go:344: "sp-pod" [5b40b614-e72e-4149-a35f-643f4086e470] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [5b40b614-e72e-4149-a35f-643f4086e470] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 12.003770546s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-060237 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-060237 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:106: (dbg) Done: kubectl --context functional-060237 delete -f testdata/storage-provisioner/pod.yaml: (1.219500222s)
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-060237 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" [dfb50966-7977-4ffc-ad81-849e654aacfa] Pending
helpers_test.go:344: "sp-pod" [dfb50966-7977-4ffc-ad81-849e654aacfa] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 7.003810849s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-060237 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (26.19s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.65s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (1.95s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.35s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CertSync (2.14s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.12s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.71s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.25s)

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

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

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

                                                
                                                
=== 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-060237 version -o=json --components
functional_test.go:2270: (dbg) Done: out/minikube-linux-arm64 -p functional-060237 version -o=json --components: (1.155447997s)
--- PASS: TestFunctional/parallel/Version/components (1.16s)

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

                                                
                                                
=== 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-060237 image ls --format short --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-060237 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-060237
localhost/kicbase/echo-server:functional-060237
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-060237 image ls --format short --alsologtostderr:
I0916 19:35:14.388707  915318 out.go:345] Setting OutFile to fd 1 ...
I0916 19:35:14.393082  915318 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0916 19:35:14.393133  915318 out.go:358] Setting ErrFile to fd 2...
I0916 19:35:14.393154  915318 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0916 19:35:14.393545  915318 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19649-879552/.minikube/bin
I0916 19:35:14.394434  915318 config.go:182] Loaded profile config "functional-060237": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0916 19:35:14.394639  915318 config.go:182] Loaded profile config "functional-060237": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0916 19:35:14.395343  915318 cli_runner.go:164] Run: docker container inspect functional-060237 --format={{.State.Status}}
I0916 19:35:14.452862  915318 ssh_runner.go:195] Run: systemctl --version
I0916 19:35:14.452932  915318 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-060237
I0916 19:35:14.503697  915318 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33568 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/functional-060237/id_rsa Username:docker}
I0916 19:35:14.612836  915318 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.46s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-060237 image ls --format table --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-060237 image ls --format table --alsologtostderr:
|-----------------------------------------|--------------------|---------------|--------|
|                  Image                  |        Tag         |   Image ID    |  Size  |
|-----------------------------------------|--------------------|---------------|--------|
| registry.k8s.io/kube-proxy              | v1.31.1            | 24a140c548c07 | 96MB   |
| registry.k8s.io/pause                   | 3.1                | 8057e0500773a | 529kB  |
| registry.k8s.io/pause                   | 3.3                | 3d18732f8686c | 487kB  |
| localhost/minikube-local-cache-test     | functional-060237  | a5a265ae679d2 | 3.33kB |
| registry.k8s.io/echoserver-arm          | 1.8                | 72565bf5bbedf | 87.5MB |
| gcr.io/k8s-minikube/busybox             | 1.28.4-glibc       | 1611cd07b61d5 | 3.77MB |
| registry.k8s.io/pause                   | 3.10               | afb61768ce381 | 520kB  |
| 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                   | latest             | 8cb2091f603e7 | 246kB  |
| docker.io/library/nginx                 | alpine             | b887aca7aed61 | 48.4MB |
| gcr.io/k8s-minikube/storage-provisioner | v5                 | ba04bb24b9575 | 29MB   |
| docker.io/library/nginx                 | latest             | 195245f0c7927 | 197MB  |
| localhost/kicbase/echo-server           | functional-060237  | ce2d2cda2d858 | 4.79MB |
| 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-apiserver          | v1.31.1            | d3f53a98c0a9d | 92.6MB |
| docker.io/kindest/kindnetd              | v20240813-c6f155d6 | 6a23fa8fd2b78 | 90.3MB |
|-----------------------------------------|--------------------|---------------|--------|
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-060237 image ls --format table --alsologtostderr:
I0916 19:35:15.117256  915533 out.go:345] Setting OutFile to fd 1 ...
I0916 19:35:15.117527  915533 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0916 19:35:15.117573  915533 out.go:358] Setting ErrFile to fd 2...
I0916 19:35:15.117608  915533 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0916 19:35:15.117911  915533 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19649-879552/.minikube/bin
I0916 19:35:15.118725  915533 config.go:182] Loaded profile config "functional-060237": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0916 19:35:15.118903  915533 config.go:182] Loaded profile config "functional-060237": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0916 19:35:15.119511  915533 cli_runner.go:164] Run: docker container inspect functional-060237 --format={{.State.Status}}
I0916 19:35:15.146867  915533 ssh_runner.go:195] Run: systemctl --version
I0916 19:35:15.146927  915533 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-060237
I0916 19:35:15.177000  915533 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33568 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/functional-060237/id_rsa Username:docker}
I0916 19:35:15.276624  915533 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.29s)

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

                                                
                                                
=== 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-060237 image ls --format json --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-060237 image ls --format json --alsologtostderr:
[{"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:9f9da5b27e03f89599cc40ba89150aebf3b4cff001e6db6d998674b34181e1a1","registry.k8s.io/kube-controller-manager@sha256:a9a0505b7d0caca0edd18e37bacc9425b2c8824546b26f5b286e8cb144669849"],"repoTags":["registry.k8s.io/kube-controller-manager:v1.31.1"],"size":"86930758"},{"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":"8cb209
1f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a","repoDigests":["registry.k8s.io/pause@sha256:f5e31d44aa14d5669e030380b656463a7e45934c03994e72e3dbf83d4a645cca"],"repoTags":["registry.k8s.io/pause:latest"],"size":"246070"},{"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":"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":"195245f0c79279e8b8e012efa02c91dad4cf7d0e
44c0f4382fea68cd93088e6c","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":"ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17","repoDigests":["localhost/kicbase/echo-server@sha256:49260110d6ce1914d3de292ed370ee11a2e34ab577b97e6011d795cb13534d4a"],"repoTags":["localhost/kicbase/echo-server:functional-060237"],"size":"4788229"},{"id":"2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4","repoD
igests":["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":"3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300","repoDigests":["registry.k8s.io/pause@sha256:e59730b14890252c14f85976e22ab1c47ec28b111ffed407f34bca1b44447476"],"repoTags":["registry.k8s.io/pause:3.3"],"size":"487479"},{"id":"a422e0e982356f6c1cf0e5bb7b733363caae3992a07c99951fbcc73e58ed656a","repoDigests":["docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c","docker.io/kubernetesui/metrics-scraper@s
ha256:853c43f3cced687cb211708aa0024304a5adb33ec45ebf5915d318358822e09a"],"repoTags":[],"size":"42263767"},{"id":"ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6","repoDigests":["gcr.io/k8s-minikube/storage-provisioner@sha256:0ba370588274b88531ab311a5d2e645d240a853555c1e58fd1dd428fc333c9d2","gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944"],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"29037500"},{"id":"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":"24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d","repoDigests":["registry.k8s.io/kube-proxy@sha256:4ee50b00484d7f39a90fc4cda92251177ef5ad8fdf2f2a0c768f9e634
b4c6d44","registry.k8s.io/kube-proxy@sha256:7b3bf9f1e260ccb1fd543570e1e9869a373f716fb050cd23a6a2771aa4e06ae9"],"repoTags":["registry.k8s.io/kube-proxy:v1.31.1"],"size":"95951255"},{"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":"b887aca7aed6134b029401507d27ac9c8fbfc5a6cf510d254bdf4ac841cf1552","repoDigests":["docker.io/library/nginx@sha256:19db381c08a95b20
40d5637a65c7a59af6c2f21444b0c8730505280a0255fb53","docker.io/library/nginx@sha256:a5127daff3d6f4606be3100a252419bfa84fd6ee5cd74d0feaca1a5068f97dcf"],"repoTags":["docker.io/library/nginx:alpine"],"size":"48375489"},{"id":"a5a265ae679d2a6a1b475db0244eb80f9870d680473e7ccdc5c8ec7bee1f5f50","repoDigests":["localhost/minikube-local-cache-test@sha256:b0ba3f5cc72a1bf6d5f6d11e4941b0578d2838bb20439505cf7dbd6aa55ec745"],"repoTags":["localhost/minikube-local-cache-test:functional-060237"],"size":"3330"}]
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-060237 image ls --format json --alsologtostderr:
I0916 19:35:14.802650  915446 out.go:345] Setting OutFile to fd 1 ...
I0916 19:35:14.802883  915446 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0916 19:35:14.802912  915446 out.go:358] Setting ErrFile to fd 2...
I0916 19:35:14.802933  915446 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0916 19:35:14.803264  915446 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19649-879552/.minikube/bin
I0916 19:35:14.804090  915446 config.go:182] Loaded profile config "functional-060237": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0916 19:35:14.805274  915446 config.go:182] Loaded profile config "functional-060237": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0916 19:35:14.806050  915446 cli_runner.go:164] Run: docker container inspect functional-060237 --format={{.State.Status}}
I0916 19:35:14.828231  915446 ssh_runner.go:195] Run: systemctl --version
I0916 19:35:14.828286  915446 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-060237
I0916 19:35:14.870117  915446 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33568 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/functional-060237/id_rsa Username:docker}
I0916 19:35:14.968437  915446 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.33s)

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

                                                
                                                
=== 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-060237 image ls --format yaml --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-060237 image ls --format yaml --alsologtostderr:
- 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: b887aca7aed6134b029401507d27ac9c8fbfc5a6cf510d254bdf4ac841cf1552
repoDigests:
- docker.io/library/nginx@sha256:19db381c08a95b2040d5637a65c7a59af6c2f21444b0c8730505280a0255fb53
- docker.io/library/nginx@sha256:a5127daff3d6f4606be3100a252419bfa84fd6ee5cd74d0feaca1a5068f97dcf
repoTags:
- docker.io/library/nginx:alpine
size: "48375489"
- 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: 3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300
repoDigests:
- registry.k8s.io/pause@sha256:e59730b14890252c14f85976e22ab1c47ec28b111ffed407f34bca1b44447476
repoTags:
- registry.k8s.io/pause:3.3
size: "487479"
- 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: ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17
repoDigests:
- localhost/kicbase/echo-server@sha256:49260110d6ce1914d3de292ed370ee11a2e34ab577b97e6011d795cb13534d4a
repoTags:
- localhost/kicbase/echo-server:functional-060237
size: "4788229"
- 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: afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e4b3e5699057e6aa8
repoDigests:
- registry.k8s.io/pause@sha256:e50b7059b633caf3c1449b8da680d11845cda4506b513ee7a2de00725f0a34a7
- registry.k8s.io/pause@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a
repoTags:
- registry.k8s.io/pause:3.10
size: "519877"
- id: 8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a
repoDigests:
- registry.k8s.io/pause@sha256:f5e31d44aa14d5669e030380b656463a7e45934c03994e72e3dbf83d4a645cca
repoTags:
- registry.k8s.io/pause:latest
size: "246070"
- 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: 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: a5a265ae679d2a6a1b475db0244eb80f9870d680473e7ccdc5c8ec7bee1f5f50
repoDigests:
- localhost/minikube-local-cache-test@sha256:b0ba3f5cc72a1bf6d5f6d11e4941b0578d2838bb20439505cf7dbd6aa55ec745
repoTags:
- localhost/minikube-local-cache-test:functional-060237
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: 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: 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: 8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5
repoDigests:
- registry.k8s.io/pause@sha256:b0602c9f938379133ff8017007894b48c1112681c9468f82a1e4cbf8a4498b67
repoTags:
- registry.k8s.io/pause:3.1
size: "528622"

                                                
                                                
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-060237 image ls --format yaml --alsologtostderr:
I0916 19:35:14.468798  915334 out.go:345] Setting OutFile to fd 1 ...
I0916 19:35:14.478551  915334 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0916 19:35:14.478654  915334 out.go:358] Setting ErrFile to fd 2...
I0916 19:35:14.478688  915334 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0916 19:35:14.479016  915334 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19649-879552/.minikube/bin
I0916 19:35:14.479884  915334 config.go:182] Loaded profile config "functional-060237": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0916 19:35:14.480082  915334 config.go:182] Loaded profile config "functional-060237": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0916 19:35:14.480650  915334 cli_runner.go:164] Run: docker container inspect functional-060237 --format={{.State.Status}}
I0916 19:35:14.516723  915334 ssh_runner.go:195] Run: systemctl --version
I0916 19:35:14.516777  915334 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-060237
I0916 19:35:14.539017  915334 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33568 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/functional-060237/id_rsa Username:docker}
I0916 19:35:14.647434  915334 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.36s)

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

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

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

                                                
                                                
** /stderr **
functional_test.go:315: (dbg) Run:  out/minikube-linux-arm64 -p functional-060237 image build -t localhost/my-image:functional-060237 testdata/build --alsologtostderr
functional_test.go:315: (dbg) Done: out/minikube-linux-arm64 -p functional-060237 image build -t localhost/my-image:functional-060237 testdata/build --alsologtostderr: (2.898844174s)
functional_test.go:320: (dbg) Stdout: out/minikube-linux-arm64 -p functional-060237 image build -t localhost/my-image:functional-060237 testdata/build --alsologtostderr:
STEP 1/3: FROM gcr.io/k8s-minikube/busybox
STEP 2/3: RUN true
--> 1560f1d7e91
STEP 3/3: ADD content.txt /
COMMIT localhost/my-image:functional-060237
--> 0ef358ffff6
Successfully tagged localhost/my-image:functional-060237
0ef358ffff61faafe7e805246209d1f1fb21b20fdf78878afbe00628e45266ef
functional_test.go:323: (dbg) Stderr: out/minikube-linux-arm64 -p functional-060237 image build -t localhost/my-image:functional-060237 testdata/build --alsologtostderr:
I0916 19:35:15.125147  915529 out.go:345] Setting OutFile to fd 1 ...
I0916 19:35:15.125680  915529 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0916 19:35:15.125695  915529 out.go:358] Setting ErrFile to fd 2...
I0916 19:35:15.125701  915529 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0916 19:35:15.126015  915529 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19649-879552/.minikube/bin
I0916 19:35:15.126865  915529 config.go:182] Loaded profile config "functional-060237": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0916 19:35:15.127538  915529 config.go:182] Loaded profile config "functional-060237": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0916 19:35:15.128081  915529 cli_runner.go:164] Run: docker container inspect functional-060237 --format={{.State.Status}}
I0916 19:35:15.153572  915529 ssh_runner.go:195] Run: systemctl --version
I0916 19:35:15.153663  915529 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-060237
I0916 19:35:15.176807  915529 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33568 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/functional-060237/id_rsa Username:docker}
I0916 19:35:15.278327  915529 build_images.go:161] Building image from path: /tmp/build.3006339351.tar
I0916 19:35:15.278414  915529 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0916 19:35:15.292038  915529 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.3006339351.tar
I0916 19:35:15.297377  915529 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.3006339351.tar: stat -c "%s %y" /var/lib/minikube/build/build.3006339351.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.3006339351.tar': No such file or directory
I0916 19:35:15.297414  915529 ssh_runner.go:362] scp /tmp/build.3006339351.tar --> /var/lib/minikube/build/build.3006339351.tar (3072 bytes)
I0916 19:35:15.324499  915529 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.3006339351
I0916 19:35:15.349762  915529 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.3006339351 -xf /var/lib/minikube/build/build.3006339351.tar
I0916 19:35:15.359525  915529 crio.go:315] Building image: /var/lib/minikube/build/build.3006339351
I0916 19:35:15.359619  915529 ssh_runner.go:195] Run: sudo podman build -t localhost/my-image:functional-060237 /var/lib/minikube/build/build.3006339351 --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
I0916 19:35:17.915757  915529 ssh_runner.go:235] Completed: sudo podman build -t localhost/my-image:functional-060237 /var/lib/minikube/build/build.3006339351 --cgroup-manager=cgroupfs: (2.556108646s)
I0916 19:35:17.915832  915529 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.3006339351
I0916 19:35:17.925826  915529 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.3006339351.tar
I0916 19:35:17.935085  915529 build_images.go:217] Built localhost/my-image:functional-060237 from /tmp/build.3006339351.tar
I0916 19:35:17.935122  915529 build_images.go:133] succeeded building to: functional-060237
I0916 19:35:17.935129  915529 build_images.go:134] failed building to: 
functional_test.go:451: (dbg) Run:  out/minikube-linux-arm64 -p functional-060237 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (3.49s)

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

                                                
                                                
=== 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-060237
--- PASS: TestFunctional/parallel/ImageCommands/Setup (0.69s)

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

                                                
                                                
=== 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-060237 update-context --alsologtostderr -v=2
2024/09/16 19:35:13 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_changes (0.30s)

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_list
functional_test.go:1310: (dbg) Run:  out/minikube-linux-arm64 profile list
functional_test.go:1315: Took "465.214304ms" 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 "87.595888ms" to run "out/minikube-linux-arm64 profile list -l"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_list (0.55s)

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

                                                
                                                
=== 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 "404.510797ms" 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 "75.87387ms" to run "out/minikube-linux-arm64 profile list -o json --light"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_json_output (0.48s)

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-060237 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" [61e85a5a-89de-46cd-a74d-e23cc70ea8ed] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [61e85a5a-89de-46cd-a74d-e23cc70ea8ed] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 10.004388554s
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (10.42s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadFromFile
functional_test.go:409: (dbg) Run:  out/minikube-linux-arm64 -p functional-060237 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-060237 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadFromFile (0.83s)

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/AccessDirect
functional_test_tunnel_test.go:299: tunnel at http://10.108.86.245 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-060237 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-060237 create deployment hello-node --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1445: (dbg) Run:  kubectl --context functional-060237 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-57jd5" [1cd628ff-3e2b-4a97-ad48-2aab472100de] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-64b4f8f9ff-57jd5" [1cd628ff-3e2b-4a97-ad48-2aab472100de] Running
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 7.003922399s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (7.24s)

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

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

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-arm64 -p functional-060237 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-arm64 -p functional-060237 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 16 19:34 created-by-test
-rw-r--r-- 1 docker docker 24 Sep 16 19:34 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Sep 16 19:34 test-1726515298922523947
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-arm64 -p functional-060237 ssh cat /mount-9p/test-1726515298922523947
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-060237 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" [70e585eb-08db-497e-9680-0d996a63d1f2] Pending
helpers_test.go:344: "busybox-mount" [70e585eb-08db-497e-9680-0d996a63d1f2] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [70e585eb-08db-497e-9680-0d996a63d1f2] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [70e585eb-08db-497e-9680-0d996a63d1f2] 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 5.004556787s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-060237 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-060237 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-060237 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-arm64 -p functional-060237 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-060237 /tmp/TestFunctionalparallelMountCmdany-port3927381513/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (8.60s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (170.86s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-arm64 start -p ha-007216 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0916 19:35:29.865629  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:35:29.872445  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:35:29.884007  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:35:29.905541  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:35:29.947106  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:35:30.028712  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:35:30.193147  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:35:30.516049  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:35:31.157783  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:35:32.439138  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:35:35.000631  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:35:40.121993  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:35:50.363572  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:36:10.844881  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:36:51.806542  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:101: (dbg) Done: out/minikube-linux-arm64 start -p ha-007216 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (2m49.975090396s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-arm64 -p ha-007216 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (170.86s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (7.89s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeployApp
ha_test.go:128: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-007216 -- apply -f ./testdata/ha/ha-pod-dns-test.yaml
ha_test.go:133: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-007216 -- rollout status deployment/busybox
E0916 19:38:13.728623  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:133: (dbg) Done: out/minikube-linux-arm64 kubectl -p ha-007216 -- rollout status deployment/busybox: (5.039310491s)
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-007216 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:163: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-007216 -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:171: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-007216 -- exec busybox-7dff88458-7c5qr -- nslookup kubernetes.io
ha_test.go:171: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-007216 -- exec busybox-7dff88458-gk6tp -- nslookup kubernetes.io
ha_test.go:171: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-007216 -- exec busybox-7dff88458-lnxbv -- nslookup kubernetes.io
ha_test.go:181: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-007216 -- exec busybox-7dff88458-7c5qr -- nslookup kubernetes.default
ha_test.go:181: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-007216 -- exec busybox-7dff88458-gk6tp -- nslookup kubernetes.default
ha_test.go:181: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-007216 -- exec busybox-7dff88458-lnxbv -- nslookup kubernetes.default
ha_test.go:189: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-007216 -- exec busybox-7dff88458-7c5qr -- nslookup kubernetes.default.svc.cluster.local
ha_test.go:189: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-007216 -- exec busybox-7dff88458-gk6tp -- nslookup kubernetes.default.svc.cluster.local
ha_test.go:189: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-007216 -- exec busybox-7dff88458-lnxbv -- nslookup kubernetes.default.svc.cluster.local
--- PASS: TestMultiControlPlane/serial/DeployApp (7.89s)

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.63s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/PingHostFromPods
ha_test.go:199: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-007216 -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:207: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-007216 -- exec busybox-7dff88458-7c5qr -- 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-007216 -- exec busybox-7dff88458-7c5qr -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-007216 -- exec busybox-7dff88458-gk6tp -- 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-007216 -- exec busybox-7dff88458-gk6tp -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-007216 -- exec busybox-7dff88458-lnxbv -- 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-007216 -- exec busybox-7dff88458-lnxbv -- sh -c "ping -c 1 192.168.49.1"
--- PASS: TestMultiControlPlane/serial/PingHostFromPods (1.63s)

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (34.86s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.11s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (0.75s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (19.3s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (12.78s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0916 19:39:28.551060  931226 out.go:345] Setting OutFile to fd 1 ...
	I0916 19:39:28.551207  931226 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:39:28.551219  931226 out.go:358] Setting ErrFile to fd 2...
	I0916 19:39:28.551225  931226 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:39:28.551464  931226 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19649-879552/.minikube/bin
	I0916 19:39:28.551651  931226 out.go:352] Setting JSON to false
	I0916 19:39:28.551679  931226 mustload.go:65] Loading cluster: ha-007216
	I0916 19:39:28.552104  931226 config.go:182] Loaded profile config "ha-007216": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0916 19:39:28.552128  931226 status.go:255] checking status of ha-007216 ...
	I0916 19:39:28.552640  931226 cli_runner.go:164] Run: docker container inspect ha-007216 --format={{.State.Status}}
	I0916 19:39:28.552802  931226 notify.go:220] Checking for updates...
	I0916 19:39:28.575940  931226 status.go:330] ha-007216 host status = "Running" (err=<nil>)
	I0916 19:39:28.575967  931226 host.go:66] Checking if "ha-007216" exists ...
	I0916 19:39:28.576295  931226 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-007216
	I0916 19:39:28.609016  931226 host.go:66] Checking if "ha-007216" exists ...
	I0916 19:39:28.609387  931226 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0916 19:39:28.609460  931226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-007216
	I0916 19:39:28.626747  931226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33573 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/ha-007216/id_rsa Username:docker}
	I0916 19:39:28.728639  931226 ssh_runner.go:195] Run: systemctl --version
	I0916 19:39:28.732894  931226 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0916 19:39:28.745031  931226 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0916 19:39:28.806024  931226 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:4 ContainersRunning:3 ContainersPaused:0 ContainersStopped:1 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:53 OomKillDisable:true NGoroutines:71 SystemTime:2024-09-16 19:39:28.795000842 +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:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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>}}
	I0916 19:39:28.806606  931226 kubeconfig.go:125] found "ha-007216" server: "https://192.168.49.254:8443"
	I0916 19:39:28.806688  931226 api_server.go:166] Checking apiserver status ...
	I0916 19:39:28.806737  931226 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0916 19:39:28.817974  931226 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1406/cgroup
	I0916 19:39:28.827475  931226 api_server.go:182] apiserver freezer: "13:freezer:/docker/fcbfe019609cc3c9b4542b74bfa0944475030b70270d58f538d6e687026828d6/crio/crio-3b6754df86785f636ce566b0f49457155b63f5c391903887b4d6dc9dd2238b10"
	I0916 19:39:28.827549  931226 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/fcbfe019609cc3c9b4542b74bfa0944475030b70270d58f538d6e687026828d6/crio/crio-3b6754df86785f636ce566b0f49457155b63f5c391903887b4d6dc9dd2238b10/freezer.state
	I0916 19:39:28.836447  931226 api_server.go:204] freezer state: "THAWED"
	I0916 19:39:28.836477  931226 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0916 19:39:28.845504  931226 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0916 19:39:28.845544  931226 status.go:422] ha-007216 apiserver status = Running (err=<nil>)
	I0916 19:39:28.845580  931226 status.go:257] ha-007216 status: &{Name:ha-007216 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0916 19:39:28.845604  931226 status.go:255] checking status of ha-007216-m02 ...
	I0916 19:39:28.845956  931226 cli_runner.go:164] Run: docker container inspect ha-007216-m02 --format={{.State.Status}}
	I0916 19:39:28.863647  931226 status.go:330] ha-007216-m02 host status = "Stopped" (err=<nil>)
	I0916 19:39:28.863673  931226 status.go:343] host is not running, skipping remaining checks
	I0916 19:39:28.863681  931226 status.go:257] ha-007216-m02 status: &{Name:ha-007216-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0916 19:39:28.863703  931226 status.go:255] checking status of ha-007216-m03 ...
	I0916 19:39:28.864025  931226 cli_runner.go:164] Run: docker container inspect ha-007216-m03 --format={{.State.Status}}
	I0916 19:39:28.881682  931226 status.go:330] ha-007216-m03 host status = "Running" (err=<nil>)
	I0916 19:39:28.881707  931226 host.go:66] Checking if "ha-007216-m03" exists ...
	I0916 19:39:28.882081  931226 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-007216-m03
	I0916 19:39:28.901936  931226 host.go:66] Checking if "ha-007216-m03" exists ...
	I0916 19:39:28.902261  931226 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0916 19:39:28.902312  931226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-007216-m03
	I0916 19:39:28.919086  931226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33583 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/ha-007216-m03/id_rsa Username:docker}
	I0916 19:39:29.019621  931226 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0916 19:39:29.032673  931226 kubeconfig.go:125] found "ha-007216" server: "https://192.168.49.254:8443"
	I0916 19:39:29.032704  931226 api_server.go:166] Checking apiserver status ...
	I0916 19:39:29.032756  931226 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0916 19:39:29.044138  931226 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1306/cgroup
	I0916 19:39:29.053677  931226 api_server.go:182] apiserver freezer: "13:freezer:/docker/1dd2b27b46bf33ace7cbe9af24aa9e72585c2dc024f213d56ad63d51e61b5bcd/crio/crio-012e3e31700f10d275dc8d0a90188e4a33a53285a3e843288892fa467a74d552"
	I0916 19:39:29.053757  931226 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/1dd2b27b46bf33ace7cbe9af24aa9e72585c2dc024f213d56ad63d51e61b5bcd/crio/crio-012e3e31700f10d275dc8d0a90188e4a33a53285a3e843288892fa467a74d552/freezer.state
	I0916 19:39:29.062468  931226 api_server.go:204] freezer state: "THAWED"
	I0916 19:39:29.062499  931226 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0916 19:39:29.070689  931226 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0916 19:39:29.070769  931226 status.go:422] ha-007216-m03 apiserver status = Running (err=<nil>)
	I0916 19:39:29.070794  931226 status.go:257] ha-007216-m03 status: &{Name:ha-007216-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0916 19:39:29.070847  931226 status.go:255] checking status of ha-007216-m04 ...
	I0916 19:39:29.071202  931226 cli_runner.go:164] Run: docker container inspect ha-007216-m04 --format={{.State.Status}}
	I0916 19:39:29.087696  931226 status.go:330] ha-007216-m04 host status = "Running" (err=<nil>)
	I0916 19:39:29.087725  931226 host.go:66] Checking if "ha-007216-m04" exists ...
	I0916 19:39:29.088116  931226 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-007216-m04
	I0916 19:39:29.105583  931226 host.go:66] Checking if "ha-007216-m04" exists ...
	I0916 19:39:29.105929  931226 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0916 19:39:29.105975  931226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-007216-m04
	I0916 19:39:29.123395  931226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33588 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/ha-007216-m04/id_rsa Username:docker}
	I0916 19:39:29.219696  931226 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0916 19:39:29.237579  931226 status.go:257] ha-007216-m04 status: &{Name:ha-007216-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

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

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartSecondaryNode
ha_test.go:420: (dbg) Run:  out/minikube-linux-arm64 -p ha-007216 node start m02 -v=7 --alsologtostderr
E0916 19:39:30.424974  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:39:30.431786  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:39:30.443120  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:39:30.464504  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:39:30.506988  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:39:30.589389  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:39:30.750861  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:39:31.072303  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:39:31.714168  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:39:32.995831  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:39:35.557588  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:39:40.678998  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:39:50.920576  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:420: (dbg) Done: out/minikube-linux-arm64 -p ha-007216 node start m02 -v=7 --alsologtostderr: (23.380286744s)
ha_test.go:428: (dbg) Run:  out/minikube-linux-arm64 -p ha-007216 status -v=7 --alsologtostderr
ha_test.go:428: (dbg) Done: out/minikube-linux-arm64 -p ha-007216 status -v=7 --alsologtostderr: (1.404790377s)
ha_test.go:448: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiControlPlane/serial/RestartSecondaryNode (24.97s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (4.61s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (152.29s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:456: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-007216 -v=7 --alsologtostderr
ha_test.go:462: (dbg) Run:  out/minikube-linux-arm64 stop -p ha-007216 -v=7 --alsologtostderr
E0916 19:40:11.401857  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:40:29.865040  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:462: (dbg) Done: out/minikube-linux-arm64 stop -p ha-007216 -v=7 --alsologtostderr: (37.306640249s)
ha_test.go:467: (dbg) Run:  out/minikube-linux-arm64 start -p ha-007216 --wait=true -v=7 --alsologtostderr
E0916 19:40:52.364495  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:40:57.570847  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:42:14.286792  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:467: (dbg) Done: out/minikube-linux-arm64 start -p ha-007216 --wait=true -v=7 --alsologtostderr: (1m54.804039621s)
ha_test.go:472: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-007216
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (152.29s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (12.65s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeleteSecondaryNode
ha_test.go:487: (dbg) Run:  out/minikube-linux-arm64 -p ha-007216 node delete m03 -v=7 --alsologtostderr
ha_test.go:487: (dbg) Done: out/minikube-linux-arm64 -p ha-007216 node delete m03 -v=7 --alsologtostderr: (11.685337436s)
ha_test.go:493: (dbg) Run:  out/minikube-linux-arm64 -p ha-007216 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.65s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.54s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (35.89s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0916 19:43:20.674904  945174 out.go:345] Setting OutFile to fd 1 ...
	I0916 19:43:20.675038  945174 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:43:20.675049  945174 out.go:358] Setting ErrFile to fd 2...
	I0916 19:43:20.675055  945174 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:43:20.675324  945174 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19649-879552/.minikube/bin
	I0916 19:43:20.675514  945174 out.go:352] Setting JSON to false
	I0916 19:43:20.675547  945174 mustload.go:65] Loading cluster: ha-007216
	I0916 19:43:20.675587  945174 notify.go:220] Checking for updates...
	I0916 19:43:20.676053  945174 config.go:182] Loaded profile config "ha-007216": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0916 19:43:20.676091  945174 status.go:255] checking status of ha-007216 ...
	I0916 19:43:20.676689  945174 cli_runner.go:164] Run: docker container inspect ha-007216 --format={{.State.Status}}
	I0916 19:43:20.696038  945174 status.go:330] ha-007216 host status = "Stopped" (err=<nil>)
	I0916 19:43:20.696064  945174 status.go:343] host is not running, skipping remaining checks
	I0916 19:43:20.696072  945174 status.go:257] ha-007216 status: &{Name:ha-007216 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0916 19:43:20.696106  945174 status.go:255] checking status of ha-007216-m02 ...
	I0916 19:43:20.696430  945174 cli_runner.go:164] Run: docker container inspect ha-007216-m02 --format={{.State.Status}}
	I0916 19:43:20.720177  945174 status.go:330] ha-007216-m02 host status = "Stopped" (err=<nil>)
	I0916 19:43:20.720198  945174 status.go:343] host is not running, skipping remaining checks
	I0916 19:43:20.720206  945174 status.go:257] ha-007216-m02 status: &{Name:ha-007216-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0916 19:43:20.720227  945174 status.go:255] checking status of ha-007216-m04 ...
	I0916 19:43:20.720548  945174 cli_runner.go:164] Run: docker container inspect ha-007216-m04 --format={{.State.Status}}
	I0916 19:43:20.737696  945174 status.go:330] ha-007216-m04 host status = "Stopped" (err=<nil>)
	I0916 19:43:20.737721  945174 status.go:343] host is not running, skipping remaining checks
	I0916 19:43:20.737729  945174 status.go:257] ha-007216-m04 status: &{Name:ha-007216-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (104.21s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:560: (dbg) Run:  out/minikube-linux-arm64 start -p ha-007216 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0916 19:44:30.425164  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
E0916 19:44:58.129188  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:560: (dbg) Done: out/minikube-linux-arm64 start -p ha-007216 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (1m43.271035672s)
ha_test.go:566: (dbg) Run:  out/minikube-linux-arm64 -p ha-007216 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 (104.21s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.57s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (73.31s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:605: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-007216 --control-plane -v=7 --alsologtostderr
E0916 19:45:29.864973  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:605: (dbg) Done: out/minikube-linux-arm64 node add -p ha-007216 --control-plane -v=7 --alsologtostderr: (1m12.267416789s)
ha_test.go:611: (dbg) Run:  out/minikube-linux-arm64 -p ha-007216 status -v=7 --alsologtostderr
ha_test.go:611: (dbg) Done: out/minikube-linux-arm64 -p ha-007216 status -v=7 --alsologtostderr: (1.039672819s)
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (73.31s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (0.8s)

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

                                                
                                    
x
+
TestJSONOutput/start/Command (77.48s)

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

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

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

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

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

                                                
                                    
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-450301 --output=json --user=testUser
json_output_test.go:63: (dbg) Done: out/minikube-linux-arm64 stop -p json-output-450301 --output=json --user=testUser: (5.894344706s)
--- 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.22s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"7d1d5a7c-4659-486b-8b59-67ee13dabf4f","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-585196] minikube v1.34.0 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"e44ac926-d60a-4907-8f5c-0f704b1f041a","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19649"}}
	{"specversion":"1.0","id":"c42e1345-aac4-4fd6-a777-09fa7dae3665","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":"fb025076-4c98-479b-9744-d7cd6e206fc5","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19649-879552/kubeconfig"}}
	{"specversion":"1.0","id":"6029ff5e-f401-468b-a952-079a2dc37a72","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19649-879552/.minikube"}}
	{"specversion":"1.0","id":"19d428f7-1b3b-480d-b28f-ac8ec5ef972a","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":"12d5e00a-04bc-4034-9766-c33d67bb22cc","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"636a701b-b8c3-4521-a177-24de4928f4da","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-585196" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p json-output-error-585196
--- PASS: TestErrorJSONOutput (0.22s)

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (38.05s)

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

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (37.99s)

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

                                                
                                    
x
+
TestKicExistingNetwork (32.01s)

                                                
                                                
=== 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-497214 --network=existing-network
E0916 19:49:30.425296  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-arm64 start -p existing-network-497214 --network=existing-network: (29.836429668s)
helpers_test.go:175: Cleaning up "existing-network-497214" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p existing-network-497214
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p existing-network-497214: (2.016073693s)
--- PASS: TestKicExistingNetwork (32.01s)

                                                
                                    
x
+
TestKicCustomSubnet (35.93s)

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

                                                
                                    
x
+
TestKicStaticIP (35.2s)

                                                
                                                
=== RUN   TestKicStaticIP
kic_custom_network_test.go:132: (dbg) Run:  out/minikube-linux-arm64 start -p static-ip-371643 --static-ip=192.168.200.200
E0916 19:50:29.865194  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:132: (dbg) Done: out/minikube-linux-arm64 start -p static-ip-371643 --static-ip=192.168.200.200: (32.990636357s)
kic_custom_network_test.go:138: (dbg) Run:  out/minikube-linux-arm64 -p static-ip-371643 ip
helpers_test.go:175: Cleaning up "static-ip-371643" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p static-ip-371643
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p static-ip-371643: (2.059949354s)
--- PASS: TestKicStaticIP (35.20s)

                                                
                                    
x
+
TestMainNoArgs (0.05s)

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

                                                
                                    
x
+
TestMinikubeProfile (66s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p first-107955 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p first-107955 --driver=docker  --container-runtime=crio: (29.817796526s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p second-110679 --driver=docker  --container-runtime=crio
E0916 19:51:52.934271  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p second-110679 --driver=docker  --container-runtime=crio: (30.795273285s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-arm64 profile first-107955
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-110679
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-arm64 profile list -ojson
helpers_test.go:175: Cleaning up "second-110679" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p second-110679
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p second-110679: (1.937132467s)
helpers_test.go:175: Cleaning up "first-107955" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p first-107955
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p first-107955: (2.155729758s)
--- PASS: TestMinikubeProfile (66.00s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (6.89s)

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

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

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (6.53s)

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

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

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.62s)

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

                                                
                                    
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-227045 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-227045
mount_start_test.go:155: (dbg) Done: out/minikube-linux-arm64 stop -p mount-start-2-227045: (1.195251273s)
--- PASS: TestMountStart/serial/Stop (1.20s)

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (8.13s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.27s)

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

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (104.49s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-373848 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
multinode_test.go:96: (dbg) Done: out/minikube-linux-arm64 start -p multinode-373848 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (1m43.984269165s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-arm64 -p multinode-373848 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (104.49s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (6.09s)

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

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (0.98s)

                                                
                                                
=== RUN   TestMultiNode/serial/PingHostFrom2Pods
multinode_test.go:564: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-373848 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:572: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-373848 -- exec busybox-7dff88458-4vd7d -- 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-373848 -- exec busybox-7dff88458-4vd7d -- sh -c "ping -c 1 192.168.67.1"
multinode_test.go:572: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-373848 -- exec busybox-7dff88458-kdxjb -- 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-373848 -- exec busybox-7dff88458-kdxjb -- sh -c "ping -c 1 192.168.67.1"
--- PASS: TestMultiNode/serial/PingHostFrom2Pods (0.98s)

                                                
                                    
x
+
TestMultiNode/serial/AddNode (27.7s)

                                                
                                                
=== RUN   TestMultiNode/serial/AddNode
multinode_test.go:121: (dbg) Run:  out/minikube-linux-arm64 node add -p multinode-373848 -v 3 --alsologtostderr
E0916 19:54:30.424461  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:121: (dbg) Done: out/minikube-linux-arm64 node add -p multinode-373848 -v 3 --alsologtostderr: (27.019989136s)
multinode_test.go:127: (dbg) Run:  out/minikube-linux-arm64 -p multinode-373848 status --alsologtostderr
--- PASS: TestMultiNode/serial/AddNode (27.70s)

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.09s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.33s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (10.18s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.64s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0916 19:55:01.072047  998125 out.go:345] Setting OutFile to fd 1 ...
	I0916 19:55:01.072226  998125 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:55:01.072256  998125 out.go:358] Setting ErrFile to fd 2...
	I0916 19:55:01.072282  998125 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:55:01.072560  998125 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19649-879552/.minikube/bin
	I0916 19:55:01.072779  998125 out.go:352] Setting JSON to false
	I0916 19:55:01.072840  998125 mustload.go:65] Loading cluster: multinode-373848
	I0916 19:55:01.072898  998125 notify.go:220] Checking for updates...
	I0916 19:55:01.073307  998125 config.go:182] Loaded profile config "multinode-373848": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0916 19:55:01.073357  998125 status.go:255] checking status of multinode-373848 ...
	I0916 19:55:01.074306  998125 cli_runner.go:164] Run: docker container inspect multinode-373848 --format={{.State.Status}}
	I0916 19:55:01.095459  998125 status.go:330] multinode-373848 host status = "Running" (err=<nil>)
	I0916 19:55:01.095487  998125 host.go:66] Checking if "multinode-373848" exists ...
	I0916 19:55:01.095842  998125 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-373848
	I0916 19:55:01.123031  998125 host.go:66] Checking if "multinode-373848" exists ...
	I0916 19:55:01.123351  998125 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0916 19:55:01.123402  998125 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-373848
	I0916 19:55:01.142107  998125 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33693 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/multinode-373848/id_rsa Username:docker}
	I0916 19:55:01.240752  998125 ssh_runner.go:195] Run: systemctl --version
	I0916 19:55:01.245633  998125 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0916 19:55:01.257645  998125 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0916 19:55:01.317766  998125 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:3 ContainersRunning:2 ContainersPaused:0 ContainersStopped:1 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:41 OomKillDisable:true NGoroutines:61 SystemTime:2024-09-16 19:55:01.306711651 +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:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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>}}
	I0916 19:55:01.318432  998125 kubeconfig.go:125] found "multinode-373848" server: "https://192.168.67.2:8443"
	I0916 19:55:01.318464  998125 api_server.go:166] Checking apiserver status ...
	I0916 19:55:01.318509  998125 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0916 19:55:01.331465  998125 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1343/cgroup
	I0916 19:55:01.343057  998125 api_server.go:182] apiserver freezer: "13:freezer:/docker/403977e8f8a824f0bbb98c737a9332878b9a6ead2f2802f2043f5b2be69876bb/crio/crio-f75c4f4fda04b83cf6af0f03c66b3fe8790dd463b98d9410d2844172e70bbabe"
	I0916 19:55:01.343198  998125 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/403977e8f8a824f0bbb98c737a9332878b9a6ead2f2802f2043f5b2be69876bb/crio/crio-f75c4f4fda04b83cf6af0f03c66b3fe8790dd463b98d9410d2844172e70bbabe/freezer.state
	I0916 19:55:01.352891  998125 api_server.go:204] freezer state: "THAWED"
	I0916 19:55:01.352928  998125 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0916 19:55:01.360817  998125 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0916 19:55:01.360845  998125 status.go:422] multinode-373848 apiserver status = Running (err=<nil>)
	I0916 19:55:01.360856  998125 status.go:257] multinode-373848 status: &{Name:multinode-373848 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0916 19:55:01.360873  998125 status.go:255] checking status of multinode-373848-m02 ...
	I0916 19:55:01.361199  998125 cli_runner.go:164] Run: docker container inspect multinode-373848-m02 --format={{.State.Status}}
	I0916 19:55:01.378248  998125 status.go:330] multinode-373848-m02 host status = "Running" (err=<nil>)
	I0916 19:55:01.378283  998125 host.go:66] Checking if "multinode-373848-m02" exists ...
	I0916 19:55:01.378606  998125 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-373848-m02
	I0916 19:55:01.396988  998125 host.go:66] Checking if "multinode-373848-m02" exists ...
	I0916 19:55:01.397403  998125 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0916 19:55:01.397461  998125 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-373848-m02
	I0916 19:55:01.415976  998125 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33698 SSHKeyPath:/home/jenkins/minikube-integration/19649-879552/.minikube/machines/multinode-373848-m02/id_rsa Username:docker}
	I0916 19:55:01.516350  998125 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0916 19:55:01.529494  998125 status.go:257] multinode-373848-m02 status: &{Name:multinode-373848-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0916 19:55:01.529532  998125 status.go:255] checking status of multinode-373848-m03 ...
	I0916 19:55:01.529904  998125 cli_runner.go:164] Run: docker container inspect multinode-373848-m03 --format={{.State.Status}}
	I0916 19:55:01.547757  998125 status.go:330] multinode-373848-m03 host status = "Stopped" (err=<nil>)
	I0916 19:55:01.547781  998125 status.go:343] host is not running, skipping remaining checks
	I0916 19:55:01.547789  998125 status.go:257] multinode-373848-m03 status: &{Name:multinode-373848-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (10.21s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (102.81s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-373848
multinode_test.go:321: (dbg) Run:  out/minikube-linux-arm64 stop -p multinode-373848
E0916 19:55:29.864712  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:321: (dbg) Done: out/minikube-linux-arm64 stop -p multinode-373848: (24.88261256s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-373848 --wait=true -v=8 --alsologtostderr
E0916 19:55:53.490950  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:326: (dbg) Done: out/minikube-linux-arm64 start -p multinode-373848 --wait=true -v=8 --alsologtostderr: (1m17.806272008s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-373848
--- PASS: TestMultiNode/serial/RestartKeepsNodes (102.81s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (5.56s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (24.21s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0916 19:57:24.292018 1005946 out.go:345] Setting OutFile to fd 1 ...
	I0916 19:57:24.292164 1005946 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:57:24.292176 1005946 out.go:358] Setting ErrFile to fd 2...
	I0916 19:57:24.292181 1005946 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 19:57:24.292430 1005946 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19649-879552/.minikube/bin
	I0916 19:57:24.292625 1005946 out.go:352] Setting JSON to false
	I0916 19:57:24.292654 1005946 mustload.go:65] Loading cluster: multinode-373848
	I0916 19:57:24.292751 1005946 notify.go:220] Checking for updates...
	I0916 19:57:24.293116 1005946 config.go:182] Loaded profile config "multinode-373848": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0916 19:57:24.293129 1005946 status.go:255] checking status of multinode-373848 ...
	I0916 19:57:24.293940 1005946 cli_runner.go:164] Run: docker container inspect multinode-373848 --format={{.State.Status}}
	I0916 19:57:24.313367 1005946 status.go:330] multinode-373848 host status = "Stopped" (err=<nil>)
	I0916 19:57:24.313391 1005946 status.go:343] host is not running, skipping remaining checks
	I0916 19:57:24.313399 1005946 status.go:257] multinode-373848 status: &{Name:multinode-373848 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0916 19:57:24.313441 1005946 status.go:255] checking status of multinode-373848-m02 ...
	I0916 19:57:24.313783 1005946 cli_runner.go:164] Run: docker container inspect multinode-373848-m02 --format={{.State.Status}}
	I0916 19:57:24.331653 1005946 status.go:330] multinode-373848-m02 host status = "Stopped" (err=<nil>)
	I0916 19:57:24.331680 1005946 status.go:343] host is not running, skipping remaining checks
	I0916 19:57:24.331688 1005946 status.go:257] multinode-373848-m02 status: &{Name:multinode-373848-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (54.69s)

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

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (32.96s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to GUEST_NODE_ADD: failed to add node: Node multinode-373848-m03 already exists in multinode-373848-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-373848-m03
multinode_test.go:484: (dbg) Done: out/minikube-linux-arm64 delete -p multinode-373848-m03: (2.000833832s)
--- PASS: TestMultiNode/serial/ValidateNameConflict (32.96s)

                                                
                                    
x
+
TestPreload (137.67s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-807783 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4
E0916 19:59:30.424549  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:00:29.865387  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
preload_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-807783 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4: (1m42.625808816s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-807783 image pull gcr.io/k8s-minikube/busybox
preload_test.go:52: (dbg) Done: out/minikube-linux-arm64 -p test-preload-807783 image pull gcr.io/k8s-minikube/busybox: (3.033729426s)
preload_test.go:58: (dbg) Run:  out/minikube-linux-arm64 stop -p test-preload-807783
preload_test.go:58: (dbg) Done: out/minikube-linux-arm64 stop -p test-preload-807783: (5.822644683s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-807783 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio
preload_test.go:66: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-807783 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio: (23.402476702s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-807783 image list
helpers_test.go:175: Cleaning up "test-preload-807783" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p test-preload-807783
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p test-preload-807783: (2.456150567s)
--- PASS: TestPreload (137.67s)

                                                
                                    
x
+
TestScheduledStopUnix (106.9s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestInsufficientStorage (10.77s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"66593db6-ca7c-49b5-8f12-f2ec3c241eac","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-474704] minikube v1.34.0 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"45e15785-8543-4176-8d21-84926c534c34","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19649"}}
	{"specversion":"1.0","id":"8be65104-cff3-4966-9c7e-3d298d8a0c15","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":"f6fa515c-a394-4127-b5de-528dc8904454","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19649-879552/kubeconfig"}}
	{"specversion":"1.0","id":"951989bb-9fd9-4f08-9fe0-f96784092303","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19649-879552/.minikube"}}
	{"specversion":"1.0","id":"90da1248-18f0-438b-b26f-e6829c553cc2","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":"f4e87686-a88e-4ace-8603-72224e4a9758","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"ab5dc2df-8e15-454b-9438-55d5a4e9534d","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":"e5dd6eae-d3d0-46f2-b3c8-807c6e45f91b","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":"0f79dfe1-0861-48bb-b092-3b17ac1f9c7e","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":"0b67aeb0-7fd3-4120-ba46-efa5419357ce","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":"8971640d-5644-4f01-a8f0-d85171211cd0","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-474704\" primary control-plane node in \"insufficient-storage-474704\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"bf9c5e07-8ecc-43ea-8474-bc78014b43c5","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-1726481311-19649 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"eab854a8-e7a7-4d8e-be81-ea0611768abd","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":"7ff9bf48-57d2-48a5-8ec5-2212ebf6ce8f","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-474704 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-linux-arm64 status -p insufficient-storage-474704 --output=json --layout=cluster: exit status 7 (295.885442ms)

                                                
                                                
-- stdout --
	{"Name":"insufficient-storage-474704","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-474704","StatusCode":507,"StatusName":"InsufficientStorage","Components":{"apiserver":{"Name":"apiserver","StatusCode":405,"StatusName":"Stopped"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

                                                
                                                
-- /stdout --
** stderr ** 
	E0916 20:03:09.065895 1023596 status.go:417] kubeconfig endpoint: get endpoint: "insufficient-storage-474704" does not appear in /home/jenkins/minikube-integration/19649-879552/kubeconfig

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

                                                
                                                
-- stdout --
	{"Name":"insufficient-storage-474704","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-474704","StatusCode":507,"StatusName":"InsufficientStorage","Components":{"apiserver":{"Name":"apiserver","StatusCode":405,"StatusName":"Stopped"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

                                                
                                                
-- /stdout --
** stderr ** 
	E0916 20:03:09.362446 1023656 status.go:417] kubeconfig endpoint: get endpoint: "insufficient-storage-474704" does not appear in /home/jenkins/minikube-integration/19649-879552/kubeconfig
	E0916 20:03:09.372664 1023656 status.go:560] unable to read event log: stat: stat /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/insufficient-storage-474704/events.json: no such file or directory

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

                                                
                                    
x
+
TestRunningBinaryUpgrade (75.93s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.3964509589 start -p running-upgrade-393453 --memory=2200 --vm-driver=docker  --container-runtime=crio
E0916 20:09:30.425408  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.3964509589 start -p running-upgrade-393453 --memory=2200 --vm-driver=docker  --container-runtime=crio: (46.741192292s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-arm64 start -p running-upgrade-393453 --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-393453 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (24.533863915s)
helpers_test.go:175: Cleaning up "running-upgrade-393453" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p running-upgrade-393453
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p running-upgrade-393453: (3.139281145s)
--- PASS: TestRunningBinaryUpgrade (75.93s)

                                                
                                    
x
+
TestKubernetesUpgrade (394.27s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:222: (dbg) Run:  out/minikube-linux-arm64 start -p kubernetes-upgrade-254689 --memory=2200 --kubernetes-version=v1.20.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
E0916 20:05:29.865072  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:222: (dbg) Done: out/minikube-linux-arm64 start -p kubernetes-upgrade-254689 --memory=2200 --kubernetes-version=v1.20.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (1m15.009522864s)
version_upgrade_test.go:227: (dbg) Run:  out/minikube-linux-arm64 stop -p kubernetes-upgrade-254689
version_upgrade_test.go:227: (dbg) Done: out/minikube-linux-arm64 stop -p kubernetes-upgrade-254689: (1.234486177s)
version_upgrade_test.go:232: (dbg) Run:  out/minikube-linux-arm64 -p kubernetes-upgrade-254689 status --format={{.Host}}
version_upgrade_test.go:232: (dbg) Non-zero exit: out/minikube-linux-arm64 -p kubernetes-upgrade-254689 status --format={{.Host}}: exit status 7 (75.571357ms)

                                                
                                                
-- 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-254689 --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-254689 --memory=2200 --kubernetes-version=v1.31.1 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (4m35.574467861s)
version_upgrade_test.go:248: (dbg) Run:  kubectl --context kubernetes-upgrade-254689 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-254689 --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-254689 --memory=2200 --kubernetes-version=v1.20.0 --driver=docker  --container-runtime=crio: exit status 106 (111.319545ms)

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-254689] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19649
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19649-879552/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19649-879552/.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-254689
	    minikube start -p kubernetes-upgrade-254689 --kubernetes-version=v1.20.0
	    
	    2) Create a second cluster with Kubernetes 1.20.0, by running:
	    
	    minikube start -p kubernetes-upgrade-2546892 --kubernetes-version=v1.20.0
	    
	    3) Use the existing cluster at version Kubernetes 1.31.1, by running:
	    
	    minikube start -p kubernetes-upgrade-254689 --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-254689 --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-254689 --memory=2200 --kubernetes-version=v1.31.1 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (39.422212053s)
helpers_test.go:175: Cleaning up "kubernetes-upgrade-254689" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p kubernetes-upgrade-254689
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p kubernetes-upgrade-254689: (2.712686367s)
--- PASS: TestKubernetesUpgrade (394.27s)

                                                
                                    
x
+
TestMissingContainerUpgrade (170.26s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.1274210650 start -p missing-upgrade-251521 --memory=2200 --driver=docker  --container-runtime=crio
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.1274210650 start -p missing-upgrade-251521 --memory=2200 --driver=docker  --container-runtime=crio: (1m41.002932205s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-251521
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-251521: (10.404911816s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-251521
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-arm64 start -p missing-upgrade-251521 --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-251521 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (55.662840451s)
helpers_test.go:175: Cleaning up "missing-upgrade-251521" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p missing-upgrade-251521
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p missing-upgrade-251521: (2.138163257s)
--- PASS: TestMissingContainerUpgrade (170.26s)

                                                
                                    
x
+
TestPause/serial/Start (88.22s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-linux-arm64 start -p pause-691158 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio
pause_test.go:80: (dbg) Done: out/minikube-linux-arm64 start -p pause-691158 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio: (1m28.222019958s)
--- PASS: TestPause/serial/Start (88.22s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.09s)

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

                                                
                                                
-- stdout --
	* [NoKubernetes-339477] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19649
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19649-879552/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19649-879552/.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.09s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (41.23s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (23.67s)

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/Start (6.93s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.28s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (0.99s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.21s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (6.88s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoArgs
no_kubernetes_test.go:191: (dbg) Run:  out/minikube-linux-arm64 start -p NoKubernetes-339477 --driver=docker  --container-runtime=crio
E0916 20:04:30.425016  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
no_kubernetes_test.go:191: (dbg) Done: out/minikube-linux-arm64 start -p NoKubernetes-339477 --driver=docker  --container-runtime=crio: (6.881821335s)
--- PASS: TestNoKubernetes/serial/StartNoArgs (6.88s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.27s)

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

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

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

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (18.45s)

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

                                                
                                    
x
+
TestPause/serial/Pause (1.13s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.43s)

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

                                                
                                                
-- stdout --
	{"Name":"pause-691158","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-691158","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.43s)

                                                
                                    
x
+
TestPause/serial/Unpause (1.37s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (1.26s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (3.31s)

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (0.16s)

                                                
                                                
=== 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-691158
pause_test.go:173: (dbg) Non-zero exit: docker volume inspect pause-691158: exit status 1 (18.989872ms)

                                                
                                                
-- stdout --
	[]

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (1s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (78.84s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.1811531565 start -p stopped-upgrade-825077 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.1811531565 start -p stopped-upgrade-825077 --memory=2200 --vm-driver=docker  --container-runtime=crio: (46.550669605s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.1811531565 -p stopped-upgrade-825077 stop
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.1811531565 -p stopped-upgrade-825077 stop: (2.452009184s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-arm64 start -p stopped-upgrade-825077 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
E0916 20:08:32.936148  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:198: (dbg) Done: out/minikube-linux-arm64 start -p stopped-upgrade-825077 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (29.840989704s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (78.84s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (1.26s)

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

                                                
                                    
x
+
TestNetworkPlugins/group/false (5.64s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0916 20:10:47.341131 1061883 out.go:345] Setting OutFile to fd 1 ...
	I0916 20:10:47.346862 1061883 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 20:10:47.346878 1061883 out.go:358] Setting ErrFile to fd 2...
	I0916 20:10:47.346886 1061883 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0916 20:10:47.347233 1061883 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19649-879552/.minikube/bin
	I0916 20:10:47.347721 1061883 out.go:352] Setting JSON to false
	I0916 20:10:47.348727 1061883 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":13998,"bootTime":1726503449,"procs":202,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1069-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0916 20:10:47.348819 1061883 start.go:139] virtualization:  
	I0916 20:10:47.352030 1061883 out.go:177] * [false-701297] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0916 20:10:47.354813 1061883 out.go:177]   - MINIKUBE_LOCATION=19649
	I0916 20:10:47.354954 1061883 notify.go:220] Checking for updates...
	I0916 20:10:47.359098 1061883 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0916 20:10:47.361137 1061883 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19649-879552/kubeconfig
	I0916 20:10:47.362910 1061883 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19649-879552/.minikube
	I0916 20:10:47.364637 1061883 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0916 20:10:47.366300 1061883 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0916 20:10:47.368534 1061883 config.go:182] Loaded profile config "kubernetes-upgrade-254689": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0916 20:10:47.368707 1061883 driver.go:394] Setting default libvirt URI to qemu:///system
	I0916 20:10:47.423074 1061883 docker.go:123] docker version: linux-27.2.1:Docker Engine - Community
	I0916 20:10:47.423229 1061883 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0916 20:10:47.519793 1061883 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:4 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:34 OomKillDisable:true NGoroutines:53 SystemTime:2024-09-16 20:10:47.507746629 +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:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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>}}
	I0916 20:10:47.519915 1061883 docker.go:318] overlay module found
	I0916 20:10:47.522219 1061883 out.go:177] * Using the docker driver based on user configuration
	I0916 20:10:47.524234 1061883 start.go:297] selected driver: docker
	I0916 20:10:47.524257 1061883 start.go:901] validating driver "docker" against <nil>
	I0916 20:10:47.524272 1061883 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0916 20:10:47.526708 1061883 out.go:201] 
	W0916 20:10:47.528768 1061883 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
	I0916 20:10:47.530728 1061883 out.go:201] 

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/19649-879552/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 16 Sep 2024 20:06:35 UTC
provider: minikube.sigs.k8s.io
version: v1.34.0
name: cluster_info
server: https://192.168.76.2:8443
name: kubernetes-upgrade-254689
contexts:
- context:
cluster: kubernetes-upgrade-254689
user: kubernetes-upgrade-254689
name: kubernetes-upgrade-254689
current-context: ""
kind: Config
preferences: {}
users:
- name: kubernetes-upgrade-254689
user:
client-certificate: /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/kubernetes-upgrade-254689/client.crt
client-key: /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/kubernetes-upgrade-254689/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

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

                                                
                                                
=== 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-559476 --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
E0916 20:12:33.492755  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:14:30.424542  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/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-559476 --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: (2m44.351948181s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (164.35s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-559476 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" [6ba239ca-5572-4e37-8290-5feea6398f78] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [6ba239ca-5572-4e37-8290-5feea6398f78] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 10.008502605s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-559476 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (10.74s)

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

                                                
                                                
=== 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-559476 --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-559476 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (1.020575473s)
start_stop_delete_test.go:215: (dbg) Run:  kubectl --context old-k8s-version-559476 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive (1.16s)

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

                                                
                                                
=== 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-559476 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p old-k8s-version-559476 --alsologtostderr -v=3: (11.964306392s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (11.96s)

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

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

                                                
                                                
-- 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-559476 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop (0.19s)

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

                                                
                                                
=== 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-559476 --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
E0916 20:15:29.865137  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/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-559476 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0: (2m19.946629608s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p old-k8s-version-559476 -n old-k8s-version-559476
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (140.43s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p no-preload-176473 --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-176473 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (1m13.481455686s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (73.48s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-176473 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" [eb2e06df-a795-4e0a-b238-dbdbcc322132] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [eb2e06df-a795-4e0a-b238-dbdbcc322132] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 9.005728483s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-176473 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (9.43s)

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

                                                
                                                
=== 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-176473 --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-176473 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (1.087057915s)
start_stop_delete_test.go:215: (dbg) Run:  kubectl --context no-preload-176473 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/no-preload/serial/EnableAddonWhileActive (1.20s)

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

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

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

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

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

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

                                                
                                    
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-bg5k5" [5181f8cb-ca96-4d67-90bd-96acf132e9f1] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.00411048s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-bg5k5" [5181f8cb-ca96-4d67-90bd-96acf132e9f1] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004891053s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context old-k8s-version-559476 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.20s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p old-k8s-version-559476 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.45s)

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

                                                
                                                
=== 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-559476 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p old-k8s-version-559476 -n old-k8s-version-559476
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.APIServer}} -p old-k8s-version-559476 -n old-k8s-version-559476: exit status 2 (339.270544ms)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-659007 --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-659007 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (1m19.496287789s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (79.50s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-659007 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" [e9b1739f-325e-4728-accc-914ed7c56f09] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
E0916 20:19:30.424559  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "busybox" [e9b1739f-325e-4728-accc-914ed7c56f09] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 9.00426309s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-659007 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (9.35s)

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

                                                
                                                
=== 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-659007 --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 embed-certs-659007 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (1.01952665s)
start_stop_delete_test.go:215: (dbg) Run:  kubectl --context embed-certs-659007 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/embed-certs/serial/EnableAddonWhileActive (1.17s)

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

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

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

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

                                                
                                                
-- 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-659007 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/embed-certs/serial/EnableAddonAfterStop (0.19s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-659007 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
E0916 20:20:04.798227  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:20:04.804997  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:20:04.816418  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:20:04.837819  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:20:04.879204  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:20:04.960629  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:20:05.124285  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:20:05.446601  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:20:06.088596  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:20:07.370468  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:20:09.932698  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:20:15.059170  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:20:25.301010  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:20:29.865058  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:20:45.782575  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:21:26.744412  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/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-659007 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (4m39.842488659s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p embed-certs-659007 -n embed-certs-659007
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (280.18s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-7rbld" [b2af532b-1b91-4725-96ee-72cbf1f928f7] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004163886s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-7rbld" [b2af532b-1b91-4725-96ee-72cbf1f928f7] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.005320964s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context no-preload-176473 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.11s)

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

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

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

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

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

                                                
                                                
=== 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-483566 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
E0916 20:22:48.666576  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-483566 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (51.349903242s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (51.35s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-483566 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" [e70865a8-cb9a-4436-8651-6b84870dadb7] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [e70865a8-cb9a-4436-8651-6b84870dadb7] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 10.00400231s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-483566 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (10.34s)

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

                                                
                                                
=== 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-483566 --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 default-k8s-diff-port-483566 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (1.107292928s)
start_stop_delete_test.go:215: (dbg) Run:  kubectl --context default-k8s-diff-port-483566 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive (1.22s)

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

                                                
                                                
=== 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-483566 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p default-k8s-diff-port-483566 --alsologtostderr -v=3: (11.988677138s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Stop (11.99s)

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

                                                
                                                
=== 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-483566 -n default-k8s-diff-port-483566
start_stop_delete_test.go:239: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.Host}} -p default-k8s-diff-port-483566 -n default-k8s-diff-port-483566: exit status 7 (72.296508ms)

                                                
                                                
-- 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-483566 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop (0.18s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/SecondStart (294.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-483566 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-483566 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (4m53.821895119s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p default-k8s-diff-port-483566 -n default-k8s-diff-port-483566
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (294.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-rg7z5" [db420d8a-4db5-4b07-8295-112008639955] Running
E0916 20:24:30.424545  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004356645s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-rg7z5" [db420d8a-4db5-4b07-8295-112008639955] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004670094s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context embed-certs-659007 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.16s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-174602 --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
E0916 20:25:04.798539  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:25:12.937562  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/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-174602 --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: (36.321444124s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (36.32s)

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

                                                
                                                
=== 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-174602 --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-174602 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (1.071059704s)
start_stop_delete_test.go:211: WARNING: cni mode requires additional setup before pods can schedule :(
--- PASS: TestStartStop/group/newest-cni/serial/EnableAddonWhileActive (1.07s)

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

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

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

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

                                                
                                                
-- 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-174602 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/newest-cni/serial/EnableAddonAfterStop (0.21s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-174602 --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
E0916 20:25:29.864898  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/addons-039693/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:25:32.508174  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p newest-cni-174602 --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: (15.046590758s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p newest-cni-174602 -n newest-cni-174602
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (15.44s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p newest-cni-174602 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.27s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p auto-701297 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio
E0916 20:26:58.298373  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/no-preload-176473/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:26:58.304832  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/no-preload-176473/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:26:58.316393  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/no-preload-176473/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:26:58.337750  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/no-preload-176473/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:26:58.379207  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/no-preload-176473/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:26:58.460668  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/no-preload-176473/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:26:58.622224  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/no-preload-176473/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:26:58.943966  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/no-preload-176473/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:26:59.586086  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/no-preload-176473/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:27:00.868000  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/no-preload-176473/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:27:03.430172  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/no-preload-176473/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p auto-701297 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio: (1m17.977335801s)
--- PASS: TestNetworkPlugins/group/auto/Start (77.98s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-701297 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-dhd27" [8950162e-e23f-44e8-aa06-897abf1c5755] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0916 20:27:08.552432  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/no-preload-176473/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-6fc964789b-dhd27" [8950162e-e23f-44e8-aa06-897abf1c5755] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 10.003945432s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (10.28s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p kindnet-701297 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio
E0916 20:27:39.275805  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/no-preload-176473/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:28:20.237512  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/no-preload-176473/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p kindnet-701297 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio: (1m23.063032699s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (83.06s)

                                                
                                    
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-88whr" [9e591a1c-eb9a-4dc5-b34d-64ae737bbe0f] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003449019s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-88whr" [9e591a1c-eb9a-4dc5-b34d-64ae737bbe0f] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004439486s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context default-k8s-diff-port-483566 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (5.10s)

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

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

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

                                                
                                                
=== 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-483566 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p default-k8s-diff-port-483566 -n default-k8s-diff-port-483566
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.APIServer}} -p default-k8s-diff-port-483566 -n default-k8s-diff-port-483566: exit status 2 (328.883245ms)

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

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

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

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

                                                
                                    
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-smk2w" [f5f3756b-48b5-4e85-8974-87f03361df11] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.004624798s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-701297 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-rdxtq" [5db8131f-ca31-41d8-8fcf-5519f36d8c75] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0916 20:29:13.494196  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/functional-060237/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-6fc964789b-rdxtq" [5db8131f-ca31-41d8-8fcf-5519f36d8c75] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 14.004584968s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (14.33s)

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-701297 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-mlfks" [47e8d0a7-c656-49d9-89fe-fb3d7f0d03fc] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-mlfks" [47e8d0a7-c656-49d9-89fe-fb3d7f0d03fc] Running
E0916 20:30:04.798201  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/old-k8s-version-559476/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 13.003503077s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (13.36s)

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

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

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

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

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

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

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

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

                                                
                                    
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-58j6s" [7ce7062a-0752-4d97-b5f1-bab52367696b] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.005561756s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-701297 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-ctv86" [53c9135f-d69a-4158-8387-c5b5adf1def8] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-ctv86" [53c9135f-d69a-4158-8387-c5b5adf1def8] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 11.004489773s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (11.33s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-701297 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-rfcsx" [c279e9b5-0b64-45d5-a3ac-30ae2aad74f4] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-rfcsx" [c279e9b5-0b64-45d5-a3ac-30ae2aad74f4] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 13.004165669s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (13.36s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p calico-701297 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=crio
E0916 20:32:05.353250  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/auto-701297/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:32:05.359683  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/auto-701297/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:32:05.371559  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/auto-701297/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:32:05.392892  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/auto-701297/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:32:05.434244  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/auto-701297/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:32:05.515657  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/auto-701297/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:32:05.677267  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/auto-701297/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:32:05.998914  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/auto-701297/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:32:06.641011  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/auto-701297/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:32:07.924826  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/auto-701297/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:32:10.490457  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/auto-701297/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p calico-701297 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=crio: (1m5.987935916s)
--- PASS: TestNetworkPlugins/group/calico/Start (65.99s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-701297 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-ccr2q" [3dfc524c-e528-4f88-8ca2-e57fa76e272c] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0916 20:32:15.612657  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/auto-701297/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-6fc964789b-ccr2q" [3dfc524c-e528-4f88-8ca2-e57fa76e272c] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 12.003833752s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (12.38s)

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

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

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

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

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

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

                                                
                                    
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-l88bb" [90c6513b-b95b-4bd0-b852-ec15210bb875] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.005351183s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-701297 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-mzmpf" [25aedd61-64a1-4a53-a0ac-f404f182b476] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-mzmpf" [25aedd61-64a1-4a53-a0ac-f404f182b476] Running
E0916 20:33:19.353781  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/default-k8s-diff-port-483566/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:33:19.360172  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/default-k8s-diff-port-483566/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:33:19.371640  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/default-k8s-diff-port-483566/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:33:19.393124  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/default-k8s-diff-port-483566/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:33:19.434906  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/default-k8s-diff-port-483566/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:33:19.516418  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/default-k8s-diff-port-483566/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:33:19.677948  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/default-k8s-diff-port-483566/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:33:19.999801  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/default-k8s-diff-port-483566/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:33:20.642025  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/default-k8s-diff-port-483566/client.crt: no such file or directory" logger="UnhandledError"
E0916 20:33:21.923647  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/default-k8s-diff-port-483566/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 11.004573634s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (11.25s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/HairPin
net_test.go:264: (dbg) Run:  kubectl --context calico-701297 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
E0916 20:33:24.485742  884934 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/default-k8s-diff-port-483566/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestNetworkPlugins/group/calico/HairPin (0.15s)

                                                
                                    

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-738431 --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-738431" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p download-docker-738431
--- 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.15s)

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

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet (4.61s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/19649-879552/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 16 Sep 2024 20:06:35 UTC
provider: minikube.sigs.k8s.io
version: v1.34.0
name: cluster_info
server: https://192.168.76.2:8443
name: kubernetes-upgrade-254689
contexts:
- context:
cluster: kubernetes-upgrade-254689
user: kubernetes-upgrade-254689
name: kubernetes-upgrade-254689
current-context: ""
kind: Config
preferences: {}
users:
- name: kubernetes-upgrade-254689
user:
client-certificate: /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/kubernetes-upgrade-254689/client.crt
client-key: /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/kubernetes-upgrade-254689/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (5.5s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/19649-879552/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 16 Sep 2024 20:06:35 UTC
provider: minikube.sigs.k8s.io
version: v1.34.0
name: cluster_info
server: https://192.168.76.2:8443
name: kubernetes-upgrade-254689
contexts:
- context:
cluster: kubernetes-upgrade-254689
user: kubernetes-upgrade-254689
name: kubernetes-upgrade-254689
current-context: ""
kind: Config
preferences: {}
users:
- name: kubernetes-upgrade-254689
user:
client-certificate: /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/kubernetes-upgrade-254689/client.crt
client-key: /home/jenkins/minikube-integration/19649-879552/.minikube/profiles/kubernetes-upgrade-254689/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                
----------------------- debugLogs end: cilium-701297 [took: 5.271572798s] --------------------------------
helpers_test.go:175: Cleaning up "cilium-701297" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p cilium-701297
--- SKIP: TestNetworkPlugins/group/cilium (5.50s)

                                                
                                    
Copied to clipboard